Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
advanced-blend-modes.js | 2025-07-03 | 37.8 kB | |
advanced-blend-modes.js.map | 2025-07-03 | 69.2 kB | |
advanced-blend-modes.min.js | 2025-07-03 | 31.7 kB | |
advanced-blend-modes.min.js.map | 2025-07-03 | 63.8 kB | |
gif.js | 2025-07-03 | 43.2 kB | |
gif.js.map | 2025-07-03 | 91.0 kB | |
gif.min.js | 2025-07-03 | 14.2 kB | |
gif.min.js.map | 2025-07-03 | 71.2 kB | |
math-extras.js | 2025-07-03 | 6.5 kB | |
math-extras.js.map | 2025-07-03 | 20.3 kB | |
math-extras.min.js | 2025-07-03 | 2.7 kB | |
math-extras.min.js.map | 2025-07-03 | 15.0 kB | |
pixi.js | 2025-07-03 | 2.0 MB | |
pixi.js.d.ts | 2025-07-03 | 1.5 MB | |
pixi.js.map | 2025-07-03 | 4.5 MB | |
pixi.min.js | 2025-07-03 | 686.9 kB | |
pixi.min.js.map | 2025-07-03 | 3.9 MB | |
pixi.min.mjs | 2025-07-03 | 687.5 kB | |
pixi.min.mjs.map | 2025-07-03 | 3.9 MB | |
pixi.mjs | 2025-07-03 | 1.8 MB | |
pixi.mjs.map | 2025-07-03 | 4.5 MB | |
unsafe-eval.js | 2025-07-03 | 36.0 kB | |
unsafe-eval.js.map | 2025-07-03 | 100.5 kB | |
unsafe-eval.min.js | 2025-07-03 | 15.6 kB | |
unsafe-eval.min.js.map | 2025-07-03 | 79.6 kB | |
webworker.js | 2025-07-03 | 2.1 MB | |
webworker.js.map | 2025-07-03 | 4.5 MB | |
webworker.min.js | 2025-07-03 | 713.1 kB | |
webworker.min.js.map | 2025-07-03 | 3.8 MB | |
webworker.min.mjs | 2025-07-03 | 713.7 kB | |
webworker.min.mjs.map | 2025-07-03 | 3.8 MB | |
webworker.mjs | 2025-07-03 | 1.8 MB | |
webworker.mjs.map | 2025-07-03 | 4.5 MB | |
README.md | 2025-07-03 | 2.6 kB | |
v8.11.0 source code.tar.gz | 2025-07-03 | 7.5 MB | |
v8.11.0 source code.zip | 2025-07-03 | 9.5 MB | |
Totals: 36 Items | 63.2 MB | 1 |
💾 Download
Installation:
:::bash
npm install pixi.js@8.11.0
Development Build: - https://cdn.jsdelivr.net/npm/pixi.js@8.11.0/dist/pixi.js - https://cdn.jsdelivr.net/npm/pixi.js@8.11.0/dist/pixi.mjs
Production Build: - https://cdn.jsdelivr.net/npm/pixi.js@8.11.0/dist/pixi.min.js - https://cdn.jsdelivr.net/npm/pixi.js@8.11.0/dist/pixi.min.mjs
Documentation: - https://pixijs.download/v8.11.0/docs/index.html
Changed
https://github.com/pixijs/pixi.js/compare/v8.10.2...v8.11.0
🚨 Behavior Change 🚨
In this release, we've corrected how textStyle.padding
interacts with text positioning when anchor
values are set. Previously, padding could incorrectly offset the position of text objects. With this fix, text objects now behave consistently but you may notice some text elements appear slightly repositioned as a result. This is expected and reflects the intended, more predictable layout.
🎁 Added
- feat: adds text splitting functionality by @Zyie in https://github.com/pixijs/pixijs/pull/11496
- feat: Implements replaceChild method for Container by @Zyie in https://github.com/pixijs/pixijs/pull/11506
- feat: Adds origin point for container transformations by @Zyie in https://github.com/pixijs/pixijs/pull/11501
- feat: break words for bitmap text by @iamDecode in https://github.com/pixijs/pixijs/pull/11502
🐛 Fixed
- fix: text bounds calculation to account for anchor and padding by @GoodBoyDigital in https://github.com/pixijs/pixijs/pull/11483
- fix: dynamic bitmap font shadow applied twice by @Zyie in https://github.com/pixijs/pixijs/pull/11504
- fix: reset transform when returning canvas to CanvasPool by @BOTDan in https://github.com/pixijs/pixijs/pull/11460
- fix: TextMetrics tokenize didn't handle CRLF line ending by @maliut in https://github.com/pixijs/pixijs/pull/11469
- fix: remove special number casing for particle tint by @bigtimebuddy in https://github.com/pixijs/pixijs/pull/11484
- fix: polygon x/y returning incorrect value by @Zyie in https://github.com/pixijs/pixijs/pull/11457
- fix: warn if transparent background is set after opaque init by @Ashish050488 in https://github.com/pixijs/pixijs/pull/11514
🧹 Chores
- chore: update typedoc and minor doc fixes by @Zyie in https://github.com/pixijs/pixijs/pull/11512
New Contributors
- @BOTDan made their first contribution in https://github.com/pixijs/pixijs/pull/11460
- @iamDecode made their first contribution in https://github.com/pixijs/pixijs/pull/11502
- @Ashish050488 made their first contribution in https://github.com/pixijs/pixijs/pull/11514