Skip to content

Releases: pixijs/animate

3.0.1

02 Oct 14:46
Compare
Choose a tag to compare

Added a progress hook for load() when using the options object (#143)

3.0.0

01 Mar 03:23
Compare
Choose a tag to compare
  • 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

09 Jan 03:47
Compare
Choose a tag to compare

Fixes an issue with final keyframes (#129)

2.0.4

25 Oct 20:52
Compare
Choose a tag to compare

Skew fixes (#124, #125, #128)

2.0.2

29 Jun 19:25
Compare
Choose a tag to compare

Allows shape data file (.shapes.json or .shapes.txt) urls to include query strings.

2.0.1

05 Jun 23:31
Compare
Choose a tag to compare
  • Fixed an error in tweening rotations (#119).
  • Add support for Node's multiple entry points.

2.0.0-rc6

10 Jan 21:53
Compare
Choose a tag to compare
2.0.0-rc6 Pre-release
Pre-release

Updated PixiJS dependencies to 6.0.0-rc.

2.0.0-rc5

03 May 04:11
Compare
Choose a tag to compare
2.0.0-rc5 Pre-release
Pre-release

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

28 Apr 04:03
Compare
Choose a tag to compare
2.0.0-rc4 Pre-release
Pre-release
  • 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

03 Apr 01:48
Compare
Choose a tag to compare
2.0.0-rc3 Pre-release
Pre-release

Fixed library definitions for Typescript.