- Bugfix: Don't pass unknown props to underlying DOM element. Fixes React 15.2.0 warnings.
- Bugfix: Resizable handle should have a
key
when injected. Fixes React warnings on custom components.
- Update to React-Draggable v2, which changed callback data structure.
- Bugfix: Slack was not being reset on resizeStop. Fixes #34, #36.
- Added
flow-bin
to devDeps.
- Enhancement: Add Flow comments.
- Bugfix: Prevent
width
andheight
from leaking to the underlying DOM element and being written.
- Allow React v15 in peerdeps.
- Switch to ES2015 Loose Mode to fix IE9/10 issues.
- Flow typing fixes.
- Styling fixes to the demo page.
Changes before 1.3.0 were not logged. Please see the git commit history.