Releases: bcakmakoglu/vue-flow
v1.42.5
What's Changed
Patch Changes
- #1807
60482cf
Thanks @bcakmakoglu! - Prevent keypress events from being swallowed when a button element is focused.
Full Changelog: v1.42.4...v1.42.5
@vue-flow/[email protected]
What's Changed
Patch Changes
- #1807
60482cf
Thanks @bcakmakoglu! - Prevent keypress events from being swallowed when a button element is focused.
Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/@vue-flow/[email protected]...@vue-flow/[email protected]
v1.42.4
What's Changed
Patch Changes
-
#1794
e0bb46e
Thanks @bcakmakoglu! - Use null as fallback id for edge source handle -
#1796
978b896
Thanks @bcakmakoglu! - Remove edgelookup update when updating connection lookup as edge lookup is computed already -
#1796
a6a3000
Thanks @bcakmakoglu! - Reset drag items on drag end
Full Changelog: v1.42.3...v1.42.4
v1.42.3
What's Changed
Patch Changes
- #1789
f4fc254
Thanks @bcakmakoglu! - Unwrap ref when checking if connection in progress.
Full Changelog: v1.42.2...v1.42.3
v1.42.2
What's Changed
Patch Changes
-
#1781
a14d16d
Thanks @bcakmakoglu! - Prevent removal of handle bounds when<Handle>
is unmounted. -
#1776
41bed0c
Thanks @bcakmakoglu! - Prevent pane click event when connection is in progress.
Full Changelog: v1.42.1...v1.42.2
@vue-flow/[email protected]
chore: bump versions (#1778) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@vue-flow/[email protected]
What's Changed
Patch Changes
- #1754
a3870b8
Thanks @bcakmakoglu! - Bind attributes to minimap node elements.
v1.42.1
What's Changed
Patch Changes
- #1749
56eb94e
Thanks @bcakmakoglu! - Correct connection keys.
Full Changelog: v1.42.0...v1.42.1
v1.42.0
What's Changed
Minor Changes
-
#1729
8a832f1
Thanks @bcakmakoglu! - Use connection lookup to check what elements should be selected by a user selection box. -
#1729
d4a6910
Thanks @bcakmakoglu! - AdduseNodeConnections
composable -
#1742
b1e2f57
Thanks @bcakmakoglu! - Inherit attributes on main edge path element in BaseEdge component.
Full Changelog: v1.41.7...v1.42.0
@vue-flow/[email protected]
What's Changed
Patch Changes
- #1739
6f37cfd
Thanks @bcakmakoglu! - Hide minimap node when graph node is hidden.