Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
open-source
gridstack.js
Commits
c93ff95c
Commit
c93ff95c
authored
Mar 02, 2016
by
Pavel Reznikov
Browse files
v0.2.5
parent
93bedb44
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+2
-2
bower.json
bower.json
+1
-1
dist/gridstack.js
dist/gridstack.js
+1
-1
dist/gridstack.min.js
dist/gridstack.min.js
+1
-1
package.json
package.json
+1
-1
src/gridstack.js
src/gridstack.js
+1
-1
No files found.
README.md
View file @
c93ff95c
...
...
@@ -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).
...
...
bower.json
View file @
c93ff95c
{
"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>"
...
...
dist/gridstack.js
View file @
c93ff95c
/**
* 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.
...
...
dist/gridstack.min.js
View file @
c93ff95c
/**
* 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.
...
...
package.json
View file @
c93ff95c
{
"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"
:
{
...
...
src/gridstack.js
View file @
c93ff95c
/**
* 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment