Skip to content

Commit 3823e38

Browse files
authored
Merge pull request #1906 from adumesny/master
4.4.1-dev
2 parents ca2fba7 + 003e8b9 commit 3823e38

23 files changed

+30
-27
lines changed

doc/CHANGES.md

Lines changed: 6 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-
- [4.4.0-dev TBD](#440-dev-tbd)
8+
- [4.4.1-dev (TBD)](#441-dev-tbd)
9+
- [4.4.1 (2021-12-24)](#441-2021-12-24)
910
- [4.4.0 (2021-12-21)](#440-2021-12-21)
1011
- [4.3.1 (2021-10-18)](#431-2021-10-18)
1112
- [4.3.0 (2021-10-15)](#430-2021-10-15)
@@ -65,10 +66,12 @@ Change log
6566

6667
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
6768

68-
## 4.4.0-dev TBD
69-
* fix [#1901](https://github.com/gridstack/gridstack.js/pull/1901) error introduced for #1785 when re-loading with fewer objects
69+
## 4.4.1-dev (TBD)
7070
* fix [#1902](https://github.com/gridstack/gridstack.js/pull/1902) nested.html: dragging between sub-grids show items clipped
7171

72+
## 4.4.1 (2021-12-24)
73+
* fix [#1901](https://github.com/gridstack/gridstack.js/pull/1901) error introduced for #1785 when re-loading with fewer objects
74+
7275
## 4.4.0 (2021-12-21)
7376
* add [#1887](https://github.com/gridstack/gridstack.js/pull/1887) support for IE (new es5 folder) by [@SmileLifeIven](https://github.com/SmileLifeIven)
7477
* fix [#1785](https://github.com/gridstack/gridstack.js/issue/1785) overlapping items when switching column() and making edits. Thank you [@radovanobal](https://github.com/radovanobal) for sponsoring it.

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": "4.4.0-dev",
3+
"version": "4.4.1-dev",
44
"description": "TypeScript/JS lib for dashboard layout and creation, no external dependencies, with many wrappers (React, Angular, Vue, 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,5 +1,5 @@
11
/**
2-
* gridstack-dd.ts 4.4.0-dev
2+
* gridstack-dd.ts 4.4.1-dev
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack-ddi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-ddi.ts 4.4.0-dev
2+
* gridstack-ddi.ts 4.4.1-dev
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack-engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-engine.ts 4.4.0-dev
2+
* gridstack-engine.ts 4.4.1-dev
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack-h5.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* index-h5.ts 4.4.0-dev - everything you need for a Grid that uses HTML5 native drag&drop
2+
* index-h5.ts 4.4.1-dev - everything you need for a Grid that uses HTML5 native drag&drop
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack-jq.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* index-jq.ts 4.4.0-dev - everything you need for a Grid that uses Jquery-ui drag&drop (original, full feature)
2+
* index-jq.ts 4.4.1-dev - everything you need for a Grid that uses Jquery-ui drag&drop (original, full feature)
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack-poly.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-poly.ts 4.4.0-dev used for IE and older browser support (not supported in v2-v4.3.1, but again in v4.4)
2+
* gridstack-poly.ts 4.4.1-dev used for IE and older browser support (not supported in v2-v4.3.1, but again in v4.4)
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

@@ -163,8 +163,8 @@ if (!Array.prototype.findIndex) {
163163
});
164164
})([Element.prototype, Document.prototype, DocumentFragment.prototype]);
165165

166-
// Production steps of ECMA-262, Edition 5, 15.4.4.18
167-
// Reference: http://es5.github.io/#x15.4.4.18
166+
// Production steps of ECMA-262, Edition 5, 15.4.4.1-dev8
167+
// Reference: http://es5.github.io/#x15.4.4.1-dev8
168168

169169
if (!Array.prototype['forEach']) {
170170

src/gridstack-static.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* index-static.ts 4.4.0-dev - much smaller, everything you need for a static Grid (non draggable, API driven)
2+
* index-static.ts 4.4.1-dev - much smaller, everything you need for a static Grid (non draggable, API driven)
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack SASS styles 4.4.0-dev
2+
* gridstack SASS styles 4.4.1-dev
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

0 commit comments

Comments
 (0)