Skip to content

Releases: ShukantPal/pixi-essentials

@pixi-essentials/transformer 3.0.3

Choose a tag to compare

@ShukantPal ShukantPal released this 06 Oct 02:40
0c61c08

🐛 Fixes

  • Made Transformer#prependTransform protected (#95, @rougsig)

@pixi-essentials/react-bindings 3.0.0

Choose a tag to compare

@ShukantPal ShukantPal released this 04 Sep 21:06
596af69

🐛 Fixes

@pixi-essentials/transformer 3.0.1

Choose a tag to compare

@ShukantPal ShukantPal released this 16 Apr 20:58
ed6bd6c

🐛 Fixes

  • Fixed transformer mouse-move handling on PixiJS 7, requires minimum PixiJS 7.2.0 (#73, @rnike)

@pixi-essentials/texture-allocator 2.0.1

Choose a tag to compare

@ShukantPal ShukantPal released this 16 Apr 21:00
ed6bd6c

🎁 Features

  • WebGL 1 support for HTMLCanvasElement, HTMLImageElement, and ImageData as texture sources (#82, @bhousel)

@pixi-essentials/transformer 2.5.6

Choose a tag to compare

@ShukantPal ShukantPal released this 21 May 23:44
70a16f9

🐛 Fixes

  • Fixed transformer handle functionality on mobile (#63)

@pixi-essentials/gradients 0.0.5

Choose a tag to compare

@ShukantPal ShukantPal released this 09 Mar 04:09
e12a6b1

🎁

  • Add support for CSS color strings, including those with alpha (#51) @ericente

@pixi-essentials/transformer 2.5.5

Choose a tag to compare

@ShukantPal ShukantPal released this 07 Sep 01:20

🎁 Added

  • lockAspectRatio to prevent distortion when scaling by one of the corner handles (#40) @adamsmasher

@pixi-essentials/transformer 2.5.3

Choose a tag to compare

@ShukantPal ShukantPal released this 30 Jul 18:08

🎁 Added

  • You can now pass a "stage" that the transformer will listen to for "pointermove" events. This allows you to enable moveWhenInside on the interaction manager OR use the EventSystem without the transformer breaking. (The transformer would stop when the user's cursor jumps outside of the transformer's area)

@pixi-essentials/transformer 2.5.2

Choose a tag to compare

@ShukantPal ShukantPal released this 18 Jul 02:30

🐛 Fixes

@pixi-essentials/transformer 2.5.1

Choose a tag to compare

@ShukantPal ShukantPal released this 17 Jul 20:51

🐛 Fixes

  • Fix issue with handle hit-testing when using projection transforms (#29)
  • Make box-scaling tolerance respond to scaling projection transforms (#30)