You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Release Notes for Dynamsoft Barcode Reader JavaScript SDK
13
13
14
14
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. -->
16
21
17
22
### Fixed
18
23
19
24
- 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.
0 commit comments