Skip to content

Releases: pixijs/gif

v3.0.1

10 Apr 10:15
Compare
Choose a tag to compare

Changes

  • Fix: flag clone as dirty to allow for an immediate update (#20)
  • Chore: Lint warnings should fail on Actions (a802d66)

v3.0.0

06 Mar 03:13
Compare
Choose a tag to compare

Chores

  • Chore: Finalize to PixiJS v8 Release (#18)

v3.0.0-rc

16 Feb 16:34
Compare
Choose a tag to compare
v3.0.0-rc Pre-release
Pre-release

🔥 Breaking Changes

  • Feature: Support PixiJS v8 (#17)

v2.1.1

16 Feb 16:17
Compare
Choose a tag to compare

Fixed

  • Fix: Incorrect rendering when disposalType is 3 (#16)

v2.1.0

07 Jan 00:44
Compare
Choose a tag to compare

🎁 Added

  • Provides a .mjs build for browsers (i.e., dist/pixi-gif.mjs)

🧹 Chores

  • Update to @pixi/extension-scripts (#13)

v2.0.1

13 Oct 16:00
Compare
Choose a tag to compare

🐛 Fixed

  • Remove Chrome warnings about willReadFrequently (dee26ab)

v2.0.0

22 Sep 14:40
Compare
Choose a tag to compare

🔥 Breaking Changes

  • Support for PixiJS v6 is dropped (19cce8c)
    • AnimatedGIFLoader has been replaced with AnimatedGIFAsset
    • Output target is now ES2017 instead of ES5
  • Fallback fps option now defaults to 30 instead of Ticker.shared.FPS (5f05539)

v1.1.3

21 Sep 20:15
Compare
Choose a tag to compare

🧹 Chores

  • Restrict the usage of this plugin to PixiJS <7, as there are upcoming breaking changes. (7b961c7)

v1.1.2

05 Aug 18:45
Compare
Choose a tag to compare

🧹 Chore

  • Updated the module output to have ".mjs" extension to be compatible with Node.js (22a79d9)

v1.1.1

01 Jul 14:15
Compare
Choose a tag to compare

🐛 Fixed

  • Fix losing graphic control extension for some frames (#9) @Elon-Yan