You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,12 @@
9
9
- Google Fonts support (see the [example](./examples/v4/customize_style.html))
10
10
- Custom resources support, upload your custom resources to modify the recognition behaviour. (see the [text](./examples/v4/custom_resources_text.html) or the [math](./examples/v4/custom_resources_math.html) example.)
11
11
- New `penStyleClasses` property. Used to change the theme using a classes passed using the `theme` property (see the [example](./examples/v4/customize_style.html)).
12
-
- New guides for text.
13
-
- New `isEmpty`, `possibleUndoCount` and `undoStackIndex` properties.
12
+
- New guides for text using a svg DOM element behind the model layer.
13
+
- No more css background if api is set to `V4`.
14
+
- New `isEmpty`, `possibleUndoCount` and `undoStackIndex` properties in details on `changed` event to help development of custom undo/redo stacks.
14
15
15
16
## Breaking changes
17
+
In order to be consistent with the native API :
16
18
-`importContent()` and `exportContent()` respectively renamed to `import_()` and `export_()`.
17
19
-`importInk(strokes)` changed to `pointerEvents(events)`.
0 commit comments