From 8a2407f312f6b71acb0698ae6e5b374fefab9e62 Mon Sep 17 00:00:00 2001 From: DEWITTE Pierre-Alban Date: Tue, 4 Dec 2018 18:14:12 +0100 Subject: [PATCH] [Release Note] Update release note --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9563fdc..033fac1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# [v4.3.0](https://github.com/MyScript/MyScriptJS/tree/v4.3.0) + +## Features + +- Addition of a new Recognition Assets Builder API to dynamically build text lexicons and math grammars +- Ability to import JIIX Math content +- Style and decoration support in the JIIX exports +- New configuration options for a finer tuning of JIIX exports +- Always connected is now the default mode for better end user experience +- Text, Math and Diagram can now be exported to Word, HTML and iink format + +## Bugs fix + +- Fix multiple inputs example on Firefox +- Fix smartguide on Edge +- Fix vulnerabilites in dependencies +- Fix auto-reconnect + +## Others + +- New examples : + - Recognition asset builder + - Export text to file (html, word, png, jpeg) + - Use highlight to extract information + - Import jiix with math + - Search and highlight demoing how to manipulate JIIX label + - Use recognition without UI fo easy integration in existing ink capable applications + # [v4.2.0](https://github.com/MyScript/MyScriptJS/tree/v4.2.0) ## Features