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
+
-[8.0.0-dev (TBD)](#800-dev-tbd)
8
9
-[8.0.0 (2023-04-29)](#800-2023-04-29)
9
10
-[7.3.0 (2023-04-01)](#730-2023-04-01)
10
11
-[7.2.3 (2023-02-02)](#723-2023-02-02)
@@ -83,6 +84,9 @@ Change log
83
84
84
85
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
85
86
87
+
## 8.0.0-dev (TBD)
88
+
* feat: [#2275](https://github.com/gridstack/gridstack.js/issues/2275)`setupDragIn()` now can take an array or elements (in addition to selector string) and optional parent root (for shadow DOM support)
89
+
86
90
## 8.0.0 (2023-04-29)
87
91
* 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
92
* 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!
0 commit comments