Releases: gridstack/gridstack.js
Releases · gridstack/gridstack.js
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()
v4.2.5
v4.2.4
- fix #1760
removable:true
working again (broke in 4.x) - fix #1761
staticGrid(false)
will now enable drag in behavior (if set) - fix #1767
locked
item can be user moved/resized again, just not pushed by other nodes (broke in 1.1.1) - fix #1764
destroy(false)
can now re-init properly (doesn't force static grid)
v4.2.3
v4.2.2
v4.2.1
v4.2.0
v4.1.0
- fix #219 fixing another 6 years old request we now automatically insert extra rows
when dragging an item at the bottom below others to make it easier to insert below. - fix #1687 more fix for drag between 2 grids with
row / maxRow
broken in 4.x - fix export symbols .d.ts for
gridstack-h5.js | gridstack-jq.js | gridstack-static.js
- fix #1709 correct info for using JQ version and ES6 (tested in Angular app)