62 lines
2.3 KiB
Markdown
62 lines
2.3 KiB
Markdown
# @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
|
|
|
|
- Updated dependencies [[`50032c3d`](https://github.com/wbkd/react-flow/commit/50032c3d953bd819d0afe48e4b61f77f987cc8d0), [`baa8689e`](https://github.com/wbkd/react-flow/commit/baa8689ef629d22da4cbbef955e0c83d21df0493), [`4244bae2`](https://github.com/wbkd/react-flow/commit/4244bae25a36cb4904dc1fbba26e1c4d5d463cb9), [`23afb3ab`](https://github.com/wbkd/react-flow/commit/23afb3abebdb42fad284f68bec164afac609563c)]:
|
|
- @reactflow/core@11.4.0-next.0
|
|
|
|
## 1.1.0
|
|
|
|
### Minor Changes
|
|
|
|
- Add `onResizeStart`, `onResize`, `onResizeEnd` handlers
|
|
- Fix resizing flag
|
|
- Cleanup types
|
|
|
|
## 1.0.3
|
|
|
|
### Patch Changes
|
|
|
|
- cleanup
|
|
|
|
## 1.0.2
|
|
|
|
### Patch Changes
|
|
|
|
- fix `minWidth` and `minHeight` so that it can be used dynamically
|
|
|
|
## 1.0.1
|
|
|
|
### Patch Changes
|
|
|
|
- pass `minWidth` and `minHeight` from `NodeResizer` component to `NodeResizeControl`
|
|
|
|
## 1.0.0
|
|
|
|
This is a new package that exports components to build a UI for resizing a node 🎉 It exports a [`<NodeResizer />`](https://reactflow.dev/docs/api/nodes/node-resizer/) component and a [`<NodeResizeControl />`](https://reactflow.dev/docs/api/nodes/node-resizer/#noderesizecontrol--component) component.
|
|
|
|
### Major Changes
|
|
|
|
- [#2626](https://github.com/wbkd/react-flow/pull/2626) [`d29c401d`](https://github.com/wbkd/react-flow/commit/d29c401d598dbf2dcd5609b7adb8d029906a6f18) - Add a node resizer component that can be used to resize a custom node
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [[`e6b5d90f`](https://github.com/wbkd/react-flow/commit/e6b5d90f61c8ee60e817bba232a162cae2ab3e2a), [`6ee44e07`](https://github.com/wbkd/react-flow/commit/6ee44e076eaa6908d07578a757a5187642b732ae), [`aa69c207`](https://github.com/wbkd/react-flow/commit/aa69c20765e6978f4f9c8cc63ed7110dbf6d9d9d), [`d29c401d`](https://github.com/wbkd/react-flow/commit/d29c401d598dbf2dcd5609b7adb8d029906a6f18), [`0df02f35`](https://github.com/wbkd/react-flow/commit/0df02f35f8d6c54dae36af18278feadc77acb2d6)]:
|
|
- @reactflow/core@11.3.2
|