Skip to content

Commit 5a717ea

Browse files
authored
Merge pull request #1565 from adumesny/develop
rev 3.1.4
2 parents e7065dc + cb93d82 commit 5a717ea

22 files changed

+28
-24
lines changed

doc/CHANGES.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Change log
55
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
66
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
77

8-
- [3.1.3-dev](#313-dev)
8+
- [3.1.4-dev](#314-dev)
9+
- [3.1.4 (2021-1-11)](#314-2021-1-11)
910
- [3.1.3 (2021-1-2)](#313-2021-1-2)
1011
- [3.1.2 (2020-12-7)](#312-2020-12-7)
1112
- [3.1.0 (2020-12-4)](#310-2020-12-4)
@@ -44,10 +45,13 @@ Change log
4445
- [v0.1.0 (2014-11-18)](#v010-2014-11-18)
4546

4647
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
47-
## 3.1.3-dev
48+
## 3.1.4-dev
49+
50+
- TBD
51+
## 3.1.4 (2021-1-11)
4852

4953
- fix [1557](https://github.com/gridstack/gridstack.js/pull/1557) fix no-drop cursor on windows when dragging within a default grid (no external drag in)
50-
- fix [1541](https://github.com/gridstack/gridstack.js/pull/1541) fix Safari H5 elay when dropping items
54+
- fix [1541](https://github.com/gridstack/gridstack.js/pull/1541) fix Safari H5 delay when dropping items
5155

5256
## 3.1.3 (2021-1-2)
5357

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack",
3-
"version": "3.1.3-dev",
3+
"version": "3.1.4",
44
"description": "TypeScript/Javascript lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Ember, knockout...)",
55
"main": "./dist/gridstack.js",
66
"types": "./dist/gridstack.d.ts",

src/gridstack-dd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// gridstack-GridStackDD.get().ts 3.1.3-dev @preserve
1+
// gridstack-GridStackDD.get().ts 3.1.4 @preserve
22

33
/**
44
* https://gridstackjs.com/

src/gridstack-ddi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// gridstack-ddi.ts 3.1.3-dev @preserve
1+
// gridstack-ddi.ts 3.1.4 @preserve
22

33
/**
44
* https://gridstackjs.com/

src/gridstack-engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// gridstack-engine.ts 3.1.3-dev @preserve
1+
// gridstack-engine.ts 3.1.4 @preserve
22

33
/**
44
* https://gridstackjs.com/

src/gridstack-extra.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* gridstack 3.1.3-dev extra CSS for [2-11] columns (non default)
2+
* gridstack 3.1.4 extra CSS for [2-11] columns (non default)
33
* https://gridstackjs.com/
44
* (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.

src/gridstack.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* gridstack 3.1.3-dev 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.4 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
33
* https://gridstackjs.com/
44
* (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.

src/gridstack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// gridstack.ts 3.1.3-dev @preserve
1+
// gridstack.ts 3.1.4 @preserve
22

33
/**
44
* https://gridstackjs.com/

src/h5/dd-base-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dd-base-impl.ts 3.1.3-dev @preserve
1+
// dd-base-impl.ts 3.1.4 @preserve
22

33
/**
44
* https://gridstackjs.com/

src/h5/dd-draggable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dd-draggable.ts 3.1.3-dev @preserve
1+
// dd-draggable.ts 3.1.4 @preserve
22

33
/**
44
* https://gridstackjs.com/

0 commit comments

Comments
 (0)