diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 4a5da77eb..2a39b677a 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -5,7 +5,8 @@ Change log **Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)* -- [3.1.3-dev](#313-dev) +- [3.1.4-dev](#314-dev) +- [3.1.4 (2021-1-11)](#314-2021-1-11) - [3.1.3 (2021-1-2)](#313-2021-1-2) - [3.1.2 (2020-12-7)](#312-2020-12-7) - [3.1.0 (2020-12-4)](#310-2020-12-4) @@ -44,10 +45,13 @@ Change log - [v0.1.0 (2014-11-18)](#v010-2014-11-18) -## 3.1.3-dev +## 3.1.4-dev + +- TBD +## 3.1.4 (2021-1-11) - 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) -- fix [1541](https://github.com/gridstack/gridstack.js/pull/1541) fix Safari H5 elay when dropping items +- fix [1541](https://github.com/gridstack/gridstack.js/pull/1541) fix Safari H5 delay when dropping items ## 3.1.3 (2021-1-2) diff --git a/package.json b/package.json index 9a1ed3ffb..fe1855431 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gridstack", - "version": "3.1.3-dev", + "version": "3.1.4", "description": "TypeScript/Javascript lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Ember, knockout...)", "main": "./dist/gridstack.js", "types": "./dist/gridstack.d.ts", diff --git a/src/gridstack-dd.ts b/src/gridstack-dd.ts index 058ce0be6..1d089809a 100644 --- a/src/gridstack-dd.ts +++ b/src/gridstack-dd.ts @@ -1,4 +1,4 @@ -// gridstack-GridStackDD.get().ts 3.1.3-dev @preserve +// gridstack-GridStackDD.get().ts 3.1.4 @preserve /** * https://gridstackjs.com/ diff --git a/src/gridstack-ddi.ts b/src/gridstack-ddi.ts index 21d08606b..6c9ccc8e1 100644 --- a/src/gridstack-ddi.ts +++ b/src/gridstack-ddi.ts @@ -1,4 +1,4 @@ -// gridstack-ddi.ts 3.1.3-dev @preserve +// gridstack-ddi.ts 3.1.4 @preserve /** * https://gridstackjs.com/ diff --git a/src/gridstack-engine.ts b/src/gridstack-engine.ts index 9523c2766..7395e366a 100644 --- a/src/gridstack-engine.ts +++ b/src/gridstack-engine.ts @@ -1,4 +1,4 @@ -// gridstack-engine.ts 3.1.3-dev @preserve +// gridstack-engine.ts 3.1.4 @preserve /** * https://gridstackjs.com/ diff --git a/src/gridstack-extra.scss b/src/gridstack-extra.scss index 522e54f19..cf4cf3b80 100644 --- a/src/gridstack-extra.scss +++ b/src/gridstack-extra.scss @@ -1,5 +1,5 @@ /*! - * gridstack 3.1.3-dev extra CSS for [2-11] columns (non default) + * gridstack 3.1.4 extra CSS for [2-11] columns (non default) * https://gridstackjs.com/ * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov * gridstack.js may be freely distributed under the MIT license. diff --git a/src/gridstack.scss b/src/gridstack.scss index 26ab4c788..18e241a68 100644 --- a/src/gridstack.scss +++ b/src/gridstack.scss @@ -1,5 +1,5 @@ /*! - * 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 + * 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 * https://gridstackjs.com/ * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov * gridstack.js may be freely distributed under the MIT license. diff --git a/src/gridstack.ts b/src/gridstack.ts index 5c713f71c..532d46bae 100644 --- a/src/gridstack.ts +++ b/src/gridstack.ts @@ -1,4 +1,4 @@ -// gridstack.ts 3.1.3-dev @preserve +// gridstack.ts 3.1.4 @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-base-impl.ts b/src/h5/dd-base-impl.ts index 55d2f943a..f3c319f10 100644 --- a/src/h5/dd-base-impl.ts +++ b/src/h5/dd-base-impl.ts @@ -1,4 +1,4 @@ -// dd-base-impl.ts 3.1.3-dev @preserve +// dd-base-impl.ts 3.1.4 @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-draggable.ts b/src/h5/dd-draggable.ts index e43acb9d3..6f1479551 100644 --- a/src/h5/dd-draggable.ts +++ b/src/h5/dd-draggable.ts @@ -1,4 +1,4 @@ -// dd-draggable.ts 3.1.3-dev @preserve +// dd-draggable.ts 3.1.4 @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-droppable.ts b/src/h5/dd-droppable.ts index 6579bbfe0..54543dacf 100644 --- a/src/h5/dd-droppable.ts +++ b/src/h5/dd-droppable.ts @@ -1,4 +1,4 @@ -// dd-droppable.ts 3.1.3-dev @preserve +// dd-droppable.ts 3.1.4 @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-element.ts b/src/h5/dd-element.ts index 97773ecf8..ddb171cf8 100644 --- a/src/h5/dd-element.ts +++ b/src/h5/dd-element.ts @@ -1,4 +1,4 @@ -// dd-elements.ts 3.1.3-dev @preserve +// dd-elements.ts 3.1.4 @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-manager.ts b/src/h5/dd-manager.ts index 92e4b2786..589e19b2f 100644 --- a/src/h5/dd-manager.ts +++ b/src/h5/dd-manager.ts @@ -1,4 +1,4 @@ -// dd-manager.ts 3.1.3-dev @preserve +// dd-manager.ts 3.1.4 @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-resizable-handle.ts b/src/h5/dd-resizable-handle.ts index a35cff33f..93ed2ad91 100644 --- a/src/h5/dd-resizable-handle.ts +++ b/src/h5/dd-resizable-handle.ts @@ -1,4 +1,4 @@ -// dd-resizable-handle.ts 3.1.3-dev @preserve +// dd-resizable-handle.ts 3.1.4 @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-resizable.ts b/src/h5/dd-resizable.ts index f72ce77b7..8cbcff0cc 100644 --- a/src/h5/dd-resizable.ts +++ b/src/h5/dd-resizable.ts @@ -1,4 +1,4 @@ -// dd-resizable.ts 3.1.3-dev @preserve +// dd-resizable.ts 3.1.4 @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-utils.ts b/src/h5/dd-utils.ts index a0c3cedaa..6a80e47f0 100644 --- a/src/h5/dd-utils.ts +++ b/src/h5/dd-utils.ts @@ -1,4 +1,4 @@ -// dd-utils.ts 3.1.3-dev @preserve +// dd-utils.ts 3.1.4 @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/gridstack-dd-native.ts b/src/h5/gridstack-dd-native.ts index 75f407ab6..054384e3e 100644 --- a/src/h5/gridstack-dd-native.ts +++ b/src/h5/gridstack-dd-native.ts @@ -1,4 +1,4 @@ -// gridstack-dd-native.ts 3.1.3-dev @preserve +// gridstack-dd-native.ts 3.1.4 @preserve /** * https://gridstackjs.com/ diff --git a/src/index-h5.ts b/src/index-h5.ts index 371eab275..d97fb67dd 100644 --- a/src/index-h5.ts +++ b/src/index-h5.ts @@ -1,4 +1,4 @@ -// index.html5.ts 3.1.3-dev - everything you need for a Grid that uses HTML5 native drag&drop (work in progress) @preserve +// index.html5.ts 3.1.4 - everything you need for a Grid that uses HTML5 native drag&drop (work in progress) @preserve // import './gridstack-poly.js'; diff --git a/src/index-jq.ts b/src/index-jq.ts index ae85e705b..2e472e3a5 100644 --- a/src/index-jq.ts +++ b/src/index-jq.ts @@ -1,4 +1,4 @@ -// index.jq.ts 3.1.3-dev - everything you need for a Grid that uses Jquery-ui drag&drop (original, full feature) @preserve +// index.jq.ts 3.1.4 - everything you need for a Grid that uses Jquery-ui drag&drop (original, full feature) @preserve // import './gridstack-poly.js'; diff --git a/src/index-static.ts b/src/index-static.ts index 89de3cc27..73e7ab8e2 100644 --- a/src/index-static.ts +++ b/src/index-static.ts @@ -1,4 +1,4 @@ -// index.static.ts 3.1.3-dev - everything you need for a static Grid (non draggable) @preserve +// index.static.ts 3.1.4 - everything you need for a static Grid (non draggable) @preserve // import './gridstack-poly.js'; diff --git a/src/types.ts b/src/types.ts index 66b9be0da..4f68f79c2 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,4 +1,4 @@ -// types.ts 3.1.3-dev @preserve +// types.ts 3.1.4 @preserve /** * https://gridstackjs.com/ diff --git a/src/utils.ts b/src/utils.ts index 74a7ad198..b30fd7528 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,4 +1,4 @@ -// utils.ts 3.1.3-dev @preserve +// utils.ts 3.1.4 @preserve /** * https://gridstackjs.com/