chore: bump versions

This commit is contained in:
github-actions[bot]
2023-10-30 13:36:07 +01:00
committed by Braks
parent 2b19e41be6
commit c51ff790ce
12 changed files with 27 additions and 51 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Use correct filter for pan on scroll class name
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Release apply default handlers when scope is disposed
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Allow panning while pan key is pressed
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Create a key predicate for string key filters and check if we need to use `event.key` or `event.code` to match the key
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
select nodes on click when nodeDragThreshold > 0
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Allow adding edges with missing source or target node to state but don't render them unless source and target exist
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Push component emit handlers into the emit fns set instead of using the `on` helper which overwrites any existing default handlers
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Use viewport and vueflow refs directly from store instead of assigning valuesafter mount
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Use nodes from state as the default third arg for `getIntersectingNodes`
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Update to use vue 3.3