Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Releases: MyScript/myscript-math-web

v1.2.0

22 Sep 07:54
Compare
Choose a tag to compare

Features

  • Mutable host attribute
  • Mutable protocol attribute
  • New latex output attribute to get LaTeX result
  • New mathml output attribute to get MathML result
  • Replace undo/redo/clear/recognize buttons by the myscript-common-element ones
  • Replace the error panel by the myscript-common-element ones
  • Upgrade from Polymer 1.2 to 1.4
  • Add docs/demo buttons on component page
  • Migration to Katex 0.6.0 (Matrix rendering)
  • Add getStats method to get various stats relative to ink in order to help evaluate the myscript cdk usage

Bugs

  • Fixes issue on resize due to CSS
  • Explicit default values on documentation

v1.1.0

02 Nov 16:36
Compare
Choose a tag to compare

In addition to the existing myscript-math-web that enables mathematical handwriting recognition, we are releasing myscript-text-web to enable text handwriting recognition. Based on MyScript technology and Polymer, they can be used in all modern browsers whatever your preferred javascript framework (Angular, Ionic, Meteor, React, etc.) Available on GitHub, you can use these high level components with your existing CDK credentials.

The new myscript-math-web adds advanced ink rendering and simple integration in all web pages. You can now hide control buttons and the recognition result zone with one attribute.
Adding text handwriting recognition is now possible with myscript-text-web. It allows web developers to add a writing zone and recognize the text using any one of the 64 supported languages of the MyScript CDK API. It comes with the latest rendering technology and the availability to hide the rendering zone and control buttons.
All other existing components are deprecated and will be removed from GitHub soon.

MyScriptJS remains the foundation of myscript-math-web and myscript-text-web. We strongly encourage developers to use the top level components instead of the core libraries to speed up their development time and benefit from MyScript support.

Take a look at the examples and give it a try now at http://myscript.github.io/myscript-text-web/components/myscript-text-web/index.html and https://myscript.github.io/myscript-math-web/components/myscript-math-web/demo/index.html