` to render children in first.
#### v7.4.2 (unpublished)
fix: `isMounted` and `(!this.state.isMounted) return
` line #356
#### v7.4.1
- fix: Fixed Array.from error in IE11
#### v7.4.0
- fix: add `enableUserSelectHack?: boolean;`.
#### v7.3.1
- chore(deps): upgrade deps
- chore(deps): upgrade lint and remove unused state
- chore(deps): install prettier
#### v7.3.0
- chore(deps): upgrade re-resizable
#### v7.2.0
- Support for cancel feature of react-draggable #206
#### v7.1.5
- Fixed a issue #199 Add enableUserSelectHack props to react-draggable
#### v7.1.4
- Fixed a issue #188 maxWidth and maxHeight props don't respect after resize
#### v7.1.3
- Fixed a bug, `extendProps` is not passed correctly.
- Fixed a bug, `bounds` is not work correctly. (#162)
#### v7.1.1 / v7.1.2
- Add internal props.
#### v7.1.0
- Add `size`.
- Add `position`.
#### v7.0.0
- Add `default` instead of `x`, `y`, `width`, `height`.
- Add `resizeHandleWrapperClass` and `resizeHandleWrapperStyle`.
#### v6.0.1
- Remove unnecessary types.
#### v6.0.0
- Use rollup.
- Support % min/max size.
- Change props, remove `default` and add `x`, `y`, `width`, `height`.
- Rename `dragHandlersXXXX` and `resizeHandlersXXXX` props to `dragHandleXXXX` and `resizeHandleXXXX`.
#### v5.1.3
- Fix cursor style, set `normal` to cursor style when `dragHandlerClassName` is not empty.
#### v5.1.2
- Add position `relative` when component will update.
#### v5.1.1
- Add `top: 0`, `left: 0`.
- Add position `relative` when parent position equals `static`.
#### v5.1.0
- Update dependencies(`react-draggable v3`, `flow-bin v0.53`, and other...)
#### v5.0.9
- Fix bug new `z` props is not applied to state.
#### v5.0.8
- Add `extendsProps`. #129
#### v5.0.7
- Add `disableDragging` props.
#### v5.0.6
- Fix flow error.
#### v5.0.5
- Add index.js.flow
#### v5.0.4
- Fix Issue #117.
#### v5.0.3
- Fix `updateZIndex`.
- Fix `updateSize`.
- Fix left and top bounds.
#### v5.0.2
- Fix argument events #100
#### v5.0.1
- Fix example
- Update README
#### v5.0.0
- Fix resize bounds.
- Modify API.
- Use original `react-draggable`.
#### v4.2.1
- Added `updateZIndex`, method to updated component `zIndex` state.
#### v4.2.0
- Pass the new position in the onResizeStop callback #60
#### v4.1.0
- Pass the new position along in the resize callback #55
#### v4.0.1
- Fix style props to applt zIndex chaned.
#### v4.0.0
- Rename `react-rnd`.
- Remove `canUpdatePositionByParent` property.
- Remove `canUpdateSizeByParent` property.
- Remove `initiAsResizing` property.
- Change `x`, `y`, `width` and `height` property to `initial`.
- Add `updateSize`, `updatePosition`, method to updated conponent state.
- Add `lockAspectRatio` property to lock aspect ratio when resizing.
#### v3.0.0
- Add `canUpdatePositionByParent` property.
#### v2.0.0
- Fix bug, resize and grid not work properly.
#### v1.2.0
- Add `grid` props to snap grid. (thanks @paulyoung)
- Fix bug, moveAxis not work properly.
#### v1.1.3
- Fix situations when on dragStop you wanted to revert to 0,0 position #39
- Add `canUpdateSizeByParent` props #38
#### v1.1.2
- Add object.assign transform
#### v1.1.0
- Add add module exports plugin for `require`
#### v1.0.1
- Bug fix
#### v1.0.0
- Support react v15.x
- Support left, top resizer
- Remove start props, use width, height, x, and y.
#### v0.5.3
- Add handle selector
## License
The MIT License (MIT)
Copyright (c) 2018 bokuweb
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.