Skip to content

Releases: bcakmakoglu/vue-flow

v1.38.1

01 Jul 08:35
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.38.0...v1.38.1

v1.38.0

01 Jul 07:46
Compare
Choose a tag to compare

What's Changed

Minor Changes

Patch Changes

Full Changelog: v1.37.1...v1.38.0

v1.37.1

18 Jun 10:49
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.37.0...v1.37.1

v1.37.0

18 Jun 10:32
Compare
Choose a tag to compare

What's Changed

Minor Changes

  • #1481 192b154 Thanks @bcakmakoglu! - Add overloads to useVueFlow. Allows calling useVueFlow with an id string only while emitting a deprecation warning for using the options obj.

  • #1476 1b38c3f Thanks @bcakmakoglu! - Use empty array when determing whether to update all node internals

  • #1479 659ca6a Thanks @bcakmakoglu! - Add EdgePathParams type and export it

Full Changelog: v1.36.0...v1.37.0

v1.36.0

12 Jun 22:09
Compare
Choose a tag to compare

What's Changed

Minor Changes

Patch Changes

Full Changelog: v1.35.0...v1.36.0

@vue-flow/[email protected]

12 Jun 22:10
Compare
Choose a tag to compare

What's Changed

Minor Changes

v1.35.0

06 Jun 08:47
Compare
Choose a tag to compare

What's Changed

Minor Changes

  • #1447 acd6069 Thanks @bcakmakoglu! - Return non-nullable edge from useEdge

  • #1447 acd6069 Thanks @bcakmakoglu! - Use node/edge id as the only dependency to render nodes/edges.

  • #1446 d8bdac1 Thanks @bcakmakoglu! - Remove visibility (hidden) check from getNodes & getEdges

  • #1440 a02b9a4 Thanks @bcakmakoglu! - Remove auto-generated hanle-ids and use null as the default handle id.
    If you were relying on handle-ids in your code but weren't assigning them explicitly, you'll might need to update your code to handle this change.
    By default, if you don't provide a handle-id, it will be null and the first handle of the corresponding type will be used.

  • #1446 d8bdac1 Thanks @bcakmakoglu! - Render null if edge is hidden

  • #1433 7547ade Thanks @bcakmakoglu! - Add edgeId to handle connection objects returned by useHandleConnections

  • #1450 d64efc6 Thanks @bcakmakoglu! - Replace internally nodeIds/edgeIds array with nodeLookup/edgeLookup map

  • #1445 64a5162 Thanks @bcakmakoglu! - Render null if node is hidden but render whole list of nodes regardless of visibility

Patch Changes

Full Changelog: v1.34.1...v1.35.0

v1.34.1

31 May 14:12
Compare
Choose a tag to compare

What's Changed

1.34.1

Patch Changes

  • #1426 c997a80 Thanks @bcakmakoglu! - Replace array fns with for-loops

  • #1425 220c290 Thanks @bcakmakoglu! - Use separate prevConnections map in useHandleConnections composable to ensure comparison check is correct and callbacks are executed.

Full Changelog: v1.34.0...v1.34.1

@vue-flow/[email protected]

31 May 14:11
Compare
Choose a tag to compare

What's Changed

1.5.0

Minor Changes

Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.33.6...@vue-flow/[email protected]

v1.34.0

28 May 17:22
Compare
Choose a tag to compare

What's Changed

Minor Changes

Full Changelog: v1.33.6...v1.34.0