Skip to content

Releases: bcakmakoglu/vue-flow

v1.39.1

27 Jul 18:25
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.39.0...v1.39.1

v1.39.0

15 Jul 17:14
Compare
Choose a tag to compare

What's Changed

Minor Changes

  • #1542 de75620 Thanks @bcakmakoglu! - Add paneClickDistance option. Allows specifying the distance between mousedown and mouseup in which a click would still be registered (by default 0)

  • #1535 1a812f3 Thanks @bcakmakoglu! - Add autoPanSpeed prop. Allows specifying at what speed the pane moves when auto-panning via node-drag, selection-drag or connection-drag

Patch Changes

Full Changelog: v1.38.5...v1.39.0

v1.38.5

09 Jul 08:17
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.38.4...v1.38.5

v1.38.4

08 Jul 22:43
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • #1525 e8427cf Thanks @bcakmakoglu! - Prevent duplicate node click event by checking if drag was actually aborted before emitting node-click

Full Changelog: v1.38.3...v1.38.4

v1.38.3

08 Jul 20:23
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • #1522 ccca803 Thanks @bcakmakoglu! - Emit nodeClick event when a node is dragged without exceeding the node drag threshold (i.e. no visible movement has happened)

Full Changelog: v1.38.2...v1.38.3

v1.38.2

01 Jul 14:04
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.38.1...v1.38.2

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