Releases: pixijs-userland/graphics-smooth
Releases · pixijs-userland/graphics-smooth
v1.1.1
What's Changed
- chore: Use v7 for examples by @bigtimebuddy in #46
- Make the method call signature match Graphics more closely by @pmurias in #45
- chore: Update build tooling by @bigtimebuddy in #47
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- 🌈 Now supports
PIXI.Color
arguments. - 🔥 Now requires PixiJS 7.2.0 or higher.
v1.0.0
🔥 Breaking Changes
- Supports PixiJS v7 (dropped support for v6)
- Ships ES2020 (bundlers) and ES2017 (browser)
Chores
- Fix ESLint warnings
- Update GitHub Actions
- Add deployment of examples, documentation