Skip to content

Releases: Dynamsoft/mobile-web-capture

release: v4.0.0

03 Feb 17:49
v4.0.0
bb6268d

Choose a tag to compare

Breaking Changes

  1. Do not depend on DCV directly, rather depend on it through MDS and DDV.
  2. Do not expose raw DCV APIs, rather only expose MDS and DDV.
  3. MDS JS changed its scanner UI template file from html to xml for security purposes, which affects consumers self hosting this UI template file (no impact if using the CDN-hosted file).

Fixes

  1. Update MDS JS to v1.4.2 and DDV to v3.2 to improve security.

Documentation

  1. Synchronize minor documentation updates to the README.

Dependencies

Release: v4.0.0-beta-202602020003

03 Feb 00:04
v4.0.0-beta-202602020003
8e368ee

Choose a tag to compare

Pre-release

Breaking Changes

  1. Do not depend on DCV directly, rather depend on it through MDS and DDV.
  2. Do not expose raw DCV APIs, rather only expose MDS and DDV.
  3. MDS JS changed its scanner UI template file from html to xml for security purposes, which affects consumers self hosting this UI template file (no impact if using the CDN-hosted file).

Fixes

  1. Update MDS JS to v1.4.2 and DDV to v3.2 to improve security.

Documentation

  1. Synchronize minor documentation updates to the README.

Dependencies

Release: v4.0.0-beta-202602010002

02 Feb 21:15
v4.0.0-beta-202602010002
4eca843

Choose a tag to compare

Pre-release

Breaking Changes

  1. Do not depend on DCV directly, rather depend on it through MDS and DDV.
  2. Do not expose raw DCV APIs, rather only expose MDS and DDV.
  3. MDS JS changed its scanner UI template file from html to xml for security purposes, which affects consumers self hosting this UI template file (no impact if using the CDN-hosted file).

Fixes

  1. Update MDS JS to v1.4.2 and DDV to v3.2 to improve security.

Documentation

  1. Synchronize minor documentation updates to the README.

Dependencies

v3.1.0

01 May 21:17

Choose a tag to compare

Release Notes

SDK

[Features]

  • Updated DocumentScanner dependency to v1.2.0
  • Pluggable Scanners!
    • We've implemented a flexible pluggable scanner architecture that lets you integrate any custom scanner with MWC. This powerful new capability opens up endless integration possibilities while maintaining a consistent interface.
    • How it works
      • Implement the MWCScanner interface as shown below
      • On launch(), your scanner must return results that include
        • imageData as true
        • _imageData with a toBlob() function
        • status.code equals to EnumresultStatus.RS_SUCCESS
  export interface MWCScanner {
  initialize(): Promise<any>;
  launch(): Promise<any>;
  dispose(): void;
}
  • MWC Header color changed to separate the component
  • On Document View, Select All and Cancel button has been moved to the header
  • Demo UI/UX design improvement

[Fixes]

  • After deleting a page on Document View, the select mode will be toggled off

Docs

  • Updated version to 3.1.0

v3.1.0-beta-202504290001

29 Apr 18:47

Choose a tag to compare

Pre-release

Release Notes

SDK

[Features]

  • Updated DocumentScanner dependency to v1.2.0-beta-1745342777464
  • Pluggable Scanners!
    • We've implemented a flexible pluggable scanner architecture that lets you integrate any custom scanner with MWC. This powerful new capability opens up endless integration possibilities while maintaining a consistent interface.
    • How it works
      • Implement the MWCScanner interface as shown below
      • On launch(), your scanner must return results that include
        • _imageData with a toBlob() function
        • status.code equals to EnumresultStatus.RS_SUCCESS
  export interface MWCScanner {
  initialize(): Promise<any>;
  launch(): Promise<any>;
  dispose(): void;
}
  • MWC Header color changed to separate the component
  • On Document View, Select All and Cancel button has been moved to the header
  • Demo improvements

[Fixes]

  • Clearer error messages
  • After deleting a page on Document View, the select mode will be toggled off

Docs

  • Updated version to 3.1.0
  • [TODO] API references

v3.0.1

08 Feb 04:47
b91dd13

Choose a tag to compare

v3.0.0

08 Feb 02:56
810931a

Choose a tag to compare

2.0.0

03 Sep 09:53

Choose a tag to compare

1.1.0

18 Jan 05:04

Choose a tag to compare

1.0.0.0

28 Dec 07:40

Choose a tag to compare