v1.22.0
What's Changed
Minor Changes
-
#1034
080d8f41
Thanks @bcakmakoglu! - DeprecategetTransform
andsetTransform
and addgetViewport
andsetViewport
instead -
#1034
763ea593
Thanks @bcakmakoglu! - AddhasListener
to event hook objects to check if any listeners are bound -
#1034
4c191dfe
Thanks @bcakmakoglu! - Return promises from viewport actions that are resolved when the transition of the action has ended -
#1034
5d08d68a
Thanks @bcakmakoglu! - Add flag toremoveNodes
which allows recursively removing all child nodes of a parent -
#1034
5d08d68a
Thanks @bcakmakoglu! - Allow passing string or{ id }
type object togetIncomers
andgetOutgoers
Patch Changes
-
#1034
080d8f41
Thanks @bcakmakoglu! - Do not wait for the nodes initialized hook to trigger for viewport helper to become ready -
#1034
5e1802ca
Thanks @bcakmakoglu! - Destroy state when the creating scope is disposed. -
#1034
afd1d235
Thanks @bcakmakoglu! - WatchapplyDefault
state inuseVueFlow
scope instead of component scope otherwise adding nodes/edges to the state is impossible until theVueFlow
component has mounted unless the changes handlers are explicitly bound by the user.
Full Changelog: v1.21.3...v1.22.0