Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Releases: pixijs-userland/gif

v3.0.1

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 10 Apr 10:15

Changes

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

v3.0.0

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 06 Mar 03:13

Chores

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

v3.0.0-rc

v3.0.0-rc Pre-release
Pre-release

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 16 Feb 16:34

🔥 Breaking Changes

  • Feature: Support PixiJS v8 (#17)

v2.1.1

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 16 Feb 16:17

Fixed

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

v2.1.0

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 07 Jan 00:44

🎁 Added

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

🧹 Chores

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

v2.0.1

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 13 Oct 16:00

🐛 Fixed

  • Remove Chrome warnings about willReadFrequently (dee26ab)

v2.0.0

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 22 Sep 14:40

🔥 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

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 21 Sep 20:15

🧹 Chores

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

v1.1.2

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 05 Aug 18:45

🧹 Chore

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

v1.1.1

Choose a tag to compare

@bigtimebuddy bigtimebuddy released this 01 Jul 14:15

🐛 Fixed

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