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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
# v4.1.0
2
+
3
+
## Features
4
+
- Modifications to include smart guide from MyScriptJS
5
+
- New `disablesmartguide` property to disable smart guide.
6
+
- New `disablesmartguidefadeout` and `smartguidefadeoutduration` to disable smart guide fadeout or modify the duration.
7
+
- New `usepointerlisteners` property used to force the pointer events use.
8
+
- New guides and `disableguidelines` to disable the guides.
9
+
- Google fonts supports (see the [example](./examples/v4/change_fonts.html)).
10
+
- Custom resources support, upload your custom resources to modify the recognition behaviour (see the [example](./examples/v4/custom_resources.html)).
11
+
- 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)).
12
+
13
+
## Breaking changes
14
+
-`importContent()` and `exportContent()` respectively renamed to `import_()` and `export_()`.
15
+
-`importInk(strokes)` changed to `pointerEvents(events)`.
0 commit comments