Pixi Filters Versions Save

Collection of community-authored custom display filters for PixiJS

v6.0.3

1 month ago

Changes

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

v6.0.2

1 month ago

[!WARNING] This is a noop release to verify unblocking Actions failing on release.

v6.0.1

1 month ago

🐛 Fixed

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

:broom: Chores

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

v6.0.0

2 months ago

See v6.0.0-rc for complete changes

:gift: Added

  • Feature: Add BackdropBlurFilter (#446)

:bug: Fixed

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

:broom: Chores

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

v6.0.0-rc

2 months ago

:fire: 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

2 months ago

🎁 Added

  • Feature: Allow color-gradient to replace original colors (#390) @colinsullivan

:bug: Fixed

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

v5.2.1

1 year ago

:bug: Fixed

  • Fix getter and setter alpha type in GlowFilter (#380) @viniciusbitt

v5.2.0

1 year ago

:gift: Added

  • Add HslAdjustmentFilter (#369, #370, #375, #378) @vikpe
  • Add ColorGradientFilter (#362, #373) @vikpe
  • Add knockout setting to OutlineFilter (#372) @vikpe

🚽 Deprecated

  • Convert TiltShiftFilter constructor arguments to options (#376) @bigtimebuddy
  • Use offset for DropShadowFilter instead of rotation/distance (#377) @bigtimebuddy

:broom: Chores

  • Chore: Update dependencies (#367) @vikpe
  • Fix actions deprecations, auto-deploy bundle files (#371) @bigtimebuddy
  • Disallow warning with linting (#374) @bigtimebuddy

v5.1.1

1 year ago

:gift: Added

  • Output a browser module bundle (#365) @bigtimebuddy

:bug: Fixed

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

:broom: 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

1 year ago

:gift: Added

  • Add alpha setting to OutlineFilter (#353) @vikpe
  • Add grayscale setting to DotFilter (#354) @vikpe
  • Add GrayscaleFilter (#356) @vikpe
  • Add alpha setting to GlowFilter (#359) @vikpe

:broom: 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