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#1985fix#1975 (oneColumnModeDomSort case)
* we now handle DOM and addWidget() when temporally into 1 column mode better to save the full 12 column mode
* also DOM reading will reverse-sort entries to lay them in 1 column mode correctly (like if you had started with 12 and scaled down)
Copy file name to clipboardExpand all lines: doc/CHANGES.md
+6-3Lines changed: 6 additions & 3 deletions
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.0.2 (TBD)](#702-tbd)
8
+
-[7.0.1-dev (TBD)](#701-dev-tbd)
9
9
-[7.0.1 (2022-10-14)](#701-2022-10-14)
10
10
-[7.0.0 (2022-10-09)](#700-2022-10-09)
11
11
-[6.0.3 (2022-10-08)](#603-2022-10-08)
@@ -75,9 +75,12 @@ Change log
75
75
76
76
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
77
77
78
-
## 7.0.2 (TBD)
78
+
## 7.0.1-dev (TBD)
79
+
* add `GridStackEngine.findEmptyPosition()`
79
80
* fixed [#2081](https://github.com/gridstack/gridstack.js/issues/2081) removeWidget() after it's gone from DOM
80
-
* add GridStackEngine.findEmptyPosition()
81
+
* fixed [#1985](https://github.com/gridstack/gridstack.js/issues/1985) addWidget() or DOM read in single column mode will not adjust to multi column mode
82
+
* fixed [#1975](https://github.com/gridstack/gridstack.js/issues/1975) oneColumnModeDomSort not respected when loading in 1 column
83
+
81
84
## 7.0.1 (2022-10-14)
82
85
* fixed [#2073](https://github.com/gridstack/gridstack.js/issues/2073) SSR (server side rendering) isTouch issue (introduced in v6)
83
86
* fixed - removing last item delete sub-grid that are not auto-generated (nested.html vs nested_advanced.html)
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "gridstack",
3
3
"version": "7.0.1-dev",
4
-
"description": "TypeScript/JS lib for dashboard layout and creation, mobile support, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)",
4
+
"description": "TypeScript/JS lib for dashboard layout and creation, responsive, mobile support, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)",
0 commit comments