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

Latest commit

 

History

History
132 lines (89 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

132 lines (89 loc) · 3.24 KB

Bug fix

  • responseCallback() always raises an error link
  • add query param to applicationKey

Bug fix

  • bad link on the Get source code for Change configuration
  • enhance iink eraser websocket sample
  • math example: empty mathML is displayed in result instead of nothing
  • customize example, colour picker disappears after undo-redo
  • gesture.enable = false broken
  • can change configuration if first host is wrong

Features

  • minor modification for specific integration

Bug fix

@Editor

  • fix change configuration IInks doesn't set the right font

Bug fix

@Editor

  • fix change configuration ink disappears in example configured in REST

Bug fix

@Editor

  • fix change configuration restart websocket connection
  • fix lost connection due to inactivity is now displayed
  • fix style is wrapped by global class and can be customized

@examples

  • fix bad position of the searching highlight in searching text example
  • new examples with eraser

Features

  • erase mode is now an option in websocket text

Chore

  • refactor of examples

Bug fix

  • fix missing ink on iOS with Scribble feature on

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

Bugs fix

@Editor

  • fix response is not a function on reconnect
  • fix setTheme error on init
  • fix setTheme sent twice on init

@examples

  • update katex to 0.12.0
  • simplify clean latex methods

Chore

  • chore(deps): update rollup-plugin-terser to v7

Bugs fix

  • fix(reco): last export not taken

Chore

  • chore(deps): update minimist to 1.2.5
  • chore(deps): bump lodash from 4.17.15 to 4.17.19

Breaking changes

  • ⚠ Package was renamed from myscript to iink-js to synchronize our SDK release version
  • V3 API is not available anymore, as such, configuration : recognitionParams.(v3|v4) was renamed to recognitionParams.iink
  • Remove stats from editor
  • Callbacks have been replaced by Promises

Features

  • Editor exposes a new method to properly close websocket connection
  • Editor makes an API call to get list of available languages.

Bugs fix

@Editor

  • Fix canClear flag
  • Fix clear method
  • Fix error display
  • Fix lost strokes on reconnection

@examples

  • Fix scrolling on iOS
  • Fix click on iOS after simple recognition
  • Fix export to file with FileSaver

Chore

  • Remove esdoc to use jsdoc with npx
  • Upgrade tooling