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) {
3737 dist : {
3838 files : {
3939 'dist/gridstack.js' : [ 'src/gridstack.js' ] ,
40+ 'dist/gridstack.d.ts' : [ 'src/gridstack.d.ts' ] ,
4041 'dist/gridstack.jQueryUI.js' : [ 'src/gridstack.jQueryUI.js' ] ,
4142 }
4243 }
Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ Change log
2323
2424## v0.5.1-dev (work in progress)
2525
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.
2930
3031## v0.5.1 (2019-11-07)
3132
You can’t perform that action at this time.
0 commit comments