chore(packages): bump
This commit is contained in:
@@ -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
|
## 0.0.24
|
||||||
|
|
||||||
- update node automatically when `type`, `sourcePosition` or `targetPosition` option changes
|
- update node automatically when `type`, `sourcePosition` or `targetPosition` option changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@xyflow/svelte",
|
"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.",
|
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"svelte",
|
"svelte",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@xyflow/system",
|
"name": "@xyflow/system",
|
||||||
"version": "0.0.8",
|
"version": "0.0.9",
|
||||||
"description": "xyflow core system that powers React Flow and Svelte Flow.",
|
"description": "xyflow core system that powers React Flow and Svelte Flow.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"node-based UI",
|
"node-based UI",
|
||||||
|
|||||||
Reference in New Issue
Block a user