Skip to content

v1.1.0

Compare
Choose a tag to compare
@nanelson nanelson released this 18 Nov 06:17
· 173 commits to master since this release

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