Releases: pixijs/ui
Releases · pixijs/ui
v2.0.1
What's Changed
- Update README.md by @CyberDex in #150
- [v8] Fix: Fancy Button Content Fitting by @bbazukun123 in #152
- With this release when you resize a FancyButton the text inside will also now correctly resize to fit the new size
If you want the previous behaviour you can use the ignoreRefitting option
- With this release when you resize a FancyButton the text inside will also now correctly resize to fit the new size
Full Changelog: v2.0.0...v2.0.1
v1.0.1
What's Changed
- Fix: Fancy Button Content Fitting by @bbazukun123 in #149
- With this release when you resize a
FancyButton
the text inside will also now correctly resize to fit the new size
If you want the previous behaviour you can use theignoreRefitting
option
- With this release when you resize a
Full Changelog: v1.0.0...v1.0.1
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
v1.0.0
What's Changed
- Feat: Add items to the Select element dynamically by @CyberDex in #131
- Feat: add shift scroll and global scroll by @Zyie in #143
- Feat: Allow ScrollBox size to change dynamically by @bbazukun123 in #141
- Feat: allow TextClass to be passed into components by @Zyie in #144
- Fix: Slider - Set eventMode to 'none' for slider handles and fill by @Zyie in #147
- Feat: Individual Top/Bottom/Left/Right Padding Options by @bbazukun123 in #148
Full Changelog: v0.10.5...v1.0.0
v0.10.5
What's Changed
- Add items to the Select element dynamically by @CyberDex in #131
- Fix: remove items from a list component was not implemented so remove items from scroll box was not repositioning items
Full Changelog: v0.10.4...v0.10.5
v0.10.4
What's Changed
Full Changelog: v0.10.3...v0.10.4
v0.10.3
What's Changed
Full Changelog: v0.10.1...v0.10.3
v0.10.2
What's Changed
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
Full Changelog: v0.10.0...v0.10.1
v0.10.0
!!! Braking changes
- ProgressBar settings
fillOffset
property is replaced withfillPaddings
and the logic of this setting is changed, check docs - ProgressBar settings
bg
&fill
properties types changed fromContainer | string
toSprite | Graphics | string
, check docs - Input settings
bg
property type changed fromContainer | string
toSprite | Graphics | string
, check docs
What's Changed
- fix: FancyButton: tweedle.js reports a WARNING on each playAnimations if both "animations" and any of "defaultView", "hoverView", "pressedView" or "icon" properties are set in constructor. by @CyberDex in #116
- fix: ScrollBox scrolling if height is more then elements height, add … by @SergeiSomin in #114
- Make Components responsive by @CyberDex in #118
New Contributors
- @SergeiSomin made their first contribution in #114
Full Changelog: v0.9.1...v0.10.0