File tree Expand file tree Collapse file tree 3 files changed +486
-3
lines changed Expand file tree Collapse file tree 3 files changed +486
-3
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ module.exports = function(grunt) {
37
37
dist : {
38
38
files : {
39
39
'dist/gridstack.js' : [ 'src/gridstack.js' ] ,
40
+ 'dist/gridstack.d.ts' : [ 'src/gridstack.d.ts' ] ,
40
41
'dist/gridstack.jQueryUI.js' : [ 'src/gridstack.jQueryUI.js' ] ,
41
42
}
42
43
}
Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ Change log
23
23
24
24
## v0.5.1-dev (work in progress)
25
25
26
- - undefined x,y position messes up grid ([ #1017 ] ( https://github.com/gridstack/gridstack.js/issues/1017 ) )
27
- - changed code to 2 spaces
28
- - fix minHeight during ` onStartMoving() ` ([ #999 ] ( https://github.com/gridstack/gridstack.js/issues/999 ) )
26
+ - undefined x,y position messes up grid ([ #1017 ] ( https://github.com/gridstack/gridstack.js/issues/1017 ) ).
27
+ - changed code to 2 spaces.
28
+ - fix minHeight during ` onStartMoving() ` ([ #999 ] ( https://github.com/gridstack/gridstack.js/issues/999 ) ).
29
+ - TypeScript definition file now included - no need to include @types/gridstack , easier to update.
29
30
30
31
## v0.5.1 (2019-11-07)
31
32
You can’t perform that action at this time.
0 commit comments