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

Commit

Permalink
chore: bump to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
steven.roulleau committed Oct 7, 2020
1 parent 062610d commit 7066acc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7066acc

Please sign in to comment.