Skip to content

Commit 401f4e4

Browse files
committed
release 1.2.3
1 parent ed47bc1 commit 401f4e4

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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+
1.2.3 (Mar 16, 2021)
4+
---
5+
6+
### New Features
7+
- React-Grid-Layout is now fully compatible with `<React.StrictMode>`.
8+
- Usage of `ReactDOM` has been removed by using `React.createRef()` inside RGL, and the new [`nodeRef` prop](https://github.com/react-grid-layout/react-draggable/blob/master/CHANGELOG.md#440-may-12-2020) in `react-draggable`.
9+
310
1.2.2 (Mar 1, 2021)
411
---
512

dist/react-grid-layout.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-grid-layout.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-grid-layout",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",
55
"main": "index.js",
66
"scripts": {
@@ -106,4 +106,4 @@
106106
"prettier --write"
107107
]
108108
}
109-
}
109+
}

0 commit comments

Comments
 (0)