Skip to content

Commit 5a90a3d

Browse files
committed
3.1.2
1 parent af0d739 commit 5a90a3d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
### 3.1.2 (Jan 1, 2026)
4+
5+
- 🐛 Bugfix: Fix SSR crash where `Element` is not defined in Node.js environments. [#251](https://github.com/react-grid-layout/react-resizable/issues/251)
6+
37
### 3.1.1 (Dec 30, 2025)
48

59
- 🐛 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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-resizable",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "A component that is resizable with handles.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)