chore: add changesets

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-20 00:38:56 +01:00
committed by Braks
parent ffbbc35fe9
commit 2341b9bf15
7 changed files with 35 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@vue-flow/core': minor
---
Add `disableKeyboardA11y` option to VueFlow props and store options
+5
View File
@@ -0,0 +1,5 @@
---
'@vue-flow/core': minor
---
Add `focusable` option to edge types
+5
View File
@@ -0,0 +1,5 @@
---
'@vue-flow/core': minor
---
Add `ariaLabel` option to edge type
+5
View File
@@ -0,0 +1,5 @@
---
'@vue-flow/core': minor
---
Add `edgesFocusable` option to store
+5
View File
@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---
Add `vueFlowId` to `getMarkerId` to uniquely identify markers across multiple vue flow instances
+5
View File
@@ -0,0 +1,5 @@
---
'@vue-flow/core': minor
---
Add `pathOptions` to Bezier and Smoothstep edge types
+5
View File
@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---
Update `EdgeRef` injection type to `SVGElement`