chore(changelog): update
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node16",
|
||||
"moduleResolution": "Node",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user