react-grid-layout/react-resizable
 Watch   
 Star   
 Fork   
2016-10-01 03:53:22
react-resizable

1.4.5

  • Fix bad publish
2016-10-01 02:58:03
react-resizable

1.4.4

  • Bugfix: Minor flow errors
2016-09-28 03:45:17
react-resizable

1.4.3

  • Bugfix: Don't pass onResize in <ResizableBox>.
  • Bugfix: Fix new Flow errors (type parameters no longer optional).
2016-07-02 06:10:03
react-resizable

1.4.2

  • Bugfix: Don't pass unknown props to underlying DOM element. Fixes React 15.2.0 warnings.
2016-05-23 21:33:31
react-resizable

1.4.1

  • Bugfix: Resizable handle should have a key when injected. Fixes React warnings on custom components.
2016-05-21 02:34:24
react-resizable

1.4.0

  • Update to React-Draggable v2, which changed callback data structure.
2016-05-18 04:30:30
react-resizable

1.3.4

  • Bugfix: Slack was not being reset on resizeStop. Fixes #34, #36.
  • Added flow-bin to devDeps.
2016-04-20 03:36:20
react-resizable

1.3.3

  • Enhancement: Add Flow comments.
2016-04-09 00:26:09
react-resizable

1.3.2

  • Bugfix: Prevent width and height from leaking to the underlying DOM element and being written.
2016-04-08 22:18:44
react-resizable

1.3.1

  • Allow React v15 in peerdeps.