Skip to content

Releases: pixijs/ui

v2.0.1

15 Apr 10:27
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0...v2.0.1

v1.0.1

15 Apr 10:24
Compare
Choose a tag to compare

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 the ignoreRefitting option

Full Changelog: v1.0.0...v1.0.1

v2.0.0

21 Mar 13:01
Compare
Choose a tag to compare

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

21 Mar 12:39
Compare
Choose a tag to compare

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

30 Jan 23:32
Compare
Choose a tag to compare

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

30 Jan 22:54
Compare
Choose a tag to compare

What's Changed

  • fix: 100 pointertap event doesn't work for ScrollBox items on mobile phone by @CyberDex in #129

Full Changelog: v0.10.3...v0.10.4

v0.10.3

11 Jan 18:22
Compare
Choose a tag to compare

What's Changed

  • Fix: Input component only allows you to input digits on mobile by @CyberDex in #127

Full Changelog: v0.10.1...v0.10.3

v0.10.2

06 Jan 11:34
Compare
Choose a tag to compare

What's Changed

  • Fix: Can't change default value to Slider after it has been created. by @CyberDex in #125

Full Changelog: v0.10.1...v0.10.2

v0.10.1

13 Nov 18:53
Compare
Choose a tag to compare

What's Changed

  • Fix: Slider fill is visible when progress is close to edjes by @CyberDex in #122

Full Changelog: v0.10.0...v0.10.1

v0.10.0

05 Nov 01:13
Compare
Choose a tag to compare

!!! Braking changes

  • ProgressBar settings fillOffset property is replaced with fillPaddings and the logic of this setting is changed, check docs
  • ProgressBar settings bg & fill properties types changed from Container | string to Sprite | Graphics | string, check docs
  • Input settings bg property type changed from Container | string to Sprite | 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