Skip to content

Releases: ShukantPal/pixi-essentials

@pixi-essentials/transformer 3.0.3

06 Oct 02:40
0c61c08
Compare
Choose a tag to compare

🐛 Fixes

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

@pixi-essentials/react-bindings 3.0.0

04 Sep 21:06
596af69
Compare
Choose a tag to compare

🐛 Fixes

@pixi-essentials/transformer 3.0.1

16 Apr 20:58
ed6bd6c
Compare
Choose a tag to compare

🐛 Fixes

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

@pixi-essentials/texture-allocator 2.0.1

16 Apr 21:00
ed6bd6c
Compare
Choose a tag to compare

🎁 Features

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

@pixi-essentials/transformer 2.5.6

21 May 23:44
70a16f9
Compare
Choose a tag to compare

🐛 Fixes

  • Fixed transformer handle functionality on mobile (#63)

@pixi-essentials/gradients 0.0.5

09 Mar 04:09
e12a6b1
Compare
Choose a tag to compare

🎁

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

@pixi-essentials/transformer 2.5.5

07 Sep 01:20
Compare
Choose a tag to compare

🎁 Added

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

@pixi-essentials/transformer 2.5.3

30 Jul 18:08
Compare
Choose a tag to compare

🎁 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

18 Jul 02:30
Compare
Choose a tag to compare

🐛 Fixes

@pixi-essentials/transformer 2.5.1

17 Jul 20:51
Compare
Choose a tag to compare

🐛 Fixes

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