Releases: pixijs/animate
Releases · pixijs/animate
3.0.1
3.0.0
- Supports PixiJS v7
- Drops support for PixiJS v6.
- Drops support for legacy assets - now only v2 of the asset format is supported.
2.0.5
2.0.4
2.0.2
Allows shape data file (.shapes.json
or .shapes.txt
) urls to include query strings.
2.0.1
2.0.0-rc6
Updated PixiJS dependencies to 6.0.0-rc.
2.0.0-rc5
Further improvements to the asset specific type generation (npx pixi-animate-type-assets
) by having the output be a namespace, so that you can have const foo: myAsset.lib.Foo;
.
2.0.0-rc4
- Fix a typo in AnimateAsset preventing the passing in of the library to
setup()
(as far as Typescript was concerned). - Improve generated type information for asset files.
- Fix issues with holes in legacy bundle and asset upgrades.
- Handle
*.shapes.txt
files when upgrading assets.
2.0.0-rc3
Fixed library definitions for Typescript.