From 24924b93f36410ded30b52433132e82873fff35a Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 13 Oct 2022 23:27:12 +0200 Subject: [PATCH] chore: update changeset descriptions --- .changeset/green-dragons-explain.md | 4 ---- .changeset/serious-turkeys-reflect.md | 4 ---- .changeset/short-dots-beg.md | 6 +----- 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.changeset/green-dragons-explain.md b/.changeset/green-dragons-explain.md index 570541b1..ccd3d063 100644 --- a/.changeset/green-dragons-explain.md +++ b/.changeset/green-dragons-explain.md @@ -2,8 +2,4 @@ '@vue-flow/core': patch --- -`connectOnClick`: mouseup handler resets startHandle before connections can be made - -## Bugfixes - - Prevent `mouseup` handler from resetting `startHandle` before connections can be made when using `connectOnClick` diff --git a/.changeset/serious-turkeys-reflect.md b/.changeset/serious-turkeys-reflect.md index 9b9ea30e..d09c37f1 100644 --- a/.changeset/serious-turkeys-reflect.md +++ b/.changeset/serious-turkeys-reflect.md @@ -2,9 +2,5 @@ '@vue-flow/core': patch --- -fix handle connectable checking for matching handle id if none exists - -# Bugfixes - - Passing `single` option breaks `connectable` check when no handle ids are set - Pass `connectable` to correct handle prop in default node types diff --git a/.changeset/short-dots-beg.md b/.changeset/short-dots-beg.md index 70565256..87ec9570 100644 --- a/.changeset/short-dots-beg.md +++ b/.changeset/short-dots-beg.md @@ -2,8 +2,4 @@ '@vue-flow/core': patch --- -Add `dragging` class name to pane on drag - -# What's changed? - -- on pane drag add `dragging` class name to pane +- Add `dragging` class name to pane on drag