Skip to content

Commit b47e46d

Browse files
committed
v4.0.3
1 parent 82e85b2 commit b47e46d

23 files changed

+24
-24
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.2-dev](#402-dev)
8+
- [4.0.3 (2021-3-28)](#403-2021-3-28)
99
- [4.0.2 (2021-3-27)](#402-2021-3-27)
1010
- [4.0.1 (2021-3-20)](#401-2021-3-20)
1111
- [4.0.0 (2021-3-19)](#400-2021-3-19)
@@ -51,7 +51,7 @@ Change log
5151
- [v0.1.0 (2014-11-18)](#v010-2014-11-18)
5252

5353
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
54-
## 4.0.2-dev
54+
## 4.0.3 (2021-3-28)
5555

5656
- fix [#1693](https://github.com/gridstack/gridstack.js/issues/1693) `load` after `init()` broken in 4.x
5757
- fix [#1687](https://github.com/gridstack/gridstack.js/issues/1687) drag between 2 grids with `row / maxRow` broken in 4.x

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.0.2-dev",
3+
"version": "4.0.3",
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.0.2-dev
2+
* gridstack-dd.ts 4.0.3
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.2-dev
2+
* gridstack-ddi.ts 4.0.3
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.2-dev
2+
* gridstack-engine.ts 4.0.3
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.2-dev - used for older browser support (not currently supported in v2+)
2+
* gridstack-poly.ts 4.0.3 - 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.2-dev
2+
* gridstack SASS styles 4.0.3
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.2-dev
2+
* GridStack 4.0.3
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.2-dev
2+
* dd-base-impl.ts 4.0.3
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.2-dev
2+
* dd-draggable.ts 4.0.3
33
* Copyright (c) 2021 Alain Dumesny - see GridStack root license
44
*/
55

0 commit comments

Comments
 (0)