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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
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
+
-[4.0.0-dev](#400-dev)
8
9
-[4.0.0 (2021-3-19)](#400-2021-3-19)
9
10
-[3.3.0 (2021-2-2)](#330-2021-2-2)
10
11
-[3.2.0 (2021-1-25)](#320-2021-1-25)
@@ -48,6 +49,10 @@ Change log
48
49
-[v0.1.0 (2014-11-18)](#v010-2014-11-18)
49
50
50
51
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
52
+
## 4.0.0-dev
53
+
54
+
- fix [#1661](https://github.com/gridstack/gridstack.js/issues/1661) serialization of nested grid
55
+
51
56
## 4.0.0 (2021-3-19)
52
57
53
58
- fix [#149](https://github.com/gridstack/gridstack.js/issues/149)[#1094](https://github.com/gridstack/gridstack.js/issues/1094)[#1605](https://github.com/gridstack/gridstack.js/issues/1605)[#1534](https://github.com/gridstack/gridstack.js/issues/1534) re-write of the **collision code - fixing 6 years old most requested request**
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": "4.0.0",
3
+
"version": "4.0.0-dev",
4
4
"description": "TypeScript/JS lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)",
0 commit comments