Releases: gridstack/gridstack.js
Releases · gridstack/gridstack.js
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
v10.1.1
v10.1.0
- feat: #2574 Allow cell height in cm and mm units
- feat: #2578 allow different scaling between drag toolbar and grid
- fix: #2577 ui-resizable-s/-n style fix
- fix: #2576 column('none') now ignores layouts
- fix: #2560 nested grid fix (enter can call leave which can call enter again) - Thank you v1talii-dev
- fix: #2596 prevent SSR crash
- fix: #2610 using passive:true for mousemove events
- fix: #2612 restrict vertical resize if
sizeToContent:true
- demo: nested.htm now has nested create and drag&drop example - Thank you fredericrous