This repository was archived by the owner on Jan 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ You can find a complete documentation with the following sections on our Develop
176176
177177As 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments