Releases: mattjennings/svelte-pixi
Releases · mattjennings/svelte-pixi
Release 0.1.3
Release 0.1.2
Release 0.1.1
0.1.0
Features
- Upgrade to Pixi v6
- More components:
- BitmapText
- ParticleContainer
- Mesh
- NineSlicePane
- SimplePlane
- SimpleRope
- Ticker
- Significant performance improvements (largely from removing
bind:
syntax support, see breaking changes)
Breaking Changes
bind:
syntax no longer supported for instance-related properties. This was for performance reasons, but see the track function for a workaround.Pixi
component has been renamed toApplication
- Customizing the host element for the canvas is now done with the
view
slot
- Customizing the host element for the canvas is now done with the