Releases: SpringRoll/pixi.js
Releases · SpringRoll/pixi.js
2.1.2
- 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
Version 2.1.1 of Pixi with the changes we've made.
1.6.8
Added 'id' property to InteractionData for access to the touch id. -1 represents a mouse input.
1.6.7
- 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
Fixed a couple of Texture issues.
1.6.5
Another fix for interaction.
1.6.4
Fixed an issue that would happen if you updated the stage after removing interaction events.
1.6.3
Fixed our changes that broke data: urls.
1.6.2
Version 1.6.1 (plus a little extra, since I merged from GoodBoyDigital's dev branch) of Pixi with CloudKid changes attached.