File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6969* Using CDN:
7070
7171``` html
72- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.1 /dist/gridstack.min.css" />
73- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.1 /dist/gridstack.min.js" ></script >
74- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.1 /dist/gridstack.jQueryUI.min.js" ></script >
72+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.2 /dist/gridstack.min.css" />
73+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.2 /dist/gridstack.min.js" ></script >
74+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.2 /dist/gridstack.jQueryUI.min.js" ></script >
7575```
7676
7777* Using bower:
Original file line number Diff line number Diff line change 11{
22 "name" : " gridstack" ,
3- "version" : " 0.5.1-dev " ,
3+ "version" : " 0.5.2 " ,
44 "homepage" : " https://github.com/gridstack/gridstack.js" ,
55 "authors" : [
66 " Pavel Reznikov <pashka.reznikov@gmail.com>" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Change log
55<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
66** Table of Contents** * generated with [ DocToc] ( http://doctoc.herokuapp.com/ ) *
77
8- - [ v0.5.1-dev (work in progress )] ( #v051-dev-work-in-progress )
8+ - [ v0.5.2 (2019-11-13 )] ( #v052-2019-11-13 )
99- [ v0.5.1 (2019-11-07)] ( #v051-2019-11-07 )
1010- [ v0.5.0 (2019-11-06)] ( #v050-2019-11-06 )
1111- [ v0.4.0 (2018-05-11)] ( #v040-2018-05-11 )
@@ -21,7 +21,7 @@ Change log
2121
2222<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2323
24- ## v0.5.1-dev (work in progress )
24+ ## v0.5.2 (2019-11-13 )
2525
2626- undefined x,y position messes up grid ([ #1017 ] ( https://github.com/gridstack/gridstack.js/issues/1017 ) ).
2727- changed code to 2 spaces.
Original file line number Diff line number Diff line change 11{
22 "name" : " gridstack" ,
3- "version" : " 0.5.1-dev " ,
3+ "version" : " 0.5.2 " ,
44 "description" : " gridstack.js is a jQuery plugin for widget layout" ,
55 "main" : " dist/gridstack.js" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11/**
2- * gridstack.js 0.5.1-dev
2+ * gridstack.js 0.5.2
33 * https://gridstackjs.com/
44 * (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov
55 * gridstack.js may be freely distributed under the MIT license.
Original file line number Diff line number Diff line change 11/**
2- * gridstack.js 0.5.1-dev
2+ * gridstack.js 0.5.2
33 * https://gridstackjs.com/
44 * (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov
55 * gridstack.js may be freely distributed under the MIT license.
You can’t perform that action at this time.
0 commit comments