Skip to content

Commit

Permalink
release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Apr 19, 2016
1 parent 2a5b06c commit 2bafdcd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

0.12.1 (Apr 19, 2016)
------

- Bugfix: Don't set `layout` twice on width change. See #217 - thanks @damienleroux
- Enhancement: Add Flow type comments

0.12.0 (Apr 14, 2016)
------

Expand Down
11 changes: 3 additions & 8 deletions dist/react-grid-layout.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-grid-layout.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-grid-layout",
"version": "0.12.0",
"version": "0.12.1",
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -79,4 +79,4 @@
"pre-commit": [
"lint"
]
}
}

0 comments on commit 2bafdcd

Please sign in to comment.