Releases: gridstack/gridstack.js
Releases · gridstack/gridstack.js
v11.1.2
v11.1.1
v11.1.0
- feat: #2864 added
GridStackOptions.layout
for nested grid reflow during resize. default to 'list'. - fix: #2859 re-enabled tests and fix numerous issues found (see CL). Also thank you lmartorella for getting me going and starting it.
- fix: #2851 added support for custom max layout saving - Thank you lmartorella
- fix: #2492 loading same layout with overlapping widget fix. v10.3.0 regression.
v11.0.1
v11.0.0
- feat: #2826 Lazy loading of widget content until visible (
GridStackOptions.lazyLoad
andGridStackWidget.lazyLoad
) - feat: #2818 support for Angular Component hosting true sub-grids (that size according to parent) without requring them to be only child of grid-item-content.
- fix: #2231,#1840,#2354 big overall to how we do sidepanel drag&drop helper. see migrate to v11 notes.
- fix: #2736 safe practices around
GridStackWidget.content
no longer setting innerHTML
v10.3.1
v10.3.0
v10.2.1
v10.2.0
- feat: #2682 You can now press 'Esc' to cancel a move|resize, 'r' to rotate during a drag. added
GridStack.rotate()
as well - Thank you John B. for this feature sponsor. - fix: #2672 dropping into full grid JS error
- fix: #2676 handle minW resizing when column count is less
- fix: #2677 allow button as handle dragging