Skip to content

Releases: mattjennings/svelte-pixi

Release 0.1.3

28 May 01:38
Compare
Choose a tag to compare
  • fix(docs): change getApplication to getApp in example (7a849a5)
  • fix: pass listener context to ticker (5c55301)

Release 0.1.2

13 May 01:26
Compare
Choose a tag to compare

0.1.2 (2022-05-13)

Bug Fixes

  • incorrect texture prop type for AnimatedSprite (61e7054)

Release 0.1.1

07 May 15:51
Compare
Choose a tag to compare

0.1.1 (2022-05-07)

Bug Fixes

  • make style prop on Text component optional - #12
  • run invalidate() when Container component is unmounted

0.1.0

07 May 15:59
Compare
Choose a tag to compare

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 to Application
    • Customizing the host element for the canvas is now done with the view slot