This repository was archived by the owner on Jan 4, 2021. It is now read-only.
v4.0.0
Features
- Change the underlying
InkPapereditor to a newEditorclass. - New events to be notified of editor changes.
- New
penStyleproperty. Used to change current pen style. - New
themeproperty. Used to change the editor's theme. - New
configurationproperty. Changing the configuration will clear the underlying editor, all currents strokes and results will be lost.
Breaking changes
- Complete rewrite with ES6 syntax
- Internal design improved to allow extensibility and support of upcoming recognition types. See the documentation and examples to discover new behavior.
- Removal of all deprecated attributes and methods
- All configuration has been merged into the
configurationproperty. - All events has been renamed.
getAvailableLanguages()have been moved outside the editor. You can use it to retrieve the list of available languages for your configuration.