Skip to content

Releases: bcakmakoglu/vue-flow

@vue-flow/background@1.3.1

01 Nov 18:51
Compare
Choose a tag to compare

What's Changed

Patch Changes

v1.41.2

16 Sep 11:12
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.41.1...v1.41.2

v1.41.1

06 Sep 07:55
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • #1608 0581cd8 Thanks @bcakmakoglu! - Prevent overwriting width/height in node styles object with node.width/node.height if width/height already exist in the styles object.
    Fixes NodeResizer not working when initial size was passed to a node through node.width/node.height.

  • #1609 81a81fa Thanks @bcakmakoglu! - Prevent drag-click handler when multi selection is active.

Full Changelog: v1.41.0...v1.41.1

v1.41.0

30 Aug 10:47
Compare
Choose a tag to compare

What's Changed

Minor Changes

Patch Changes

  • #1600 a3c72fe Thanks @bcakmakoglu! - Don't set user selection flags on pointer down, only setting them when pointer is moved to allow pane click events to occur when selectionKeyCode is true (i.e. selection on drag).

Full Changelog: v1.40.1...v1.41.0

v1.40.1

20 Aug 07:45
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.40.0...v1.40.1

v1.40.0

19 Aug 16:22
Compare
Choose a tag to compare

What's Changed

Minor Changes

Patch Changes

Full Changelog: v1.39.3...v1.40.0

v1.39.3

06 Aug 06:05
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.39.2...v1.39.3

v1.39.2

05 Aug 08:12
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.39.1...v1.39.2

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