Skip to content

Releases: pixijs/filters

v6.1.2

20 Mar 14:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.1...v6.1.2

v6.1.1

19 Mar 15:54
Compare
Choose a tag to compare

What's Changed

  • Mix color and alpha separately in ColorOverlayFilter by @albinkong in #494

New Contributors

Full Changelog: v6.1.0...v6.1.1

v6.1.0

16 Jan 00:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.6...v6.1.0

v6.0.6

06 Jan 15:50
Compare
Choose a tag to compare

What's Changed

  • fix: tree shaking when using default import by @Zyie in #477

Full Changelog: v6.0.5...v6.0.6

v6.0.5

30 Aug 18:51
Compare
Choose a tag to compare

What's Changed

  • Fix: Allows saturation and lightness via HslAdjustmentFilter constructor by @bigtimebuddy in #468
  • fix: Remove window references from TiltShiftFilter by @bigtimebuddy in #469

Full Changelog: v6.0.4...v6.0.5

v6.0.4

05 Jun 13:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.3...v6.0.4

v6.0.3

15 Apr 12:23
Compare
Choose a tag to compare

Changes

  • Fix: Remove double rotation calculation in Bevel (#457)

v6.0.2

10 Apr 11:25
Compare
Choose a tag to compare

Warning

This is a noop release to verify unblocking Actions failing on release.

v6.0.1

10 Apr 11:13
Compare
Choose a tag to compare

🐛 Fixed

  • Fix: Missing gradient-parser types (#455)

🧹 Chores

  • Chore: Bump extension-scripts (#449)
  • Chore: Remove mention of lerna in README.md (#453)

v6.0.0

07 Mar 01:53
Compare
Choose a tag to compare

See v6.0.0-rc for complete changes

🎁 Added

  • Feature: Add BackdropBlurFilter (#446)

🐛 Fixed

  • Fix: Workaround v8 bug with setting filters (#447)
  • Fix: Premultiply for the ShockwaveFilter (#444)

🧹 Chores

  • Chore: Cleanup constructor and options docs (#448)