Skip to content

Commit 9927e2a

Browse files
authored
Merge pull request #1690 from adumesny/master
v4.0.2
2 parents 50d5803 + 512fce0 commit 9927e2a

23 files changed

+25
-25
lines changed

doc/CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.0.1-dev](#401-dev)
8+
- [4.0.2 (2021-3-27)](#402-2021-3-27)
99
- [4.0.1 (2021-3-20)](#401-2021-3-20)
1010
- [4.0.0 (2021-3-19)](#400-2021-3-19)
1111
- [3.3.0 (2021-2-2)](#330-2021-2-2)
@@ -50,7 +50,7 @@ Change log
5050
- [v0.1.0 (2014-11-18)](#v010-2014-11-18)
5151

5252
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
53-
## 4.0.1-dev
53+
## 4.0.2 (2021-3-27)
5454

5555
- fix [#1679](https://github.com/gridstack/gridstack.js/issues/1679) `Resizable: {handles:'w/sw'}` work again in 4.x
5656
- fix [#1658](https://github.com/gridstack/gridstack.js/issues/1658) `enableMove(T/F)` not working correctly

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
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",
@@ -78,7 +78,7 @@
7878
"karma": "^4",
7979
"karma-chrome-launcher": "^3.1.0",
8080
"karma-cli": "^2.0.0",
81-
"karma-jasmine": "^4.0.1",
81+
"karma-jasmine": "^4.0.2",
8282
"karma-typescript": "4.1.1",
8383
"node-sass": "^5.0.0",
8484
"protractor": "^7.0.0",

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.0.1
2+
* gridstack-dd.ts 4.0.2
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.0.1
2+
* gridstack-ddi.ts 4.0.2
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.0.1
2+
* gridstack-engine.ts 4.0.2
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack-poly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack-poly.ts 4.0.1 - used for older browser support (not currently supported in v2+)
2+
* gridstack-poly.ts 4.0.2 - used for older browser support (not currently supported in v2+)
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.0.1
2+
* gridstack SASS styles 4.0.2
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

src/gridstack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* GridStack 4.0.1
2+
* GridStack 4.0.2
33
* https://gridstackjs.com/
44
*
55
* Copyright (c) 2021 Alain Dumesny

src/h5/dd-base-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* dd-base-impl.ts 4.0.1
2+
* dd-base-impl.ts 4.0.2
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

src/h5/dd-draggable.ts

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

0 commit comments

Comments
 (0)