6.1 KiB
6.1 KiB
@reactflow/node-resizer
2.1.0
Minor Changes
- #2900
b1190837Thanks @stffabi! - addmaxWidthandmaxHeightprops - #2900
b1190837- addkeepAspectRatioprop
Patch Changes
- Updated dependencies [
3d5764ca,83fc4675,b1190837,5fabd272,8f080bd5,b8886514,16bf89f2]:- @reactflow/core@11.6.0
2.0.1
Patch Changes
-
Updated dependencies [
d8c679b4]:- @reactflow/core@11.5.2
2.0.0
After this update it should be easier to update the node resizer (no need to update the reactflow package anymore).
New props:
shouldResize: user can pass a function that determines if resize should be executeddirection: gets passed as an attribute on resize
Major Changes
Patch Changes
1.2.2
Patch Changes
1.2.1
Patch Changes
1.2.0
Patch Changes
- Updated dependencies [
ab2ff374,50032c3d,baa8689e,4244bae2,7ef29108,23afb3ab]:- @reactflow/core@11.4.0
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.