Skip to content

Releases: pixijs/filters

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

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