Pixi Filters Versions Save

Collection of community-authored custom display filters for PixiJS

v5.0.0

1 year ago

:fire: Breaking Changes

  • Output is ES2017 instead of ES5
  • Incompatible with PixiJS v6
  • Remove the browser bundles for individual filters

:bug: Fixed

  • Update all filters links to their own docs (#342) @mauriciomassaia

Chores

  • Updates Github Actions dependencies
  • Upgrades build tools to use esbuild
  • Update Electron for generating screenshots
  • Remove PIXI.filters namespace from API docs
  • Remove unused packages

v4.2.0

1 year ago

:bug: Fixed

  • Fix README.md for CRTFilter (#336) @akiomik
  • Fix package name in README.md (#338) @akiomik
  • Fix type annotation for TwistFilter (#340) @akiomik

๐Ÿงน Chores

  • Add new exports format for Node.js (#337) @bigtimebuddy

v4.1.6

2 years ago

:bug: Fixed

  • Replace dat.gui with lil-gui in demo (#310) @georgealways
  • Remove publishing hacks and Lerna anti-patterns (#309) @bigtimebuddy
  • Fix CRTFilter allowing non power-of-2 texture bounds correctly (#317) @bradedelman
  • Bump node-fetch from 2.6.1 to 2.6.7 (#318)
  • Bump trim-off-newlines from 1.0.1 to 1.0.3 (#319)

https://filters.pixijs.download/v4.1.6/pixi-filters.js https://filters.pixijs.download/v4.1.6/demo/index.html

๐Ÿ” Compare

https://github.com/pixijs/pixi-filters/compare/v4.1.5...v4.1.6

v4.1.5

2 years ago

:bug: Fixed

  • Update _resolution scope for DropShadow and AdvancedBloom (#307) @mcdenhoed
  • Upgrade docs and template, remove simple explicit types (#308) @bigtimebuddy

https://filters.pixijs.download/v4.1.5/pixi-filters.js https://filters.pixijs.download/v4.1.5/demo/index.html

๐Ÿ” Compare

https://github.com/pixijs/pixi-filters/compare/v4.1.4...v4.1.5

v4.1.3

2 years ago

v4.1.3-rc.2

2 years ago

No code changes

Testing preprelease publishing with GitHub Actions.

v4.1.3-rc

2 years ago

No code changes

Testing preprelease publishing with GitHub Actions.

v4.1.2

3 years ago

https://filters.pixijs.download/v4.1.2/pixi-filters.js https://filters.pixijs.download/v4.1.2/demo/index.html

๐Ÿ” Compare

https://github.com/pixijs/pixi-filters/compare/v4.1.1...v4.1.2

:bug: Fixed

  • Do not mutate defaults in DropShadowFilter (#303) @a-c-sreedhar-reddy

v4.1.1

3 years ago

https://filters.pixijs.download/v4.1.1/pixi-filters.js https://filters.pixijs.download/v4.1.1/demo/index.html

๐Ÿ” Compare

https://github.com/pixijs/pixi-filters/compare/v4.1.0...v4.1.1

:bug: Fixed

  • Fix GlitchFilter by un-initializing a variable (#300) @miltoncandelero