This repository was archived by the owner on Jan 4, 2021. It is now read-only.
Releases: MyScript/myscript-common-element
Releases · MyScript/myscript-common-element
v1.2.0
Features
- Mutable
host
attribute - Mutable
protocol
attribute - New
mathparameters
attribute to setup/change math recognition settings - New
textparameters
attribute to setup/change text recognition settings - New
shapeparameters
attribute to setup/change shape recognition settings - New
musicparameters
attribute to setup/change music recognition settings - New
analyzerparameters
attribute to setup/change analyzer recognition settings - New
typeset
attribute to allow shape and analyzer rendering on the element - Deprecated
language
attribute, replaced bytextparameters.language
- Deprecated
resulttypes
attribute, replaced bymathparameters.resultTypes
- New undo/redo/clear/recognize buttons to control the element state
- New error panel to display potential errors
- Upgrade from Polymer 1.2 to 1.4
- Add docs/demo buttons on component page
- Add getStats method to get various stats relative to ink in order to help evaluate the myscript cdk usage
Bugs
- Unused
options
attribute removed - Fixes issue when setting
host
from javascript (@see mutablehost
feature) - Fixes issue when setting
host
in WebSocket recognition (@see mutablehost
feature) - Fixes issue when setting
protocol
from javascript (@see mutableprotocol
feature) - Fixes issue on resize due to CSS
- Explicit default values on documentation