Releases: gridstack/gridstack.js
Releases · gridstack/gridstack.js
v11.3.0
- feat: added
isIgnoreChangeCB()
if changeCB should be ignored due to column change, sizeToContent, loading, etc...
- feat: added
responsive_none.html
demo and fixed layout:'none' to bound check the layout (no-op unless it must change)
v11.2.0
- feat: #2695 'Esc' to cancel now works on sidebar external items, also works dragging over trash.
- feat: #2852 better React example. Thank you CNine
- fix: #2852 grid in tabs correctly handles CSS. Thank you Luciano Martorella
- fix: #2900 use attr
data-gs-widget
instead of gridstacknode
(supported as well for backward compatibility)
v11.1.2
- fix: #2877 angular wrapper uses standalone, while now being compatible down to ng14. thanks to andre-steudel
- fix: #2886 added
gs-size-to-content
support
- fix: #2887 mobile nested grid TypeError: e.currentTarget is null
v11.1.1
- fix: #2878 make sure sub-grid inherit parent opts by default, with subgrid defaults.
- fix: #2879 sub-grid item
sizeToContent:true
now handle content above/below sub grid.
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
- fix: #2834 v11 angular missing package.json
- fix: #2835 make sure we have unique USER id
v11.0.0
- feat: #2826 Lazy loading of widget content until visible (
GridStackOptions.lazyLoad
and GridStackWidget.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
- fix: #2734 rotate() JS error (regression)
- fix: #2741 resizeToContent JS error with nested grid
- fix: #2740 nested grid drag fix (regression)
- fix: #2730 resizing left from right most item works
- fix: #2327 remove dataTransfer mention as not supported
v10.3.0
- fix: #2720 load() now creates widgets in order (used to be reverse due to old collision code)
v10.2.1
- feat: #2709 support for multiple drag targets - Thank you nickfulcher
- fix: #2683 check for fixed grid maxRow during resize
- fix: #2694 prevent 'r' rotation to items that can't resize (locked, noResize, fixed sizes)
- fix: #2669 load() sometimes restore incorrectly