Releases: pixijs/pixijs
Releases · pixijs/pixijs
v8.6.6
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
- fix: renderable GC bug by @GoodBoyDigital in #11167
🧹 Chores
- fix: correct broken link to PixiJS Create CLI in README.md by @yordan-kanchelov in #11164
v8.6.5
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
- fix: RenderableGC incorrectly cleaning up objects that are still in use by @GoodBoyDigital in #11147
- fix: unload family font caching by @JenovaSolier in #11151
- fix: flags not being updated after all enableRenderGroup by @GoodBoyDigital in #11156
- fix: strokeContains should use alignment by @dapi303 in #11072
🧹 Chores
- chore: fix lint ignore and watch script by @Zyie in #11141
- chore: updated readme by @GoodBoyDigital in #11146
New Contributors
- @JenovaSolier made their first contribution in #11151
v8.6.4
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
- fix: texture source swap issue by @GoodBoyDigital in #11123
- fix: render group mask issue by @GoodBoyDigital in #11125
🧹 Chores
- chore: Reorganize tests into more conventional structure by @bigtimebuddy in #11126
- chore: update
Assets.ts
comment for src file ext by @furic in #11127 - chore: Version control generated barrel files by @bigtimebuddy in #11129
- chore: Clean-up verbose testing imports by @bigtimebuddy in #11132
- chore: upgrade to ESLint v9 by @Zyie in #11136
New Contributors
v8.6.3
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
- fix: Window support for fixing types script by @bigtimebuddy in #11114
- fix: cacheAsTexture with antialiasing by @GoodBoyDigital in #11117
- fix: export issue when using a texture causing the bounds of the item were clipped wrong by @GoodBoyDigital in #11117
- fix: Memory leak during canvas extraction by @mcdu11 in #11119
- fix: Swapping texture source by @GoodBoyDigital in #11121
🧹 Chores
- chore: Prefer operator assignment by @bigtimebuddy in #11115
New Contributors
v8.6.2
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
- fix: sprite bounds by @GoodBoyDigital in #11109
- fix: cacheAsTexture so that it does not take into account the alpha of itself by @GoodBoyDigital in
- fix: Better undefined check in beginFill deprecation by @bigtimebuddy in #11102
🧹 Chores
- chore: Cleanup OR/nullish assignment operators by @bigtimebuddy in #11103
#11111
v8.6.1
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
- fix: getGlobalTransform flipped matrix by @GoodBoyDigital in #11098
- fix: non-batched pixel line in graphics by @GoodBoyDigital in #11099
v8.6.0
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🎁 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
- fix: instanceCount fallback with nullish coalescing by @bigtimebuddy in #11088
- fix: how we bind buffers in WebGPU by @GoodBoyDigital in #11085
- fix: If using multiview rendering, call ensureCanvasSize before rendering by @bhousel in #11058
- fix: Particle Alpha bug by @GoodBoyDigital in #11078
- fix: remove redundant/incorrect condition by @rigor789 in #11056
- fix: FillGradient leak by @GoodBoyDigital in #11061
- fix: bitmap font spacing issue by @GoodBoyDigital in #11065
- fix: Rebuild instruction when "setMask" is called by @katmai7 in #10973
- fix: webgl uniform buffers (#10738) by @Zyie in #11066
- fix: event-boundry
includeInBuild
Check by @GoodBoyDigital in #11069 - fix: clipToViewport filter cropping at higher resolutions by @GoodBoyDigital in #11052
- fix: Use multiply instead of mix colors when propagating tint to children by @lunarraid in #11054
- fix: re-parent on render group issue by @GoodBoyDigital in #11041
- fix: avoid blank space in the DynamicBitmapFont resource by @rnike in #11025
- fix: stroke should use alignment when extending bounds by @dapi303 in #11032
- fix: Issue with texture matrix corrupting on graphics fill by @GoodBoyDigital in #11036
🧹 Chores
- chore: Update Readme for v8 by @Cristy94 in #11029
- chore: tidy bounds update by @Zyie in #10971
- chore: minor docs fix by @jimhigson in #11024
- chore: update README.md CI badge by @Zyie in #11049
- chore: add cacheAsBitmap deprecation by @GoodBoyDigital in #11090
New Contributors
v8.5.2
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
- fix: particle container issue by @GoodBoyDigital in #11006
- fix: nineslice garbage collector bug by @GoodBoyDigital in #11007
- fix: set tint fallback of Particle by @alexzhang1030 in #11000
- fix: html text height by @GoodBoyDigital in #11008
New Contributors
- @alexzhang1030 made their first contribution in #11000
v8.5.1
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🐛 Fixed
- fix: avoid BitmapText resolution warning in constructor by @rnike in #10983
- fix: particle container warning spam by @Zyie in #10986
🧹 Chores
- chore: fix ci by @Zyie in #10991
- chore: Clarified when a texture's source should be updated. by @matt-bp in #10982
New Contributors
v8.5.0
💾 Download
Development Build:
Production Build:
Documentation:
Changed
🎁 Added
- feat: add ParticleContainer by @GoodBoyDigital in #10949
- Note: this is an experimental feature and the API may change in the next minor release
- feat: Add ability to inverse mask by @katmai7 in #10922
- feat: new Filter property clipToViewport by @katmai7 in #10923
- feat: add
addIndex
andaddAttribute
to shader by @GoodBoyDigital in #10920 - feat: clean hashes and arrays by @Zyie in #10968
🐛 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