chore: bump versions

This commit is contained in:
github-actions[bot]
2024-07-01 09:44:55 +02:00
committed by Braks
parent 3489fae8fe
commit d0728ac7b0
10 changed files with 23 additions and 41 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Allow passing event target to `useKeyPress`
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Use pointer events to capture interactions on `Pane` cmp and prevent selections from being cancelled when moving outside of the `Pane` while holding selection key
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Remove `v-memo` from EdgeRenderer so that edges get their correct z-index applied
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Calculate correct handle position in handle lookup
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Use correct end handle position in connection line component and store handle positions during connections.
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Allow passing a Record<string, any> as class to node/edge objects
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Allow passing an array of strings as class to node/edge objects
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Make `useKeyPress` public and export it