v8.17.1
Fixed
- compressed textures ignoring resolution from URL (e.g. `@0.75x`)
- center-align text correctly when words exceed wordWrapWidth
- BitmapFont char keys from char codes to character strings
💾 Download
Installation:
npm install pixi.js@8.17.1
Development Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.17.1/dist/pixi.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.17.1/dist/pixi.mjs
Production Build:
- https://cdn.jsdelivr.net/npm/pixi.js@8.17.1/dist/pixi.min.js
- https://cdn.jsdelivr.net/npm/pixi.js@8.17.1/dist/pixi.min.mjs
Documentation:
Changed
https://github.com/pixijs/pixijs/compare/v8.17.0...v8.17.1
🐛 Fixed
- fix: compressed textures ignoring resolution from URL (e.g.
@0.75x) by @Zyie in https://github.com/pixijs/pixijs/pull/11960 - fix: center-align text correctly when words exceed wordWrapWidth by @Zyie in https://github.com/pixijs/pixijs/pull/11966
🧹 Chores
- chore: fix BitmapFont char keys from char codes to character strings by @Zyie in https://github.com/pixijs/pixijs/pull/11967
- fix: add secrets: inherit to publish-switch workflow for S3 docs upload by @Zyie in https://github.com/pixijs/pixijs/pull/11962