Releases: SpringRoll/pixi.js
3.0.9
3.0.8
- Fixed Sprite hit testing at resolutions other than 1.
- Fixed RenderTextures at resolutions other than 1.
3.0.7
Updated to match version 3.0.7 of the main pixi.js library.
2.1.9
Moved touchstart callbacks to fire after touch data is set on the display object, to make it easier to transfer touches between objects.
2.1.8
Fixed a typo in BaseTexture.
2.1.7
Dropped the use of ActiveXObject when loading with PIXI.AjaxRequest, because IE9 supports XMLHttpRequest just fine and that's the minimum browser that can use PixiJS.
2.1.6
Moved when the check to disable cross domain loading happens in JSONLoader to try to avoid any issues in browsers that can't handle it.
2.1.5
Fixed an error when destroying the Stage.
2.1.4
Loaders now handle php service urls.
2.1.3
Added removeInteractionEvents() to InteractionManager, so that you can remove all mouse/touch events except for mouse move, allowing you to disable any events beyond those required to allow you to have a custom, on stage cursor following the mouse.