diff --git a/.changeset/cold-apes-protect.md b/.changeset/cold-apes-protect.md new file mode 100644 index 00000000..86f4d23a --- /dev/null +++ b/.changeset/cold-apes-protect.md @@ -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. diff --git a/.changeset/cuddly-fans-think.md b/.changeset/cuddly-fans-think.md new file mode 100644 index 00000000..072a1898 --- /dev/null +++ b/.changeset/cuddly-fans-think.md @@ -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.