Skip to content

Releases: bcakmakoglu/vue-flow

v1.46.5

22 Sep 09:20
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • #1962 34bcf36 Thanks @bcakmakoglu! - Unwrap connection line status ref in the connection line component to correctly append the class name.

Full Changelog: v1.46.4...v1.46.5

v1.46.4

11 Sep 13:15
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • #1954 f4cfc50 Thanks @bcakmakoglu! - Remove border related styles from the required styles and move them into the default theme stylesheet

Full Changelog: v1.46.3...v1.46.4

v1.46.3

05 Sep 17:54
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.46.2...v1.46.3

v1.46.2

31 Aug 12:17
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.46.1...v1.46.2

v1.46.1

31 Aug 12:01
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • #1935 ca54587 Thanks @bcakmakoglu! - Correctly check if an event listener was bound to the VueFlow component, using for example @node-click or if a listener was bound using the exposed event hooks from useVueFlow when determening if a listener for an event exists at all.

  • #1932 3e0442a Thanks @bcakmakoglu! - Use toHandle from valid handle check as target handle in ongoing connections

  • #1938 fd785e2 Thanks @bcakmakoglu! - Prevent multi touch from aborting connections.

  • #1936 ff6b3d2 Thanks @bcakmakoglu! - Skip resize handler if node is not visible.

Full Changelog: v1.46.0...v1.46.1

v1.46.0

15 Aug 11:27
Compare
Choose a tag to compare

What's Changed

Minor Changes

Patch Changes

Full Changelog: v1.45.1...v1.46.0

@vue-flow/[email protected]

15 Aug 11:26
Compare
Choose a tag to compare

What's Changed

Patch Changes

v1.45.1

07 Aug 13:42
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.45.0...v1.45.1

@vue-flow/[email protected]

07 Aug 13:42
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • #1912 19d1d9d Thanks @bcakmakoglu! - Add type="button" to control buttons to avoid form submission if controls are nested in a form element.

@vue-flow/[email protected]

12 Jun 12:02
Compare
Choose a tag to compare

What's Changed

Minor Changes

  • #1872 ce0f42d Thanks @bcakmakoglu! - Add auto-scale prop to node resizer (default true) that forces node resizer controls to scale with the viewport zoom level.