Releases: pixijs-userland/gif
Releases · pixijs-userland/gif
v3.0.1
Compare
Sorry, something went wrong.
No results found
Changes
Fix: flag clone as dirty to allow for an immediate update (#20 )
Chore: Lint warnings should fail on Actions (a802d66 )
v3.0.0
Compare
Sorry, something went wrong.
No results found
Chores
Chore: Finalize to PixiJS v8 Release (#18 )
v3.0.0-rc
Compare
Sorry, something went wrong.
No results found
🔥 Breaking Changes
Feature: Support PixiJS v8 (#17 )
v2.1.1
Compare
Sorry, something went wrong.
No results found
Fixed
Fix: Incorrect rendering when disposalType is 3 (#16 )
v2.1.0
Compare
Sorry, something went wrong.
No results found
🎁 Added
Provides a .mjs build for browsers (i.e., dist/pixi-gif.mjs)
🧹 Chores
Update to @pixi/extension-scripts (#13 )
v2.0.1
Compare
Sorry, something went wrong.
No results found
🐛 Fixed
Remove Chrome warnings about willReadFrequently (dee26ab )
v2.0.0
Compare
Sorry, something went wrong.
No results found
🔥 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
Compare
Sorry, something went wrong.
No results found
🧹 Chores
Restrict the usage of this plugin to PixiJS <7, as there are upcoming breaking changes. (7b961c7 )
v1.1.2
Compare
Sorry, something went wrong.
No results found
🧹 Chore
Updated the module output to have ".mjs" extension to be compatible with Node.js (22a79d9 )
v1.1.1
Compare
Sorry, something went wrong.
No results found
🐛 Fixed
Fix losing graphic control extension for some frames (#9 ) @Elon-Yan