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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
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
-
-[7.3.0-dev (TBD)](#730-dev-tbd)
8
+
-[8.0.0 (2023-04-29)](#800-2023-04-29)
9
9
-[7.3.0 (2023-04-01)](#730-2023-04-01)
10
10
-[7.2.3 (2023-02-02)](#723-2023-02-02)
11
11
-[7.2.2 (2023-01-16)](#722-2023-01-16)
@@ -83,15 +83,16 @@ Change log
83
83
84
84
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
85
85
86
-
## 7.3.0-dev (TBD)
87
-
* package is now ES2020 (TS exported files), webpack all.js still umd (could be commonjs), still have es5/ files unchanged (for now)
86
+
## 8.0.0 (2023-04-29)
87
+
* package is now ES2020 (TS exported files), webpack all.js still umd (better than commonjs for browsers), still have es5/ files unchanged (for now)
88
88
* optimize [#2243](https://github.com/gridstack/gridstack.js/issues/2243) removed `gs-min|max_w|h` attribute generated in CSS or written out as they are never used for rendering, only for initial load. This reduce our column/row CSS in half!
89
89
* optimize: removed `gs-w='1'` and `gs-h='1'` dom attribute writing since we already have min-width/min-height set, no need to set more attributes.
90
90
* optimize: remove `'ui-draggable'` and `'ui-resizable'` since wasn't used in CSS and we have the `-disabled` version when off (so we can use `not(xyz-disabled)`).
91
91
* add: `GridStack.saveCB` global callback for each item during save so app can insert any custom data before serializing it. `save()` can now be passed optional callback
92
92
* move: `GridStack.addRemoveCB` is now global instead of grid option. `load()` can still be passed different optional callback
93
93
* fix: addGrid() to handle passing an existing initialized grid already
94
94
* break: `GridStackOptions.subGrid` -> `GridStackOptions.subGridOpts`. We now have `GridStackWidget.subGridOpts` vs `GridStackNode.subGrid` (subclass) rather than try to merge the two at runtime since very different types...
95
+
* tons of improvements for Angular wrapper.
95
96
96
97
## 7.3.0 (2023-04-01)
97
98
* feat [#2229](https://github.com/gridstack/gridstack.js/pull/2229) support nonce for CSP. Thank you [@jedwards1211](https://github.com/jedwards1211)
0 commit comments