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
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,20 @@
1
-
# v5.0.0
1
+
# v4.1.0
2
2
3
3
## Features
4
-
- New smart guide:
5
-
- Show real time converted text above writings,
4
+
- New smart guide enabled by default:
5
+
- Show real time recognized text above writings,
6
6
- Change recognized words on click using candidates,
7
7
- Convert, copy or delete text using the action menu,
8
-
- Enabled by default (see configuration `recognitionParams`, `v4`, `text`, `smartguide`)
8
+
- Fade out animation to make the smart guide disappear after a certain duration,
9
+
- Google Fonts support (see the [example](./examples/v4/customize_style.html))
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
+
- 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.
14
+
15
+
## Breaking changes
16
+
-`importContent()` and `exportContent()` respectively renamed to `import_()` and `export_()`.
17
+
-`importInk(strokes)` changed to `pointerEvents(events)`.
0 commit comments