This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Releases: MyScript/iinkJS
Releases · MyScript/iinkJS
v1.4.1
v1.4.1
Breaking changes
- ⚠ Package was renamed from
myscript
toiink-js
to synchronize our SDK release version - V3 API is not available anymore, as such, configuration :
recognitionParams.(v3|v4)
was renamed torecognitionParams.iink
- Remove stats from editor
- Callbacks have been replaced by Promises
Features
- Editor exposes a new method to properly close websocket connection
- Editor makes an API call to get list of available languages.
Bugs fix
@Editor
- Fix
canClear
flag - Fix
clear
method - Fix error display
- Fix lost strokes on reconnection
- Fix scrolling on iOS
- Fix click on iOS after simple recognition
- Fix export to file with FileSaver
Chore
- Remove
esdoc
to usejsdoc
with npx - Upgrade tooling