Skip to content

Commit d8e2607

Browse files
committed
0.8.1
1 parent 2d5e49b commit d8e2607

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.8.1
2+
-----
3+
4+
- Fixed React 0.13 warning about `isMounted()`.
5+
- Update to babel 5.
6+
- Added browser build for use with a `<script>` tag or in RequireJS builds.
7+
- Pinned react-draggable version in anticipation of React 0.13 update.
8+
19
0.8.0
210
-----
311

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.8.0",
3+
"version": "0.8.1",
44
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)