Skip to content

Commit 6d67707

Browse files
Merge pull request #455 from dynamsoft-docs/preview
Preview
2 parents 04eb158 + 56eea9a commit 6d67707

File tree

1 file changed

+6
-15
lines changed
  • programming/javascript/upgrade-guide

1 file changed

+6
-15
lines changed

programming/javascript/upgrade-guide/10to11.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,9 @@ permalink: /programming/javascript/upgrade-guide/10to11.html
99

1010
# How to Upgrade DBR-JS from v10.x to v11.x
1111

12-
## Change the way to reference the SDK
12+
## Reference the latest version of the dynamsoft-barcode-reader-bundle
1313

14-
In version 10.0.21 and earlier versions, you may need to reference several modules:
15-
16-
```html
17-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.20/dist/core.js"></script>
18-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-license@3.0.20/dist/license.js"></script>
19-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-utility@1.0.20/dist/utility.js"></script>
20-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader@10.0.20/dist/dbr.js"></script>
21-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-router@2.0.20/dist/cvr.js"></script>
22-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.1/dist/dce.js"></script>
23-
```
24-
25-
For versions after 10.0.21 but before 11.x, you only need to update the version number of `dynamsoft-barcode-reader-bundle`.
14+
To use version 11, include the following script in your HTML:
2615

2716
```html
2817
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js"></script>
@@ -79,6 +68,8 @@ The Dynamsoft Barcode Reader JavaScript edition has been refactored to integrate
7968
* [Overview of Dynamsoft Capture Vision](https://www.dynamsoft.com/capture-vision/docs/core/introduction/)
8069
* [Dynamsoft Capture Vision Framework Details](https://www.dynamsoft.com/capture-vision/docs/core/architecture/)
8170

82-
Additionally, it's important to note that Dynamsoft's ongoing enhancements will be based on this updated architecture. By upgrading to version 11, you will gain access to the latest features and enhanced performance.
71+
> [!IMPORTANT]
72+
>
73+
> 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.
8374
84-
Due to these significant changes, a substantial rewrite of your existing code will be necessary to transition to the new version. we recommend you to follow the [User Guide](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/barcode-scanner.html) and re-write your codes.
75+
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/barcode-scanner.html) and re-write your codes.

0 commit comments

Comments
 (0)