41 lines
1.5 KiB
Markdown
41 lines
1.5 KiB
Markdown
# @reactflow/node-resizer
|
|
|
|
## 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
|