11.9.0
With this version you can finally delay node drag events or suppress them when you just click a node. This is possible with the new nodeDragThreshold
prop. Another big change is that we finally support Astro and Remix while keeping the support for older setups like webpack4 + React 17 for example.
Minor Changes
- #3429
f118aee8
- feat(props): addnodeDragThreshold
prop - #3392
190958b5
- fix(packages): support newer setups (astro, remix, ...) and oder setups (webpack 4, react 17)
Patch Changes
- #3443
db4baa86
Thanks @bodinsamuel! - chore(utils): exporthandleParentExpand
- #3421
3aac72cb
- refactor(nodes): don't delete nodes when user focuses input and presses modifier - #3444
1a7c903c
- refactor(node): makeexpandParent
compatible withextent: "parent"
- #3419
274c73f9
- fix(panonscroll): respect nopan class name - #3403
17ea954e
- chore(edge-marker): use style instead of attributes - #3411
2488941c
- fix(node-selection): cleanup selection when node is not selectable - #3446
6139da2b
- fix(nodes): disable all panning whenpanOnDrag={false}
- #3389
db357a42
- fix (edge-selection): consistent behaviour with node selection - Updated dependencies [
db4baa86
,3aac72cb
,190958b5
,1a7c903c
,fd0472d4
,f118aee8
,274c73f9
,17ea954e
,2488941c
,6139da2b
,db357a42
]:- @reactflow/core@11.9.0
- @reactflow/background@11.3.0
- @reactflow/controls@11.2.0
- @reactflow/minimap@11.7.0
- @reactflow/node-resizer@2.2.0
- @reactflow/node-toolbar@1.3.0