This commit is contained in:
Pavel Reznikov 2016-02-15 09:31:43 -08:00
commit 1edda7f24c
5 changed files with 6 additions and 6 deletions

View file

@ -70,7 +70,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
- [IE8 support](#ie8-support)
- [Nested grids](#nested-grids)
- [Changes](#changes)
- [v0.2.4 (development version)](#v024-development-version)
- [v0.2.4 (2016-02-15)](#v024-2016-02-15)
- [v0.2.3 (2015-06-23)](#v023-2015-06-23)
- [v0.2.2 (2014-12-23)](#v022-2014-12-23)
- [v0.2.1 (2014-12-09)](#v021-2014-12-09)
@ -748,7 +748,7 @@ See example: [Nested grid demo](http://troolee.github.io/gridstack.js/demo/neste
Changes
=======
#### v0.2.4 (development version)
#### v0.2.4 (2016-02-15)
- fix closure compiler/linter warnings
- add `static_grid` option.

View file

@ -1,6 +1,6 @@
{
"name": "gridstack",
"version": "0.2.4-dev",
"version": "0.2.4",
"homepage": "https://github.com/troolee/gridstack.js",
"authors": [
"Pavel Reznikov <pashka.reznikov@gmail.com>"

2
dist/gridstack.js vendored
View file

@ -1,4 +1,4 @@
// gridstack.js 0.2.4-dev
// gridstack.js 0.2.4
// http://troolee.github.io/gridstack.js/
// (c) 2014-2016 Pavel Reznikov
// gridstack.js may be freely distributed under the MIT license.

View file

@ -1,6 +1,6 @@
{
"name": "gridstack",
"version": "0.2.4-dev",
"version": "0.2.4",
"description": "gridstack.js is a jQuery plugin for widget layout",
"main": "dist/gridstack.js",
"repository": {

View file

@ -1,4 +1,4 @@
// gridstack.js 0.2.4-dev
// gridstack.js 0.2.4
// http://troolee.github.io/gridstack.js/
// (c) 2014-2016 Pavel Reznikov
// gridstack.js may be freely distributed under the MIT license.