diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 6356d78eb..0ab1dd078 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -5,7 +5,7 @@ Change log **Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)* -- [4.3 (2021-10-15)](#43-2021-10-15) +- [4.3.0 (2021-10-15)](#430-2021-10-15) - [4.2.7 (2021-9-12)](#427-2021-9-12) - [4.2.6 (2021-7-11)](#426-2021-7-11) - [4.2.5 (2021-5-31)](#425-2021-5-31) @@ -62,7 +62,7 @@ Change log -## 4.3 (2021-10-15) +## 4.3.0 (2021-10-15) * you can now swap items of different width if they are the same row/height. Thanks to [spektrummedia](http://spektrummedia.com) for sponsoring it. * fix [#1860](https://github.com/gridstack/gridstack.js/issues/1860) nested grid save inf loop fix * use latest `dart-sass`, updated comments diff --git a/package.json b/package.json index 49058b927..90f70b0a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gridstack", - "version": "4.3", + "version": "4.3.0", "description": "TypeScript/JS lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Vue, Ember, knockout...)", "main": "./dist/gridstack.js", "types": "./dist/gridstack.d.ts", diff --git a/src/gridstack-dd.ts b/src/gridstack-dd.ts index 91c20f357..0774a4e9b 100644 --- a/src/gridstack-dd.ts +++ b/src/gridstack-dd.ts @@ -1,5 +1,5 @@ /** - * gridstack-dd.ts 4.3 + * gridstack-dd.ts 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack-ddi.ts b/src/gridstack-ddi.ts index f798de851..69baa9233 100644 --- a/src/gridstack-ddi.ts +++ b/src/gridstack-ddi.ts @@ -1,5 +1,5 @@ /** - * gridstack-ddi.ts 4.3 + * gridstack-ddi.ts 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack-engine.ts b/src/gridstack-engine.ts index 6db216631..98151022f 100644 --- a/src/gridstack-engine.ts +++ b/src/gridstack-engine.ts @@ -1,5 +1,5 @@ /** - * gridstack-engine.ts 4.3 + * gridstack-engine.ts 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack-h5.ts b/src/gridstack-h5.ts index 73979343f..67993165d 100644 --- a/src/gridstack-h5.ts +++ b/src/gridstack-h5.ts @@ -1,5 +1,5 @@ /** - * index-h5.ts 4.3 - everything you need for a Grid that uses HTML5 native drag&drop + * index-h5.ts 4.3.0 - everything you need for a Grid that uses HTML5 native drag&drop * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack-jq.ts b/src/gridstack-jq.ts index 56a1b23aa..802058de9 100644 --- a/src/gridstack-jq.ts +++ b/src/gridstack-jq.ts @@ -1,5 +1,5 @@ /** - * index-jq.ts 4.3 - everything you need for a Grid that uses Jquery-ui drag&drop (original, full feature) + * index-jq.ts 4.3.0 - everything you need for a Grid that uses Jquery-ui drag&drop (original, full feature) * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack-poly.js b/src/gridstack-poly.js index 8d8a91343..f49d98bf1 100644 --- a/src/gridstack-poly.js +++ b/src/gridstack-poly.js @@ -1,5 +1,5 @@ /** - * gridstack-poly.ts 4.3 - used for older browser support (not currently supported in v2+) + * gridstack-poly.ts 4.3.0 - used for older browser support (not currently supported in v2+) * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack-static.ts b/src/gridstack-static.ts index 0a24d401c..5df834501 100644 --- a/src/gridstack-static.ts +++ b/src/gridstack-static.ts @@ -1,5 +1,5 @@ /** - * index-static.ts 4.3 - much smaller, everything you need for a static Grid (non draggable, API driven) + * index-static.ts 4.3.0 - much smaller, everything you need for a static Grid (non draggable, API driven) * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack.scss b/src/gridstack.scss index 0e60b7ce6..faccfe2aa 100644 --- a/src/gridstack.scss +++ b/src/gridstack.scss @@ -1,5 +1,5 @@ /** - * gridstack SASS styles 4.3 + * gridstack SASS styles 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/gridstack.ts b/src/gridstack.ts index e691c994c..5a2d30c13 100644 --- a/src/gridstack.ts +++ b/src/gridstack.ts @@ -1,5 +1,5 @@ /*! - * GridStack 4.3 + * GridStack 4.3.0 * https://gridstackjs.com/ * * Copyright (c) 2021 Alain Dumesny diff --git a/src/h5/dd-base-impl.ts b/src/h5/dd-base-impl.ts index 856f4cf80..5a77ac181 100644 --- a/src/h5/dd-base-impl.ts +++ b/src/h5/dd-base-impl.ts @@ -1,5 +1,5 @@ /** - * dd-base-impl.ts 4.3 + * dd-base-impl.ts 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/h5/dd-draggable.ts b/src/h5/dd-draggable.ts index 32838a92e..8e327b8b1 100644 --- a/src/h5/dd-draggable.ts +++ b/src/h5/dd-draggable.ts @@ -1,5 +1,5 @@ /** - * dd-draggable.ts 4.3 + * dd-draggable.ts 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/h5/dd-droppable.ts b/src/h5/dd-droppable.ts index d34047957..c6227d830 100644 --- a/src/h5/dd-droppable.ts +++ b/src/h5/dd-droppable.ts @@ -1,5 +1,5 @@ /** - * dd-droppable.ts 4.3 + * dd-droppable.ts 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/h5/dd-element.ts b/src/h5/dd-element.ts index 835ad1290..bce639b7e 100644 --- a/src/h5/dd-element.ts +++ b/src/h5/dd-element.ts @@ -1,5 +1,5 @@ /** - * dd-elements.ts 4.3 + * dd-elements.ts 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/h5/dd-manager.ts b/src/h5/dd-manager.ts index 273265897..199671270 100644 --- a/src/h5/dd-manager.ts +++ b/src/h5/dd-manager.ts @@ -1,5 +1,5 @@ /** - * dd-manager.ts 4.3 + * dd-manager.ts 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/h5/dd-resizable-handle.ts b/src/h5/dd-resizable-handle.ts index 131e08be5..dbb11b5dc 100644 --- a/src/h5/dd-resizable-handle.ts +++ b/src/h5/dd-resizable-handle.ts @@ -1,5 +1,5 @@ /** - * dd-resizable-handle.ts 4.3 + * dd-resizable-handle.ts 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/h5/dd-resizable.ts b/src/h5/dd-resizable.ts index 2c9a97e52..8f7dc2568 100644 --- a/src/h5/dd-resizable.ts +++ b/src/h5/dd-resizable.ts @@ -1,5 +1,5 @@ /** - * dd-resizable.ts 4.3 + * dd-resizable.ts 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/h5/dd-utils.ts b/src/h5/dd-utils.ts index 0eaa7e202..bb23b540e 100644 --- a/src/h5/dd-utils.ts +++ b/src/h5/dd-utils.ts @@ -1,5 +1,5 @@ /** - * dd-utils.ts 4.3 + * dd-utils.ts 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ export class DDUtils { diff --git a/src/h5/gridstack-dd-native.ts b/src/h5/gridstack-dd-native.ts index 12ea81854..ddc85e870 100644 --- a/src/h5/gridstack-dd-native.ts +++ b/src/h5/gridstack-dd-native.ts @@ -1,5 +1,5 @@ /** - * gridstack-dd-native.ts 4.3 + * gridstack-dd-native.ts 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/jq/gridstack-dd-jqueryui.ts b/src/jq/gridstack-dd-jqueryui.ts index 5403a476c..29c63ca10 100644 --- a/src/jq/gridstack-dd-jqueryui.ts +++ b/src/jq/gridstack-dd-jqueryui.ts @@ -1,4 +1,4 @@ -// gridstack-dd-jqueryui.ts 4.3 +// gridstack-dd-jqueryui.ts 4.3.0 // Copyright (c) 2021 Alain Dumesny - see root license import { GridStackElement } from '../gridstack'; import { GridStackDD, DDOpts, DDKey, DDDropOpt, DDCallback, DDValue } from '../gridstack-dd'; diff --git a/src/types.ts b/src/types.ts index e0de32eba..0dec6bc0e 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,5 +1,5 @@ /** - * types.ts 4.3 + * types.ts 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */ diff --git a/src/utils.ts b/src/utils.ts index d462024fd..dda131102 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,5 +1,5 @@ /** - * utils.ts 4.3 + * utils.ts 4.3.0 * Copyright (c) 2021 Alain Dumesny - see GridStack root license */