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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ 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
-
-[3.1.2 (2020-12-7)](#311-2020-12-7)
8
+
-[3.1.2-dev](#312-dev)
9
+
-[3.1.2 (2020-12-7)](#312-2020-12-7)
9
10
-[3.1.0 (2020-12-4)](#310-2020-12-4)
10
11
-[3.0.0 (2020-11-29)](#300-2020-11-29)
11
12
-[2.2.0 (2020-11-7)](#220-2020-11-7)
@@ -43,6 +44,10 @@ Change log
43
44
44
45
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
45
46
47
+
## 3.1.2-dev
48
+
49
+
- fix [1535](https://github.com/gridstack/gridstack.js/issues/1535) use batchUpdate() around grid init to make sure gs-y attributes are respected.
50
+
46
51
## 3.1.2 (2020-12-7)
47
52
48
53
- fix [1419](https://github.com/gridstack/gridstack.js/issues/1419) dragging into a fixed row grid works better (check if it will fit, else try to append, else won't insert)
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": "3.1.2",
3
+
"version": "3.1.2-dev",
4
4
"description": "TypeScript/Javascript lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Ember, knockout...)",
0 commit comments