File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 68
68
* Using CDN:
69
69
70
70
``` html
71
- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.2 /dist/gridstack.min.css" />
72
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.2 /dist/gridstack.min.js" ></script >
73
- <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.2 /dist/gridstack.jQueryUI.min.js" ></script >
71
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.3 /dist/gridstack.min.css" />
72
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.3 /dist/gridstack.min.js" ></script >
73
+ <script type =" text/javascript" src =" https://cdn.jsdelivr.net/npm/gridstack@0.5.3 /dist/gridstack.jQueryUI.min.js" ></script >
74
74
```
75
75
76
76
* Using bower:
@@ -184,7 +184,7 @@ $('.grid-stack').gridstack( {column: N} );
184
184
185
185
2 ) and change your HTML accordingly if ** N < 12** (else custom CSS section next). Without this, things will not render/work correctly.
186
186
``` html
187
- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.2 /dist/gridstack-extra.css" />
187
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/gridstack@0.5.3 /dist/gridstack-extra.css" />
188
188
189
189
<div class =" grid-stack grid-stack-N" >...</div >
190
190
```
Original file line number Diff line number Diff line change 1
- // Type definitions for Gridstack 0.5.2
1
+ // Type definitions for Gridstack 0.5.3
2
2
// Project: https://gridstackjs.com/
3
3
// Definitions by: Pascal Senn <https://github.com/PascalSenn>
4
4
// Ricky Blankenaufulland <https://github.com/ZoolWay>
You can’t perform that action at this time.
0 commit comments