Skip to content

Commit caba97f

Browse files
committed
docs(changelog): prepare for 1.9.0
1 parent 7175dd2 commit caba97f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Changelog
22

3-
### 1.8.0 (May 15 2019)
3+
### 1.9.0 (Oct 24, 2019)
44

5-
- Added support for custom resize handles (https://github.com/STRML/react-resizable/pull/79)
6-
- Added support for resize handles on all corners (https://github.com/STRML/react-resizable/pull/191)
5+
- Fix resize with north/south handles when `lockAspectRatio=true` [#106](https://github.com/STRML/react-resizable/pull/106)
6+
- Remove deprecated React 16.9 lifecycle methods (`componentWillReceiveProps`) (https://github.com/STRML/react-resizable/pull/112/commits/541dee69b8e45d91a533855609472b481634edee)
7+
- Upgrade to babel 7
8+
- [Remove unused state inside `<Draggable>`](https://github.com/STRML/react-resizable/pull/112/commits/05693f63d6d221ad652f0f28af024cfb46a5f2df). This has not been needed for quite some time, fixes [some bugs](https://github.com/STRML/react-resizable/issues/99) and improves performance.
9+
10+
### 1.8.0 (May 15, 2019)
11+
12+
- Added support for custom resize handles [#79](https://github.com/STRML/react-resizable/pull/79)
13+
- Added support for resize handles on all corners [#191](https://github.com/STRML/react-resizable/pull/191)
714

815
### 1.7.5 (Sep 26, 2017)
916

0 commit comments

Comments
 (0)