Appearance
Changelog
All notable changes to Mobile Web Capture JavaScript Edition are documented here.
The format is based on Keep a Changelog.
4.1.0 - 2026-07-06
Changed
- Update Mobile Document Scanner JS to v1.5.0.
- Update Dynamsoft Document Viewer JS to v3.2.1 for security updates.
- Update the framework samples' dependencies and README.
Fixed
- Error when clicking the close button from the library view (and triggering
onClose()).
Dependencies
4.0.0 - 2026-02-02
Changed
- Breaking: no longer depend on Dynamsoft Capture Vision directly — MWC reaches it through MDS and DDV instead.
- Breaking: raw DCV APIs are no longer exposed; only MDS and DDV are.
- Breaking: MDS JS changed its scanner UI template file from
htmltoxmlfor security purposes, which affects consumers self-hosting this UI template file (no impact if using the CDN-hosted file). - Synchronize minor documentation updates to the README.
Security
- Update MDS JS to v1.4.2 and DDV to v3.2 to improve security.
Dependencies
3.1.0 - 2025-05-01
The most notable improvement in this version is the pluggable scanner feature, which allows MWC to integrate any custom scanner.
Added
- Pluggable Scanner feature, which integrates any scanner that:
- Implements the
MWCScannerinterface. - Implements a
launch()method returning a result that includes_imageDatawith atoBlob()function,imageData: true, and astatus.codeequal toEnumResultStatus.RS_SUCCESS.
- Implements the
Changed
- Update MDS to version 1.2.
- Change the MWC header color to make the component visually distinct.
- Move the "Select All" and "Cancel" buttons to the header in the Document View.
Fixed
- Select mode now toggles off after deleting a page in the Document View.
3.0.1 - 2025-02-07
Fixed
- Missing Download button icon in the Document Result View.
3.0.0 - 2025-02-07
Important
MWC version 3.0.0 is a complete rewrite and is not based on previous versions. It was released as a beta.
In this release, Mobile Web Capture (MWC) was completely redesigned from the ground up into a ready-to-use, fully developed, browser-based document management system for mobile devices.
Added
- Automatic document detection and image capture.
- Scanning and organizing pages into a document.
- Organizing multiple documents in a library.
- Full suite of PDF annotation and editing tools.
- Uploading documents to a server or saving them locally.
- Ready-to-use and flexible document scanning workflow.
- Modular, view-based design for easy maintenance and customization — see the Introduction for an overview of the Views.
2.0.0 - 2024-09-03
Dependencies
- Dynamsoft Document Viewer JavaScript Edition 2.0
- Dynamsoft Document Normalizer JavaScript Edition 2.2.10
1.1.0 - 2024-01-16
Dependencies
- Dynamsoft Document Viewer JavaScript Edition 1.1
- Dynamsoft Document Normalizer JavaScript Edition 2.0.20