Releases: gridstack/gridstack.js
Releases · gridstack/gridstack.js
v5.1.1
v5.1.0
- add
GridStack.registerEngine()
to let user use their own custom layout engine subclass. Thank you [Thomas] for sponsoring it. - grid option
minWidth
is nowoneColumnSize
to make it clearer, but old field will still work (JS only) for a while - fix #1966 restore animation when dragging items
- updated jquery-ui to latest v1.13.1
v5.0.0
- add #992 support dragging into and out of nested grids from parents! Thank you @arclogos132 for sponsoring it.
- add #1910 new
column:'auto'
option to size nested grids to their parent grid item column count, keeping items the same size inside and outside. Thank you @arclogos132 for also sponsoring it. - fix #1902 nested.html: dragging between sub-grids show items clipped
- fix #1558 dragging between vertical grids causes too much growth, not follow mouse.
- fix #1912 no longer force rows for min-height
- fix #1888 locks up with nested grid when 'column' is set to 1
v4.4.1
v4.4.0
- add #1887 support for IE (new es5 folder) by @SmileLifeIven
- fix #1785 overlapping items when switching column() and making edits. Thank you @radovanobal for sponsoring it.
- fix #1890 unhandled exception when dragging fast between grids.
v4.3.1
v4.3.0
v4.2.7
v4.2.6
- fix #1784
removable:true
working by itself (without needingacceptWidgets:true
) - fix #1791 removed drag flicker and scroll issue. Thanks @nelsieborja
- fix #1795
save(false)
will no longer have.content
field (removed existing one if present) - fix #1782
save(false, false)
now correctly saves nested grids - fix #1793
save(false, true)
followed by enable() throws error. we now have newUtils.cloneDeep()