Skip to content

Commit 9ff2d83

Browse files
committed
release 0.16.5
1 parent f339bda commit 9ff2d83

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
0.16.5 (Feb 26, 2018)
4+
----
5+
6+
- Minor fix to `isUserAction` on certain types of compaction cascades (#714, #720, #729)
7+
8+
0.16.4 (Feb 15, 2018)
9+
----
10+
11+
- Skip null items in processGridItem (#578)
12+
- Resize is broken for grids with preventCollision: true, fixes #655 (#656)
13+
- Minor refactoring
14+
315
0.16.3 (Jan 31, 2018)
416
----
517

dist/react-grid-layout.min.js

Lines changed: 1 addition & 0 deletions
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-grid-layout",
3-
"version": "0.16.4",
3+
"version": "0.16.5",
44
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)