Releases: ShukantPal/pixi-essentials
Releases · ShukantPal/pixi-essentials
@pixi-essentials/svg 1.1.6
🐛 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
🐛 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
🐛 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
🎁 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
🎁 Added
- Support for custom CSS cursors prop added in @pixi-essentials/transformer 2.4.0
Example:
<Transformer cursors={{ boxRotate: 'url(icon.svg), auto' }} />
@pixi-essentials/svg 1.1.2
🎁 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
🐛 Fixes
- Upgrade to PixiJS 6 to fix peerDependency conflicts (#23)
@pixi-essentials/svg 1.1.1
🐛 Fixes
- Upgrade to PixiJS 6 in all dependencies to fix peerDependency conflicts (#23)
- Prevent
SVGScene
from rendering when you setvisible
orrenderable
to false. - Sync the
worldAlpha
set onSVGScene
to the SVG root node's alpha.
@pixi-essentials/gradients 0.0.4
🐛 Fixes
- Upgrade to PixiJS 6 to fix peerDependency conflicts (#23)
@pixi-essentials/area-allocator 1.0.3
🐛 Fixes
- Upgrade to PixiJS 6 to fix peerDependency conflicts (#23)