Skip to content

Commit 829c92a

Browse files
committed
chore(changelog): prepare for 3.0.5
1 parent af3d6b6 commit 829c92a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 3.0.5 (Mar 21, 2023)
4+
5+
- 🐛 Bugfix: Make `width` and `height` conditionally required if an `axis` is set. See [#196](https://github.com/react-grid-layout/react-resizable/issues/196)
6+
- ✏ Chore: Minor dependency upgrades.
7+
- ✏ Chore: Fix documentation of `onResize` callback arity.
8+
39
### 3.0.4 (Jun 15, 2021)
410

511
- 🐛 Bugfix: Fix incorrect fix for `handleAxis` on DOM elements. [#175](https://github.com/react-grid-layout/react-resizable/issues/175)
@@ -8,16 +14,16 @@
814
### 3.0.3 (Jun 14, 2021)
915

1016
- 🐛 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.
17+
- ✏ Chore: Rewrote `lockAspectRatio` logic to be more accurate and shorter.
1218

1319
### 3.0.2 (Jun 8, 2021)
1420

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

1824
### 3.0.1 (May 10, 2021)
1925

20-
- ✏ Chore:Reduce package size through `.npmignore`.
26+
- ✏ Chore: Reduce package size through `.npmignore`.
2127

2228
### 3.0.0 (May 10, 2021)
2329

0 commit comments

Comments
 (0)