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

Commit 599ec45

Browse files
committed
[RELEASE] Changelog
1 parent 5c7fa15 commit 599ec45

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# [v4.0.2](https://github.com/MyScript/myscript-math-web/tree/v4.0.2)
1+
# v4.1.0
2+
3+
## Features
4+
- Custom resources / grammar support, upload your custom grammar to modify the recognition behaviour (see the [example](./examples/v4/custom_resources.html)).
5+
- New `penStyleClasses` property. Used to change the theme using classes passed using the `theme` property (see the [example](./examples/non-version-specific/customize_style.html)).
6+
- No more css background if api is set to `V4`.
7+
- No more STIX font import needed as the font is now rendered by the server.
8+
- New `usepointerlisteners` property used to force the pointer events use.
9+
10+
## Breaking changes
11+
In order to be consistent with the native API :
12+
- `importContent()` and `exportContent()` respectively renamed to `import_()` and `export_()`.
13+
- `importInk(strokes)` changed to `pointerEvents(events)`.
214

315
## Bug fixed
416

0 commit comments

Comments
 (0)