Releases: gridstack/gridstack.js
Releases · gridstack/gridstack.js
v11.5.0
- feat: #2975
prepareDragDrop(el, force)
option to force re-creation of the drag&drop event binding - feat: #2989 new
updateOptions(o: GridStackOptions)
to update PARTIAL list of options after grid as been created - fix: #2980 dd-touch circular dependency
- fix: #2667 sidebar items not honoring gs-w (enter-leave-re-enter)
- fix: #2987 gs-size-to-content to support numbers
- fix: #2981 Locked not working as expected
v11.4.0
- fix: #2921 replace initMouseEvent with MouseEvent constructor and added composed: true
- fix: #2939 custom drag handle not working with LazyLoad
- fix: #2955 angular circular dependency
- fix: #2951 shadow DOM dragging re-appending fix
- fix: #2964 minW larger than column fix
- feat: #2965 internal
_prepareDragDropByNode(n)
is now public asprepareDragDrop(el)
so Angular, React, and others can call once the DOM content elements have been added (the outside grid item divs are always created before content)
Possible breaking (unlikely)
- break: #2959
Util.createWidgetDivs()
has moved togrid.createWidgetDivs()
to remove circular dependencies
v11.3.0
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 ofgridstacknode
(supported as well for backward compatibility)
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