Releases: gridstack/gridstack.js
Releases · gridstack/gridstack.js
v10.0.0
21 Nov 01:53
Compare
Sorry, something went wrong.
No results found
feat #2542 we now support much richer responsive behavior with GridStackOptions.columnOpts including any breakpoint width:column pairs, or automatic column sizing.
disableOneColumnMode, oneColumnSize, oneColumnModeDomSort have been removed (see v10 migration doc)
v9.5.1
11 Nov 17:58
Compare
Sorry, something went wrong.
No results found
fix #2525 Fixed unhandled exception happening in _mouseMove handler
fix potential crash in doContentResize() if grid gets deleted by the time the delay happens
fix #2527 Incorrect layout on grid load in one column mode
fix #2496 animation on init, introduced in 8.1.1
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.