v2.0.0
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