Skip to content

Releases: gridstack/gridstack.js

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)

v9.1.0

04 Sep 23:45
5f6cdcf
Compare
Choose a tag to compare
  • 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
31a4b12
Compare
Choose a tag to compare
  • fix 'resizecontent' event fix not called.
  • partial fix #2427 fitToContent when calling cellHeight()/addWidget()/MakeWidget()

v9.0.1

27 Aug 16:30
cb343b3
Compare
Choose a tag to compare

v9.0.0

23 Aug 21:17
2bd203a
Compare
Choose a tag to compare
  • feat #404 added GridStackOptions.fitToContent and GridStackWidget.fitToContent to make gridItems size themselves to their content (no scroll bar), calling GridStack.resizeToContent(el) whenever the grid or item is resized.
  • also added new 'resizecontent' event, and resizeToContentCB and resizeToContentParent vars.
  • fix #2406 inf loop when autoPosition after loading into 1 column, then 2.