chore: bump versions

This commit is contained in:
github-actions[bot]
2023-03-23 15:58:30 +01:00
committed by Braks
parent ad8c1819a7
commit e7b0c4b73e
10 changed files with 24 additions and 32 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Allow passing objects with only `id` to `getConnectedEdges` nodes arg
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Remove `stop` from `EdgeRenderer` as watcher has been removed and stop refers to `window.stop` which causes requests to be cancelled when VueFlow is unmounted
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/background": minor
---
Add `lineWidth` prop to background component. Allows changing line bg stroke width
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Add `onError` hook which allows handling vue flow errors by users. Will default to console.warn if no handler is passed
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/background": minor
---
Allow setting gap as number or number array (x,y)
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/background": minor
---
Add `offset` prop to background component. Allows for offsetting individual backgrounds to create a "multi" bg.