ℹ️ INFO
If you have any questions or issues we are actively monitoring our discord and github issues!
💾 Download
Development Build:
Production Build:
Documentation:
- https://pixijs.download/v8.0.0-rc.2/docs/index.html
- Note: Documentation is still a WIP
Changed
🎁 Added
- Feat: allow Color to be used as a filter value in WebGPU by @GoodBoyDigital in #10070
🐛 Fixed
- Fix: gpu sprite being undefined by @Zyie in #10060
- This fix should make v8 no longer crash when hot reloading
- Fix: render group issue causing canvas.extract to be wrong by @GoodBoyDigital in #10061
- Fix: buffer firing multiple events by @GoodBoyDigital in #10066
- Fix: background color not being set correctly by @GoodBoyDigital in #10067
- Fix: prevent error when creating text with anchor option by @minetoblend in #10063
- Fix: environment extensions being treeshaken by @Zyie in #10071
- This should remove the need to add additional imports that were required from the previous RC
- Fix: constructor options not being set correctly by @Zyie in #10075
- Fix: masks not rendering correctly when nested by @GoodBoyDigital in #10068
- Fix: filter issue with skipped filter effects by @GoodBoyDigital in #10062
- Fix: uniforms generation not working with bundlers by @GoodBoyDigital in #10077
🧹 Chores
New Contributors
- @minetoblend made their first contribution in #10063