From c7cfcec70a91a9c1a3ed6233be35adba103e9226 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 25 Jan 2023 20:37:40 +0100 Subject: [PATCH] chore: add changesets Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .changeset/cold-apes-protect.md | 6 ++++++ .changeset/cuddly-fans-think.md | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 .changeset/cold-apes-protect.md create mode 100644 .changeset/cuddly-fans-think.md 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.