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

Commit 79db080

Browse files
committed
[RELEASE] Update changelog
1 parent fc2ed24 commit 79db080

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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)`.
16+
17+
# [v4.0.1](https://github.com/MyScript/myscript-text-web/tree/v4.0.1)
18+
19+
## Bug fixed
20+
- Editor on iOS wasn't working properly due to touch-action: none in CSS not supported in Safari.
21+
122
# [v4.0.0](https://github.com/MyScript/myscript-text-web/tree/v4.0.0)
223

324
## Features

0 commit comments

Comments
 (0)