Change the underlying InkPaper editor to a new Editor class.
New events to be notified of editor changes.
New penStyle property. Used to change current pen style.
New theme property. Used to change the editor's theme.
New configuration property. 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 configuration property.
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.