Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 13:01
· 39 commits to main since this release

What's Changed

  • Breaking: Pixi v8 update by @Zyie in #142
    • label renamed to labelText in CheckBox
    • references to nineSlicePlane renamed to nineSliceSprite
    • MaskedFrame rearranged to stop any sprite/graphic from adding a child, as this is deprecated in v8
    • Select has a similar rearrangement
    • A ProgressBar's mask is no longer attached to the fill but to the container instead, to stop the nested children issue
    • mask for input component is now disabled by default, use the addMask property to enable it, recommended to use maxLength to limit symbols amount instead of using mask, as mask adds an additional draw call for each input component (closes #134)

Full Changelog: v1.0.0...v2.0.0