Skip to content

Releases: Dynamsoft/mrz-scanner-javascript

v3.0.4

20 Oct 20:38

Choose a tag to compare

Release Notes

3.0.4 (10/20/2025)

Fixes

  • Fixed a bug with the mrzText field of the MRZData interface.

v3.0.4-beta-202510200001

20 Oct 19:29

Choose a tag to compare

Pre-release

Release Notes

3.0.4 (10/20/2025)

Fixes

  • Fixed a bug with the mrzText field of the MRZData interface.

v3.0.3

17 Sep 18:03

Choose a tag to compare

Release Notes

3.0.3 (09/17/2025)

Fixes

  • Fixed the launch() method so that the imageOrFile parameter is optional (for TypeScript implementation).
  • Altered the React Hooks sample to allow it to run in Strict Mode.

v3.0.3-beta-202509160002

17 Sep 16:59

Choose a tag to compare

Pre-release

Release Notes

3.0.3 (09/17/2025)

Fixes

  • Fixed the launch() method so that the imageOrFile parameter is optional (for TypeScript implementation).
  • Altered the React Hooks sample to allow it to run in Strict Mode.

v3.0.2

11 Sep 21:39

Choose a tag to compare

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

11 Sep 21:00

Choose a tag to compare

Pre-release

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

06 Aug 23:13

Choose a tag to compare

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

06 Aug 22:53

Choose a tag to compare

Pre-release

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

17 Jun 22:29

Choose a tag to compare

Release Notes

SDK

Highlighted Features

  • Updated the underlying Capture Vision bundle to 3.0.3001 for 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 TD2 and TD3 Visa.
  • Added a emptyResultMessage property to the ResultViewConfig interface 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

16 Jun 20:21

Choose a tag to compare

Pre-release

Release Notes

SDK

[Features]

  • Update DCV bundle to 3.0.3001
  • Support for TD2 and TD3 Visa
  • Added a resultViewConfig.emptyResultMessage property 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