From 18086279ae560518a08689097df774a30f2ca9a9 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 3 Feb 2026 11:26:31 +0800 Subject: [PATCH 1/7] Update upgrade guide links and enhance migration instructions for version 11 --- .../programming-javascript.html | 2 +- .../javascript/upgrade-guide/10to11.md | 64 ++++++++++++++++--- programming/javascript/user-guide/index.md | 1 + 3 files changed, 56 insertions(+), 11 deletions(-) diff --git a/_includes/sidelist-programming/programming-javascript.html b/_includes/sidelist-programming/programming-javascript.html index 1cc11358..4b7b4bce 100644 --- a/_includes/sidelist-programming/programming-javascript.html +++ b/_includes/sidelist-programming/programming-javascript.html @@ -1396,7 +1396,7 @@
  • Upgrade Instructions diff --git a/programming/javascript/upgrade-guide/10to11.md b/programming/javascript/upgrade-guide/10to11.md index 6f23296a..7be5524e 100644 --- a/programming/javascript/upgrade-guide/10to11.md +++ b/programming/javascript/upgrade-guide/10to11.md @@ -1,13 +1,25 @@ --- layout: default-layout -title: Upgrade guide for version 10 to 11 - Dynamsoft Barcode Reader JavaScript Edition -description: This page shows how to upgrade Dynamsoft Barcode Reader JavaScript SDK from version 10 to 11. +title: Upgrade guide for version 11 - Dynamsoft Barcode Reader JavaScript Edition +description: This page shows how to upgrade Dynamsoft Barcode Reader JavaScript SDK to v11. keywords: user guide, upgrade, javascript, js needAutoGenerateSidebar: true -permalink: /programming/javascript/upgrade-guide/10to11.html --- -# How to Upgrade DBR-JS from v10.x to v11.x +# How to Upgrade DBR-JS to v11.x + +> [!IMPORTANT] +> **We strongly recommend upgrading to v11.x.** All future algorithm improvements, performance optimizations, and new features will be developed exclusively for v11 and later versions. Version 10.x and earlier will only receive critical bug fixes and will not benefit from ongoing innovation. + +## Why Upgrade to v11? + +- **Latest Barcode Recognition Algorithms**: Access to cutting-edge decoding algorithms and accuracy improvements +- **Ongoing Performance Enhancements**: Faster processing speeds and better resource optimization +- **New Features & Capabilities**: Future functionality will only be available in v11+ +- **Active Development**: Version 11 is the actively maintained branch receiving continuous updates +- **Long-term Support**: Ensure your application stays current with industry standards + +**⚠️ Version 10.x is in maintenance mode only** - no new features or algorithm updates will be backported. ## Reference the latest version of the dynamsoft-barcode-reader-bundle @@ -59,17 +71,49 @@ Dynamsoft.Core.CoreModule.engineResourcePaths.rootDirectory = "https://cdn.jsdel ### Upgrade your template -The template system is upgraded. The template you used for the previous version can't be directly recognized by the new version. Please use the [template upgrade tool](https://www.dynamsoft.com/tools/template-upgrade/) to upgrade your template. +The template system has been enhanced in v11 to support more powerful customization options and better performance. Templates from v10.x are not directly compatible with v11. + +**Action Required**: Use the [template upgrade tool](https://www.dynamsoft.com/tools/template-upgrade/) to automatically convert your v10.x templates to the v11 format. + +> [!NOTE] +> The upgraded template format provides better flexibility and will support future template enhancements that are exclusive to v11+. ## From version 9.x or earlier -The Dynamsoft Barcode Reader JavaScript edition has been refactored to integrate with DynamsoftCaptureVision (DCV) architecture since version 10. To understand the advantages of this new architecture, please refer to these resources: +> [!IMPORTANT] +> **Critical: Version 9.x and earlier are on a legacy architecture.** All new algorithm development, performance improvements, and features are built exclusively on the DynamsoftCaptureVision (DCV) architecture introduced in v10+. +> +> **Staying on v9.x or earlier means:** +> - ❌ No access to new barcode recognition algorithms +> - ❌ No future performance optimizations +> - ❌ Missing out on new symbology support +> - ❌ Limited to critical security patches only +> +> **Upgrading to v11 provides:** +> - ✅ Access to all future algorithm enhancements +> - ✅ Continuous performance improvements +> - ✅ New features and capabilities as they're released +> - ✅ Full technical support and active maintenance + +### Understanding the DCV Architecture Advantage + +The Dynamsoft Barcode Reader JavaScript edition has been completely refactored to integrate with the powerful DynamsoftCaptureVision (DCV) architecture. This modern foundation enables: + +- **Modular Design**: Seamlessly integrate multiple document processing capabilities +- **Optimized Performance**: Better resource management and faster processing +- **Extensibility**: Easy integration of new features and technologies +- **Future-Ready**: Built to support emerging computer vision requirements + +To understand the full advantages of this new architecture, please refer to: * [Overview of Dynamsoft Capture Vision](https://www.dynamsoft.com/capture-vision/docs/core/introduction/) * [Dynamsoft Capture Vision Framework Details](https://www.dynamsoft.com/capture-vision/docs/core/architecture/) -> [!IMPORTANT] -> -> Dynamsoft's ongoing feature development is based on the new DCV architecture. By upgrading to v11, you'll gain access to improved performance and new capabilities. +### Migration Requirements + +Due to the significant architectural improvements, **a rewrite of your existing code is required** when upgrading from v9.x or earlier. While this requires initial effort, it positions your application to benefit from years of future development. + +**We strongly recommend following the [User Guide](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html) to migrate your code to v11.** -Due to the architectural changes, **a significant rewrite of your existing code is required**. we recommend you to follow the [User Guide](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html) and re-write your codes. \ No newline at end of file +> [!TIP] +> The investment in upgrading pays off quickly through improved performance and access to ongoing innovations. Our updated APIs are more intuitive and require less boilerplate code. \ No newline at end of file diff --git a/programming/javascript/user-guide/index.md b/programming/javascript/user-guide/index.md index 680d6619..5dd43df3 100644 --- a/programming/javascript/user-guide/index.md +++ b/programming/javascript/user-guide/index.md @@ -201,3 +201,4 @@ yarn add dynamsoft-barcode-reader-bundle@11.2.4000 ``` +migrate_to11 \ No newline at end of file From 1290122de859f4875bfa0c41a16a8a76e5f8428f Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 4 Feb 2026 09:59:47 +0800 Subject: [PATCH 2/7] Update API links to use the new site.js_api format for consistency --- .../api-reference/interfaces/barcode-result-item.md | 2 +- .../api-reference/interfaces/candidate-barcode-zone.md | 2 +- .../interfaces/decoded-barcode-element.md | 2 +- .../interfaces/deformation-resisted-barcode.md | 2 +- .../interfaces/extended-barcode-result.md | 2 +- .../interfaces/localized-barcode-element.md | 2 +- .../interfaces/simplified-barcode-reader-settings.md | 10 +++++----- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/programming/javascript/api-reference/interfaces/barcode-result-item.md b/programming/javascript/api-reference/interfaces/barcode-result-item.md index bdf2c60a..955f1fcc 100644 --- a/programming/javascript/api-reference/interfaces/barcode-result-item.md +++ b/programming/javascript/api-reference/interfaces/barcode-result-item.md @@ -51,7 +51,7 @@ format: DBR.EnumBarcodeFormat; **See also** -* [EnumBarcodeFormat]({{ site.dcv_enumerations }}barcode-reader/barcode-format.html?lang=js) +* [EnumBarcodeFormat]({{ site.js_api }}enum-barcode-format.html?lang=js) ## formatString diff --git a/programming/javascript/api-reference/interfaces/candidate-barcode-zone.md b/programming/javascript/api-reference/interfaces/candidate-barcode-zone.md index 0ef0911d..9dcca97e 100644 --- a/programming/javascript/api-reference/interfaces/candidate-barcode-zone.md +++ b/programming/javascript/api-reference/interfaces/candidate-barcode-zone.md @@ -40,4 +40,4 @@ possibleFormats: EnumBarcodeFormat; **See also** -* [EnumBarcodeFormat]({{ site.dcv_enumerations }}barcode-reader/barcode-format.html?lang=js) \ No newline at end of file +* [EnumBarcodeFormat]({{ site.js_api }}enum-barcode-format.html?lang=js) \ No newline at end of file diff --git a/programming/javascript/api-reference/interfaces/decoded-barcode-element.md b/programming/javascript/api-reference/interfaces/decoded-barcode-element.md index b63caba2..4c179730 100644 --- a/programming/javascript/api-reference/interfaces/decoded-barcode-element.md +++ b/programming/javascript/api-reference/interfaces/decoded-barcode-element.md @@ -51,7 +51,7 @@ format: DBR.EnumBarcodeFormat; **See also** -* [EnumBarcodeFormat]({{ site.dcv_enumerations }}barcode-reader/barcode-format.html?lang=js) +* [EnumBarcodeFormat]({{ site.js_api }}enum-barcode-format.html?lang=js) ## formatString diff --git a/programming/javascript/api-reference/interfaces/deformation-resisted-barcode.md b/programming/javascript/api-reference/interfaces/deformation-resisted-barcode.md index 5dbae7ef..76043c23 100644 --- a/programming/javascript/api-reference/interfaces/deformation-resisted-barcode.md +++ b/programming/javascript/api-reference/interfaces/deformation-resisted-barcode.md @@ -29,7 +29,7 @@ Formats: EnumBarcodeFormat; **See also** -* [EnumBarcodeFormat]({{ site.dcv_enumerations }}barcode-reader/barcode-format.html?lang=js) +* [EnumBarcodeFormat]({{ site.js_api }}enum-barcode-format.html?lang=js) ## imageData diff --git a/programming/javascript/api-reference/interfaces/extended-barcode-result.md b/programming/javascript/api-reference/interfaces/extended-barcode-result.md index 867521bb..15df38be 100644 --- a/programming/javascript/api-reference/interfaces/extended-barcode-result.md +++ b/programming/javascript/api-reference/interfaces/extended-barcode-result.md @@ -37,7 +37,7 @@ extendedBarcodeResultType: EnumExtendedBarcodeResultType; **See also** -* [EnumExtendedBarcodeResultType]({{ site.dcv_enumerations }}barcode-reader/extended-barcode-result-type.html?lang=js) +* [EnumExtendedBarcodeResultType]({{ site.js_api }}enum-extended-barcode-result-type.html?lang=js) ## deformation diff --git a/programming/javascript/api-reference/interfaces/localized-barcode-element.md b/programming/javascript/api-reference/interfaces/localized-barcode-element.md index 72914c49..d2ffab53 100644 --- a/programming/javascript/api-reference/interfaces/localized-barcode-element.md +++ b/programming/javascript/api-reference/interfaces/localized-barcode-element.md @@ -39,7 +39,7 @@ possibleFormats: EnumBarcodeFormat; **See also** -* [EnumBarcodeFormat]({{ site.dcv_enumerations }}barcode-reader/barcode-format.html?lang=js) +* [EnumBarcodeFormat]({{ site.js_api }}enum-barcode-format.html?lang=js) ## possibleFormatsString diff --git a/programming/javascript/api-reference/interfaces/simplified-barcode-reader-settings.md b/programming/javascript/api-reference/interfaces/simplified-barcode-reader-settings.md index 0e9a9c53..ebcefb3a 100644 --- a/programming/javascript/api-reference/interfaces/simplified-barcode-reader-settings.md +++ b/programming/javascript/api-reference/interfaces/simplified-barcode-reader-settings.md @@ -49,7 +49,7 @@ barcodeFormatIds: EnumBarcodeFormat; **See also** -* [Dynamsoft.DBR.EnumBarcodeFormat]({{ site.dcv_enumerations }}barcode-reader/barcode-format.html?lang=js) +* [Dynamsoft.DBR.EnumBarcodeFormat]({{ site.js_api }}interfaces/enum-barcode-format.html?lang=js) ## expectedBarcodesCount @@ -76,7 +76,7 @@ grayscaleTransformationModes: Array; **See also** -* [EnumGrayscaleEnhancementMode]({{ site.dcv_enumerations }}core/grayscale-enhancement-mode.html?lang=js) +* [EnumGrayscaleEnhancementMode]({{ site.dcv_js_api }}core/enum-grayscale-enhancement-mode.html?lang=js) ## localizationModes @@ -100,7 +100,7 @@ localizationModes: Array; **See also** -* [Dynamsoft.DBR.EnumLocalizationMode]({{ site.dcv_enumerations }}barcode-reader/localization-mode.html?lang=js) +* [Dynamsoft.DBR.EnumLocalizationMode]({{ site.js_api }}enum-localization-mode.html?lang=js) ## deblurModes @@ -112,7 +112,7 @@ deblurModes: Array; **See also** -* [Dynamsoft.DBR.EnumDeblurMode]({{ site.dcv_enumerations }}barcode-reader/deblur-mode.html?lang=js) +* [Dynamsoft.DBR.EnumDeblurMode]({{ site.js_api }}enum-deblur-mode.html?lang=js) ## minResultConfidence From 83486d665703f59ed836489cf792f23aec9ce09d Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 5 Feb 2026 14:56:53 +0800 Subject: [PATCH 3/7] Add upgrade guide for version 11 of Dynamsoft Barcode Reader JavaScript SDK --- .../javascript/upgrade-guide/{10to11.md => migrate_to11.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename programming/javascript/upgrade-guide/{10to11.md => migrate_to11.md} (100%) diff --git a/programming/javascript/upgrade-guide/10to11.md b/programming/javascript/upgrade-guide/migrate_to11.md similarity index 100% rename from programming/javascript/upgrade-guide/10to11.md rename to programming/javascript/upgrade-guide/migrate_to11.md From 501d66791633628b9fa4630c9978099327759d70 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 5 Feb 2026 15:04:34 +0800 Subject: [PATCH 4/7] update api style --- programming/javascript/upgrade-guide/migrate_to11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/javascript/upgrade-guide/migrate_to11.md b/programming/javascript/upgrade-guide/migrate_to11.md index 7be5524e..427b298b 100644 --- a/programming/javascript/upgrade-guide/migrate_to11.md +++ b/programming/javascript/upgrade-guide/migrate_to11.md @@ -49,7 +49,7 @@ Several properties have been renamed or had their default values changed. Please #### loadWasm() Simplified -The loadWasm() function no longer requires any parameters. Simply call loadWasm() without arguments. +The `loadWasm()` function no longer requires any parameters. Simply call `loadWasm()` without arguments. ```javascript Dynamsoft.Core.CoreModule.loadWasm(); From 8f4437aa200ce9ce6b2c29ea0dc3a27acdeda62a Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 10 Feb 2026 09:25:32 +0800 Subject: [PATCH 5/7] Add migration guides for upgrading to version 11 from v9 and v10 --- .../programming-javascript.html | 35 +++--------- .../{migrate_to11.md => migrate-from-v10.md} | 46 +--------------- .../upgrade-guide/migrate-from-v9.md | 55 +++++++++++++++++++ 3 files changed, 67 insertions(+), 69 deletions(-) rename programming/javascript/upgrade-guide/{migrate_to11.md => migrate-from-v10.md} (62%) create mode 100644 programming/javascript/upgrade-guide/migrate-from-v9.md diff --git a/_includes/sidelist-programming/programming-javascript.html b/_includes/sidelist-programming/programming-javascript.html index 4b7b4bce..3fad8a7d 100644 --- a/_includes/sidelist-programming/programming-javascript.html +++ b/_includes/sidelist-programming/programming-javascript.html @@ -1394,34 +1394,17 @@ 7.6.0 and below
  • -
  • - Upgrade Instructions - +
  • diff --git a/programming/javascript/upgrade-guide/migrate_to11.md b/programming/javascript/upgrade-guide/migrate-from-v10.md similarity index 62% rename from programming/javascript/upgrade-guide/migrate_to11.md rename to programming/javascript/upgrade-guide/migrate-from-v10.md index 427b298b..d8c2d6df 100644 --- a/programming/javascript/upgrade-guide/migrate_to11.md +++ b/programming/javascript/upgrade-guide/migrate-from-v10.md @@ -1,12 +1,12 @@ --- layout: default-layout title: Upgrade guide for version 11 - Dynamsoft Barcode Reader JavaScript Edition -description: This page shows how to upgrade Dynamsoft Barcode Reader JavaScript SDK to v11. +description: This page shows how to upgrade Dynamsoft Barcode Reader JavaScript SDK from v10 to v11. keywords: user guide, upgrade, javascript, js needAutoGenerateSidebar: true --- -# How to Upgrade DBR-JS to v11.x +# How to Upgrade DBR-JS from v10.x to v11.x > [!IMPORTANT] > **We strongly recommend upgrading to v11.x.** All future algorithm improvements, performance optimizations, and new features will be developed exclusively for v11 and later versions. Version 10.x and earlier will only receive critical bug fixes and will not benefit from ongoing innovation. @@ -76,44 +76,4 @@ The template system has been enhanced in v11 to support more powerful customizat **Action Required**: Use the [template upgrade tool](https://www.dynamsoft.com/tools/template-upgrade/) to automatically convert your v10.x templates to the v11 format. > [!NOTE] -> The upgraded template format provides better flexibility and will support future template enhancements that are exclusive to v11+. - -## From version 9.x or earlier - -> [!IMPORTANT] -> **Critical: Version 9.x and earlier are on a legacy architecture.** All new algorithm development, performance improvements, and features are built exclusively on the DynamsoftCaptureVision (DCV) architecture introduced in v10+. -> -> **Staying on v9.x or earlier means:** -> - ❌ No access to new barcode recognition algorithms -> - ❌ No future performance optimizations -> - ❌ Missing out on new symbology support -> - ❌ Limited to critical security patches only -> -> **Upgrading to v11 provides:** -> - ✅ Access to all future algorithm enhancements -> - ✅ Continuous performance improvements -> - ✅ New features and capabilities as they're released -> - ✅ Full technical support and active maintenance - -### Understanding the DCV Architecture Advantage - -The Dynamsoft Barcode Reader JavaScript edition has been completely refactored to integrate with the powerful DynamsoftCaptureVision (DCV) architecture. This modern foundation enables: - -- **Modular Design**: Seamlessly integrate multiple document processing capabilities -- **Optimized Performance**: Better resource management and faster processing -- **Extensibility**: Easy integration of new features and technologies -- **Future-Ready**: Built to support emerging computer vision requirements - -To understand the full advantages of this new architecture, please refer to: - -* [Overview of Dynamsoft Capture Vision](https://www.dynamsoft.com/capture-vision/docs/core/introduction/) -* [Dynamsoft Capture Vision Framework Details](https://www.dynamsoft.com/capture-vision/docs/core/architecture/) - -### Migration Requirements - -Due to the significant architectural improvements, **a rewrite of your existing code is required** when upgrading from v9.x or earlier. While this requires initial effort, it positions your application to benefit from years of future development. - -**We strongly recommend following the [User Guide](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html) to migrate your code to v11.** - -> [!TIP] -> The investment in upgrading pays off quickly through improved performance and access to ongoing innovations. Our updated APIs are more intuitive and require less boilerplate code. \ No newline at end of file +> The upgraded template format provides better flexibility and will support future template enhancements that are exclusive to v11+. \ No newline at end of file diff --git a/programming/javascript/upgrade-guide/migrate-from-v9.md b/programming/javascript/upgrade-guide/migrate-from-v9.md new file mode 100644 index 00000000..acdf9891 --- /dev/null +++ b/programming/javascript/upgrade-guide/migrate-from-v9.md @@ -0,0 +1,55 @@ +--- +layout: default-layout +title: Upgrade guide for version 11 - Dynamsoft Barcode Reader JavaScript Edition +description: This page shows how to upgrade Dynamsoft Barcode Reader JavaScript SDK from v9 to v11. +keywords: user guide, upgrade, javascript, js +needAutoGenerateSidebar: true +--- + +# How to Upgrade DBR-JS from v9.x to v11.x + +## Why Upgrade to v11? + +- **Latest Barcode Recognition Algorithms**: Access to cutting-edge decoding algorithms and accuracy improvements +- **Ongoing Performance Enhancements**: Faster processing speeds and better resource optimization +- **New Features & Capabilities**: Future functionality will only be available in v11+ +- **Active Development**: Version 11 is the actively maintained branch receiving continuous updates +- **Long-term Support**: Ensure your application stays current with industry standards + +> [!IMPORTANT] +> **Critical: Version 9.x and earlier are on a legacy architecture.** All new algorithm development, performance improvements, and features are built exclusively on the DynamsoftCaptureVision (DCV) architecture introduced in v10+. +> +> **Staying on v9.x or earlier means:** +> - ❌ No access to new barcode recognition algorithms +> - ❌ No future performance optimizations +> - ❌ Missing out on new symbology support +> - ❌ Limited to critical security patches only +> +> **Upgrading to v11 provides:** +> - ✅ Access to all future algorithm enhancements +> - ✅ Continuous performance improvements +> - ✅ New features and capabilities as they're released +> - ✅ Full technical support and active maintenance + +### Understanding the DCV Architecture Advantage + +The Dynamsoft Barcode Reader JavaScript edition has been completely refactored to integrate with the powerful DynamsoftCaptureVision (DCV) architecture. This modern foundation enables: + +- **Modular Design**: Seamlessly integrate multiple document processing capabilities +- **Optimized Performance**: Better resource management and faster processing +- **Extensibility**: Easy integration of new features and technologies +- **Future-Ready**: Built to support emerging computer vision requirements + +To understand the full advantages of this new architecture, please refer to: + +* [Overview of Dynamsoft Capture Vision](https://www.dynamsoft.com/capture-vision/docs/core/introduction/) +* [Dynamsoft Capture Vision Framework Details](https://www.dynamsoft.com/capture-vision/docs/core/architecture/) + +### Migration Requirements + +Due to the significant architectural improvements, **a rewrite of your existing code is required** when upgrading from v9.x or earlier. While this requires initial effort, it positions your application to benefit from years of future development. + +**We strongly recommend following the [User Guide](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html) to migrate your code to v11.** + +> [!TIP] +> The investment in upgrading pays off quickly through improved performance and access to ongoing innovations. Our updated APIs are more intuitive and require less boilerplate code. \ No newline at end of file From 5b9fd1245ba14a1409b34caaaefebbc46ce1c869 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 10 Feb 2026 09:37:27 +0800 Subject: [PATCH 6/7] Refactor DCV architecture section in upgrade guide for clarity and conciseness --- programming/javascript/upgrade-guide/migrate-from-v9.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/programming/javascript/upgrade-guide/migrate-from-v9.md b/programming/javascript/upgrade-guide/migrate-from-v9.md index acdf9891..60a96dd5 100644 --- a/programming/javascript/upgrade-guide/migrate-from-v9.md +++ b/programming/javascript/upgrade-guide/migrate-from-v9.md @@ -33,14 +33,7 @@ needAutoGenerateSidebar: true ### Understanding the DCV Architecture Advantage -The Dynamsoft Barcode Reader JavaScript edition has been completely refactored to integrate with the powerful DynamsoftCaptureVision (DCV) architecture. This modern foundation enables: - -- **Modular Design**: Seamlessly integrate multiple document processing capabilities -- **Optimized Performance**: Better resource management and faster processing -- **Extensibility**: Easy integration of new features and technologies -- **Future-Ready**: Built to support emerging computer vision requirements - -To understand the full advantages of this new architecture, please refer to: +The Dynamsoft Barcode Reader JavaScript edition has been completely refactored to integrate with the powerful DynamsoftCaptureVision (DCV) architecture. To understand the full advantages of this new architecture, please refer to: * [Overview of Dynamsoft Capture Vision](https://www.dynamsoft.com/capture-vision/docs/core/introduction/) * [Dynamsoft Capture Vision Framework Details](https://www.dynamsoft.com/capture-vision/docs/core/architecture/) From 17323caeecb70d785db60ed7baeb4af78b7b4cf1 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 10 Feb 2026 09:54:03 +0800 Subject: [PATCH 7/7] Remove migration marker from user guide index --- programming/javascript/user-guide/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/programming/javascript/user-guide/index.md b/programming/javascript/user-guide/index.md index 5dd43df3..680d6619 100644 --- a/programming/javascript/user-guide/index.md +++ b/programming/javascript/user-guide/index.md @@ -201,4 +201,3 @@ yarn add dynamsoft-barcode-reader-bundle@11.2.4000 ``` -migrate_to11 \ No newline at end of file