v2.19.3

skeletonlabs/skeletonv2.19.3Jun 4, 2026by mvaligursky

AI Summary

Fixes ESM script registration collisions, uses a Map for the script registry, and preserves live bindings of mutable UMD exports.

Key Highlights

  • Fix ESM script registration by name and subclass name collision
  • Use a Map for the script registry and guard reserved names
  • Preserve live bindings of mutable UMD exports

New Features

  • Script registry improvements
  • UMD export live bindings preservation

Full Release Notes

## Fixes

* Fix ESM script registration by name and subclass name collision by @mvaligursky in #8831
* Use a Map for the script registry and guard reserved names in add() by @mvaligursky in #8835
* Preserve live bindings of mutable UMD exports (pc.app) by @mvaligursky in #8837

### Contributors

* @mvaligursky

**Full Changelog**: https://github.com/playcanvas/engine/compare/v2.19.2...v2.19.3