Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30e4c67

Browse files
adumesnyhssm
andauthored
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]>
1 parent 2eef9f9 commit 30e4c67

File tree

3 files changed

+877
-870
lines changed

3 files changed

+877
-870
lines changed

doc/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Change log
55
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
66
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
77

8+
- [4.2.7 (2021-9-12)](#427-2021-9-12)
89
- [4.2.6 (2021-7-11)](#426-2021-7-11)
910
- [4.2.5 (2021-5-31)](#425-2021-5-31)
1011
- [4.2.4 (2021-5-29)](#424-2021-5-29)
@@ -59,6 +60,12 @@ Change log
5960
- [v0.1.0 (2014-11-18)](#v010-2014-11-18)
6061

6162
<!-- 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+
6269
## 4.2.6 (2021-7-11)
6370

6471
* fix [#1784](https://github.com/gridstack/gridstack.js/issues/1784) `removable:true` working by itself (without needing `acceptWidgets:true`)

0 commit comments

Comments
 (0)