Skip to content

Commit bbd9cd4

Browse files
author
floyd_hawkes
committed
Release v0.6.5
1 parent 86053f8 commit bbd9cd4

File tree

8 files changed

+15
-7
lines changed

8 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="v0.6.5"></a>
2+
### v0.6.5 (2015-04-06)
3+
4+
5+
#### Bug Fixes
6+
7+
* **gridster:** fixed bugs in centering_widgets (widgets were getting smushed when being resized ([86053f8b](http://github.com/DecksterTeam/gridster.js/commit/86053f8be3d73a9db3d7eabc595324123dbcff13))
8+
19
<a name="v0.6.4"></a>
210
### v0.6.4 (2015-03-19)
311

dist/jquery.gridster.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! gridster.js - v0.6.4 - 2015-04-06
1+
/*! gridster.js - v0.6.5 - 2015-04-06
22
* http://gridster.net/
33
* Copyright (c) 2015 decksterteam; Licensed */
44

dist/jquery.gridster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! gridster.js - v0.6.4 - 2015-04-06
1+
/*! gridster.js - v0.6.5 - 2015-04-06
22
* http://gridster.net/
33
* Copyright (c) 2015 decksterteam; Licensed */
44

dist/jquery.gridster.min.css

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/jquery.gridster.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/jquery.gridster.with-extras.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! gridster.js - v0.6.4 - 2015-04-06
1+
/*! gridster.js - v0.6.5 - 2015-04-06
22
* http://gridster.net/
33
* Copyright (c) 2015 decksterteam; Licensed */
44

dist/jquery.gridster.with-extras.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gridster",
33
"title": "gridster.js",
44
"description": "a drag-and-drop multi-column jQuery grid plugin",
5-
"version": "0.6.4",
5+
"version": "0.6.5",
66
"homepage": "http://gridster.net/",
77
"author": {
88
"name": "decksterteam",

0 commit comments

Comments
 (0)