Releases: SensormaticFirmware/FlexCanvasJS
v1.3.2
v1.3.1
v1.3.0
Breaking Changes:
Containers now inherit the ClipContent style
Containers now respect style priorities.
Other Changes:
Added IpInputElement (IPv4 text input)
Added TimeInputElement (Clock updating text input)
Added DatePickerElement (Calendar)
Added DatePickerButtonElement (Date Dropdown, pops up calendar)
Added new controls to StyleExplorer app.
TextField now supports double click & drag word highlight.
TextField now supports triple click & drag line highlight.
TextField now supports CTRL+A highlight all.
Bug Fixes
v1.2.1
v1.2.0
API Breaking Changes:
The _doMeasure() function has been changed to bring in line with other _do() functions and should now call _setMeasuredSize() directly rather than returning a size object.
Summary of Changes:
Added ColorPickerElement
Added ColorPickerButtonElement
Added new controls to StyleExplorer
Bug fixes.
v1.1.2
v1.1.1
DataList now supports disabling rows:
DataRendererBase now supports disabled skin states.
DataRendererBase now automatically looks for properties "selectable" and "enabled" on itemData associated with the row being rendered and adjusts styles and skin states. Note that "selectable" disables selection of the row when set to false but does not change the skin state. The "enabled" property both disables selection of the row and changes skin state to "disabled" when set to false.
DataRendererLabel now supports disabled state text color.
Added support for Alerts:
CanvasManager has new addAlert() and removeAlert() functions. Only 1 alert will be displayed at a time, subsequent are queued. Any element may be passed as an alert.
CanvasManager has new styles "AlertModalClass" and "AlertModalStyle" used to generate the modal overlay applied to the application when an alert is added.
Added new AlertElement which implements features and styling for basic alerts and helper functionality for easily creating, showing, and closing an alert.
Added AlertElement to StyleExplorer.
Several bug fixes.
v1.1.0
API Breaking Changes:
1)"BackgroundColor" style renamed to "BackgroundFill"
2)_dispatchEvent() function renamed to dispatchEvent()
Summary of changes:
Added character masking for TextInput
Improved substyle handling - styles that accept StyleDefinition such as "SkinStyle" now support arrays of StyleDefinition
Changed "BackgroundColor" to "BackgroundFill", Supports "color" string or FillBase class.
Added new fill LinearGradientFill
Added "exitframe" broadcast event
Added new container GridContainerElement
Added "IncludeInMeasure" style to CanvasElement
Performance improvements
Bug fixes