6.2 KiB
6.2 KiB
@reactflow/controls
11.1.1
Patch Changes
11.1.0
Patch Changes
- Updated dependencies [
ab2ff374,50032c3d,baa8689e,4244bae2,7ef29108,23afb3ab]:- @reactflow/core@11.4.0
11.1.0-next.1
Minor Changes
- panOnDrag: Use numbers for prop ([1,2] = drag via middle or right mouse button)
- selection: do not include hidden nodes
- minimap: fix onNodeClick for nodes outside the viewport
- keys: allow multi select when input is focused
Patch Changes
- Updated dependencies []:
- @reactflow/core@11.4.0-next.1
11.0.8-next.0
Patch Changes
11.0.7
Patch Changes
11.0.6
Patch Changes
11.0.5
Patch Changes
11.0.4
Patch Changes
11.0.3
Patch Changes
- cleanup types
- Updated dependencies:
- @reactflow/core@11.1.2
11.0.2
Patch Changes
- Updated dependencies:
- @reactflow/core@11.1.1
11.0.1
Patch Changes
11.0.0
Major Changes
- Better Accessibility
- Nodes and edges are focusable, selectable, moveable and deleteable with the keyboard.
aria-default attributes for all elements and controllable viaariaLabeloptions- Keyboard controls can be disabled with the new
disableKeyboardA11yprop
- Better selectable edges via new edge option:
interactionWidth- renders invisible edge that makes it easier to interact - Better routing for smoothstep and step edges: https://twitter.com/reactflowdev/status/1567535405284614145
- Nicer edge updating behaviour: https://twitter.com/reactflowdev/status/1564966917517021184
- Node origin: The new
nodeOriginprop lets you control the origin of a node. Useful for layouting. - New background pattern:
BackgroundVariant.Crossvariant useOnViewportChangehook - handle viewport changes within a componentuseOnSelectionChangehook - handle selection changes within a componentuseNodesInitializedhook - returns true if all nodes are initialized and if there is more than one node- Deletable option for Nodes and edges
- New Event handlers:
onPaneMouseEnter,onPaneMouseMoveandonPaneMouseLeave - Edge
pathOptionsforsmoothstepanddefaultedges - Nicer cursor defaults: Cursor is grabbing, while dragging a node or panning
- Pane moveable with middle mouse button
- Pan over nodes when they are not draggable (
draggable=falseornodesDraggablefalse) <BaseEdge />component that makes it easier to build custom edges- Separately installable packages
- @reactflow/core
- @reactflow/background
- @reactflow/controls
- @reactflow/minimap
Patch Changes
- Updated dependencies:
- @reactflow/core@11.0.0