Releases: gridstack/gridstack.js
Releases · gridstack/gridstack.js
v10.0.1
- fix: #2552 DOM init doesn't sizeToContent
- fix: #2561 issues with sizeToContent animation, cleanup, etc...
- fix: #2427 sizeToContent supports rem/em cell height
- fix: #2558 remove style node in shadow root
- fix: #2556 make sure 'new GridStack(el)' set el.gridstack=this right away
- cleanup: #2550 Optimize resize arrow (~88% lighter from 1.82 KB to 225B)
v10.0.0
- 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
- 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
- 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
- revert #2263 div scale support - causing too many issues for now (#2498 #2497 #2491)
- fix #2492 calling load() allows overlapping widgets
v9.2.2
- 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
- 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
- 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
- fix #2435 directionCollideCoverage() tweaks
- fix resizeToContent() to handle node.h (using when cellHeight changes or we resize) vs DOM sizing (rest of the time)