Releases: gridstack/gridstack.js
Releases · gridstack/gridstack.js
v9.5.0
26 Oct 17:40
Compare
Sorry, something went wrong.
No results found
feat #1275 div scale support - Thank you elmehdiamlou for implementing this teh right way (add scale to current code)
fix #2489 moved the dropped event handler to after doing everything (no more setTimeout) - Thanks arnoudb for suggesting a fix.
fix #2497 Utils.parseHeight() fix
fix column(1) to not restore if disableOneColumnMode on size change
9.4.0
15 Oct 15:55
Compare
Sorry, something went wrong.
No results found
revert #2263 div scale support - causing too many issues for now (#2498 #2497 #2491 )
fix #2492 calling load() allows overlapping widgets
v9.3.0
30 Sep 17:47
Compare
Sorry, something went wrong.
No results found
v9.2.2
27 Sep 18:34
Compare
Sorry, something went wrong.
No results found
fix - sub-grid styles now look for immediate correct parent, not any depth above.
fix #2469 "Invalid height" error CSS minHeight
fix #2394 nested grid size issue when sub-items moved up/down
v9.2.1
21 Sep 01:37
Compare
Sorry, something went wrong.
No results found
fix _updateContainerHeight() to use height rather than min-height again (apart for nested grids which need it) and partial getComputedStyle CSS minHeight support
v9.2.0
10 Sep 19:11
Compare
Sorry, something went wrong.
No results found
feat: nested grids now support sizeToContent to size themselves to how many sub items they contain - Thank you @Helix for sponsoring this!
fix #2449 full grid maxRow fix
v9.1.1
06 Sep 16:41
Compare
Sorry, something went wrong.
No results found
fix #2435 directionCollideCoverage() tweaks
fix resizeToContent() to handle node.h (using when cellHeight changes or we resize) vs DOM sizing (rest of the time)
v9.1.0
04 Sep 23:45
Compare
Sorry, something went wrong.
No results found
renamed fitToContent to sizeToContent (API BREAK)
feat: sizeToContent now supports being boolean|number to limit the height but user can resize past that, unlike maxH.
feat: resizeToContentParent now on GridStackWidget as well as globally for those widgets that need to resize differently.
v9.0.2
30 Aug 00:04
Compare
Sorry, something went wrong.
No results found
fix 'resizecontent' event fix not called.
partial fix #2427 fitToContent when calling cellHeight()/addWidget()/MakeWidget()
v9.0.1
27 Aug 16:30
Compare
Sorry, something went wrong.
No results found