Skip to content

Commit 602b7d8

Browse files
committed
Clean up release notes: fix broken link, consistent headings, grammar fix, reposition BarcodeScanner sections
1 parent 8faf362 commit 602b7d8

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

  • programming/javascript/release-notes

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Starting with this release, the **Foundational API** (`CaptureVisionRouter` and
2121
- **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.
2222
- **v12 (future)**`BarcodeScanner` will no longer be bundled as part of the main `dynamsoft-barcode-reader-bundle` package. It will be distributed separately.
2323

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.
2525

2626
**Existing projects using `BarcodeScanner`:** No action required for v11. When v12 is released, a migration guide will be provided.
2727

@@ -102,7 +102,7 @@ Starting with this release, the **Foundational API** (`CaptureVisionRouter` and
102102

103103
## 11.2.2000 (11/04/2025)
104104

105-
### ✨ Key Highlights
105+
### Highlights
106106
#### AI-Powered Barcode Detection and Decoding
107107

108108
- 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
124124

125125
### Developer Notes
126126

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.
134-
<img src="../assets/return-button.png" style="display: block; margin: 0 auto;"/>
135-
- Fixed an issue where the barcode location could be inaccurate in certain cases.
136-
- Fixed a problem where, in specific cases when the camera was occupied, the video stream could not be displayed correctly.
137-
- Other known issues fixed.
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.
138130

139131
#### Engineering Optimizations
140132

@@ -161,7 +153,15 @@ Starting with this release, the **Foundational API** (`CaptureVisionRouter` and
161153
#### Deprecated
162154

163155
- Deprecated the `DeblurModelNameArray` argument in the `DeblurModes` parameter. Use `ModelNameArray` instead.
164-
- Deprecated the `appendModelBuffer()` method in the `CaptureVisionRouter` class. Use `appendDLModelBuffer()` instead.
156+
- Deprecated the `appendModelBuffer()` method in the `CaptureVisionRouter` class. Use `appendDLModelBuffer()` instead.
157+
158+
#### BarcodeScanner Wrapper Updates
159+
160+
- In **single** mode, if the target barcode is not found among the candidates, there is now an opportunity to rescan.
161+
<img src="../assets/return-button.png" style="display: block; margin: 0 auto;"/>
162+
- 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.
165165

166166
## 11.0.6000 (08/14/2025)
167167

@@ -177,7 +177,7 @@ Starting with this release, the **Foundational API** (`CaptureVisionRouter` and
177177

178178
### Changed
179179

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.
181181

182182
### Fixed
183183

@@ -206,7 +206,7 @@ Starting with this release, the **Foundational API** (`CaptureVisionRouter` and
206206

207207
- Simplified the loading and configuration of WASM resources, reducing the overall size of the WASM files.
208208

209-
#### Updates for [BarcodeScanner](https://dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/barcode-scanner.html)
209+
#### BarcodeScanner Wrapper Updates
210210

211211
- Added several new UI controls (not displayed by default).
212212

0 commit comments

Comments
 (0)