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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
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
-
-[3.1.0-dev](#310-dev)
8
+
-[3.1.2 (2020-12-7)](#311-2020-12-7)
9
9
-[3.1.0 (2020-12-4)](#310-2020-12-4)
10
10
-[3.0.0 (2020-11-29)](#300-2020-11-29)
11
11
-[2.2.0 (2020-11-7)](#220-2020-11-7)
@@ -43,7 +43,7 @@ Change log
43
43
44
44
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
45
45
46
-
## 3.1.0-dev
46
+
## 3.1.2 (2020-12-7)
47
47
48
48
- 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)
49
49
-- **possible BREAK** (unlikely you use engine directly)
@@ -53,6 +53,7 @@ Change log
53
53
- fix [1330](https://github.com/gridstack/gridstack.js/issues/1330)`maxW` does not work as intended with resizable handle `"w"`
54
54
- fix [1472](https://github.com/gridstack/gridstack.js/issues/1472) support all options for new dragged in widgets (read all `gs-xyz` attributes)
55
55
- fix [1511](https://github.com/gridstack/gridstack.js/issues/1511) dragging any grid item content works
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.0-dev",
3
+
"version": "3.1.2",
4
4
"description": "TypeScript/Javascript lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Ember, knockout...)",
Copy file name to clipboardExpand all lines: src/gridstack.scss
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*!
2
-
* gridstack 2.1.0 required CSS for default 12 and 1 column Mode size. Use gridstack-extra.css for column [2-11], else see https://github.com/gridstack/gridstack.js#custom-columns-css
2
+
* gridstack 3.1.2 required CSS for default 12 and 1 column Mode size. Use gridstack-extra.css for column [2-11], else see https://github.com/gridstack/gridstack.js#custom-columns-css
3
3
* https://gridstackjs.com/
4
4
* (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
5
5
* gridstack.js may be freely distributed under the MIT license.
0 commit comments