chore: next release

This commit is contained in:
github-actions[bot]
2023-02-05 22:56:28 +00:00
committed by Braks
parent 99909f1660
commit 6f02480b17
11 changed files with 26 additions and 37 deletions

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/node-resizer': minor
---
Add `shouldResize` option. Allows users to cancel resizing.

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)

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Draw connection lines to opposite position

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
When a node is not draggable, avoid dragging it when using a selection box

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Fix ios connection error

View File

@@ -1,5 +0,0 @@
---
'@vue-flow/core': minor
---
Add `VueFlowError` class which is used when throwing

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.