Skip to content

Releases: pixijs/filters

v2.4.1

23 Dec 14:50
Compare
Choose a tag to compare

🐛 Fixed

  • Disambiguates thickness and quality in OutlineFilter, creates a third optional quality param in constructor. Also, improves outline demo #116
  • Fixes mobile bugs of fragment shader in GlowFliter #117

👏 Contributors

v2.4.0

18 Dec 00:37
Compare
Choose a tag to compare

Overview

This release adds two new filters! These are OldFilmFilter, RadialBlurFilter and MotionBlurFilter. All filters have been added to the demo.

🎁 Added

  • Adds new RadialBlurFilter #109
    radial-blur
  • Adds new MotionBlurFilter #99
    motion-blur
  • Adds new OldFilmFilter #113
    old-film

✏️ 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

v2.3.1

29 Nov 16:46
Compare
Choose a tag to compare

🐛 Fixed

  • Not all filters were passing fourth clear param in applyFilter #103
  • Removed redundant default vertex shaders #102
  • Alphabetized filter list in demo #104
  • Minor performance improvements to DropShadowFilter #101

👏 Contributors

2.3.0

31 Oct 18:04
Compare
Choose a tag to compare

🐛 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

2.2.0

18 Oct 21:14
Compare
Choose a tag to compare

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
    godray
  • 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
    advanced-bloom
  • Adds new MultiColorReplaceFilter which is like ColorReplaceFilter but supports multiple colors instead of just a single color @pixi/filter-multi-color-replace #64
    multi-color-replace
  • 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

2.1.1

12 Oct 13:26
Compare
Choose a tag to compare

🐛 Fixed

  • Fixes bugs of ZoomBlurFilter with regard to resolution & size #58
  • Updates the ZoomBlur screenshot and documentation

👏 Contributors: 2

2.1.0

11 Oct 19:52
Compare
Choose a tag to compare

🎁 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 of npm run bootstrap #48

👏 Contributors: 2

ZoomBlurFilter Demo

zoom-filter

2.0.2

12 Sep 17:14
Compare
Choose a tag to compare

🐛 Fixed

  • Fixes SimpleLightmapFilter and adds to examples #39
  • Auto-generate screenshot previews #36

👏 Contributors: 2

2.0.1

08 Sep 16:10
Compare
Choose a tag to compare

🐛 Fixed

  • Better PIXI Namespace Definitions #35
  • Fixes deployment issues and Google Analytics for examples

2.0.0

26 Jul 17:14
Compare
Choose a tag to compare

🎁 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