Releases: pixijs/filters
Releases · pixijs/filters
v2.4.1
v2.4.0
Overview
This release adds two new filters! These are OldFilmFilter, RadialBlurFilter and MotionBlurFilter. All filters have been added to the demo.
🎁 Added
✏️ Changed
- Optimized the internal build process #110
🐛 Fixed
- Change the order of filters & fix typo #106
- Fixes the README for drop-shadow #105
- De-duplicates default vertex in pixi-filters bundle #112
👏 Contributors
- @finscn
- @eXponenta
- Matt Karl (@bigtimebuddy)
v2.3.1
🐛 Fixed
- Not all filters were passing fourth
clear
param inapplyFilter
#103 - Removed redundant default vertex shaders #102
- Alphabetized filter list in demo #104
- Minor performance improvements to DropShadowFilter #101
👏 Contributors
- Ivan Popelyshev (@ivanpopelyshev)
- Spencer (@sjfricke)
- Matt Karl (@bigtimebuddy)
- @finscn
2.3.0
🐛 Fixed
- Remove trailing-white-space #74
- Fixed documentation line-breaks before previews 595729a
- Support for PixiJS core AlphaFilter #42
- Fixes Typings with @types/pixi.js #96
- Refactor
GodrayFilter
for optimizing #91
🔧 Changed
- ZoomBlurFilter, support default infinite outer
radius
#82 #92 - Build process improvements, like watching, dev releases #86
- Published filters will no longer contain unminified files in lib folder #86
- Refactored the demo to tools/demo #85 #88
- Moves filters/all to bundle #90
- Refactor ShockwaveFilter to support more options #95
👏 Contributors
- @finscn
- Matt Karl (@bigtimebuddy)
2.2.0
Overview
This release adds three new filters! These are GodrayFilter, AdvancedBloomFilter and MultiColorReplaceFilter. All filters have been added to the demo.
🎁 Added
- Adds new GodrayFilter which produces an effect which is similar to light coming through clouds @pixi/filter-godray #40
- Adds new AdvancedBloomFilter which is similar to BloomFilter but with more options to control the look of the bloom @pixi/filter-advanced-bloom #66 #68
- Adds new MultiColorReplaceFilter which is like ColorReplaceFilter but supports multiple colors instead of just a single color @pixi/filter-multi-color-replace #64
- Support constructor arguments for screenshot configuration #62
- Bloom constructor
blur
argument can be Array (e.g., [0, 0]) #73
🐛 Fixed
- Make sure filters are rebuilt-after version bump so version in comments match #59
- Fixed white-space trailing lints #67
👏 Contributors: 3
- Matt Karl (@bigtimebuddy)
- Ivan Popelyshev (@ivanpopelyshev)
- @finscn
2.1.1
🐛 Fixed
- Fixes bugs of ZoomBlurFilter with regard to resolution & size #58
- Updates the ZoomBlur screenshot and documentation
👏 Contributors: 2
- @finscn
- Matt Karl (@bigtimebuddy)
2.1.0
🎁 Added
- Adds additional constructor arguments to BloomFilter
quality, resolution, kernelSize
#44 - Adds TypeScript typings for all modules #51
- Adds third constructor argument to SimpleLightmapFilter for
alpha
#51 - Adds ZoomBlurFilter to do radial motion blurs #54
- Adds pause/resume buttons to demo fb491da
🐛 Fixed
- Removed debugger statement from examples #47
- Can now use
npm install
to bootstrap the repo instead ofnpm run bootstrap
#48
👏 Contributors: 2
- Matt Karl (@bigtimebuddy)
- @finscn
ZoomBlurFilter Demo
2.0.2
2.0.1
2.0.0
🎁 Added
- Adds new filters from pixi-extra-filters repo #30
- GlowFilter
- OutlineFilter
- SimpleLightmapFilter
- ColorReplaceFilter
- BulgePinchFilter
- Adds new DropShadowFilter #30
✏️ Changed
- Drops support for Bower #30
- Convert project to use Rollup instead of Browserify #30
- Convert source code to ES6 #30
- Improved documentation #30
- Added explicit constructor arguments (with defaults) for more filters #30
👏 Contributors: 2
- Matt Karl (@bigtimebuddy)
- Ivan Popelyshev (@ivanpopelyshev)