Releases: pixijs/filters
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
v3.2.0
🔗 Links
https://filters.pixijs.download/v3.2.0/pixi-filters.js
https://filters.pixijs.download/v3.2.0/demo/index.html
🔍 Compare
🎁 Added
- Add alpha support to Godray filter (#263) @jrod-disco
- Adds auto-padding to KawaseBlurFilter (#275) @LiamMartens
- Add auto-padding based on the outline thickness (#258) @bigtimebuddy
✏️ Changed
- Remove TravisCI, replace with GitHub Actions (#282) @bigtimebuddy
🐛 Fixed
- Small optimization, use internal property instead of setter (#254) @finscn
- Fix resolution defaults to use FILTER_RESOLUTION (#274) @dev7355608
- Small cosmetic change with CRTFilter fragment shader (#257) @finscn
- Fix GlowFilter dependencies, should be peers (#281) @bigtimebuddy
- Fix clear mode flag to TiltFilter (#280) @bigtimebuddy
- Fix BloomFilter for PixiJS v5.3.0+ (#279) @bigtimebuddy
v3.1.1
🔗 Links
https://filters.pixijs.download/v3.1.1/pixi-filters.js
https://filters.pixijs.download/v3.1.1/demo/index.html
🔍 Compare
🐛 Fixed
- Publish exact version of dependencies (#247)
- Support PIXI.filters namespace (#250)
- Publishing Improvements (#248)
- Convert clear to clearModes to be compatible with 5.3.0+ (#252)
👏 Collaborators
- Andriej Komoda (@krtr)
- Matt Karl (@bigtimebuddy)
v3.1.0
🔗 Links
https://filters.pixijs.download/v3.1.0/pixi-filters.js
https://filters.pixijs.download/v3.1.0/demo/index.html
🔍 Compare
✏️ Changed
- Import PixiJS as a peer dependency (#221)
- Improve performance of GlowFilter, changed constructor arguments, remove writable
distance
property (#239)
// arguments list becomes object for GlowFilter
const filter = new GlowFilter(distance, outerStrength, innerStrength, color, quality); // OLD
const filter = new GlowFilter({ distance, outerStrength, innerStrength, color, quality }); // NEW
- Add
knockout
property for GlowFilter (#233) - Provide options for bulge-pinch and zoom-blur (#245)
- Adds ColorOverlayFilter (#214)
🐛 Fixed
- Fix v5 deprecation warning (#235)
- Fix OutlineFilter doc (#246)
- Remove unncessary if in drop shadow frag shader (#223)
👏 Contributors
- Nils Kuhnhenn (@laino)
- Matt Karl (@bigtimebuddy)
- Julian Mourer (@getkey)
- @Mwni
- Ivan Popelyshev (@ivanpopelyshev)
- Michael Deal (@mudcube)
- Simon Farshid (@Yonom)
v3.0.3
🐛 Fixed
- Fixes issue with browser build and
PIXI.utils
path (a950f03)
👏 Contributors
- Matt Karl (@bigtimebuddy)