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
+9-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
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
+
3
9
### 3.0.4 (Jun 15, 2021)
4
10
5
11
- 🐛 Bugfix: Fix incorrect fix for `handleAxis` on DOM elements. [#175](https://github.com/react-grid-layout/react-resizable/issues/175)
@@ -8,16 +14,16 @@
8
14
### 3.0.3 (Jun 14, 2021)
9
15
10
16
- 🐛 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.
12
18
13
19
### 3.0.2 (Jun 8, 2021)
14
20
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.
16
22
- See [Resize Handles](README.md#resize-handle)
17
23
18
24
### 3.0.1 (May 10, 2021)
19
25
20
-
- ✏ Chore:Reduce package size through `.npmignore`.
26
+
- ✏ Chore:Reduce package size through `.npmignore`.
0 commit comments