Skip to content

Releases: pixijs/filters

v2.7.0

13 Jan 22:53
Compare
Choose a tag to compare

🐛 Fixed

  • Made properties in DropShadowFilterOptions optional to match docs (#178)
  • Fixes BulgePinchFilter allows 0 as radius and strength argument (#174)
  • Updates ColorMapFilter to support alpha (#182)
  • Fixes ZoomBlurFilter for iOS devices, better hash generation (#180)
  • Fixes ConvolutionFilter bug for IE11, better defaults (#183)
  • Uses more legible color in demo for enabled filter titles (01701ab)
  • Fixes GlitchFilter slices update (#186)

🎁 Added

  • Update Dependencies & Build Tooling (#181)
  • Adds support for PixiJS v5 (#181)

👏 Contributors

v2.6.2

02 Jan 19:37
Compare
Choose a tag to compare

🐛 Fixed

  • Fix DemoApplication resize problem with PixJS v5 (#176)

👏 Contributors

v2.6.1

03 May 14:21
Compare
Choose a tag to compare

🐛 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

v2.6.0

28 Feb 22:06
Compare
Choose a tag to compare

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

v2.5.1

17 Jan 02:36
Compare
Choose a tag to compare

✏️ Changed

  • Add better select list for fillMode for GlitchFilter demo #134

👏 Contributors

v2.5.0

10 Jan 17:42
Compare
Choose a tag to compare

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
    glitch
  • Adds KawaseBlurFilter #114
    kawase-blur
  • Adds CRTFilter #123
    crt
  • Adds AdjustmentFilter #124
    adjustment
  • Adds ReflectionFilter #125
    reflection
  • Update GodrayFilter to support non-parallel lights. This changes the constructor arguments from angle, gain, lacunarity, time to options. The options now are the following: #118
    • angle number
    • center PIXI.Point|Array
    • parallel boolean
    • gain number
    • lacunarity number
    • time 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

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