Skip to content

Releases: gridstack/gridstack.js

v12.4.1

13 Dec 03:19
1bf7f66

Choose a tag to compare

  • feat: #3104 Custom resize div element target - thank you Marvin Heilemann
  • fix: #3181 re-initing from DOM missing x:0, y:0 messing layout
  • fix: #3191 touch issue on Linux
  • fix: #3194 updateOption() update lazyLoad
  • fix: #3201 updating higher column layout can cause negative values in layoutsNodesChange()

DO NOT USE 12.4.0 as missing some export like 12.3.3, which was fixed in this release

v12.3.3

14 Aug 02:00
cb3af1c

Choose a tag to compare

  • fix: #3139 Utils:removeInternalForSave() to skip arrays

DO NOT USE - apparently the image is missing some exports and won't build

v12.3.2

12 Aug 20:59
c78742d

Choose a tag to compare

  • fix: #3136 more tweaks to save(columnCount) option.

v12.3.1

12 Aug 00:01
8da8190

Choose a tag to compare

  • fix: #2493 added save(columnCount) option. Nested grid now use container saved column count.

v12.3.0

10 Aug 23:58
5ab78e0

Choose a tag to compare

  • feat: #3047 added .grid-stack-dragging to grid when child is being dragged so we can set cursor:grabbing. Updated demo.
  • feat: now using typedoc to generate doc (HTML and markup) from code. improved code examples and comments.
  • fix: #3099 scroll take into account ScrollContainer position
  • fix: #3102 React demo now support multiple grids
  • fix: #3021 correctly reset widget back (to last known position) when released outside

v12.2.2

07 Jul 01:04
dd8f19c

Choose a tag to compare

  • fix: #3070 incorrect property name 'sizeToContent' when cleaning up invalid attributes
  • fix: #3077 incorrect node._id check
  • fix: #3054 Avoid reflows via explicitly setting minRow
  • fix: #3085 opts.minRow being updated

v12.2.1

28 May 15:27
a596e20

Choose a tag to compare

feat: #3061 added GridStack.updateCB(w) that gets called after a widget has been updated (eg: load() after initial layout) instead of created

v12.1.2

07 May 21:29
61a39c3

Choose a tag to compare

  • fix #3043 fix opts.animate again
  • fix #3048 nested grid resizeToContentCBCheck() fix

v12.1.1

28 Apr 17:35
3517210

Choose a tag to compare

  • fix #3038 updateOptions() fix opts.minRow being undefined

v12.1.0

24 Apr 01:34
5fc9b85

Choose a tag to compare

  • feat #2671 subgrid now propagate events to topmost grid. Use el.gridstackNode.grid to know which (sub) grid.
  • fix #3028 updateOptions() no longer modifies passed in struct. only field we check are being handled too.
  • fix #3029 resizeToContent() fix for nested grid with content above
  • fix #3030 resizeToContentCheck() wasn't blocking _ignoreLayoutsNodeChange at end of the loop
  • rem #3022 removed ES5 support (IE doesn't support CSS vars needed now)
  • rem #3027 remove legacy code support for disableOneColumnMode, oneColumnSize, oneColumnModeDomSort