Skip to content

Releases: gridstack/gridstack.js

v4.2.7

13 Sep 01:49
2467bf6
Compare
Choose a tag to compare
  • fix #1817 Enable passing of DragEvent to gridstack dropped event. Thanks @onepartsam
  • fix #1835 Layout incorrectly restored when node has a minimum width. Thanks @hssm
  • fix #1794 addGrid() does not recognize rem cellHeightUnit

v4.2.6

11 Jul 16:48
2527c61
Compare
Choose a tag to compare
  • fix #1784 removable:true working by itself (without needing acceptWidgets: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 new Utils.cloneDeep()

v4.2.5

31 May 14:53
dc7dc4c
Compare
Choose a tag to compare
  • fix for website with JQ droppable('destroy') giving error

v4.2.4

29 May 15:02
5c659c9
Compare
Choose a tag to compare
  • 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

08 May 14:58
83fce6c
Compare
Choose a tag to compare
  • Utils.getScrollParent() -> getScrollElement() rename
  • fix #1745 digression on scrolling in v4.2.1. Thanks @Manfred-on-github for fixing your prev change.

v4.2.2

23 Apr 18:14
5c0f616
Compare
Choose a tag to compare

v4.2.1

18 Apr 16:38
860b844
Compare
Choose a tag to compare
  • fix #1700 JQ nested grid drag fix broken in 4.0.3 (but much older underlying issue)
  • fix #1678 item gs-x:0 not animating fix
  • fix #1727 resize-scroll issue when grid is not at top of page. Thanks @Manfred-on-github
  • fix #1728 fix sizing from top/left sides

v4.2.0

11 Apr 16:48
0f6226c
Compare
Choose a tag to compare
  • fix #1704 scrollbar fix broken in 4.x
  • fix #1655 addWidget() while in 1 column now remembers original wanted width
  • add #1682 addWidget() now supports nested grids like init/addGrid() does.

v4.1.0

07 Apr 14:39
43fded5
Compare
Choose a tag to compare
  • 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)

v4.0.3

29 Mar 04:09
42f0d06
Compare
Choose a tag to compare
  • fix #1693 load after init() broken in 4.x
  • fix #1687 drag between 2 grids with row / maxRow broken in 4.x
  • fix #1676 drag edge case in/out single grid without acceptWidgets fix broken in 4.x