v8.20.1
Changed 1
- Bump @xmldom/xmldom to 0.8.15
Fixed 3
- Preserve UBO offsets in unsafe-eval polyfill
- SVG radial gradients render as a linear gradient
- Detach from shared TextStyle on destroy
From pixijs
💾 Download
Installation:
npm install pixi.js@8.20.1
Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.20.1/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.20.1/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.20.1/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.20.1/dist/pixi.min.mjs
Documentation:
Changed
https://github.com/pixijs/pixijs/compare/v8.20.0...v8.20.1
🐛 Fixed
- fix: preserve UBO offsets in unsafe-eval polyfill by @darkdi in https://github.com/pixijs/pixijs/pull/12154
- fix: svg radial gradients render as a linear gradient by @creativoma in https://github.com/pixijs/pixijs/pull/12156
- fix: detach from shared
TextStyleon destroy by @qiao-coding in https://github.com/pixijs/pixijs/pull/12159
🧹 Chores
- chore: bump
@xmldom/xmldomto 0.8.15 by @Zyie in https://github.com/pixijs/pixijs/pull/12162- Removes the
npm warn deprecated @xmldom/xmldom@0.8.14warning printed when installingpixi.js.
- Removes the
New Contributors
- @darkdi made their first contribution in https://github.com/pixijs/pixijs/pull/12154
- @qiao-coding made their first contribution in https://github.com/pixijs/pixijs/pull/12159
Full Changelog: https://github.com/pixijs/pixijs/compare/v8.20.0...v8.20.1