chore(changelog): update

This commit is contained in:
moklick
2024-06-27 17:22:17 +02:00
parent 5d561db01a
commit 86485c5bcc
3 changed files with 13 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "node16",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,

View File

@@ -1,5 +1,11 @@
# @xyflow/react
## 12.0.0-next.25
- `useConnection` returns `ConnectionState` with `toNode` and `toHandle`
- node origin is part of position absolute
- refactor connection handling
## 12.0.0-next.24
- fix `window` bug for SSR for real

View File

@@ -1,5 +1,11 @@
# @xyflow/svelte
## 0.1.8
- `useConnection` returns `ConnectionState` with `toNode` and `toHandle`
- node origin is part of position absolute
- refactor connection handling
## 0.1.7
- revise selection usability (capture while dragging out of the flow)