Skip to content

Commit 6b588f6

Browse files
committed
v3.0.2
1 parent cceb7ee commit 6b588f6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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+
38
### 3.0.1 (May 10, 2021)
49

510
- Reduce package size through `.npmignore`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-resizable",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A component that is resizable with handles.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)