diff --git a/doc/CHANGES.md b/doc/CHANGES.md index a1772f4b9..ac0675e33 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -5,6 +5,7 @@ Change log **Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)* +- [3.2.0-dev](#320-dev) - [3.2.0 (2021-1-25)](#320-2021-1-25) - [3.1.5 (2021-1-23)](#315-2021-1-23) - [3.1.4 (2021-1-11)](#314-2021-1-11) @@ -46,6 +47,10 @@ Change log - [v0.1.0 (2014-11-18)](#v010-2014-11-18) +## 3.2.0-dev + +- TBD + ## 3.2.0 (2021-1-25) - fix [1413](https://github.com/gridstack/gridstack.js/issues/1413) website & lib works on mobile. We now compile the latest v1.0.8 `jquery.ui.touch-punch` diff --git a/package.json b/package.json index abbdfa70d..423677f0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gridstack", - "version": "3.2.0", + "version": "3.2.0-dev", "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 fd3a11620..6e8fd561e 100644 --- a/src/gridstack-dd.ts +++ b/src/gridstack-dd.ts @@ -1,4 +1,4 @@ -// gridstack-GridStackDD.get().ts 3.2.0 @preserve +// gridstack-GridStackDD.get().ts 3.2.0-dev @preserve /** * https://gridstackjs.com/ diff --git a/src/gridstack-ddi.ts b/src/gridstack-ddi.ts index 270060d44..7251ef0f4 100644 --- a/src/gridstack-ddi.ts +++ b/src/gridstack-ddi.ts @@ -1,4 +1,4 @@ -// gridstack-ddi.ts 3.2.0 @preserve +// gridstack-ddi.ts 3.2.0-dev @preserve /** * https://gridstackjs.com/ diff --git a/src/gridstack-engine.ts b/src/gridstack-engine.ts index 0e9ba4b04..ac1a1987f 100644 --- a/src/gridstack-engine.ts +++ b/src/gridstack-engine.ts @@ -1,4 +1,4 @@ -// gridstack-engine.ts 3.2.0 @preserve +// gridstack-engine.ts 3.2.0-dev @preserve /** * https://gridstackjs.com/ diff --git a/src/gridstack-extra.scss b/src/gridstack-extra.scss index 0697e455b..0c360582e 100644 --- a/src/gridstack-extra.scss +++ b/src/gridstack-extra.scss @@ -1,5 +1,5 @@ /*! - * gridstack 3.2.0 extra CSS for [2-11] columns (non default) + * gridstack 3.2.0-dev 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 ce7b6ef95..dc8ad9042 100644 --- a/src/gridstack.scss +++ b/src/gridstack.scss @@ -1,5 +1,5 @@ /*! - * gridstack 3.2.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 + * gridstack 3.2.0-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 * 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 e3642eec2..38563a265 100644 --- a/src/gridstack.ts +++ b/src/gridstack.ts @@ -1,4 +1,4 @@ -// gridstack.ts 3.2.0 @preserve +// gridstack.ts 3.2.0-dev @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-base-impl.ts b/src/h5/dd-base-impl.ts index aa88eb496..a07b42513 100644 --- a/src/h5/dd-base-impl.ts +++ b/src/h5/dd-base-impl.ts @@ -1,4 +1,4 @@ -// dd-base-impl.ts 3.2.0 @preserve +// dd-base-impl.ts 3.2.0-dev @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-draggable.ts b/src/h5/dd-draggable.ts index 0adfef875..fb6a1460c 100644 --- a/src/h5/dd-draggable.ts +++ b/src/h5/dd-draggable.ts @@ -1,4 +1,4 @@ -// dd-draggable.ts 3.2.0 @preserve +// dd-draggable.ts 3.2.0-dev @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-droppable.ts b/src/h5/dd-droppable.ts index 211178329..135e212d9 100644 --- a/src/h5/dd-droppable.ts +++ b/src/h5/dd-droppable.ts @@ -1,4 +1,4 @@ -// dd-droppable.ts 3.2.0 @preserve +// dd-droppable.ts 3.2.0-dev @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-element.ts b/src/h5/dd-element.ts index 6bd25b590..64ecbb7bc 100644 --- a/src/h5/dd-element.ts +++ b/src/h5/dd-element.ts @@ -1,4 +1,4 @@ -// dd-elements.ts 3.2.0 @preserve +// dd-elements.ts 3.2.0-dev @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-manager.ts b/src/h5/dd-manager.ts index 76986461b..76e63f222 100644 --- a/src/h5/dd-manager.ts +++ b/src/h5/dd-manager.ts @@ -1,4 +1,4 @@ -// dd-manager.ts 3.2.0 @preserve +// dd-manager.ts 3.2.0-dev @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-resizable-handle.ts b/src/h5/dd-resizable-handle.ts index c3c85a2d7..08dd47316 100644 --- a/src/h5/dd-resizable-handle.ts +++ b/src/h5/dd-resizable-handle.ts @@ -1,4 +1,4 @@ -// dd-resizable-handle.ts 3.2.0 @preserve +// dd-resizable-handle.ts 3.2.0-dev @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-resizable.ts b/src/h5/dd-resizable.ts index 64a530404..5cc833006 100644 --- a/src/h5/dd-resizable.ts +++ b/src/h5/dd-resizable.ts @@ -1,4 +1,4 @@ -// dd-resizable.ts 3.2.0 @preserve +// dd-resizable.ts 3.2.0-dev @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/dd-utils.ts b/src/h5/dd-utils.ts index e5217ef37..377ab58e1 100644 --- a/src/h5/dd-utils.ts +++ b/src/h5/dd-utils.ts @@ -1,4 +1,4 @@ -// dd-utils.ts 3.2.0 @preserve +// dd-utils.ts 3.2.0-dev @preserve /** * https://gridstackjs.com/ diff --git a/src/h5/gridstack-dd-native.ts b/src/h5/gridstack-dd-native.ts index d33e1076f..cb833c96c 100644 --- a/src/h5/gridstack-dd-native.ts +++ b/src/h5/gridstack-dd-native.ts @@ -1,4 +1,4 @@ -// gridstack-dd-native.ts 3.2.0 @preserve +// gridstack-dd-native.ts 3.2.0-dev @preserve /** * https://gridstackjs.com/ diff --git a/src/index-h5.ts b/src/index-h5.ts index 53cb9c760..24d825eb9 100644 --- a/src/index-h5.ts +++ b/src/index-h5.ts @@ -1,4 +1,4 @@ -// index.html5.ts 3.2.0 - everything you need for a Grid that uses HTML5 native drag&drop (work in progress) @preserve +// index.html5.ts 3.2.0-dev - 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 06e982177..d20d8974b 100644 --- a/src/index-jq.ts +++ b/src/index-jq.ts @@ -1,4 +1,4 @@ -// index.jq.ts 3.2.0 - everything you need for a Grid that uses Jquery-ui drag&drop (original, full feature) @preserve +// index.jq.ts 3.2.0-dev - 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 3bad892b3..15b989a60 100644 --- a/src/index-static.ts +++ b/src/index-static.ts @@ -1,4 +1,4 @@ -// index.static.ts 3.2.0 - everything you need for a static Grid (non draggable) @preserve +// index.static.ts 3.2.0-dev - 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 27a135c39..e89e07a6d 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,4 +1,4 @@ -// types.ts 3.2.0 @preserve +// types.ts 3.2.0-dev @preserve /** * https://gridstackjs.com/ diff --git a/src/utils.ts b/src/utils.ts index f5a561ef5..1d694e6ed 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,4 +1,4 @@ -// utils.ts 3.2.0 @preserve +// utils.ts 3.2.0-dev @preserve /** * https://gridstackjs.com/