Files
xyflow/packages/node-resizer/CHANGELOG.md
T

1.5 KiB

@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 /> component and a <NodeResizeControl /> component.

Major Changes

  • #2626 d29c401d - Add a node resizer component that can be used to resize a custom node

Patch Changes