v1.0.0-next.3
Pre-release
Pre-release
breaking changes please refer to the migration guide for detailed examples on how to update.
- Breaking: Renamed
handle
used to access Konva node tonode
- Breaking:
stage.handle()
is no longer a function. Usestage.node
instead, which is immediately defined and nevernull
- Breaking: All svelte-konva Component's
node
objects are immediately defined and usable. It is no longer necessary to wait one rendering cycle usingawait tick()
- Various dependency updates