Skip to content

Commit 9484f25

Browse files
committed
chore(changelog): prepare for 3.1.1
1 parent b056238 commit 9484f25

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

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

3+
### 3.1.1 (Dec 30, 2025)
4+
5+
- 🐛 Bugfix: Fix crash when `Resizable` child has a single child element (was not iterable). [#219](https://github.com/react-grid-layout/react-resizable/issues/219)
6+
- 🐛 Bugfix: Fix `offsetParent` propType from `PropTypes.node` to `PropTypes.instanceOf(Element)`. [#220](https://github.com/react-grid-layout/react-resizable/pull/220)
7+
- ✏ Chore: Update GitHub Actions workflows to latest versions.
8+
- ✏ Chore: Add version display to demo page.
9+
310
### 3.1.0 (Dec 30, 2025)
411

512
- 🐛 Bugfix: Fix `onResizeStop` reporting stale size data due to React's batched state updates. The callback now uses the stored size from the last `onResize` call. [#250](https://github.com/react-grid-layout/react-resizable/pull/250)

0 commit comments

Comments
 (0)