v0.2.4
This commit is contained in:
parent
01e213a8e5
commit
1edda7f24c
5 changed files with 6 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
2
dist/gridstack.js
vendored
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue