Releases: pixijs-userland/layers
Releases · pixijs-userland/layers
v2.1.0
v2.0.1
v2.0.0
🔥 Breaking Changes
- Now supports PixiJS v7
- Export ES2017 code for bundle (instead of ES5)
- Changed browser namespace from
PIXI.display
toPIXI.layers
🧹 Chores
- Update dependencies and README
- Support for ES modules (.mjs) and
exports
field in package.json - Deploy examples and documentation
- Add GitHub Actions for building PRs/branches
Links
v1.0.5
🐛 Fixes
- Fix display objects not rendering when clearing their layer (#71) @ivanpopelyshev