You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,13 @@
11
11
-Ido not expect meaningful breakage in the wild from this change, as the behavior in1.x was unexpected and not generally useful.
12
12
- If this change breaks your use case, please pass props directly to the child component rather than expecting `<Resizable>` to pass it downward.
13
13
- 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`inthis 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.
0 commit comments