Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

25 lines (21 loc) · 1.11 KB

1.2.4

  • Fix RTXml when the root node has defaults attribute ([#283]#283)

1.2.3

  • Fixed access to registered classes in xml attributes for RTXml ([#47]#47)

1.2.2

  • Haxe 4 compatibility

1.2.1

  • Changing Text.text now fires WidgetEvent.TEXT_CHANGE event.
  • Allow spaces between words in Widget.defaults property.
  • Compatibility with latest Haxe and OpenFL.

1.2.0

  • Changed UIBuilder.create() to accept widget constructor arguments as third parameter (PR #228)
  • ru.stablex.ui.skins.Slice3.vertical property (PR #229)
  • ru.stablex.ui.widgets.Slider.step property (PR #219)
  • Fix #222: properly resize Box on refresh to maintain right and bottom settings
  • Fix #223: skip private methods in themes Skins class.