diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd9e5ca..dd0b35a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [v1.4.4](https://github.com/MyScript/iinkJS/tree/v1.4.4) + +## Features + +- REST requests use `fetch` instead of `XMLHttpRequest` + +## Bugs fix + +@Editor +- fix setTheme not sent on reconnect or language change +- fix resize on REST mode + +@examples +- remove mixed-content image + +@docs +- generated directly in sub folder /docs and accessible at https://myscript.github.io/iinkJS/docs/ + # [v1.4.3](https://github.com/MyScript/iinkJS/tree/v1.4.3) ## Bugs fix diff --git a/README.md b/README.md index a4588adf..f4be0e2d 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ You can find a complete documentation with the following sections on our Develop As well as a global [Configuration page](https://developer.myscript.com/docs/interactive-ink/latest/reference/web/configuration/). -We also provide a complete [API Reference](https://myscript.github.io/iinkJS/docs/iink-js/1.4.3). +We also provide a complete [API Reference](https://myscript.github.io/iinkJS/docs/). ## Development diff --git a/package.json b/package.json index 553f5d94..c0685cc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iink-js", - "version": "1.4.3", + "version": "1.4.4", "main": "dist/iink.min.js", "module": "dist/iink.esm.js", "description": "iinkJS is the fastest way to integrate handwriting panel and recognition in your webapp",