v8.15.0-rc
๐พ Download
Installation:
npm install pixi.js@8.15.0-rc
Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0-rc/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0-rc/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0-rc/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.15.0-rc/dist/pixi.min.mjs
Documentation:
- https://pixijs.download/v8.15.0-rc/docs/index.html
Changed
https://github.com/pixijs/pixijs/compare/v8.14.3...v8.15.0-rc
๐ Added
- feat: allow RenderTexture.create to accept dynamic option by @seanzhaoxiaoxiao in https://github.com/pixijs/pixijs/pull/11767
- feat: add unload method to reset GPU data by @Zyie in https://github.com/pixijs/pixijs/pull/11762
- feat: add unified GC by @Zyie in https://github.com/pixijs/pixijs/pull/11786
- feat: move GPU context storage to GraphicsContext._gpuData by @Zyie in https://github.com/pixijs/pixijs/pull/11763
- feat: move GPU data to Geometry._gpuData by @Zyie in https://github.com/pixijs/pixijs/pull/11772
- feat: move GPUData to TextureSource by @Zyie in https://github.com/pixijs/pixijs/pull/11774
- feat: move GL/GPU buffer storage to Buffer._gpuData and manage buffers list by @Zyie in https://github.com/pixijs/pixijs/pull/11775
- feat: update text GPU lifecycle and resolution updates by @Zyie in https://github.com/pixijs/pixijs/pull/11781
- feat: ParticleContainer type improvements by @unstoppablecarl in https://github.com/pixijs/pixijs/pull/11708
๐ Fixed
- fix: SVGParser.ts Allow negative values for Polygon(s)/polyline(s) by @Raukie in https://github.com/pixijs/pixijs/pull/11771
- fix: prevent double returning of batches to pool by @GoodBoyDigital in https://github.com/pixijs/pixijs/pull/11780
- fix: Add error handling for message processing in KTX worker by @zardoy in https://github.com/pixijs/pixijs/pull/11768
- fix: RenderTexture ignoring format setting (WebGL) by @laino in https://github.com/pixijs/pixijs/pull/11777
- fix: Add Multiple Render Targets (MRT) support by @GoodBoyDigital in https://github.com/pixijs/pixijs/pull/11792
New Contributors
- @Raukie made their first contribution in https://github.com/pixijs/pixijs/pull/11771
- @seanzhaoxiaoxiao made their first contribution in https://github.com/pixijs/pixijs/pull/11767
- @zardoy made their first contribution in https://github.com/pixijs/pixijs/pull/11768