Releases: react-grid-layout/react-resizable
Releases · react-grid-layout/react-resizable
1.4.4
- Bugfix: Minor flow errors
1.4.3
- Bugfix: Don't pass
onResize
in <ResizableBox>
.
- Bugfix: Fix new Flow errors (type parameters no longer optional).
1.4.2
- Bugfix: Don't pass unknown props to underlying DOM element. Fixes React 15.2.0 warnings.
1.4.1
- Bugfix: Resizable handle should have a
key
when injected. Fixes React warnings on custom components.
1.4.0
- Update to React-Draggable v2, which changed callback data structure.
1.3.4
- Bugfix: Slack was not being reset on resizeStop. Fixes #34, #36.
- Added
flow-bin
to devDeps.
1.3.3
- Enhancement: Add Flow comments.
1.3.2
- Bugfix: Prevent
width
and height
from leaking to the underlying DOM element and being written.
1.3.1
- Allow React v15 in peerdeps.