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
* fix#2171
* we no longer store ops.subGrid for each nested grid. instead we parse the top grid that has this info and re-use it during create
* save() now handles saving only layout of subGrid more efficiently (don't list options)
* updated demo to showcase the issues
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
+
-[7.2.1-dev (TBD)](#721-dev-tbd)
8
9
-[7.2.1 (2023-01-14)](#721-2023-01-14)
9
10
-[7.2.0 (2023-01-07)](#720-2023-01-07)
10
11
-[7.1.2 (2022-12-29)](#712-2022-12-29)
@@ -78,6 +79,10 @@ Change log
78
79
-[v0.1.0 (2014-11-18)](#v010-2014-11-18)
79
80
80
81
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
82
+
83
+
## 7.2.1-dev (TBD)
84
+
* fix [#2171](https://github.com/gridstack/gridstack.js/issues/2171)`save()` nested grid has extra nested children & options
85
+
81
86
## 7.2.1 (2023-01-14)
82
87
* fix [#2162](https://github.com/gridstack/gridstack.js/pull/2162) removing item from a grid (into another) will now call `change` if anything was also modified during the remove
83
88
* fix [#2110](https://github.com/gridstack/gridstack.js/issues/2110) custom `GridStackOptions.itemClass` now works when dragging from outside
0 commit comments