You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that the README.md now says PixiJS v6 is required, but the commits in 99 seem to mention v5. Was v5 skipped, or is this version compatible with both?
Is it going to be released to npm at some point? The latest version there (1.3.5) still says "requires pixijs v4."
Along those lines, I notice that the pixi-spine project notes branches and tags so that users (who may be tied to a specific pixi version) can quickly find the version of the plugin they need - (helpfully the tags also seem to show up on npm.)
The text was updated successfully, but these errors were encountered:
@bigtimebuddy is correct about the name change.
v5 was indeed skipped, although @pixi/animate may unofficially work with PixiJS v5. I don't think the apis that @pixi/animate uses changed between 5 & 6, but we switched over to v6 for better Typescript definitions, which were something of a breaking change between 5 & 6.
Two questions regarding #99:
PixiJS v6 is required
, but the commits in 99 seem to mention v5. Was v5 skipped, or is this version compatible with both?Along those lines, I notice that the
pixi-spine
project notes branches and tags so that users (who may be tied to a specific pixi version) can quickly find the version of the plugin they need - (helpfully the tags also seem to show up on npm.)The text was updated successfully, but these errors were encountered: