From 814d5edb26cbd350d231b3780e09e69e1c1434df Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 25 Jul 2023 00:34:00 +0200 Subject: [PATCH] chore(changeset): add --- .changeset/bright-lions-play.md | 5 +++++ .changeset/thick-students-reflect.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/bright-lions-play.md create mode 100644 .changeset/thick-students-reflect.md diff --git a/.changeset/bright-lions-play.md b/.changeset/bright-lions-play.md new file mode 100644 index 00000000..21ea26b8 --- /dev/null +++ b/.changeset/bright-lions-play.md @@ -0,0 +1,5 @@ +--- +"@vue-flow/core": patch +--- + +Deprecate `position` and `zoom` props on `FlowExportObj` and replace with `viewport` diff --git a/.changeset/thick-students-reflect.md b/.changeset/thick-students-reflect.md new file mode 100644 index 00000000..19689595 --- /dev/null +++ b/.changeset/thick-students-reflect.md @@ -0,0 +1,5 @@ +--- +"@vue-flow/core": patch +--- + +Wait for viewport helper when calling `fromObject` action