chore: add changesets

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-01 22:57:05 +01:00
committed by Braks
parent e74a20d923
commit c7cfcec70a
2 changed files with 14 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@vue-flow/core': minor
---
Add `connectionRadius` option to global options and handle props.
You can use this option to set the radius at which a connection line will snap to the closest available handle.
+8
View File
@@ -0,0 +1,8 @@
---
'@vue-flow/core': minor
---
Remove `isValidSourcePos` and `isValidTargetPos` options from nodes.
Use custom node components and pass the validator function to the handle yourself.
This option was deprecated and has now been removed.