- responseCallback() always raises an error link
- add query param to applicationKey
- bad link on the Get source code for Change configuration
- enhance iink eraser websocket sample
- math example: empty mathML is displayed in result instead of nothing
- customize example, colour picker disappears after undo-redo
- gesture.enable = false broken
- can change configuration if first host is wrong
- minor modification for specific integration
@Editor
- fix change configuration IInks doesn't set the right font
@Editor
- fix change configuration ink disappears in example configured in REST
@Editor
- fix change configuration restart websocket connection
- fix lost connection due to inactivity is now displayed
- fix style is wrapped by global class and can be customized
@examples
- fix bad position of the searching highlight in searching text example
- new examples with eraser
- erase mode is now an option in websocket text
- refactor of examples
- fix missing ink on iOS with Scribble feature on
- REST requests use
fetch
instead ofXMLHttpRequest
@Editor
- fix setTheme not sent on reconnect or language change
- fix resize on REST mode
@examples
- remove mixed-content image
@docs
- generated directly in sub folder /docs and accessible at https://myscript.github.io/iinkJS/docs/
@Editor
- fix
response is not a function
on reconnect - fix setTheme error on init
- fix setTheme sent twice on init
@examples
- update katex to 0.12.0
- simplify clean latex methods
- chore(deps): update rollup-plugin-terser to v7
- fix(reco): last export not taken
- chore(deps): update minimist to 1.2.5
- chore(deps): bump lodash from 4.17.15 to 4.17.19
- ⚠ 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
- Editor exposes a new method to properly close websocket connection
- Editor makes an API call to get list of available languages.
@Editor
- Fix
canClear
flag - Fix
clear
method - Fix error display
- Fix lost strokes on reconnection
@examples
- Fix scrolling on iOS
- Fix click on iOS after simple recognition
- Fix export to file with FileSaver
- Remove
esdoc
to usejsdoc
with npx - Upgrade tooling