Skip to content

Commit 8fa9fb7

Browse files
update to internal commit a7a79449
1 parent 69c9051 commit 8fa9fb7

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

programming/javascript/release-notes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permalink: /programming/javascript/release-notes/index.html
1010

1111
# DBR JavaScript SDK - Release Notes
1212

13-
- [10.4.3100 (12/31/2024)](js-10.html#1043100-12312024)
13+
- [10.4.3100 (01/03/2025)](js-10.html#1043100-01032025)
1414
- [10.4.2002 (10/24/2024)](js-10.html#1042002-10242024)
1515
- [10.2.10 (04/03/2024)](js-10.html#10210-04032024)
1616
- [10.0.21 (02/05/2024)](js-10.html#10021-02052024)

programming/javascript/release-notes/js-10.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,23 @@ permalink: /programming/javascript/release-notes/js-10.html
1212
# Release Notes for Dynamsoft Barcode Reader JavaScript SDK
1313

1414

15-
## 10.4.3100 (12/31/2024)
15+
## 10.4.3100 (01/03/2025)
16+
17+
### New
18+
19+
- Added the `getParameterTemplateCount` and `getParameterTemplateName` functions to the `CaptureVisionRouter` class to improve accessibility and usability of templates.
20+
<!-- - Added to-the-latest overlapping feature. You can use `enableLatestOverlapping` function of `MultiFrameResultCrossFilter` class to enable this feature. -->
1621

1722
### Fixed
1823

1924
- Fixed a bug that could cause a crash when using specific templates.
25+
- Fixed a bug in DPM mode where the `isMirrored` value in the `BarcodeResultItem` was not correctly assigned.
26+
- Fixed a bug where DotCode could not be decoded in certain scenarios.
27+
28+
### Changed
29+
30+
- Removed the `LineExtractionModes` parameter and replaced it with `ShortlineDetectionMode` and `LineAssemblyMode` for more flexible and precise configuration.
31+
2032

2133
## 10.4.2002 (10/24/2024)
2234

0 commit comments

Comments
 (0)