Releases: bcakmakoglu/vue-flow
v1.17.2
What's Changed
Patch Changes
- #810
3c06fdfb
Thanks @bcakmakoglu! - Make wheel and touchstart event listeners passive to avoid warnings
Full Changelog: v1.17.1...v1.17.2
v1.17.1
What's Changed
1.17.1
Patch Changes
-
#799
b1e92195
Thanks @bcakmakoglu! - Add missing emit definition forerror
-
#796
54ea8a0d
Thanks @bcakmakoglu! - Fix return type ofgetIncomers
&getOutgoers
-
#793
c67e9391
Thanks @bcakmakoglu! - Check if node handle bounds exist ingetNodesInitialized
-
#793
ef1c48ce
Thanks @bcakmakoglu! - Use visible nodes to check ifonNodesInitialized
should be triggered
Full Changelog: v1.17.0...v1.17.1
v1.17.0
What's Changed
Minor Changes
-
#785
7667aa60
Thanks @bcakmakoglu! - Allow passing objects with onlyid
togetConnectedEdges
nodes arg -
#781
ad8c7897
Thanks @bcakmakoglu! - AddonError
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! - Removestop
fromEdgeRenderer
as watcher has been removed and stop refers towindow.stop
which causes requests to be cancelled when VueFlow is unmounted
Full Changelog: v1.16.5...v1.17.0
@vue-flow/[email protected]
What's Changed
Minor Changes
-
#782
59430fe3
Thanks @bcakmakoglu! - AddlineWidth
prop to background component. Allows changing line bg stroke width -
#782
59430fe3
Thanks @bcakmakoglu! - Allow setting gap as number or number array (x,y) -
#782
59430fe3
Thanks @bcakmakoglu! - Addoffset
prop to background component. Allows for offsetting individual backgrounds to create a "multi" bg.
Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/@vue-flow/[email protected]...@vue-flow/[email protected]
v1.16.5
What's Changed
Patch Changes
-
#780
cdaf1e99
Thanks @bcakmakoglu! - UseObject.assign
when parsing node to avoid mutating the original object. -
#770
f88faac7
Thanks @bcakmakoglu! - Fix non-passive wheel event listener violation
Full Changelog: v1.16.4...v1.16.5
@vue-flow/[email protected]
chore: bump versions
v1.16.4
What's Changed
Patch Changes
-
#765
12c84a80
Thanks @bcakmakoglu! - Unwrap refs in node wrapper -
#765
12c84a80
Thanks @bcakmakoglu! - RenameparentNode
prop for custom nodes toparent
to avoid TypeError which occurs asdiv
already hasparentNode
defined which cannot be overwritten
Full Changelog: v1.16.3...v1.16.4
v1.16.3
What's Changed
Patch Changes
-
#756
47b03e75
Thanks @bcakmakoglu! - Add missing source and target position values onGraphEdge
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
What's Changed
Patch Changes
-
#751
060202db
Thanks @bcakmakoglu! - Use computed properties for edge class and style props -
#750
e799cf6e
Thanks @bcakmakoglu! - Correct check if valid connection func was passed
Full Changelog: v1.16.1...v1.16.2
v1.16.1
What's Changed
Patch Changes
- #746
73a2b168
Thanks @bcakmakoglu! - Downgrade unplugin-auto-import to fix vue types issue
Full Changelog: v1.16.0...v1.16.1