Releases: Dynamsoft/document-scanner-javascript
Releases · Dynamsoft/document-scanner-javascript
v1.0.3
Release Notes [Patch for v1.0.2]
SDK
[Fixes]
- Fixed missing devDependency in
package.json
Docs
- Version update from 1.0.2 to 1.0.3
v1.0.2
Release Notes
SDK
[BREAKING CHANGES]
- Renamed
ScanResultViewtoDocumentResultView. - Renamed
DocumentScanResulttoDocumentResult. - Renamed
scanResultViewConfigtoresultViewConfig. - Renamed
ControlButtontoToolbarConfig. - Changed
textproperty for toolbar buttons tolabel.
[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
onUploadfunction.
[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.htmlto 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.
v1.0.1
feat: release v1.0.1
v1.0.0
mend