From 92fc8662657e3892d5118d3c3ba7bc6a704e5aa7 Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:31:13 +0200 Subject: [PATCH] docs: add notice about `FlowInstance` removal --- docs/src/guide/utils/instance.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/guide/utils/instance.md b/docs/src/guide/utils/instance.md index 9b2c42ba..beff9535 100644 --- a/docs/src/guide/utils/instance.md +++ b/docs/src/guide/utils/instance.md @@ -1,5 +1,9 @@ # Viewport Functions +::: warning +The old `FlowInstance` has been removed and all it's functionalities merged into `useVueFlow`. +::: + Viewport Functions can be accessed via the [`useVueFlow`](/guide/composables.html#usevueflow/) utility or with the [`VueFlowStore`](/typedocs/types/VueFlowStore.html/) instance provided by [`onPaneReady`](/typedocs/interfaces/FlowEvents.html#paneready/).