chore: next release

This commit is contained in:
github-actions[bot]
2023-02-06 00:00:08 +01:00
committed by Braks
parent 99909f1660
commit 6f02480b17
11 changed files with 26 additions and 37 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/node-resizer': minor
---
Add `shouldResize` option. Allows users to cancel resizing.
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Add `valid` and `connecting` class names instead of `vue-flow__handle-valid` and `vue-flow__handle-connecting` (old class names kept for backwards compatibility but will be removed in the future)
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Draw connection lines to opposite position
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
When a node is not draggable, avoid dragging it when using a selection box
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Fix ios connection error
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': minor
---
Add `VueFlowError` class which is used when throwing
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': minor
---
Add `connectionStatus` to connection lines, which can be used to check if the connection line is used on a valid handle.