Skip to content

Releases: gridstack/gridstack.js

v4.4.1

24 Dec 16:54
b1b5ffd

Choose a tag to compare

fix #1901 error introduced for #1785 when re-loading with fewer objects

v4.4.0

21 Dec 16:35
103b4a3

Choose a tag to compare

  • 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

18 Oct 15:27
333a272

Choose a tag to compare

  • fix #1868 prevent swap during resize
  • fix #1849 #1816 save highest resolution in 1 column mode
  • fix #1855 resize when padding is large vs cellHeight

v4.3.0

15 Oct 15:24
1828f1a

Choose a tag to compare

  • you can now swap items of different width if they are the same row/height. Thanks to spektrummedia for sponsoring it.
  • fix #1860 nested grid save inf loop fix
  • use latest dart-sass, updated comments

v4.2.7

13 Sep 01:49
2467bf6

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

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

Choose a tag to compare

  • fix for website with JQ droppable('destroy') giving error

v4.2.4

29 May 15:02
5c659c9

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

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

Choose a tag to compare