Releases: pixijs/filters
v2.6.1
π Fixed
- Resolves EOL issues with Windows (#151)
- Fix typo in readme (#153)
- Removes needless BaseTexture code (#156)
- Remove
this
in dist file (#160) - Adds support for velocity being an ObservablePoint (#162)
π Contributors
- Dave Moore (@themoonrat)
- @Deadalusmask
- @finscn
- Matt Karl (@bigtimebuddy)
v2.6.0
Overview
π This release adds two new filters: BevelFilter and ColorMapFilter. BevelFilter can be used to give a light and dark bevel around the contours of an object. ColorMapFilter can be used as a fast alternative for ColorMatrixFilter to apply color adjustments using a source color map texture (inspired by this).
π Added
- Adds BevelFilter #148
- Adds support for PixiJS v5 filters #149
- Add filterClamp option to KawaseBlur #144
- Adds ColorMapFilter #136
π Fixed
- Adds missing resolution set for extractFilter in AdvancedBloomFilter #137
- Fixes the bug about gl_FragColor on iOS #140
- Remove non-constant expressions in global scope #143
- Use KawaseBlurFilter instead of BlurFilter for DropShadowFilter #138
βοΈ Known Issues
- DropShadowFilter currently is not supported with v5 #149
π Contributors
- @finscn
- Evgeny Shestakov (@Ewanse)
- Matt Karl (@bigtimebuddy)
- Nikola Pantic (@Nikkop)
v2.5.1
v2.5.0
Overview
Introduces a few NEW filters including GlitchFilter, CRTFilter, AdjustmentFilter, ReflectionFilter, KawaseBlurFilter. Big shout-out to @finscn for all his help submitting these filters and pushing along this big release.
π Added
- Adds GlitchFilter #119
- Adds KawaseBlurFilter #114
- Adds CRTFilter #123
- Adds AdjustmentFilter #124
- Adds ReflectionFilter #125
- Update GodrayFilter to support non-parallel lights. This changes the constructor arguments from
angle, gain, lacunarity, time
tooptions
. Theoptions
now are the following: #118angle
numbercenter
PIXI.Point|Arrayparallel
booleangain
numberlacunarity
numbertime
number
π Fixed
- Fixes cross-platform issue with OutlineFilter #126
- Change the CDN to jsdelivr for static files #127
- Update LICENSE year and author #132
- Refactor how global PIXI is imported #133
- Fixed copy-paste errors in READMEs and package.json files #133
βοΈ Changed
- Delete example redirect #129
- AdvancedBloomFilter uses KawaseBlurFilter instead of Gaussian BlurFilter #131
π Contributors
- @finscn
- Matt Karl (@bigtimebuddy)
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)