Skip to content

Releases: bcakmakoglu/vue-flow

v1.26.0

10 Nov 14:22
Compare
Choose a tag to compare

What's Changed

Minor Changes

Patch Changes

  • #1196 1aa69c59 Thanks @bcakmakoglu! - Use correct prop value when prop watcher is executed instead of using prop key as value

Full Changelog: v1.25.3...v1.26.0

v1.25.3

09 Nov 13:39
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.25.2...v1.25.3

v1.25.2

08 Nov 15:25
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • #1178 29c01f42 Thanks @bcakmakoglu! - Revert importing types from vue instead of vueuse/core as it causes handle position to be messed up

Full Changelog: v1.25.1...v1.25.2

v1.25.1

08 Nov 14:20
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.25.0...v1.25.1

v1.25.0

08 Nov 07:46
Compare
Choose a tag to compare

What's Changed

Minor Changes

Full Changelog: v1.24.2...v1.25.0

v1.24.2

04 Nov 18:29
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.24.1...v1.24.2

v1.24.1

30 Oct 19:34
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.24.0...v1.24.1

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/node-resizer@1.3.5

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