v8.13.2
๐พ Download
Installation:
npm install pixi.js@8.13.2
Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.2/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.2/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.2/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.13.2/dist/pixi.min.mjs
Documentation:
- https://pixijs.download/v8.13.2/docs/index.html
Changed
https://github.com/pixijs/pixi.js/compare/v8.13.1...v8.13.2
๐ Fixed
- fix: application destroy for graphics by @Zyie in https://github.com/pixijs/pixijs/pull/11659
- fix: recalculate the boundaries of
GraphicsContextregardless of renderingdirtystate by @mayakwd in https://github.com/pixijs/pixijs/pull/11671 - fix: destroy of prepared but not rendered text should not throw an error by @mayakwd in https://github.com/pixijs/pixijs/pull/11672