Skip to content

Releases: pixijs/ui

v1.1.3

26 Jun 11:41
Compare
Choose a tag to compare

Version 1.1.2 was accidently released without any files, this release contains the changes from 1.1.2

Full Changelog: v1.1.2...v1.1.3

v2.1.2

17 Jun 12:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v1.1.2

17 Jun 12:19
Compare
Choose a tag to compare

🚨 NOTE 🚨
This version was accidently released to npm with empty files. Please use 1.1.3

What's Changed

Full Changelog: v1.1.1...v1.1.2

v2.1.1

23 May 08:50
Compare
Choose a tag to compare

What's Changed

  • [v8] Fix: ScrollBox - Reset lastScrollX / lastScrollY on resize by @bbazukun123 in #168

Full Changelog: v2.1.0...v2.1.1

v1.1.1

23 May 08:48
Compare
Choose a tag to compare

What's Changed

  • Fix: ScrollBox - Reset lastScrollX / lastScrollY on resize by @bbazukun123 in #167

Full Changelog: v1.1.0...v1.1.1

v2.1.0

22 May 10:11
Compare
Choose a tag to compare

What's Changed

  • [v8] Feat: add text and icon default anchor options by @bbazukun123 in #157
  • [v8] Feat: ScrollBox Item Proximity Event by @bbazukun123 in #162
  • [v8] Fix: Incorrect ScrollBox Bidirectional Vertical Flow by @bbazukun123 in #165
  • [v8] Feat: Expose trackpad's axis values and add a scrollToPosition method by @bbazukun123 in #161

Full Changelog: v2.0.1...v2.1.0

v1.1.0

22 May 09:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

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