Skip to content

Releases: pixijs/pixijs

v8.6.6

18 Dec 12:44
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.6.5...v8.6.6

🐛 Fixed

🧹 Chores

v8.6.5

15 Dec 16:10
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.6.4...v8.6.5

🐛 Fixed

🧹 Chores

New Contributors

v8.6.4

09 Dec 09:50
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.6.3...v8.6.4

🐛 Fixed

🧹 Chores

New Contributors

v8.6.3

02 Dec 16:11
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.6.2...v8.6.3

🐛 Fixed

🧹 Chores

New Contributors

v8.6.2

29 Nov 15:28
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.6.1...v8.6.2

🐛 Fixed

🧹 Chores

v8.6.1

27 Nov 12:41
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.6.0...v8.6.1

🐛 Fixed

v8.6.0

26 Nov 19:45
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.5.2...v8.6.0

🎁 Added

  • feat: implement applyAnchorToTexture for TilingSprite by @Zyie in #11079
  • feat: Add some new functions to get global tint / alpha / transform by @GoodBoyDigital in #11057
  • feat: add pixel line to graphics by @GoodBoyDigital in #11004
    • Note: This is similar to native line from v7
    • Guide can be found here
  • feat: cacheAsTexture by @GoodBoyDigital in #11031
    • Note: This is similar to cacheAsBitmap from v7
    • Guide can be found here

🐛 Fixed

🧹 Chores

New Contributors

v8.5.2

23 Oct 08:21
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.5.1...v8.5.2

🐛 Fixed

New Contributors

v8.5.1

14 Oct 08:21
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.5.0...v8.5.1

🐛 Fixed

  • fix: avoid BitmapText resolution warning in constructor by @rnike in #10983
  • fix: particle container warning spam by @Zyie in #10986

🧹 Chores

New Contributors

v8.5.0

10 Oct 13:07
Compare
Choose a tag to compare

💾 Download

Development Build:

Production Build:

Documentation:

Changed

v8.4.1...v8.5.0

🎁 Added

🐛 Fixed

  • fix: duplicate removal from cache when uninstalling bitmap fonts by @Redgeioz in #10933
  • fix: Reset defaultPrevented in Events by @STRd6 in #10945
  • fix: text fill alpha affecting stroke alpha by @Zyie in #10960
  • fix: warn when trying to change BitmapText resolution by @Zyie in #10956
  • fix: DynamicBitmapFont destroy cleanup by @rnike in #10952
  • fix: bitmapfonts not rendering italics correctly by @Zyie in #10957
  • fix: text not updating with shared style by @Zyie in #10959
  • fix: text trim not updating correctly by @Zyie in #10962
  • fix: text baseline not being applied by @Zyie in #10963
  • fix: Set framebuffer to null only when canvas source matches main canvas by @ShukantPal in #10966
  • fix: html text not rendering in WebGPU by @Zyie in #10970
  • fix: text bounds width being incorrect by @Zyie in #10967
  • fix: custom render pipe crashing with gc by @Zyie in #10979

🧹 Chores

  • chore: unify onViewUpdate calls by @Zyie in #10980
  • chore: make visual tests more accurate in CI by @Zyie in #10974

New Contributors