v8.14.2
๐พ Download
Installation:
npm install pixi.js@8.14.2
Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.14.2/dist/pixi.min.mjs
Documentation:
- https://pixijs.download/v8.14.2/docs/index.html
Changed
https://github.com/pixijs/pixijs/compare/v8.14.1...v8.14.2
๐ Fixed
- fix: graphics memory leak and cleanup by @Zyie in https://github.com/pixijs/pixijs/pull/11753
- fix: typo in Application example: replace '-' with '=' in asset loading by @Aryaman1792 in https://github.com/pixijs/pixijs/pull/11750
- fix: parse resolution and format from URLs in object sources in assets resolver by @stereopasa in https://github.com/pixijs/pixijs/pull/11747
- fix: track item count in Pool class and add related tests by @Zyie in https://github.com/pixijs/pixijs/pull/11760
- fix: bitmanFontXMLParser should recognize xml fonts with versions by @rafalaidlaw in https://github.com/pixijs/pixijs/pull/11761
- fix: Remove automatically added 'resize' event listener from TextureSource on Texture destroy() by @Romans-I-XVI in https://github.com/pixijs/pixijs/pull/11764
- fix: resolve a typescript annoyance with Container.filters by @jimhigson in https://github.com/pixijs/pixijs/pull/11757
- fix: enable proper application reinitialization by @Zyie in https://github.com/pixijs/pixijs/pull/11759
- fix: correct uBackTexture binding for filters with blendRequired by @GoodBoyDigital in https://github.com/pixijs/pixijs/pull/11754
๐งน Chores
- chore: add mention of uBackTexture to Filter docs (otherwise undocumented) by @jimhigson in https://github.com/pixijs/pixijs/pull/11756
New Contributors
- @Aryaman1792 made their first contribution in https://github.com/pixijs/pixijs/pull/11750
- @stereopasa made their first contribution in https://github.com/pixijs/pixijs/pull/11747
- @rafalaidlaw made their first contribution in https://github.com/pixijs/pixijs/pull/11761
- @Romans-I-XVI made their first contribution in https://github.com/pixijs/pixijs/pull/11764