Skip to content

Releases: bcakmakoglu/vue-flow

v1.17.2

29 Mar 09:42
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.17.1...v1.17.2

v1.17.1

24 Mar 20:34
Compare
Choose a tag to compare

What's Changed

1.17.1

Patch Changes

Full Changelog: v1.17.0...v1.17.1

v1.17.0

23 Mar 15:01
Compare
Choose a tag to compare

What's Changed

Minor Changes

  • #785 7667aa60 Thanks @bcakmakoglu! - Allow passing objects with only id to getConnectedEdges nodes arg

  • #781 ad8c7897 Thanks @bcakmakoglu! - Add onError hook which allows handling vue flow errors by users. Will default to console.warn if no handler is passed

Patch Changes

  • #783 b864c436 Thanks @bcakmakoglu! - Remove stop from EdgeRenderer as watcher has been removed and stop refers to window.stop which causes requests to be cancelled when VueFlow is unmounted

Full Changelog: v1.16.5...v1.17.0

@vue-flow/[email protected]

23 Mar 15:02
Compare
Choose a tag to compare

What's Changed

Minor Changes

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

v1.16.5

22 Mar 19:11
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.16.4...v1.16.5

@vue-flow/[email protected]

22 Mar 19:12
Compare
Choose a tag to compare
chore: bump versions

v1.16.4

17 Mar 18:47
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • #765 12c84a80 Thanks @bcakmakoglu! - Unwrap refs in node wrapper

  • #765 12c84a80 Thanks @bcakmakoglu! - Rename parentNode prop for custom nodes to parent to avoid TypeError which occurs as div already has parentNode defined which cannot be overwritten

Full Changelog: v1.16.3...v1.16.4

v1.16.3

17 Mar 16:31
Compare
Choose a tag to compare

What's Changed

Patch Changes

  • #756 47b03e75 Thanks @bcakmakoglu! - Add missing source and target position values on GraphEdge type objects if available

  • #759 35b0a0ac Thanks @bcakmakoglu! - Use render fn for node wrapper. Fixes props being hyphanated instead of camelcase when passed to custom components.

Full Changelog: v1.16.2...v1.16.3

v1.16.2

10 Mar 10:14
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.16.1...v1.16.2

v1.16.1

08 Mar 17:54
Compare
Choose a tag to compare

What's Changed

Patch Changes

Full Changelog: v1.16.0...v1.16.1