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
+4Lines changed: 4 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.0-dev (TBD)](#1110-dev-tbd)
8
9
-[11.1.0 (2024-11-17)](#1110-2024-11-17)
9
10
-[11.0.1 (2024-10-21)](#1101-2024-10-21)
10
11
-[11.0.0 (2024-10-20)](#1100-2024-10-20)
@@ -116,6 +117,9 @@ Change log
116
117
117
118
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
118
119
120
+
## 11.1.0-dev (TBD)
121
+
* fix: [#2877](https://github.com/gridstack/gridstack.js/pull/2877) make sure sub-grid inherit parent opts by default, with subgrid defaults.
122
+
119
123
## 11.1.0 (2024-11-17)
120
124
* feat: [#2864](https://github.com/gridstack/gridstack.js/issues/2864) added `GridStackOptions.layout` for nested grid reflow during resize. default to 'list'.
121
125
* fix: [#2859](https://github.com/gridstack/gridstack.js/pull/2859) re-enabled tests and fix numerous issues found (see CL). Also thank you [lmartorella](https://github.com/lmartorella) for getting me going and starting it.
0 commit comments