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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ Change log
88
88
## 8.0.2 TBD
89
89
* break: remove `GridStackOptions.minWidth` obsolete since 5.1, use `oneColumnSize` instead
90
90
* optimize: CSS files now even 25% smaller (after being halfed in 8.0.0) by removing `.grid-stack` prefix for anything already gs based, and 3 digit rounding.
* 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)
* call to setup dragging in from the outside (say toolbar), by specifying the class selection and options.
329
329
Called during `GridStack.init()` as options, but can also be called directly (last param are cached) in case the toolbar is dynamically create and needs to change later.
330
330
*@param dragIn string selector (ex: `'.sidebar .grid-stack-item'`) or list of dom elements
0 commit comments