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

Commit 7066acc

Browse files
author
steven.roulleau
committed
chore: bump to 1.4.4
1 parent 062610d commit 7066acc

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [v1.4.4](https://github.com/MyScript/iinkJS/tree/v1.4.4)
2+
3+
## Features
4+
5+
- REST requests use `fetch` instead of `XMLHttpRequest`
6+
7+
## Bugs fix
8+
9+
@Editor
10+
- fix setTheme not sent on reconnect or language change
11+
- fix resize on REST mode
12+
13+
@examples
14+
- remove mixed-content image
15+
16+
@docs
17+
- generated directly in sub folder /docs and accessible at https://myscript.github.io/iinkJS/docs/
18+
119
# [v1.4.3](https://github.com/MyScript/iinkJS/tree/v1.4.3)
220

321
## Bugs fix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ You can find a complete documentation with the following sections on our Develop
176176

177177
As well as a global [Configuration page](https://developer.myscript.com/docs/interactive-ink/latest/reference/web/configuration/).
178178

179-
We also provide a complete [API Reference](https://myscript.github.io/iinkJS/docs/iink-js/1.4.3).
179+
We also provide a complete [API Reference](https://myscript.github.io/iinkJS/docs/).
180180

181181
## Development
182182

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iink-js",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"main": "dist/iink.min.js",
55
"module": "dist/iink.esm.js",
66
"description": "iinkJS is the fastest way to integrate handwriting panel and recognition in your webapp",

0 commit comments

Comments
 (0)