Skip to content

Commit 1c03e21

Browse files
committed
chore(changelog): prepare for 3.0.4
1 parent 6d08477 commit 1c03e21

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

CHANGELOG.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,36 @@
11
# Changelog
22

3+
### 3.0.4 (Jun 15, 2021)
4+
5+
- 🐛 Bugfix: Fix incorrect fix for `handleAxis` on DOM elements. [#175](https://github.com/react-grid-layout/react-resizable/issues/175)
6+
- ✏ Chore:Upgrade dependencies.
7+
38
### 3.0.3 (Jun 14, 2021)
49

5-
- Fix unknown prop `handleAxis` making it to DOM elements, causing a warning in dev.
6-
- Rewrote `lockAspectRatio` logic to be more accurate and shorter.
10+
- 🐛 Bugfix: Remove unknown prop `handleAxis` making it to DOM elements, causing a warning in dev.
11+
- ✏ Chore:Rewrote `lockAspectRatio` logic to be more accurate and shorter.
712

813
### 3.0.2 (Jun 8, 2021)
914

10-
- Add documentation for resize handles and fix a mistake where the `handleAxis` prop was not being passed to custom components.
15+
- ✏ Chore:Add documentation for resize handles and fix a mistake where the `handleAxis` prop was not being passed to custom components.
1116
- See [Resize Handles](README.md#resize-handle)
1217

1318
### 3.0.1 (May 10, 2021)
1419

15-
- Reduce package size through `.npmignore`.
20+
- ✏ Chore:Reduce package size through `.npmignore`.
1621

1722
### 3.0.0 (May 10, 2021)
1823

1924
#### Breaking
20-
- Fixed handling of the `nodeRef` that needs to be passed to `<DraggableCore>` to avoid use of ReactDOM. This means that vanilla usage of `react-resizable` no longer requires ReactDOM. No code changes are needed in the usual case, except:
25+
26+
- 🐛 Bugfix: Fixed handling of the `nodeRef` that needs to be passed to `<DraggableCore>` to avoid use of ReactDOM. This means that vanilla usage of `react-resizable` no longer requires ReactDOM. No code changes are needed in the usual case, except:
2127
* React `>= 16.3` is required due to use of `React.createRef()`, and
2228
* The `handle` prop now sends a `ReactRef<HTMLElement>` as its second argument and expects it to be used on your returned component.
2329
* If you do not attach the `ref`, you will receive the following error: `"<DraggableCore> not mounted on DragStart!"` This is due to the ref being present but not attached to any node.
2430

2531
### 1.11.1 (Mar 5, 2021)
2632

27-
- Added React 17 to peerDependencies.
33+
- ✏ Chore: Added React 17 to peerDependencies.
2834

2935
### 1.11.0 (Sep 3, 2020)
3036

0 commit comments

Comments
 (0)