diff --git a/examples/react/tsconfig.json b/examples/react/tsconfig.json index 8ea25518..0519e0a8 100644 --- a/examples/react/tsconfig.json +++ b/examples/react/tsconfig.json @@ -10,7 +10,7 @@ "strict": true, "forceConsistentCasingInFileNames": true, "module": "ESNext", - "moduleResolution": "node16", + "moduleResolution": "Node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 8fa3d36d..f02bb29b 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index a9c199c3..81de9ea1 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -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)