Pixijs Animate Versions Save

PixiJS runtime library for content from Adobe Animate CC

v3.0.1

9 months ago

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

v3.0.0

1 year ago
  • Supports PixiJS v7
  • Drops support for PixiJS v6.
  • Drops support for legacy assets - now only v2 of the asset format is supported.

v2.0.5

1 year ago

Fixes an issue with final keyframes (#129)

v2.0.4

1 year ago

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

v2.0.2

2 years ago

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

v2.0.1

2 years ago
  • Fixed an error in tweening rotations (#119).
  • Add support for Node's multiple entry points.

v2.0.0-rc6

3 years ago

Updated PixiJS dependencies to 6.0.0-rc.

v2.0.0.rc5

4 years ago

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;.

v2.0.0.rc4

4 years ago
  • 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.

v2.0.0.rc3

4 years ago

Fixed library definitions for Typescript.