Skip to content

Commit

Permalink
chore: add changesets
Browse files Browse the repository at this point in the history
Signed-off-by: braks <[email protected]>
  • Loading branch information
bcakmakoglu committed Dec 13, 2022
1 parent 3f1d725 commit 1739797
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-olives-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vue-flow/resize-rotate-node': patch
---

Deprecate resize-rotate-node package in favor of node-resizer package
5 changes: 5 additions & 0 deletions .changeset/giant-pens-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vue-flow/node-resizer': major
---

Add node-resizer package
5 changes: 5 additions & 0 deletions .changeset/good-sheep-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---

Make `dragging` flag optional in position change type
5 changes: 5 additions & 0 deletions .changeset/olive-needles-compete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---

Make dimensions optional in dimensions change type
5 changes: 5 additions & 0 deletions .changeset/strange-kings-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---

Add `dragging`, `selected` and `resizing` flags to `GraphNode` type
5 changes: 5 additions & 0 deletions .changeset/thin-otters-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vue-flow/core': minor
---

Add `useGetPointerPosition` composable
5 changes: 5 additions & 0 deletions .changeset/tough-penguins-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---

Allow multiple changes to be applied to element at once

0 comments on commit 1739797

Please sign in to comment.