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
+17-13Lines changed: 17 additions & 13 deletions
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
+
-[7.1.1 (2022-11-13)](#711-2022-11-13)
8
9
-[7.1.0 (2022-10-23)](#710-2022-10-23)
9
10
-[7.0.1 (2022-10-14)](#701-2022-10-14)
10
11
-[7.0.0 (2022-10-09)](#700-2022-10-09)
@@ -75,16 +76,19 @@ Change log
75
76
76
77
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
77
78
79
+
## 7.1.1 (2022-11-13)
80
+
* fix [#939](https://github.com/gridstack/gridstack.js/issues/939) editable elements focus (introduced in v6)
81
+
78
82
## 7.1.0 (2022-10-23)
79
83
* back to MIT license in package.json
80
84
* add `GridStackEngine.findEmptyPosition()`
81
-
*fixed[#2081](https://github.com/gridstack/gridstack.js/issues/2081) removeWidget() after it's gone from DOM
82
-
*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
83
-
*fixed[#1975](https://github.com/gridstack/gridstack.js/issues/1975) oneColumnModeDomSort not respected when loading in 1 column
85
+
*fix[#2081](https://github.com/gridstack/gridstack.js/issues/2081) removeWidget() after it's gone from DOM
86
+
*fix[#1985](https://github.com/gridstack/gridstack.js/issues/1985) addWidget() or DOM read in single column mode will not adjust to multi column mode
87
+
*fix[#1975](https://github.com/gridstack/gridstack.js/issues/1975) oneColumnModeDomSort not respected when loading in 1 column
84
88
85
89
## 7.0.1 (2022-10-14)
86
-
*fixed[#2073](https://github.com/gridstack/gridstack.js/issues/2073) SSR (server side rendering) isTouch issue (introduced in v6)
87
-
*fixed - removing last item delete sub-grid that are not auto-generated (nested.html vs nested_advanced.html)
90
+
*fix[#2073](https://github.com/gridstack/gridstack.js/issues/2073) SSR (server side rendering) isTouch issue (introduced in v6)
91
+
*fix - removing last item delete sub-grid that are not auto-generated (nested.html vs nested_advanced.html)
88
92
89
93
## 7.0.0 (2022-10-09)
90
94
* add [#1009](https://github.com/gridstack/gridstack.js/issues/1009) Create sub-grids on the fly,
@@ -95,17 +99,17 @@ See [advance Nested](https://github.com/gridstack/gridstack.js/blob/master/demo/
95
99
* add [#1943](https://github.com/gridstack/gridstack.js/issues/1943) you can now drag sub-grids into other sub-grids
96
100
97
101
## 6.0.3 (2022-10-08)
98
-
*fixed[#2055](https://github.com/gridstack/gridstack.js/issues/2055) maxRow=1 resize outside (broke in 6.0.1)
99
-
*fixed[#2054](https://github.com/gridstack/gridstack.js/issues/2054) Can't enter text in textarea/input (broke in v6)
102
+
*fix[#2055](https://github.com/gridstack/gridstack.js/issues/2055) maxRow=1 resize outside (broke in 6.0.1)
103
+
*fix[#2054](https://github.com/gridstack/gridstack.js/issues/2054) Can't enter text in textarea/input (broke in v6)
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,6 +1,6 @@
1
1
{
2
2
"name": "gridstack",
3
-
"version": "7.1.0-dev",
3
+
"version": "7.1.1",
4
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