Skip to content

Releases: pixijs/filters

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)

v6.0.0-rc

15 Feb 17:39
Compare
Choose a tag to compare
v6.0.0-rc Pre-release
Pre-release

🔥 Breaking Changes

  • Now supports PixiJS v8, drops support for v7 (use the v5.x branch for changes for PixiJS v7)
  • Individual packages are no-longer available in v6+ (e.g., @pixi/filter-drop-shadow) and have been replaced with sub-module exports (e.g., pixi-filters/drop-shadow).

Added

  • Add: ReflectionFilter support Float32Array type (#433)
  • Add: Support PixiJS v8 (#403)

Fixed

  • Fix: Screenshot bugs with PointData (#409)

Chores

  • Chore: Move demo to examples (#406)
  • Chore: Cleanup Screenshot Generation (#405)
  • Chore: Minor Tool Fixes (#421)
  • Chore: Use Program.from for Caching (#438, #439)
  • Chore: Upgrade typescript dependency, clean up compilerOptions (#408)
  • Chore: AdvancedBloomFilter backward-compatibility (#413)
  • Chore: ASCIIFilter deprecate non-options constructor (#414)
  • Chore: BloomFilter deprecations (#415)
  • Chore: BulgePinchFilter backward-compatibility (#416)
  • Chore: ColorMapFilter deprecate non-options constructor (#417)
  • Chore: ColorOverlayFilter deprecate non-options constructor (#418)
  • Chore: ColorReplaceFilter deprecate non-options constructor (#419)
  • Chore: ConvolutionFilter deprecate non-options constructor (#420)
  • Chore: DotFilter deprecate non-options constructor (#421)
  • Chore: DropShadowFilter backward-compatibility (#422)
  • Chore: EmbossFilter backward-compatibility (#423)
  • Chore: GlitchFilter backward-compatibility (#424)
  • Chore: GodRayFilter backward-compatibility (#425)
  • Chore: KawaseBlurFilter deprecate non-options constructor (#426)
  • Chore: MotionBlurFilter deprecate non-options constructor (#427)
  • Chore: MultiColorReplaceFilter deprecate non-options constructor (#428)
  • Chore: OldFilmFilter backward-compatibility (#429)
  • Chore: OutlineFilter deprecate non-options constructor (#430)
  • Chore: PixelateFilter backward-compatibility (#431)
  • Chore: RadialBlurFilter deprecate non-options constructor (#432)
  • Chore: RGBSplitFilter deprecate non-options constructor (#434)
  • Chore: ShockwaveFilter deprecate non-options constructor (#435)
  • Chore: SimpleLightmapFilter deprecate non-options constructor (#436)
  • Chore: ZoomBlurFilter backward-compatibility (#437)

v5.3.0

15 Feb 16:37
Compare
Choose a tag to compare

🎁 Added

🐛 Fixed

  • ColorGradientFilter - Make alpha and maxColors optional when using CSS (#382) @vikpe
  • Fix types for getters/setters in HslAdjustmentFilter (#383) @vikpe

v5.2.1

24 Mar 22:10
Compare
Choose a tag to compare

🐛 Fixed

v5.2.0

28 Feb 14:23
Compare
Choose a tag to compare

🎁 Added

🚽 Deprecated

🧹 Chores

v5.1.1

11 Jan 23:08
Compare
Choose a tag to compare

🎁 Added

🐛 Fixed

  • Fix flipped characters in AsciiFilter, improved sample color (#364) @movAX13h

🧹 Chores

  • Chore: Allow using query string to enable filters in the demo application (#361) @vikpe
  • Chore: Allow configuring filter target per filter in screenshot renderer (#363) @vikpe
  • Bump json5 from 2.2.1 to 2.2.3 (#366) @dependabot

v5.1.0

18 Dec 23:51
Compare
Choose a tag to compare

🎁 Added

🧹 Chores

  • Chore: Update README typos, missing GrayscaleFilter (#357) @bigtimebuddy
  • Chore: Use cross-platform friendly open (#360) @vikpe
  • Chore: Add a green fish to demo application (#358) @vikpe