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
Display the source diff
Display the rich diff
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
+
-[12.1.1 (2024年04月28日)](#1211-2024年04月28日)
8
9
-[12.1.0 (2024年04月23日)](#1210-2024年04月23日)
9
10
-[12.0.0 (2025年04月12日)](#1200-2025年04月12日)
10
11
-[11.5.1 (2025年03月23日)](#1151-2025年03月23日)
@@ -125,6 +126,9 @@ Change log
125
126
126
127
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
127
128
129
+
## 12.1.1 (2024年04月28日)
130
+
* fix [#3038](https://github.com/gridstack/gridstack.js/pull/3038)`updateOptions()` fix opts.minRow being undefined
131
+
128
132
## 12.1.0 (2024年04月23日)
129
133
* 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.
130
134
* 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.
0 commit comments