Releases: bcakmakoglu/vue-flow
@vue-flow/[email protected]
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
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