Skip to content

Releases: react-grid-layout/react-resizable

1.4.5

08 Dec 01:09
33a2a01
Compare
Choose a tag to compare
  • Fix bad publish

1.4.4

08 Dec 01:09
6764dce
Compare
Choose a tag to compare
  • Bugfix: Minor flow errors

1.4.3

08 Dec 01:09
cb0acb1
Compare
Choose a tag to compare
  • Bugfix: Don't pass onResize in <ResizableBox>.
  • Bugfix: Fix new Flow errors (type parameters no longer optional).

1.4.2

08 Dec 01:09
b0dea71
Compare
Choose a tag to compare
  • Bugfix: Don't pass unknown props to underlying DOM element. Fixes React 15.2.0 warnings.

1.4.1

08 Dec 01:09
320a4bc
Compare
Choose a tag to compare
  • Bugfix: Resizable handle should have a key when injected. Fixes React warnings on custom components.

1.4.0

08 Dec 01:09
ad1dca6
Compare
Choose a tag to compare
  • Update to React-Draggable v2, which changed callback data structure.

1.3.4

08 Dec 01:09
cb24a59
Compare
Choose a tag to compare
  • Bugfix: Slack was not being reset on resizeStop. Fixes #34, #36.
  • Added flow-bin to devDeps.

1.3.3

08 Dec 01:09
941204a
Compare
Choose a tag to compare
  • Enhancement: Add Flow comments.

1.3.2

08 Dec 01:09
1f338d4
Compare
Choose a tag to compare
  • Bugfix: Prevent width and height from leaking to the underlying DOM element and being written.

1.3.1

08 Dec 01:09
83a4376
Compare
Choose a tag to compare
  • Allow React v15 in peerdeps.