Skip to content

Releases: SpringRoll/pixi.js

3.0.9

23 Jan 15:51
Compare
Choose a tag to compare

Updated to Pixi.js mainline 3.0.9.

3.0.8

02 Oct 02:15
Compare
Choose a tag to compare
  • Fixed Sprite hit testing at resolutions other than 1.
  • Fixed RenderTextures at resolutions other than 1.

3.0.7

25 Sep 20:07
Compare
Choose a tag to compare

Updated to match version 3.0.7 of the main pixi.js library.

2.1.9

17 Mar 14:57
Compare
Choose a tag to compare

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

10 Mar 19:06
Compare
Choose a tag to compare

Fixed a typo in BaseTexture.

2.1.7

09 Feb 15:12
Compare
Choose a tag to compare

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

04 Feb 23:03
Compare
Choose a tag to compare

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

22 Jan 23:45
Compare
Choose a tag to compare

Fixed an error when destroying the Stage.

2.1.4

16 Jan 20:55
Compare
Choose a tag to compare

Loaders now handle php service urls.

2.1.3

15 Dec 17:55
Compare
Choose a tag to compare

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.