chore: next release
This commit is contained in:
committed by
Braks
parent
ad2b09f18e
commit
36e977fa31
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@vue-flow/core': minor
|
||||
---
|
||||
|
||||
Allow setting `GraphNode` or `GraphEdge` type with a generic type
|
||||
@@ -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.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@vue-flow/core': minor
|
||||
---
|
||||
|
||||
Export edge center utils `getSimpleEdgeCenter` & `getBezierEdgeCenter` from core
|
||||
@@ -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" />
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@vue-flow/core': patch
|
||||
---
|
||||
|
||||
Throw warning if viewport dimensions are 0
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@vue-flow/core': minor
|
||||
---
|
||||
|
||||
Export `isGraphNode` and `isGraphEdge` typeguards
|
||||
Reference in New Issue
Block a user