Skip to content

Commit d552795

Browse files
committed
docs(changelog): prepare for 2.0.0, again
1 parent 69b804a commit d552795

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,13 @@
1111
- I do not expect meaningful breakage in the wild from this change, as the behavior in 1.x was unexpected and not generally useful.
1212
- If this change breaks your use case, please pass props directly to the child component rather than expecting `<Resizable>` to pass it downward.
1313
- See [#133](https://github.com/STRML/react-resizable/pull/133) for more details.
14-
- 🐛 Bugfix: remove unknown Prop `handle` from div children in Resizable React.CloneElement [124](https://github.com/STRML/react-resizable/issues/124)
15-
- ✏ Chore: Improved test suite. Please contribute tests for your use cases if you have the time, I would really appreciate it! Thanks very much, @Danielecina
14+
- ➕ Feature: `<ResizableBox>` now takes a `style` prop which will be applied on the wrapping `<div>`. `width` and `height` in this prop are ignored.
15+
- 🐛 Bugfix: remove unknown Prop `handle` from div children in Resizable `React.cloneElement`. [#124](https://github.com/STRML/react-resizable/issues/124)
16+
- 🐛 Bugfix: Fix top and left resizing jerkiness. Thanks @conor-kelleher. [#136](https://github.com/STRML/react-resizable/pull/136)
17+
- ✏ Chore: Improved test suite. Please contribute tests for your use cases if you have the time, I would really appreciate it! Thanks very much, @Danielecina
18+
- ✏ Chore: Minor internal refactors and additional tests.
19+
- ✏ Chore: Additional examples.
20+
1621

1722
### 1.10.1 (Nov 25, 2019)
1823

0 commit comments

Comments
 (0)