Note: 1.10.0 was a mis-publish.
- Fix resize with north/south handles when
lockAspectRatio=true#106 - Remove deprecated React 16.9 lifecycle methods (
componentWillReceiveProps) (https://github.com/STRML/react-resizable/pull/112/commits/541dee69b8e45d91a533855609472b481634edee) - Upgrade to babel 7
- Remove unused state inside
<Draggable>. This has not been needed for quite some time, fixes some bugs and improves performance.
- Support for React 16 (no changes required, updated
peerDependencies) - Minor dep updates.
- Minor Flow & dependency updates.
- Fix React deprecation warnings from
import *
- Pkg: Add
react-draggable@3.0.0to version range.- This package is compatible with both
@2and@3versions.
- This package is compatible with both
- Bugfix: Some flow types were improperly specified.
- Deprecation:
React.PropTypesnow deprecated in React 15.5, moved toprop-typespackage - Internal: Update devDeps, upgrade to webpack 2
- Internal: Remove babel
stage-1andtransform-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
onResizein<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
keywhen 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-binto devDeps.
- Enhancement: Add Flow comments.
- Bugfix: Prevent
widthandheightfrom 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.