- Support for React 16 (no changes required, updated
peerDependencies
) - Minor dep updates.
- Minor Flow & dependency updates.
- Fix React deprecation warnings from
import *
- Pkg: Add
[email protected]
to version range.- This package is compatible with both
@2
and@3
versions.
- This package is compatible with both
- Bugfix: Some flow types were improperly specified.
- Deprecation:
React.PropTypes
now deprecated in React 15.5, moved toprop-types
package - Internal: Update devDeps, upgrade to webpack 2
- Internal: Remove babel
stage-1
andtransform-flow-comments
, bring in only selected plugins, makes for leaner dev/build.
- Feature: Allow restricting by axis. (#40, thanks @dnissley-al)
- Bugfix: Persist SyntheticEvents when needed (#45, #46)
- Feature: Add componentWillReceiveProps to
<ResizableBox>
(#44, thanks @JoaoMosmann)
- Removed unused ref from
<Resizable>
. - Added development lockfile.
- Fix bad publish
- Bugfix: Minor flow errors
- Bugfix: Don't pass
onResize
in<ResizableBox>
. - Bugfix: Fix new Flow errors (type parameters no longer optional).
- 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.