Update dependency gridstack to v11 - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| gridstack (source) | dependencies | major | ^10.3.1 -> ^11.2.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
gridstack/gridstack.js (gridstack)
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-widgetinstead ofgridstacknode(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-contentsupport - 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:truenow handle content above/below sub grid.
v11.1.0
- feat: #2864 added
GridStackOptions.layoutfor 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.lazyLoadandGridStackWidget.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.contentno longer setting innerHTML
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.