From 78d25fe3f19774327296ed34d7e0e7e308bea5b6 Mon Sep 17 00:00:00 2001 From: Justin-dynamsoft <117710848+Justin-dynamsoft@users.noreply.github.com> Date: Tue, 25 Aug 2026 16:00:22 +0800 Subject: [PATCH] Preview (#513) * Update links in the Foundational API Guide to version 11.4.30 * Fix link in "Scan and Search" sample and remove unnecessary image * Update link for adaptive WASM loading logic in release notes * Remove unnecessary images from release notes for Barcode Reader JavaScript SDK v10.x * Fix typos and improve descriptions in documentation files * Fix typo in barcode type enumeration in captureImage function * Update release notes and user guide for version 11.6.2000; add new layout analysis utilities and parameters * Enhance release notes for version 11.6.2000; add DataMatrix color inversion detection, layout analysis utilities, and new enumerations * Refactor utility documentation structure; categorize classes, interfaces, and enumerations for better clarity * Reorganize layout analysis parameter link in documentation; move to appropriate section for better accessibility * Fix parameter reference in AutoDetectColorInversion documentation and update MaxParallelTasks description for clarity * Clarify optional engine file location specification in documentation; update examples for ES Module and global namespace usage * Update documentation for version 11.6.2100; include new release notes, fix links, and update example code * Update documentation for version 11.6.3000; modify script links, add new release notes, and update user guide references * Update documentation for version 11.6.3000; modify CDN and npm installation links --- programming/javascript/index.md | 4 +-- .../javascript/migrate-from-v10/index.md | 2 +- programming/javascript/release-notes/index.md | 1 + programming/javascript/release-notes/js-11.md | 11 +++++++ programming/javascript/user-guide/index.md | 32 +++++++++---------- .../javascript/user-guide/use-in-framework.md | 8 ++--- 6 files changed, 35 insertions(+), 23 deletions(-) diff --git a/programming/javascript/index.md b/programming/javascript/index.md index 447b269d..af8374da 100644 --- a/programming/javascript/index.md +++ b/programming/javascript/index.md @@ -27,12 +27,12 @@ Dynamsoft Barcode Reader JavaScript Edition (DBR-JS) enables high-performance ba ```html - + ``` ```bash # Or via npm -npm install dynamsoft-barcode-reader-bundle@11.4.3000 +npm install dynamsoft-barcode-reader-bundle@11.6.3000 ``` **Browser support:** Chrome 78+, Firefox 68+, Safari 14+, Edge 79+ (desktop and mobile). See [full system requirements](https://www.dynamsoft.com/faq/barcode-reader/web/capabilities/system-requirement.html). diff --git a/programming/javascript/migrate-from-v10/index.md b/programming/javascript/migrate-from-v10/index.md index 1ffc4c89..a9aa901b 100644 --- a/programming/javascript/migrate-from-v10/index.md +++ b/programming/javascript/migrate-from-v10/index.md @@ -28,7 +28,7 @@ needAutoGenerateSidebar: true To use version 11, include the following script in your HTML: ```html - + ``` ## APIs changes introduced in v11 diff --git a/programming/javascript/release-notes/index.md b/programming/javascript/release-notes/index.md index d96569d3..d26a690c 100644 --- a/programming/javascript/release-notes/index.md +++ b/programming/javascript/release-notes/index.md @@ -9,6 +9,7 @@ breadcrumbText: Release Notes # DBR JavaScript SDK - Release Notes +- [11.6.3000 (08/25/2026)](js-11.html#1163000-08252026) - [11.6.2100 (08/18/2026)](js-11.html#1162100-08182026) - [11.6.2000 (08/13/2026)](js-11.html#1162000-08132026) - [11.4.3000 (07/02/2026)](js-11.html#1143000-07022026) diff --git a/programming/javascript/release-notes/js-11.md b/programming/javascript/release-notes/js-11.md index 0f6239fa..0a99c958 100644 --- a/programming/javascript/release-notes/js-11.md +++ b/programming/javascript/release-notes/js-11.md @@ -10,6 +10,17 @@ noTitleIndex: true # Release Notes for Dynamsoft Barcode Reader JavaScript SDK +## 11.6.3000(08/25/2026) + +### Improved + +- Improved localization stability for GS1 DataBar Stacked barcodes when the bars are short. + +### Fixed + +- Fixed hangs and crashes that could occur with certain input images and templates. +- Fixed a crash in code parsing when the input string contained empty fields. + ## 11.6.2100(08/18/2026) ### Fixed diff --git a/programming/javascript/user-guide/index.md b/programming/javascript/user-guide/index.md index 18a67fff..2bae3deb 100644 --- a/programming/javascript/user-guide/index.md +++ b/programming/javascript/user-guide/index.md @@ -48,7 +48,7 @@ The complete code of the "Hello World" example is shown below
- + + ``` - UNPKG ```html - + ``` @@ -190,9 +190,9 @@ The simplest way to include the SDK is to use either the [jsDelivr](https://jsde - In frameworks like React, Vue and Angular, you may want to add the package as a dependency. ```sh - npm i dynamsoft-barcode-reader-bundle@11.6.2100 -E + npm i dynamsoft-barcode-reader-bundle@11.6.3000 -E # or - yarn add dynamsoft-barcode-reader-bundle@11.6.2100 -E + yarn add dynamsoft-barcode-reader-bundle@11.6.3000 -E ``` NOTE that in frameworks, you need to [specify the location of the engine files](#2-optional-specify-the-location-of-the-engine-files). @@ -205,14 +205,14 @@ Besides using the public CDN, you can also download the SDK and host its files o - From the website - [Download Dynamsoft Barcode Reader JavaScript Package](https://www.dynamsoft.com/barcode-reader/downloads/?ver=11.6.21&utm_source=guide&product=dbr&package=js) + [Download Dynamsoft Barcode Reader JavaScript Package](https://www.dynamsoft.com/barcode-reader/downloads/?ver=11.6.30&utm_source=guide&product=dbr&package=js) The resources are located at the path `dynamsoft-barcode-reader-js-{version-number}/dist/`. - From npm ```sh - npm i dynamsoft-barcode-reader-bundle@11.6.2100 -E + npm i dynamsoft-barcode-reader-bundle@11.6.3000 -E ``` The resources are located at the path `node_modules/