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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +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
-
-[12.0.0-dev (TBD)](#1200-dev-tbd)
8
+
-[12.1.0 (2024-04-23)](#1210-2024-04-23)
9
9
-[12.0.0 (2025-04-12)](#1200-2025-04-12)
10
10
-[11.5.1 (2025-03-23)](#1151-2025-03-23)
11
11
-[11.5.0 (2025-03-16)](#1150-2025-03-16)
@@ -125,12 +125,13 @@ Change log
125
125
126
126
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
127
127
128
-
## 12.0.0-dev (TBD)
129
-
* rem [#3022](https://github.com/gridstack/gridstack.js/pull/3022) removed ES5 support (IE doesn't support CSS vars needed now)
130
-
* rem [#3027](https://github.com/gridstack/gridstack.js/pull/3027) remove legacy code support for disableOneColumnMode, oneColumnSize, oneColumnModeDomSort
128
+
## 12.1.0 (2024-04-23)
129
+
* feat [#2671](https://github.com/gridstack/gridstack.js/issues/2671) subgrid now propagate events to topmost grid. Use `el.gridstackNode.grid` to know which (sub) grid.
131
130
* fix [#3028](https://github.com/gridstack/gridstack.js/pull/3028)`updateOptions()` no longer modifies passed in struct. only field we check are being handled too.
132
131
* fix [#3029](https://github.com/gridstack/gridstack.js/pull/3029)`resizeToContent()` fix for nested grid with content above
133
132
* fix [#3030](https://github.com/gridstack/gridstack.js/pull/3030)`resizeToContentCheck()` wasn't blocking _ignoreLayoutsNodeChange at end of the loop
133
+
* rem [#3022](https://github.com/gridstack/gridstack.js/pull/3022) removed ES5 support (IE doesn't support CSS vars needed now)
134
+
* rem [#3027](https://github.com/gridstack/gridstack.js/pull/3027) remove legacy code support for disableOneColumnMode, oneColumnSize, oneColumnModeDomSort
134
135
135
136
## 12.0.0 (2025-04-12)
136
137
* feat: [#2854](https://github.com/gridstack/gridstack.js/pull/2854) Removed dynamic stylesheet and migrated to CSS vars. Thank you [lmartorella](https://github.com/lmartorella)
0 commit comments