File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed
Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 6969* Using CDN:
7070
7171``` html
72- <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/ gridstack.js/ 0.5.0 /gridstack.min.css" />
73- <script type =" text/javascript" src =" https://cdnjs.cloudflare.com/ajax/libs/ gridstack.js/ 0.5.0 /gridstack.min.js" ></script >
74- <script type =" text/javascript" src =" https://cdnjs.cloudflare.com/ajax/libs/ gridstack.js/ 0.5.0 /gridstack.jQueryUI.min.js" ></script >
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 >
7575```
7676
7777* Using bower:
Original file line number Diff line number Diff line change 11{
22 "name" : " gridstack" ,
3- "version" : " 0.5.1" ,
3+ "version" : " 0.5.1-dev " ,
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,6 +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 )
89- [ v0.5.1 (2019-11-07)] ( #v051-2019-11-07 )
910- [ v0.5.0 (2019-11-06)] ( #v050-2019-11-06 )
1011- [ v0.4.0 (2018-05-11)] ( #v040-2018-05-11 )
@@ -20,6 +21,10 @@ Change log
2021
2122<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2223
24+ ## v0.5.1-dev (work in progress)
25+
26+ - undefined x,y position messes up grid ([ #1017 ] ( https://github.com/gridstack/gridstack.js/issues/1017 ) ).
27+
2328## v0.5.1 (2019-11-07)
2429
2530- reduced npm package size from 672k to 324k (drop demo, src and extra files)
Original file line number Diff line number Diff line change 11{
22 "name" : " gridstack" ,
3- "version" : " 0.5.1" ,
3+ "version" : " 0.5.1-dev " ,
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.0
2+ * gridstack.js 0.5.1-dev
33 * http://troolee.github.io/gridstack.js/
44 * (c) 2014-2017 Pavel Reznikov, Dylan Weiss
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.0
2+ * gridstack.js 0.5.1-dev
33 * http://troolee.github.io/gridstack.js/
44 * (c) 2014-2018 Pavel Reznikov, Dylan Weiss
55 * gridstack.js may be freely distributed under the MIT license.
You can’t perform that action at this time.
0 commit comments