Skip to content

Commit 8ba4853

Browse files
committed
release 0.18.3
1 parent 7435467 commit 8ba4853

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

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

3+
0.18.3 (Mar 16, 2020)
4+
----
5+
6+
### Bugfixes
7+
- Fix `shouldComponentUpdate` interfering with droppability ([#1152](https://github.com/STRML/react-grid-layout/issues/1152))
8+
9+
### Internal Changes
10+
- New Enzyme test suite added to prevent regression. If you have time, we could really use more test cases that reflect your use cases!
11+
312
0.18.2 (Feb 26, 2020)
413
----
514

dist/react-grid-layout.min.js

Lines changed: 2 additions & 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-grid-layout",
3-
"version": "0.18.2",
3+
"version": "0.18.3",
44
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",
55
"main": "index.js",
66
"scripts": {
@@ -108,4 +108,4 @@
108108
"pre-commit": "lint-staged && make lint && make test"
109109
}
110110
}
111-
}
111+
}

0 commit comments

Comments
 (0)