Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

v4.1.0

Compare
Choose a tag to compare
@RomainCscn RomainCscn released this 20 Feb 15:51
· 60 commits to master since this release

Features

  • Modifications to include smart guide from MyScriptJS
  • New penStyleClasses property. Used to change the theme using classes passed using the theme property (see the example).
  • New usepointerlisteners property used to force the pointer events use.
  • 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, possibleUndoCount and undoStackIndex properties in details on changed event to help development of custom undo/redo stacks.

Breaking changes

  • importContent() and exportContent() respectively renamed to import_() and export_().
  • importInk(strokes) changed to pointerEvents(events).