Skip to content

Commit 63efcb4

Browse files
committed
Polish release notes: fix typo, tighten wording in roadmap notice
1 parent 8415c10 commit 63efcb4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • programming/javascript/release-notes

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ noTitleIndex: true
1414

1515
### ⚠️ Roadmap notice: Foundational API Becomes Primary
1616

17-
Starting with this release, the **Foundational API** (`CaptureVisionRouter` and related classes) is officially the primary and recommended integration path for DBR-JS. `BarcodeScanner` transitions to the role of an **officially maintained simplified wrapper** — still fully supported throughout the v11 lifecycle.
17+
Starting with this release, the **Foundational API** (`CaptureVisionRouter` and related classes) is officially the primary and recommended integration path for DBR-JS. `BarcodeScanner` transitions to the role of an **officially maintained simplified wrapper**.
1818

1919
**What this means in practice:**
2020

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.
22-
- **v12 (future)**`BarcodeScanner` will no longer be bundled as part of the main `dynamsoft-barcode-reader-bundle` package. It will be distributed separately.
22+
- **v12 (future)**`BarcodeScanner` will no longer be bundled as part of the main `dynamsoft-barcode-reader-bundle` package. It will be distributed separately but will still be officially supported.
2323

2424
**Why this change:**
2525

26-
- **Foundational scales; the wrapper doesn't.** When projects move beyond basic demos — adding custom scan UIs, integrating other DCV components (document detection, label recognition), or building production workflows — `BarcodeScanner` hits a wall. Developers end up rebuilding on the Foundational API anyway.
26+
- **Foundational scales; the wrapper doesn't.** When projects move beyond basic demos — integrating other DCV components (document detection, label recognition), or building production workflows — `BarcodeScanner` hits a wall. Developers may end up rebuilding on the Foundational API.
2727
- **One clear path, not two.** Two parallel API surfaces create confusion at evaluation time — for developers and for the AI coding assistants they increasingly use. A single recommended path simplifies onboarding.
2828
- **AI tools close the boilerplate gap.** Much of `BarcodeScanner`'s value was fewer lines of code. With AI-assisted coding now common, developers can scaffold Foundational API code just as quickly.
2929

3030
**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.
3131

32-
**Existing projects using `BarcodeScanner`:** No action required for v11. When v12 is released, a migration guide will be provided.
32+
**Existing projects using `BarcodeScanner`:** The wrapper will continue to receive long-term support. No action required for v11. When v12 is released, a guide will be provided for migrating to the Foundational API or continuing to use the wrapper.
3333

3434
### Highlights
3535

0 commit comments

Comments
 (0)