Skip to content

Releases: ShukantPal/pixi-essentials

@pixi-essentials/svg 1.1.6

11 Jul 23:32
Compare
Choose a tag to compare

🐛 Fixed

  • The bounds of SVGTextNode were not correct because the transforms were not invalidated after the text canvas was resized. This meant they would be culled out even if they were supposed to be visible. This has been fixed.

@pixi-essentials/svg 1.1.5

11 Jul 02:43
Compare
Choose a tag to compare

🐛 Fixes

  • Fix SVGTextNode decreasing its y-position when re-embedding the text element. This only pops up if you are trying to update the node after editing the content of its text element.

@pixi-essentials/svg 1.1.4

11 Jul 02:35
Compare
Choose a tag to compare

🐛 Fixes

  • Fix SVGTextNode not handling x, y attributes on <text /> elements
  • Fix SVGTextNode crashing when x, y attributes not present on <text /> (due to borked 1.1.3 release)

@pixi-essentials/transformer 2.4.0

27 Jun 23:57
Compare
Choose a tag to compare

🎁 Added

  • Custom CSS cursors to Transformer for box scaling/rotation (#26)

Example:

import { Transformer } from '@pixi-essentials/transformer';

const transformer = new Transformer({
  cursors: {
    boxRotate: 'url(icon.svg), auto',  // optional
    default: 'url(move.svg), auto', // optional
  },
});

@pixi-essentials/react-bindings 1.1.3

27 Jun 23:59
Compare
Choose a tag to compare

🎁 Added

Example:

<Transformer cursors={{ boxRotate: 'url(icon.svg), auto' }} />

@pixi-essentials/svg 1.1.2

20 Jun 02:10
Compare
Choose a tag to compare

🎁 Added

  • Support for loading external SVG files referenced by <use /> elements (#24)

🐛 Fixed

  • Fix dash-array not working when numbers are separated by spaces only, and not commas (#25)
  • Fix strokes not rendering when applied to <path /> elements (#25), report by @crazy4git

@pixi-essentials/texture-allocator 1.0.5

17 Jun 02:42
Compare
Choose a tag to compare

🐛 Fixes

  • Upgrade to PixiJS 6 to fix peerDependency conflicts (#23)

@pixi-essentials/svg 1.1.1

17 Jun 02:43
Compare
Choose a tag to compare

🐛 Fixes

  • Upgrade to PixiJS 6 in all dependencies to fix peerDependency conflicts (#23)
  • Prevent SVGScene from rendering when you set visible or renderable to false.
  • Sync the worldAlpha set on SVGScene to the SVG root node's alpha.

@pixi-essentials/gradients 0.0.4

17 Jun 02:40
Compare
Choose a tag to compare

🐛 Fixes

  • Upgrade to PixiJS 6 to fix peerDependency conflicts (#23)

@pixi-essentials/area-allocator 1.0.3

17 Jun 02:41
Compare
Choose a tag to compare

🐛 Fixes

  • Upgrade to PixiJS 6 to fix peerDependency conflicts (#23)