chore: next release

This commit is contained in:
github-actions[bot]
2023-02-02 00:20:33 +01:00
committed by Braks
parent ad2b09f18e
commit 36e977fa31
8 changed files with 33 additions and 45 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': minor
---
Allow setting `GraphNode` or `GraphEdge` type with a generic type
-6
View File
@@ -1,6 +0,0 @@
---
'@vue-flow/core': minor
---
Add `connectionRadius` option to global options and handle props.
You can use this option to set the radius at which a connection line will snap to the closest available handle.
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': minor
---
Export edge center utils `getSimpleEdgeCenter` & `getBezierEdgeCenter` from core
-18
View File
@@ -1,18 +0,0 @@
---
'@vue-flow/core': minor
---
Add autopan options. Pans viewport on node drag and/or when drawing a connection line.
### Usage
```ts
useVueFlow({
autoPanOnNodeDrag: true,
autoPanOnConnect: true,
})
```
```vue
<VueFlow v-model="elements" :autoPanOnNodeDrag="true" :autoPanOnConnect="true" />
```
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Throw warning if viewport dimensions are 0
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': minor
---
Export `isGraphNode` and `isGraphEdge` typeguards