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

Commit df77c2d

Browse files
committed
[RELEASE] Update changelog
1 parent 55f0a04 commit df77c2d

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
# v5.0.0
1+
# v4.1.0
22

33
## 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,
66
- Change recognized words on click using candidates,
77
- 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)`.
918

1019
# [v4.0.0](https://github.com/MyScript/MyScriptJS/tree/v4.0.0)
1120

0 commit comments

Comments
 (0)