Releases: bcakmakoglu/vue-flow
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
v1.43.1
What's Changed
Patch Changes
- #1833
8eccc19
Thanks @bcakmakoglu! - Add missing vue-flow__container class to marker defs.
Full Changelog: v1.43.0...v1.43.1
v1.43.0
What's Changed
Minor Changes
- #1820
2201cdd
Thanks @bcakmakoglu! - Allow passing null or undefined touseNodeConnections
options
Patch Changes
-
#1829
a4ea4f7
Thanks @bcakmakoglu! - Subtract container bounds when calculating pointer position. -
#1817
0cc4c99
Thanks @bcakmakoglu! - Add aria-hidden to markers -
#1830
110acf1
Thanks @bcakmakoglu! - Fall back to using changedTouches when passing a touchend or touchcancel event to getEventPosition.
Full Changelog: v1.42.5...v1.43.0