Skip to content

Releases: pixijs/filters

v4.1.6

03 Feb 14:28
Compare
Choose a tag to compare

🐛 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)

🔗 Links

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

🔍 Compare

v4.1.5...v4.1.6

v4.1.5

29 Sep 14:04
Compare
Choose a tag to compare

🐛 Fixed

🔗 Links

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

🔍 Compare

v4.1.4...v4.1.5

v4.1.4

22 Jul 21:35
Compare
Choose a tag to compare

v4.1.3

17 Jun 19:32
Compare
Choose a tag to compare

No code changes

Testing preprelease publishing with GitHub Actions.

🔗 Links

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

🔍 Compare

v4.1.2...v4.1.3

v4.1.3-rc.2

17 Jun 19:25
Compare
Choose a tag to compare
v4.1.3-rc.2 Pre-release
Pre-release

No code changes

Testing preprelease publishing with GitHub Actions.

v4.1.3-rc

17 Jun 18:27
Compare
Choose a tag to compare
v4.1.3-rc Pre-release
Pre-release

No code changes

Testing preprelease publishing with GitHub Actions.

v4.1.2

03 Jun 17:05
Compare
Choose a tag to compare

v4.1.1

21 May 16:09
Compare
Choose a tag to compare

v4.1.0

02 Apr 03:05
Compare
Choose a tag to compare

🔗 Links

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

🔍 Compare

v4.0.0...v4.1.0

🎁 Added

  • Automatically update padding for MotionBlur on velocity change (#288) @st3v0
  • Add alpha property to ColorOverlayFilter (#287) @gregmax17

✏️ Changed

  • Changed the repo name from pixi-filters to filters
  • Update to npm 7 workspaces, consolidate env on actions (#290) @bigtimebuddy

v4.0.0

03 Mar 00:17
Compare
Choose a tag to compare

🔗 Links

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

🔍 Compare

v3.2.1...v4.0.0

🎁 Added

  • Upgrade to PixiJS v6, build against proper package types
  • Updated package source to TypeScript
  • Types contain documentation for better dev-experience
  • Replace JSDoc with Webdoc
  • Update to @pixi/eslint-config
  • Removed any deprecated rest arguments on constructors 🔥 breaking change
  • Ambient typing (e.g. PIXI global object) has been removed 🔥 breaking change