Releases: pixijs/filters
Releases · pixijs/filters
v6.0.5
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
What's Changed
- Fix: Motion Blur bug on WebGL by @bigtimebuddy in #462
Full Changelog: v6.0.3...v6.0.4
v6.0.3
v6.0.2
Warning
This is a noop release to verify unblocking Actions failing on release.
v6.0.1
v6.0.0
v6.0.0-rc
🔥 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
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
v5.2.1
🐛 Fixed
- Fix getter and setter
alpha
type inGlowFilter
(#380) @viniciusbitt
v5.2.0
🎁 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
🧹 Chores
- Chore: Update dependencies (#367) @vikpe
- Fix actions deprecations, auto-deploy bundle files (#371) @bigtimebuddy
- Disallow warning with linting (#374) @bigtimebuddy