chore(changelog): update
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user