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
Copy file name to clipboardExpand all lines: programming/javascript/release-notes/js-11.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Starting with this release, the **Foundational API** (`CaptureVisionRouter` and
21
21
-**v11 (current)** – No breaking changes. `BarcodeScanner` continues to work exactly as before and will receive maintenance updates and bug fixes for the entire v11 lifecycle.
22
22
-**v12 (future)** – `BarcodeScanner` will no longer be bundled as part of the main `dynamsoft-barcode-reader-bundle` package. It will be distributed separately.
23
23
24
-
**Recommended action for new projects:** Build on the Foundational API to ensure forward compatibility. See the [Foundational API Guide](../user-guide/foundational-api.html) for a full walkthrough.
24
+
**Recommended action for new projects:** Build on the Foundational API to ensure forward compatibility. See the [Foundational API Guide](../user-guide/index.html) for a full walkthrough.
25
25
26
26
**Existing projects using `BarcodeScanner`:** No action required for v11. When v12 is released, a migration guide will be provided.
27
27
@@ -102,7 +102,7 @@ Starting with this release, the **Foundational API** (`CaptureVisionRouter` and
102
102
103
103
## 11.2.2000 (11/04/2025)
104
104
105
-
### ✨ Key Highlights
105
+
### Highlights
106
106
#### AI-Powered Barcode Detection and Decoding
107
107
108
108
- New Localization Models – Introduces [`OneDLocalization`]({{ site.dcvb_parameters }}barcode-reader-task-settings/localization-modes.html#modelnamearray) and [`DataMatrixQRCodeLocalization`]({{ site.dcvb_parameters }}barcode-reader-task-settings/localization-modes.html#modelnamearray) neural network models for improved detection of **blurred / low-resolution 1D codes**, or **partially damaged DataMatrix/QR codes**.
@@ -124,17 +124,9 @@ Starting with this release, the **Foundational API** (`CaptureVisionRouter` and
124
124
125
125
### Developer Notes
126
126
127
-
- Backward Compatibility – Fully compatible with existing integrations; no code-level changes required for upgrade.
128
-
- Configuration Flexibility – Expanded parameter set allows comprehensive model configuration for scenario-specific tuning.
129
-
- Production Stability – All new models validated in enterprise environments.
130
-
131
-
#### Updates for [BarcodeScanner](https://dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/barcode-scanner.html)
132
-
133
-
- In **single** mode, if the target barcode is not found among the candidates, there is now an opportunity to rescan.
- Fixed an issue where the barcode location could be inaccurate in certain cases.
163
+
- Fixed a problem where, in specific cases when the camera was occupied, the video stream could not be displayed correctly.
164
+
- Other known issues fixed.
165
165
166
166
## 11.0.6000 (08/14/2025)
167
167
@@ -177,7 +177,7 @@ Starting with this release, the **Foundational API** (`CaptureVisionRouter` and
177
177
178
178
### Changed
179
179
180
-
- License Validation Behavior: Instead of stopping execution immediately on an invalid license module, the library now continues processing and returns results from modules with valid licenses. An warning is still reported to indicate the license issue.
180
+
- License Validation Behavior: Instead of stopping execution immediately on an invalid license module, the library now continues processing and returns results from modules with valid licenses. A warning is still reported to indicate the license issue.
181
181
182
182
### Fixed
183
183
@@ -206,7 +206,7 @@ Starting with this release, the **Foundational API** (`CaptureVisionRouter` and
206
206
207
207
- Simplified the loading and configuration of WASM resources, reducing the overall size of the WASM files.
208
208
209
-
#### Updates for [BarcodeScanner](https://dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/barcode-scanner.html)
209
+
#### BarcodeScanner Wrapper Updates
210
210
211
211
- Added several new UI controls (not displayed by default).
0 commit comments