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
+
-[11.1.1-dev (TBD)](#1111-dev-tbd)
8
9
-[11.1.1 (2024-11-26)](#1111-2024-11-26)
9
10
-[11.1.0 (2024-11-17)](#1110-2024-11-17)
10
11
-[11.0.1 (2024-10-21)](#1101-2024-10-21)
@@ -117,6 +118,10 @@ Change log
117
118
118
119
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
119
120
121
+
## 11.1.1-dev (TBD)
122
+
* fix: [#2877](https://github.com/gridstack/gridstack.js/pull/2877) angular wrapper uses standalone, while now being compatible down to ng14. thanks to [andre-steudel](https://github.com/andre-steudel)
123
+
* fix: [#2886](https://github.com/gridstack/gridstack.js/issues/2886) added `gs-size-to-content` support
124
+
120
125
## 11.1.1 (2024-11-26)
121
126
* fix: [#2878](https://github.com/gridstack/gridstack.js/pull/2878) make sure sub-grid inherit parent opts by default, with subgrid defaults.
122
127
* fix: [#2879](https://github.com/gridstack/gridstack.js/pull/2879) sub-grid item `sizeToContent:true` now handle content above/below sub grid.
/** set to true if all grid items (by default, but item can also override) height should be based on content size instead of WidgetItem.h to avoid v-scrollbars.
259
-
Note: this is still row based, not pixels, so it will use ceil(getBoundingClientRect().height / getCellHeight()) */
260
-
sizeToContent?: boolean;
259
+
* Note: this is still row based, not pixels, so it will use ceil(getBoundingClientRect().height / getCellHeight())
260
+
*/
261
+
sizeToContent?: boolean;
261
262
262
263
/**
263
264
* makes grid static (default?: false). If `true` widgets are not movable/resizable.
0 commit comments