From 95f5a3a6e61d1913ef1a764ffd39f2bc8c896c44 Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Wed, 20 Nov 2019 08:36:34 -0800 Subject: [PATCH 1/2] 0.5.3 release --- bower.json | 2 +- doc/CHANGES.md | 4 ++-- package.json | 2 +- {demo => spec/e2e/html}/column.html | 30 ++++++++++++++--------------- src/gridstack.jQueryUI.js | 2 +- src/gridstack.js | 2 +- 6 files changed, 21 insertions(+), 21 deletions(-) rename {demo => spec/e2e/html}/column.html (62%) diff --git a/bower.json b/bower.json index b3b2831a6..9238cb1bf 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "gridstack", - "version": "0.5.2-dev", + "version": "0.5.3", "homepage": "https://github.com/gridstack/gridstack.js", "authors": [ "Pavel Reznikov ", diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 5d1a85262..ba281b2cf 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/)* -- [v0.5.2-dev (upcoming changes)](#v052-dev-upcoming-changes) +- [v0.5.3 (2019-11-20)](#v053-2019-11-20) - [v0.5.2 (2019-11-13)](#v052-2019-11-13) - [v0.5.1 (2019-11-07)](#v051-2019-11-07) - [v0.5.0 (2019-11-06)](#v050-2019-11-06) @@ -22,7 +22,7 @@ Change log -## v0.5.2-dev (upcoming changes) +## v0.5.3 (2019-11-20) - 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)). - 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)). diff --git a/package.json b/package.json index 729682318..b1b7e1035 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gridstack", - "version": "0.5.2-dev", + "version": "0.5.3", "description": "gridstack.js is a jQuery plugin for widget layout", "main": "dist/gridstack.js", "repository": { diff --git a/demo/column.html b/spec/e2e/html/column.html similarity index 62% rename from demo/column.html rename to spec/e2e/html/column.html index 06c49b5ee..a79d42754 100644 --- a/demo/column.html +++ b/spec/e2e/html/column.html @@ -11,13 +11,14 @@ Column grid demo - + + - - + +