Releases: bcakmakoglu/vue-flow
v1.46.2
What's Changed
Patch Changes
- #1939
f9a5231
Thanks @bcakmakoglu! - Only emit node position changes if a position change actually occurred.
Full Changelog: v1.46.1...v1.46.2
v1.46.1
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 fromuseVueFlow
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
What's Changed
Minor Changes
-
#1923
18d103d
Thanks @bcakmakoglu! - ExposeisMacOs
utility -
#1918
0568ab7
Thanks @bcakmakoglu! - ExposewheelDelta
utility fn -
#1919
6880409
Thanks @bcakmakoglu! - Use event target for<Handle>
components to determine the "clicked" handle, avoiding calls to `getElementFromPoint and allowing "detached" handles
Patch Changes
- #1922
957d011
Thanks @bcakmakoglu! - Fetch the correct source and target nodes for isValidConnection.
Full Changelog: v1.45.1...v1.46.0
@vue-flow/minimap@1.5.4
What's Changed
Patch Changes
-
#1918
0568ab7
Thanks @bcakmakoglu! - Apply wheelDelta to zoom -
#1923
18d103d
Thanks @bcakmakoglu! - Set zoomstep to 1 and apply factor based on macOs (zoomstep * factor - 10 if macOs)
v1.45.1
What's Changed
Patch Changes
-
#1914
8f65028
Thanks @bcakmakoglu! - Calculate overlapping area in getNodeIntersections correctly. -
#1913
5366b56
Thanks @bcakmakoglu! - Emit node drag-start, drag and drag-end events when a selection is dragged (selectionKeyCode). -
#1882
742eb98
Thanks @bcakmakoglu! - Use correct handlesuffix for connection lookup ingetHandleConnections
action.
Full Changelog: v1.45.0...v1.45.1
@vue-flow/controls@1.1.3
What's Changed
Patch Changes
- #1912
19d1d9d
Thanks @bcakmakoglu! - Addtype="button"
to control buttons to avoid form submission if controls are nested in a form element.
@vue-flow/node-resizer@1.5.0
What's Changed
Minor Changes
- #1872
ce0f42d
Thanks @bcakmakoglu! - Add auto-scale prop to node resizer (defaulttrue
) that forces node resizer controls to scale with the viewport zoom level.
v1.45.0
What's Changed
Minor Changes
- #1869
4a2427d
Thanks @bcakmakoglu! - AdddomAttributes
prop to nodes / edges that allows passing any sort of dom attributes to the node/edge wrappers (like aria attributes etc.).
Full Changelog: v1.44.0...v1.45.0
v1.44.0
Minor Changes
-
#1848
f09952d
Thanks @bcakmakoglu! - Addease
option to viewport altering functions. -
#1851
0e6865b
Thanks @bcakmakoglu! - Addinterpolate
option to viewport transforming functions
v1.43.2
What's Changed
Patch Changes
-
#1842
dc66c85
Thanks @bcakmakoglu! - Allow multi-select when input is focused. -
#1843
6a2b7e5
Thanks @bcakmakoglu! - Use whole handle area for snapping.
Full Changelog: v1.43.1...v1.43.2