We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cceb7ee commit 6b588f6Copy full SHA for 6b588f6
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+### 3.0.2 (Jun 8, 2021)
4
+
5
+- Add documentation for resize handles and fix a mistake where the `handleAxis` prop was not being passed to custom components.
6
+ - See [Resize Handles](README.md#resize-handle)
7
8
### 3.0.1 (May 10, 2021)
9
10
- Reduce package size through `.npmignore`.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-resizable",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "A component that is resizable with handles.",
"main": "index.js",
"scripts": {
0 commit comments