Releases: Dynamsoft/mrz-scanner-javascript
Releases · Dynamsoft/mrz-scanner-javascript
v3.0.4
v3.0.4-beta-202510200001
Release Notes
3.0.4 (10/20/2025)
Fixes
- Fixed a bug with the
mrzTextfield of theMRZDatainterface.
v3.0.3
Release Notes
3.0.3 (09/17/2025)
Fixes
- Fixed the
launch()method so that theimageOrFileparameter is optional (for TypeScript implementation). - Altered the React Hooks sample to allow it to run in
Strict Mode.
v3.0.3-beta-202509160002
Release Notes
3.0.3 (09/17/2025)
Fixes
- Fixed the
launch()method so that theimageOrFileparameter is optional (for TypeScript implementation). - Altered the React Hooks sample to allow it to run in
Strict Mode.
v3.0.2
Release Notes
3.0.2 (09/11/2025)
Improved
- Updated the underlying Capture Vision Bundle dependency to 3.0.6001.
- Increased recognition speed by fixing an issue caused by a WASM compilation parameter that degraded performance.
- Enhanced framework samples with the latest security updates.
v3.0.2-beta-202509110001
Release Notes
3.0.2 (09/11/2025)
Fixes
- Updated the underlying Capture Vision bundle to
3.0.6001. - Improved recognition speed by fixing an issue where a WASM compilation parameter caused performance degradation.
- Resolving security vulnerabilities regarding some of the dev dependencies of the framework samples.
v3.0.1
Release Notes
SDK
Fixes
- Fix file input process error when decoding static file input when
showResultView = false. - Fix
launch()throwing an error when there's a different error format thrown
v3.0.1-beta-202508060001
Release Notes
SDK
Fixes
- Fix file input process error when decoding static file input when
showResultView = false. - Fix
launch()throwing an error when there's a different error format thrown
v3.0.0
Release Notes
SDK
Highlighted Features
- Updated the underlying Capture Vision bundle to
3.0.3001for major improvements in reading accuracy and speed. - Optimized the algorithm to achieve a 30% increase in read rate as well as a 15% increase in accuracy.
- Added support for
TD2andTD3Visa. - Added a
emptyResultMessageproperty to theResultViewConfiginterface in order to change the string message that is displayed when no result is found.
Fixes
- Fixed the issue where the camera select icon cuts off on browsers in iOS.
- Optimized the resource loading process of the library.
- Replaced the re-scan button of the result view with a cancel button when the MRZ scanner is launched with a static file.
v3.0.0-beta-202506160001
Release Notes
SDK
[Features]
- Update DCV bundle to
3.0.3001 - Support for TD2 and TD3 Visa
- Added a
resultViewConfig.emptyResultMessageproperty to change the message when no result is found
[Fixes]
- Camera select icon cuts off in iOS
- Optimized resource loading and cancel button on upload image