File tree Expand file tree Collapse file tree 5 files changed +18
-11
lines changed
Expand file tree Collapse file tree 5 files changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
4545 - [ Using AniJS] ( #using-anijs )
4646- [ The Team] ( #the-team )
4747- [ Changes] ( #changes )
48- - [ v0.2.6-dev (Development version)] ( #v026-dev-development-version )
48+ - [ v0.2.7-dev (Development version)] ( #v027-dev-development-version )
49+ - [ v0.2.6 (2016-08-17)] ( #v026-2016-08-17 )
4950 - [ v0.2.5 (2016-03-02)] ( #v025-2016-03-02 )
5051 - [ v0.2.4 (2016-02-15)] ( #v024-2016-02-15 )
5152 - [ v0.2.3 (2015-06-23)] ( #v023-2015-06-23 )
@@ -474,7 +475,11 @@ for help.
474475Changes
475476=======
476477
477- #### v0.2.6-dev (Development version)
478+ #### v0.2.7-dev (Development version)
479+
480+ - update ` destroy([detachGrid]) ` call ([ #422 ] ( https://github.com/troolee/gridstack.js/issues/422 ) ).
481+
482+ #### v0.2.6 (2016-08-17)
478483
479484- update requirements to the latest versions of jQuery (v3.1.0+) and jquery-ui (v1.12.0+).
480485- fix jQuery ` size() ` ([ #486 ] ( https://github.com/troolee/gridstack.js/issues/486 ) ).
Original file line number Diff line number Diff line change 11/**
2- * gridstack.js 0.2.6 -dev
2+ * gridstack.js 0.2.7 -dev
33 * http://troolee.github.io/gridstack.js/
44 * (c) 2014-2016 Pavel Reznikov
55 * gridstack.js may be freely distributed under the MIT license.
12441244 this . disable ( ) ;
12451245 if ( typeof detachGrid != 'undefined' && ! detachGrid ) {
12461246 this . removeAll ( false ) ;
1247+ this . container . removeData ( 'gridstack' ) ;
12471248 } else {
12481249 this . container . remove ( ) ;
12491250 }
You can’t perform that action at this time.
0 commit comments