Skip to content

Releases: gridstack/gridstack.js

v10.0.1

10 Dec 16:07
c97e0a0
Compare
Choose a tag to compare
  • 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

21 Nov 01:53
e3aa921
Compare
Choose a tag to compare
  • 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
7e9ca54
Compare
Choose a tag to compare
  • 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
0f3456f
Compare
Choose a tag to compare
  • 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
37a3b96
Compare
Choose a tag to compare
  • 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
3a2a7ac
Compare
Choose a tag to compare

v9.2.2

27 Sep 18:34
c3bb48d
Compare
Choose a tag to compare
  • 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
58589d2
Compare
Choose a tag to compare
  • 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
ce38609
Compare
Choose a tag to compare
  • 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
750fc01
Compare
Choose a tag to compare
  • fix #2435 directionCollideCoverage() tweaks
  • fix resizeToContent() to handle node.h (using when cellHeight changes or we resize) vs DOM sizing (rest of the time)