This commit is contained in:
Pavel Reznikov 2016-03-02 19:58:52 -08:00
parent 93bedb4404
commit c93ff95c03
6 changed files with 7 additions and 7 deletions

View file

@ -44,7 +44,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
- [Using AniJS](#using-anijs)
- [The Team](#the-team)
- [Changes](#changes)
- [v0.2.5-dev (Development version)](#v025-dev-development-version)
- [v0.2.5 (2016-03-02)](#v025-2016-03-02)
- [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)
@ -465,7 +465,7 @@ for help.
Changes
=======
#### v0.2.5-dev (Development version)
#### v0.2.5 (2016-03-02)
- update names to respect js naming convention.
- `cellHeight` and `verticalMargin` can now be string (e.g. '3em', '20px') (Thanks to @jlowcs).

View file

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

2
dist/gridstack.js vendored
View file

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

View file

@ -1,5 +1,5 @@
/**
* gridstack.js 0.2.5-dev
* gridstack.js 0.2.5
* 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.5-dev",
"version": "0.2.5",
"description": "gridstack.js is a jQuery plugin for widget layout",
"main": "dist/gridstack.js",
"repository": {

View file

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