Releases: gridstack/gridstack.js
Releases · gridstack/gridstack.js
v12.4.1
- 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()
v12.3.3
v12.3.2
v12.3.1
v12.3.0
- feat: #3047 added
.grid-stack-draggingto grid when child is being dragged so we can setcursor: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
v12.2.1
v12.1.2
v12.1.1
v12.1.0
- feat #2671 subgrid now propagate events to topmost grid. Use
el.gridstackNode.gridto 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