You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1835 tweak: Layout incorrectly restored when node has a minimum width (gridstack#1845)
* Don't override node width when switching column mode
Fix case where specifying a minimum width for a node will cause the
node's width to always be overridden and incorrectly cached, breaking
the layout on restore.
* 1835 tweak: Layout incorrectly restored when node has a minimum width
Co-authored-by: Houssam Salem <[email protected]>
Copy file name to clipboardExpand all lines: doc/CHANGES.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Change log
5
5
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
6
6
**Table of Contents***generated with [DocToc](http://doctoc.herokuapp.com/)*
7
7
8
+
-[4.2.7 (2021-9-12)](#427-2021-9-12)
8
9
-[4.2.6 (2021-7-11)](#426-2021-7-11)
9
10
-[4.2.5 (2021-5-31)](#425-2021-5-31)
10
11
-[4.2.4 (2021-5-29)](#424-2021-5-29)
@@ -59,6 +60,12 @@ Change log
59
60
-[v0.1.0 (2014-11-18)](#v010-2014-11-18)
60
61
61
62
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
63
+
64
+
## 4.2.7 (2021-9-12)
65
+
66
+
* fix [#1817](https://github.com/gridstack/gridstack.js/issues/1817) Enable passing of DragEvent to gridstack dropped event. Thanks [@onepartsam](https://github.com/onepartsam)
67
+
* fix [#1835](https://github.com/gridstack/gridstack.js/issues/1835) Layout incorrectly restored when node has a minimum width. Thanks [@hssm](https://github.com/hssm)
68
+
62
69
## 4.2.6 (2021-7-11)
63
70
64
71
* fix [#1784](https://github.com/gridstack/gridstack.js/issues/1784)`removable:true` working by itself (without needing `acceptWidgets:true`)
0 commit comments