Skip to content

v1.0.2

Choose a tag to compare

@Felix-Dynamsoft Felix-Dynamsoft released this 06 Feb 00:27
b08e0a8

Release Notes

SDK

[BREAKING CHANGES]

  • Renamed ScanResultView to DocumentResultView.
  • Renamed DocumentScanResult to DocumentResult.
  • Renamed scanResultViewConfig to resultViewConfig.
  • Renamed ControlButton to ToolbarConfig.
  • Changed text property for toolbar buttons to label.

[Features]

  • Added support for <img> tags on toolbar icons.
  • Updated the Share PNG icon to match other products.
  • Added an upload button when users specify the onUpload function.

[Fixes]

  • Fixed an issue where importing an image larger than the canvas dimensions caused the detected border to be positioned incorrectly. This was due to scaleDown not working properly.

Samples

[Features]

  • Added a rotate message on /demo.html to handle landscape mode.

[Fixes]

  • Fixed an issue where the camera and resolution outline logic would break when transitioning from the Demo Camera to the Live Camera.

Docs

  • Significantly updated the README and User Guide, including a link to the demo.

Built-in Server

  • Changed the configuration to allow showcasing the "Upload" feature.
  • Added URLs to specific pages when running npm run serve.