Skip to content

Releases: react-grid-layout/react-resizable

1.4.6

31 Dec 02:41
b19009e

Choose a tag to compare

1.4.6 (Dec 30, 2016)

  • ✏ Chore: Removed unused ref from <Resizable>.
  • ✏ Chore: Added development lockfile.

1.4.5

08 Dec 01:09
33a2a01

Choose a tag to compare

  • Fix bad publish

1.4.4

08 Dec 01:09
6764dce

Choose a tag to compare

  • Bugfix: Minor flow errors

1.4.3

08 Dec 01:09
cb0acb1

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

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

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

Choose a tag to compare

  • Update to React-Draggable v2, which changed callback data structure.

1.3.4

08 Dec 01:09
cb24a59

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

Choose a tag to compare

  • Enhancement: Add Flow comments.

1.3.2

08 Dec 01:09
1f338d4

Choose a tag to compare

  • Bugfix: Prevent width and height from leaking to the underlying DOM element and being written.