Releases: pixijs/filters
v4.1.6
🐛 Fixed
- Replace dat.gui with lil-gui in demo (#310) @georgealways
- Remove publishing hacks and Lerna anti-patterns (#309) @bigtimebuddy
- Fix CRTFilter allowing non power-of-2 texture bounds correctly (#317) @bradedelman
- Bump node-fetch from 2.6.1 to 2.6.7 (#318)
- Bump trim-off-newlines from 1.0.1 to 1.0.3 (#319)
🔗 Links
https://filters.pixijs.download/v4.1.6/pixi-filters.js
https://filters.pixijs.download/v4.1.6/demo/index.html
🔍 Compare
v4.1.5
🐛 Fixed
- Update _resolution scope for DropShadow and AdvancedBloom (#307) @mcdenhoed
- Upgrade docs and template, remove simple explicit types (#308) @bigtimebuddy
🔗 Links
https://filters.pixijs.download/v4.1.5/pixi-filters.js
https://filters.pixijs.download/v4.1.5/demo/index.html
🔍 Compare
v4.1.4
🐛 Fixed
- Fix types in
pixi-filters
package
🔗 Links
https://filters.pixijs.download/v4.1.4/pixi-filters.js
https://filters.pixijs.download/v4.1.4/demo/index.html
🔍 Compare
v4.1.3
No code changes
Testing preprelease publishing with GitHub Actions.
🔗 Links
https://filters.pixijs.download/v4.1.3/pixi-filters.js
https://filters.pixijs.download/v4.1.3/demo/index.html
🔍 Compare
v4.1.3-rc.2
No code changes
Testing preprelease publishing with GitHub Actions.
v4.1.3-rc
No code changes
Testing preprelease publishing with GitHub Actions.
v4.1.2
🔗 Links
https://filters.pixijs.download/v4.1.2/pixi-filters.js
https://filters.pixijs.download/v4.1.2/demo/index.html
🔍 Compare
🐛 Fixed
- Do not mutate defaults in DropShadowFilter (#303) @a-c-sreedhar-reddy
v4.1.1
🔗 Links
https://filters.pixijs.download/v4.1.1/pixi-filters.js
https://filters.pixijs.download/v4.1.1/demo/index.html
🔍 Compare
🐛 Fixed
- Fix GlitchFilter by un-initializing a variable (#300) @miltoncandelero
v4.1.0
🔗 Links
https://filters.pixijs.download/v4.1.0/pixi-filters.js
https://filters.pixijs.download/v4.1.0/demo/index.html
🔍 Compare
🎁 Added
- Automatically update padding for MotionBlur on velocity change (#288) @st3v0
- Add alpha property to ColorOverlayFilter (#287) @gregmax17
✏️ Changed
- Changed the repo name from
pixi-filters
tofilters
- Update to npm 7 workspaces, consolidate env on actions (#290) @bigtimebuddy
v4.0.0
🔗 Links
https://filters.pixijs.download/v4.0.0/pixi-filters.js
https://filters.pixijs.download/v4.0.0/demo/index.html
🔍 Compare
🎁 Added
- Upgrade to PixiJS v6, build against proper package types
- Updated package source to TypeScript
- Types contain documentation for better dev-experience
- Replace JSDoc with Webdoc
- Update to
@pixi/eslint-config
- Removed any deprecated rest arguments on constructors 🔥 breaking change
- Ambient typing (e.g.
PIXI
global object) has been removed 🔥 breaking change