2.3 KiB
2.3 KiB
@reactflow/node-resizer
1.2.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
1.1.1-next.0
Patch Changes
1.1.0
Minor Changes
- Add
onResizeStart,onResize,onResizeEndhandlers - Fix resizing flag
- Cleanup types
1.0.3
Patch Changes
- cleanup
1.0.2
Patch Changes
- fix
minWidthandminHeightso that it can be used dynamically
1.0.1
Patch Changes
- pass
minWidthandminHeightfromNodeResizercomponent toNodeResizeControl
1.0.0
This is a new package that exports components to build a UI for resizing a node 🎉 It exports a <NodeResizer /> component and a <NodeResizeControl /> component.