chore(packages): bump

This commit is contained in:
moklick
2023-10-31 18:44:20 +01:00
parent 39f7829726
commit 00dc0c7347
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
## 0.0.25
- add `toObject` to `useSvelteFlow` hook
- export `BezierEdge`, `StepEdge` and `SmoothStepEdge` components
- handle window resize (Minimap updates its viewport)
- fix wrongly selected nodes
- fix connection line z-index
- fix broken edges (`interactionWidth` was missing)
## 0.0.24
- update node automatically when `type`, `sourcePosition` or `targetPosition` option changes

View File

@@ -1,6 +1,6 @@
{
"name": "@xyflow/svelte",
"version": "0.0.24",
"version": "0.0.25",
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
"keywords": [
"svelte",

View File

@@ -1,6 +1,6 @@
{
"name": "@xyflow/system",
"version": "0.0.8",
"version": "0.0.9",
"description": "xyflow core system that powers React Flow and Svelte Flow.",
"keywords": [
"node-based UI",