v4.1.0
Features
- New smart guide enabled by default:
- Show real time recognized text above writings,
- Change recognized words on click using candidates,
- Convert, copy or delete text using the action menu,
- Fade out animation to make the smart guide disappear after a certain duration,
- Google Fonts support (see the example)
- Custom resources support, upload your custom resources to modify the recognition behaviour. (see the text or the math example.)
- New
penStyleClassesproperty. Used to change the theme using a classes passed using thethemeproperty (see the example). - New guides for text using a svg DOM element behind the model layer.
- No more css background if api is set to
V4. - New
isEmpty,possibleUndoCountandundoStackIndexproperties in details onchangedevent to help development of custom undo/redo stacks.
Breaking changes
In order to be consistent with the native API :
importContent()andexportContent()respectively renamed toimport_()andexport_().importInk(strokes)changed topointerEvents(events).
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.
v1.2.1
Bugs
- Fixes staff disappearing after recognition result
- Fixes retina mode was only well display after a resizing
- Fixes scratch-out were displayed when exporting as image
v1.2.0
Features
- Change build task runner from grunt to gulp
- Add accessors to
hostto make it mutable - Add accessors to
protocolto make it mutable - Add accessors to
parametersto make them mutable - Add accessors to
componentsto make them mutable (@see mandatory clef on music) - Add enum style variables on string constants to ease implementation
- Mark
globalAlphaparameter as deprecated - Migrate JQuery Pointer Event Polyfill to 0.4.1
Bugs
- Fixes
parametersconstructors to allow json construction, used also to copy them - Fixes
componentsconstructors to allow json construction, used also to copy them - Fixes issue on shape recognition undo/redo
- Fixes issue on music recognition undo/redo (@see mutable
componentsfeature) - Fixes issue on network interfaces (@see mutable
hostfeature) - Fixes missing callback call when
timeout=== 0 - Fixes set
parameterson WebSocket recognition (@see mutableparametersfeature) - Fixes ink-paper positioning issue (CSS change)
- Fixes wrong pointer events coordinates
- Fixes getAvailableLanguages to use correct
inputMode - Fixes high-resolution rendering