Skip to content

Releases: SpringRoll/pixi.js

2.1.2

08 Dec 19:50

Choose a tag to compare

  • Expanded/improved the global level input callbacks on InteractionManager. Now it is stageIn, stageOut, stateDown, stageMove, stageUp, all of which are handled before individual items.
  • InteractionManager.removeEvents() doesn't set the canvas cursor unless you were letting the InteractionManager handle the cursors.

2.1.1

20 Nov 23:01

Choose a tag to compare

Version 2.1.1 of Pixi with the changes we've made.

1.6.8

31 Oct 19:50

Choose a tag to compare

Added 'id' property to InteractionData for access to the touch id. -1 represents a mouse input.

1.6.7

27 Oct 20:51

Choose a tag to compare

  • Fixed an issue when reloading textures that had previously existed.
  • Fixed an error that could happen when moving the mouse while the page loads.

1.6.6

01 Oct 14:15

Choose a tag to compare

Fixed a couple of Texture issues.

1.6.5

16 Sep 22:11

Choose a tag to compare

Another fix for interaction.

1.6.4

16 Sep 21:09

Choose a tag to compare

Fixed an issue that would happen if you updated the stage after removing interaction events.

1.6.3

29 Aug 21:13

Choose a tag to compare

Fixed our changes that broke data: urls.

1.6.2

28 Aug 22:52

Choose a tag to compare

Version 1.6.1 (plus a little extra, since I merged from GoodBoyDigital's dev branch) of Pixi with CloudKid changes attached.