From ae406005ce36a925799ab5a52eaff28198877c72 Mon Sep 17 00:00:00 2001 From: Dynamsoft-Shen <62587615+Shen-wb@users.noreply.github.com> Date: Fri, 24 Apr 2026 14:05:47 +0800 Subject: [PATCH] 11.4.2001 --- README.md | 2 +- frameworks/angular/README.md | 6 +++--- frameworks/angular/package.json | 2 +- frameworks/angular/src/app/dynamsoft.config.ts | 2 +- frameworks/blazor/README.md | 6 +++--- .../hello-world-blazor/BlazorApp/wwwroot/index.html | 4 ++-- frameworks/capacitor/package.json | 2 +- frameworks/electron/README.md | 6 +++--- frameworks/electron/action.js | 2 +- frameworks/electron/package.json | 2 +- frameworks/es6/README.md | 4 ++-- frameworks/es6/es6.html | 4 ++-- frameworks/native-ts/package.json | 2 +- frameworks/next/README.md | 6 +++--- frameworks/next/dynamsoft.config.ts | 2 +- frameworks/next/package.json | 2 +- frameworks/nuxt/README.md | 6 +++--- frameworks/nuxt/dynamsoft.config.ts | 2 +- frameworks/nuxt/package.json | 2 +- frameworks/pwa/README.md | 8 ++++---- frameworks/pwa/helloworld-pwa.html | 4 ++-- frameworks/pwa/service-worker.js | 2 +- frameworks/react/README.md | 6 +++--- frameworks/react/package.json | 2 +- frameworks/react/src/dynamsoft.config.ts | 2 +- frameworks/requirejs/README.md | 4 ++-- frameworks/requirejs/requirejs.html | 4 ++-- frameworks/svelte/README.md | 6 +++--- frameworks/svelte/package.json | 2 +- frameworks/svelte/src/dynamsoft.config.ts | 2 +- frameworks/vue/README.md | 6 +++--- frameworks/vue/package.json | 2 +- frameworks/vue/src/dynamsoft.config.ts | 2 +- .../android/app/src/main/assets/decodeBarcodeInVideo.html | 4 ++-- .../webview/ios/dbrjswebview/html/decodeFileInVideo.html | 4 ++-- hello-world.html | 2 +- read-an-image.html | 2 +- scan-a-single-barcode.html | 2 +- scenarios/batch-inventory/index.html | 2 +- scenarios/cart-builder/index.html | 2 +- scenarios/debug/public/index.html | 4 ++-- scenarios/locate-an-item-with-barcode/index.html | 4 ++-- scenarios/pick-one-to-fill/index.html | 2 +- scenarios/read-a-drivers-license/index.html | 2 +- scenarios/read-and-parse-GS1-AI/index.html | 4 ++-- scenarios/read-vin/index.html | 2 +- scenarios/scan-1D-Industrial/index.html | 2 +- scenarios/scan-1D-Retail/index.html | 2 +- scenarios/scan-and-search/index.html | 2 +- scenarios/scan-common-1D-and-2D/index.html | 2 +- scenarios/scan-common-2D-codes/index.html | 2 +- scenarios/scan-datamatrix-code/index.html | 2 +- scenarios/scan-dpm-codes/index.html | 2 +- scenarios/scan-from-distance/index.html | 2 +- scenarios/scan-qr-code/index.html | 2 +- scenarios/show-result-texts-on-the-video/index.html | 4 ++-- 56 files changed, 87 insertions(+), 87 deletions(-) diff --git a/README.md b/README.md index ec2811c8..6bd9a826 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The repository includes two main sample directories: ## Documentation -For the developer guide and full API reference of Dynamsoft Barcode Reader JavaScript library, please check out the [documentation](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/?ver=11.4.2000&utm_source=sampleReadme). +For the developer guide and full API reference of Dynamsoft Barcode Reader JavaScript library, please check out the [documentation](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/?ver=11.4.2001&utm_source=sampleReadme). - [API Docs](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/index.html?utm_source=sampleReadme) diff --git a/frameworks/angular/README.md b/frameworks/angular/README.md index 0bf17895..bcf8e6af 100644 --- a/frameworks/angular/README.md +++ b/frameworks/angular/README.md @@ -2,7 +2,7 @@ [Angular](https://angular.dev/) is one of the most popular and mature JavaScript frameworks. Follow this guide to learn how to implement [Dynamsoft Barcode Reader JavaScript SDK](https://www.dynamsoft.com/barcode-reader/sdk-javascript/) (hereafter called "the library") into an Angular application. Note that in this sample, `TypeScript` is used. -In this guide, we will be using [`dynamsoft-barcode-reader-bundle 11.4.2000`](https://www.npmjs.com/package/dynamsoft-barcode-reader-bundle/v/11.4.2000). +In this guide, we will be using [`dynamsoft-barcode-reader-bundle 11.4.2001`](https://www.npmjs.com/package/dynamsoft-barcode-reader-bundle/v/11.4.2001). > Note: > @@ -61,7 +61,7 @@ Below is the configuration used for this sample. ```cmd cd my-app -npm install dynamsoft-barcode-reader-bundle@11.4.2000 -E +npm install dynamsoft-barcode-reader-bundle@11.4.2001 -E ``` ## Start to implement @@ -86,7 +86,7 @@ LicenseManager.initLicense('DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9', true); /** * You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=samples&product=dbr&package=js to get your own trial license good for 30 days. * Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license. - * For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.4.2000&cVer=true#specify-the-license&utm_source=samples or contact support@dynamsoft.com. + * For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.4.2001&cVer=true#specify-the-license&utm_source=samples or contact support@dynamsoft.com. * LICENSE ALERT - THE END */ diff --git a/frameworks/angular/package.json b/frameworks/angular/package.json index a9333437..3b9d9281 100644 --- a/frameworks/angular/package.json +++ b/frameworks/angular/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "19.2.20", "@angular/platform-browser-dynamic": "19.2.20", "@angular/router": "19.2.20", - "dynamsoft-barcode-reader-bundle": "11.4.2000", + "dynamsoft-barcode-reader-bundle": "11.4.2001", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.15.0" diff --git a/frameworks/angular/src/app/dynamsoft.config.ts b/frameworks/angular/src/app/dynamsoft.config.ts index dec0617b..cbb64b08 100644 --- a/frameworks/angular/src/app/dynamsoft.config.ts +++ b/frameworks/angular/src/app/dynamsoft.config.ts @@ -12,7 +12,7 @@ LicenseManager.initLicense('DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9'); /** * You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=samples&product=dbr&package=js to get your own trial license good for 30 days. * Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license. - * For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.4.2000&cVer=true#specify-the-license&utm_source=samples or contact support@dynamsoft.com. + * For more information, see https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html?ver=11.4.2001&cVer=true#specify-the-license&utm_source=samples or contact support@dynamsoft.com. * LICENSE ALERT - THE END */ diff --git a/frameworks/blazor/README.md b/frameworks/blazor/README.md index e49456e1..b0a02dc3 100644 --- a/frameworks/blazor/README.md +++ b/frameworks/blazor/README.md @@ -2,7 +2,7 @@ [Blazor](https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor) is a framework for building interactive client-side web apps with .NET and C#. Follow this guide to learn how to implement [Dynamsoft Barcode Reader JavaScript SDK](https://www.dynamsoft.com/barcode-reader/sdk-javascript/) (hereafter called "the library") into a Blazor application using [JavaScript Interlop](https://learn.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/call-javascript-from-dotnet?view=aspnetcore-8.0#invoke-js-functions). -In this guide, we will be using [`dynamsoft-barcode-reader-bundle 11.4.2000`](https://www.npmjs.com/package/dynamsoft-barcode-reader-bundle/v/11.4.2000). We also used .NET 8.0 (version 8.0.8) to develop this sample. To ensure the sample app runs properly, please refer to this guide to update your .NET installation - https://learn.microsoft.com/en-us/dotnet/core/install/upgrade. +In this guide, we will be using [`dynamsoft-barcode-reader-bundle 11.4.2001`](https://www.npmjs.com/package/dynamsoft-barcode-reader-bundle/v/11.4.2001). We also used .NET 8.0 (version 8.0.8) to develop this sample. To ensure the sample app runs properly, please refer to this guide to update your .NET installation - https://learn.microsoft.com/en-us/dotnet/core/install/upgrade. > Note: > @@ -283,7 +283,7 @@ Inside the `wwwroot\index.html` file, we will initialize the license and necessa ... - + - + + + + + + diff --git a/read-an-image.html b/read-an-image.html index 52b64d0c..43ba9914 100644 --- a/read-an-image.html +++ b/read-an-image.html @@ -9,7 +9,7 @@