Skip to content

Commit 3cea738

Browse files
committed
chore(changelog): prepare for 3.1.0
1 parent a09f782 commit 3cea738

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

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

3+
### 3.1.0 (Dec 30, 2025)
4+
5+
- 🐛 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)
6+
- ➕ Feature: React 18 support.
7+
- ✏ Chore: Migrate test suite from Enzyme to React Testing Library. [#249](https://github.com/react-grid-layout/react-resizable/pull/249)
8+
- ✏ Chore: Update `react-draggable` to ^4.5.0.
9+
- ✏ Chore: Update `react-test-renderer` to ^18.
10+
311
### 3.0.5 (Mar 21, 2023)
412

513
- 🐛 Bugfix: Make `width` and `height` conditionally required if an `axis` is set. See [#196](https://github.com/react-grid-layout/react-resizable/issues/196)

0 commit comments

Comments
 (0)