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
* break: remove `GridStackOptions.minWidth` obsolete since 5.1, use `oneColumnSize` instead
* 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.
* grid-stack-12 now inserted (default column) since CSS is more specific now.
Copy file name to clipboardExpand all lines: README.md
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -245,17 +245,20 @@ For 4-column grid it should be:
245
245
246
246
and so on.
247
247
248
-
Better yet, here is a SASS code snippet which can make life much easier (Thanks to @ascendantofrain, [#81](https://github.com/gridstack/gridstack.js/issues/81) and @StefanM98, [#868](https://github.com/gridstack/gridstack.js/issues/868)) and you can use sites like [sassmeister.com](https://www.sassmeister.com/) to generate the CSS for you instead:
248
+
Better yet, here is a SASS code snippet, you can use sites like [sassmeister.com](https://www.sassmeister.com/) to generate the CSS for you instead:
@@ -445,11 +448,12 @@ New addition, no API breakage per say. See release notes about creating sub-grid
445
448
446
449
## Migrating to v8
447
450
448
-
Possible breaking change if you use nested grid JSON format, or original Angular wrapper. Also target is now ES2020 (see release notes).
451
+
Possible breaking change if you use nested grid JSON format, or original Angular wrapper, or relied on specific CSS paths. Also target is now ES2020 (see release notes).
/* make nested grid have slightly darker bg take almost all space (need some to tell them apart) so items inside can have similar to external size+margin */
Copy file name to clipboardExpand all lines: doc/CHANGES.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,10 @@ Change log
84
84
85
85
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
86
86
87
+
## 8.0.2 TBD
88
+
* break: remove `GridStackOptions.minWidth` obsolete since 5.1, use `oneColumnSize` instead
89
+
* 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.
90
+
87
91
## 8.0.1 (2023-04-29)
88
92
* 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
93
* fix: [#2234](https://github.com/gridstack/gridstack.js/issues/2234)`Utils.getElements('1')` (called by removeWidget() and others) now checks for digit 'selector' (becomes an id).
0 commit comments