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

Commit 7539fda

Browse files
author
DEWITTE Pierre-Alban
committed
[Changelog] review by PAD
1 parent 17a15c0 commit 7539fda

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
- Google Fonts support (see the [example](./examples/v4/customize_style.html))
1010
- 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.)
1111
- 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.
1415

1516
## Breaking changes
17+
In order to be consistent with the native API :
1618
- `importContent()` and `exportContent()` respectively renamed to `import_()` and `export_()`.
1719
- `importInk(strokes)` changed to `pointerEvents(events)`.
1820

0 commit comments

Comments
 (0)