Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

P
PixiJS (GitHub Releases) Tech
· 3 weeks, 2 days ago • pixijs/pixijs

PixiJS v8.20.1 Released

Briefing

PixiJS v8.20.1 lands as a patch update rather than a feature release, but it still closes a few bugs that can matter in real projects. The most technical fix preserves UBO offsets in the unsafe-eval polyfill, which should reduce the risk of broken uniform buffer layouts in environments that rely on that fallback path.

Rendering correctness also gets attention here. SVG radial gradients were being rendered as linear gradients in some cases, and that has now been corrected. For teams importing SVG assets or leaning on PixiJS for vector-heavy UI, that’s the kind of bug that can quietly distort visuals until it’s traced back to the renderer.

There’s also a lifecycle fix for `TextStyle`: destroying a text object now detaches it from shared style data properly. That should help avoid accidental cross-object side effects in projects that reuse styles heavily, especially in UI systems where text instances are created and torn down frequently.

On the maintenance side, PixiJS bumps `@xmldom/xmldom` to 0.8.15, which removes the npm deprecation warning seen when installing `pixi.js`. The release is available as `8.20.1` via npm and the usual CDN builds, with docs published for the same version.

“preserve UBO offsets in unsafe-eval polyfill”

— PixiJS changelog · Technical fix in v8.20.1
At a glance
what
PixiJS v8.20.1 released as a patch update with bug fixes and a dependency bump.
who
PixiJS maintainers and contributors including @darkdi, @creativoma, @qiao-coding, and @Zyie.
when
Released as version 8.20.1, following v8.20.0.
impact
Fixes a UBO offset issue in the unsafe-eval polyfill, corrects SVG radial gradient rendering, and improves TextStyle cleanup behavior.
Signal Positive

Small patch with useful bug fixes and cleanup

Discuss

Follow pixijs updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...

Recommended resources

Graphics Programming Resources

See full guide
Real-Time Rendering, Fourth Edition cover
Editor pick Community pick

Real-Time Rendering, Fourth Edition

Amazon · Book

Real-Time Rendering combines fundamental principles with guidance on the latest techniques to provide a complete reference on three-dimensional interactive computer graphics. It will help you increase speed and improve image quality and learn the features and limitations of acceleration algorithms and graphics APIs. This latest fourth edition has been updated to include a chapter on virtual reality and augmented reality and covers new topics such as visual appearance, global illumination, and curves and curved surfaces. It is for anyone serious about computer graphics who wants to learn about algorithms that create synthetic images fast enough that the viewer can interact with a virtual environment.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

Programming with wgpu in Rust cover
Editor pick

Programming with wgpu in Rust

Amazon · Book

Unlock the full power of modern graphics programming with wgpu and Rust. This comprehensive guide takes you from foundational GPU concepts to advanced real-time rendering and compute techniques—equipping you to build fast, safe, and cross-platform graphics applications. Written for intermediate to advanced Rust developers, this book provides clear explanations, hands-on examples, and detailed insights into how GPUs process and render data. You’ll explore everything from the fundamentals of buffers, shaders, and pipelines to advanced topics like deferred rendering, shadow mapping, and GPU compute workloads.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.

GameDev.net may earn a commission if you purchase through these links. This helps fund the site at no extra cost to you.