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
Copy file name to clipboardExpand all lines: doc/CHANGES.md
+5Lines changed: 5 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
+
-[8.1.1 (2023-05-13)](#811-2023-05-13)
8
9
-[8.1.0 (2023-05-06)](#810-2023-05-06)
9
10
-[8.0.1 (2023-04-29)](#801-2023-04-29)
10
11
-[8.0.0 (2023-04-29)](#800-2023-04-29)
@@ -85,6 +86,10 @@ Change log
85
86
86
87
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
87
88
89
+
## 8.1.1 (2023-05-13)
90
+
* fix: [#2314](https://github.com/gridstack/gridstack.js/issues/2314) fix issue with having min-height/width instead of height/width for gs-h|x="1"
91
+
also further compressed CSS multi column rules (use `.gs-# > .grid-stack-item` instead of `.grid-stack-# > .grid-stack-item`)
92
+
88
93
## 8.1.0 (2023-05-06)
89
94
* break: remove `GridStackOptions.minWidth` obsolete since 5.1, use `oneColumnSize` instead
90
95
* optimize: CSS files now even 25% smaller (after being halfed in 8.0.0) by removing `.grid-stack` prefix for anything already gs based, and 3 digit rounding.
0 commit comments