Skip to content

Releases: bcakmakoglu/vue-flow

v1.24.0

30 Oct 12:38
Compare
Choose a tag to compare

What's Changed

Minor Changes

  • #1149 d11e59f1 Thanks @bcakmakoglu! - Allow adding edges with missing source or target node to state but don't render them unless source and target exist

  • #1146 6f93bbbb Thanks @bcakmakoglu! - Use viewport and vueflow refs directly from store instead of assigning valuesafter mount

  • #1128 0ff65bf2 Thanks @github-actions! - Use nodes from state as the default third arg for getIntersectingNodes

Patch Changes

New Contributors

Full Changelog: v1.23.0...v1.24.0

v1.23.0

06 Oct 16:08
Compare
Choose a tag to compare

What's Changed

Minor Changes

Patch Changes

@vue-flow/[email protected]

06 Oct 16:07
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • #1113 1f3c85a6 Thanks @bcakmakoglu! - Wait for node dimensions to be initialised before enforcing min/max height/width on nodes

v1.22.3

21 Aug 15:47
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.22.2...v1.22.3

@vue-flow/[email protected]

21 Aug 15:48
Compare
Choose a tag to compare

Patch Changes

  • #1087 48bcb29c Thanks @bcakmakoglu! - Enforce minHeight, minWidth and maxHeight, maxWidth by updating node styles whenever these props change (if an update is necessary)

@vue-flow/[email protected]

21 Aug 15:48
Compare
Choose a tag to compare

Minor Changes

v1.22.2

27 Jul 16:37
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.22.1...v1.22.2

v1.22.1

25 Jul 07:21
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.22.0...v1.22.1

v1.22.0

24 Jul 21:49
Compare
Choose a tag to compare

What's Changed

Minor Changes

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! - Watch applyDefault state in useVueFlow scope instead of component scope otherwise adding nodes/edges to the state is impossible until the VueFlow component has mounted unless the changes handlers are explicitly bound by the user.

Full Changelog: v1.21.3...v1.22.0

v1.21.3

24 Jul 07:57
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.21.2...v1.21.3