Releases: pixijs/filters
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
v3.2.2
This is a no-change release to verify publishing pipeline works correctly.
v3.2.1
🔗 Links
https://filters.pixijs.download/v3.2.1/pixi-filters.js
https://filters.pixijs.download/v3.2.1/demo/index.html
🔍 Compare
🎁 Added
- Adds support lowering MAX_KERNEL_SIZE on ZoomBlurFilter (88b9b5b) @bigtimebuddy
- Add constructor options for TwistFilter (#283) @bigtimebuddy
🐛 Fixed
- Fix link in documentation for ConvolutionFilter (e13ff66) @bigtimebuddy
- Add default padding of
1
for BevelFilter to correctly apply to rectangles (4fe80dc) @bigtimebuddy