Skip to content

Commit 905f6c8

Browse files
author
Alain Dumesny
committed
next release rev
1 parent ea9254d commit 905f6c8

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

doc/CHANGES.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +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+
- [v0.5.3-dev (upcoming changes)](#v053-dev-upcoming-changes)
89
- [v0.5.3 (2019-11-20)](#v053-2019-11-20)
910
- [v0.5.2 (2019-11-13)](#v052-2019-11-13)
1011
- [v0.5.1 (2019-11-07)](#v051-2019-11-07)
@@ -22,12 +23,16 @@ Change log
2223

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

26+
## v0.5.3-dev (upcoming changes)
27+
28+
TBD
29+
2530
## v0.5.3 (2019-11-20)
2631

2732
- grid options `width` is now `column`, `height` now `maxRow`, and `setGridWidth()` now `setColumn()` to match what they are. Old names are still supported (console warnings). Various fixes for custom # of column and re-wrote entire doc section ([#1053](https://github.com/gridstack/gridstack.js/issues/1053)).
28-
- fix widgets not animating when animate: true is used. on every move, styles were recreated-fix should slightly improve gridstack.js speed ([#937](https://github.com/gridstack/gridstack.js/issues/937)).
33+
- fix widgets not animating when `animate: true` is used. on every move, styles were recreated-fix should slightly improve gridstack.js speed ([#937](https://github.com/gridstack/gridstack.js/issues/937)).
2934
- fix moving widgets when having multiple grids. jquery-ui workaround ([#1043](https://github.com/gridstack/gridstack.js/issues/1043)).
30-
- switch to eslint ([#763](https://github.com/gridstack/gridstack.js/issues/763)).
35+
- switch to eslint ([#763](https://github.com/gridstack/gridstack.js/issues/763)) thanks [@rwstoneback](https://github.com/rwstoneback).
3136
- fix null values `addWidget()` options ([#1042](https://github.com/gridstack/gridstack.js/issues/1042)).
3237

3338
## v0.5.2 (2019-11-13)

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": "0.5.3",
3+
"version": "0.5.3-dev",
44
"description": "gridstack.js is a jQuery plugin for widget layout",
55
"main": "dist/gridstack.js",
66
"repository": {

src/gridstack.jQueryUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack.js 0.5.3
2+
* gridstack.js 0.5.3-dev
33
* https://gridstackjs.com/
44
* (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.

src/gridstack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack.js 0.5.3
2+
* gridstack.js 0.5.3-dev
33
* https://gridstackjs.com/
44
* (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.

0 commit comments

Comments
 (0)