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
+1 -1
View File
@@ -10,7 +10,7 @@
"strict": true, "strict": true,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"module": "ESNext", "module": "ESNext",
"moduleResolution": "node16", "moduleResolution": "Node",
"resolveJsonModule": true, "resolveJsonModule": true,
"isolatedModules": true, "isolatedModules": true,
"noEmit": true, "noEmit": true,
+6
View File
@@ -1,5 +1,11 @@
# @xyflow/react # @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 ## 12.0.0-next.24
- fix `window` bug for SSR for real - fix `window` bug for SSR for real
+6
View File
@@ -1,5 +1,11 @@
# @xyflow/svelte # @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 ## 0.1.7
- revise selection usability (capture while dragging out of the flow) - revise selection usability (capture while dragging out of the flow)