chore: bump versions

This commit is contained in:
github-actions[bot]
2023-06-15 22:35:25 +02:00
committed by Braks
parent b350486db3
commit eca9ad9cb9
10 changed files with 21 additions and 41 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Correct handle position calculation during lookup
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Consider handle dimensions when calculating distance
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Trigger connect if connection end handle is stored in state
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Set interaction edge (invisible overlay path) to no animation to avoid breaking pointer on hover
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Use isValidHandle with null as closest handle when none can be found
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Fix connection line path calculation
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Reset connection end handle state on connection end
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Wrap each edge element in a separate svg container to allow changing z-index of edges without causing a re-render on all of them.