v2.20.3

0xsha/CloudBrutev2.20.3Jun 30, 2026by mvaligursky

AI Summary

This release improves rendering quality by fixing an MSDF anti-aliasing issue and enhances API documentation by making the ResourceHandler app property accessible and cleaning up generated docs.

Key Highlights

  • Fixed MSDF anti-aliasing derived from UV magnification.
  • Added public app getter to ResourceHandler.
  • Updated API documentation for IndexBuffer storage types.
  • Excluded @ignore typedefs from generated API docs.

Full Release Notes

## Fixes
- Fix MSDF anti-aliasing derived from UV magnification, not field gradient by @willeastcott in [#8990](https://github.com/playcanvas/engine/pull/8990)
- Add public app getter to ResourceHandler, mark _app protected by @mvaligursky in [#8991](https://github.com/playcanvas/engine/pull/8991)
- Document IndexBuffer storage can be ArrayBuffer or typed array by @mvaligursky in [#8988](https://github.com/playcanvas/engine/pull/8988)
- Exclude @ignore typedefs from generated API docs by @mvaligursky in [#8989](https://github.com/playcanvas/engine/pull/8989)

**Full Changelog**: https://github.com/playcanvas/engine/compare/v2.20.2...v2.20.3