chore: add changesets

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-09 20:22:06 +01:00
committed by Braks
parent 3f1d7257bf
commit 1739797cfe
7 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
'@vue-flow/resize-rotate-node': patch
---
Deprecate resize-rotate-node package in favor of node-resizer package

View File

@@ -0,0 +1,5 @@
---
'@vue-flow/node-resizer': major
---
Add node-resizer package

View File

@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---
Make `dragging` flag optional in position change type

View File

@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---
Make dimensions optional in dimensions change type

View File

@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---
Add `dragging`, `selected` and `resizing` flags to `GraphNode` type

View File

@@ -0,0 +1,5 @@
---
'@vue-flow/core': minor
---
Add `useGetPointerPosition` composable

View File

@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---
Allow multiple changes to be applied to element at once