Skip to content

v1.0.0-next.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@TeyKey1 TeyKey1 released this 15 Apr 18:41
· 8 commits to master since this release

breaking changes please refer to the migration guide for detailed examples on how to update.

  • Breaking: Renamed handle used to access Konva node to node
  • Breaking: stage.handle() is no longer a function. Use stage.node instead, which is immediately defined and never null
  • Breaking: All svelte-konva Component's node objects are immediately defined and usable. It is no longer necessary to wait one rendering cycle using await tick()
  • Various dependency updates