From 6fb3d8785c1c383a4de14a71c87bc93ca45c327b Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Tue, 26 Nov 2019 09:44:08 -0800 Subject: [PATCH] v0.5.4 release --- README.md | 2 ++ bower.json | 2 +- doc/CHANGES.md | 8 ++++---- package.json | 2 +- src/gridstack.d.ts | 2 +- src/gridstack.jQueryUI.js | 2 +- src/gridstack.js | 2 +- src/gridstack.poly.js | 2 +- 8 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 479d9990b..585d2119d 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Using gridstack.js with jQuery UI ```html + ``` @@ -79,6 +80,7 @@ Using gridstack.js with jQuery UI ```html + ``` diff --git a/bower.json b/bower.json index 9238cb1bf..a99dd9233 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "gridstack", - "version": "0.5.3", + "version": "0.5.4", "homepage": "https://github.com/gridstack/gridstack.js", "authors": [ "Pavel Reznikov ", diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 22b559430..353cb4fa4 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.3-dev (upcoming changes)](#v053-dev-upcoming-changes) +- [v0.5.4 (2019-11-26)](#v054-2019-11-26) - [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) @@ -23,10 +23,10 @@ Change log -## v0.5.3-dev (upcoming changes) +## v0.5.4 (2019-11-26) -- fix for griditems with x=0 placement wrong order (introduced for #1017) ([#1054](https://github.com/gridstack/gridstack.js/issues/1054)). -- fix `cellHeight(val)` not working due to style change caused by #937 fix ([#1068](https://github.com/gridstack/gridstack.js/issues/1068)). +- fix for griditems with x=0 placement wrong order (introduced by [#1017](https://github.com/gridstack/gridstack.js/issues/10510174)) ([#1054](https://github.com/gridstack/gridstack.js/issues/1054)). +- fix `cellHeight(val)` not working due to style change (introduced by [#937](https://github.com/gridstack/gridstack.js/issues/937)) ([#1068](https://github.com/gridstack/gridstack.js/issues/1068)). - add `gridstack.poly.js` for IE and older browsers, removed `core-js` lib from samples (<1k vs 85k), and all IE8 mentions ([#1061](https://github.com/gridstack/gridstack.js/pull/1061)). - add `jquery-ui.js` (and min.js) as minimal subset we need (55k vs 248k), which is now part of `gridstack.all.js`. Include individual parts if you need your own lib instead of all.js ([#1064](https://github.com/gridstack/gridstack.js/pull/1064)). diff --git a/package.json b/package.json index 8d8af8b5b..376c08344 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gridstack", - "version": "0.5.3-dev", + "version": "0.5.4", "description": "gridstack.js is a jQuery plugin for widget layout", "main": "dist/gridstack.js", "repository": { diff --git a/src/gridstack.d.ts b/src/gridstack.d.ts index d0ebf73f1..a237cc237 100644 --- a/src/gridstack.d.ts +++ b/src/gridstack.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Gridstack 0.5.3 +// Type definitions for Gridstack 0.5.4 // Project: https://gridstackjs.com/ // Definitions by: Pascal Senn // Ricky Blankenaufulland diff --git a/src/gridstack.jQueryUI.js b/src/gridstack.jQueryUI.js index 1d5f93ace..4037e2304 100644 --- a/src/gridstack.jQueryUI.js +++ b/src/gridstack.jQueryUI.js @@ -1,5 +1,5 @@ /** - * gridstack.js 0.5.3-dev + * gridstack.js 0.5.4 * https://gridstackjs.com/ * (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov * gridstack.js may be freely distributed under the MIT license. diff --git a/src/gridstack.js b/src/gridstack.js index db2c48b9f..d92b52c44 100644 --- a/src/gridstack.js +++ b/src/gridstack.js @@ -1,5 +1,5 @@ /** - * gridstack.js 0.5.3-dev + * gridstack.js 0.5.4 * https://gridstackjs.com/ * (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov * gridstack.js may be freely distributed under the MIT license. diff --git a/src/gridstack.poly.js b/src/gridstack.poly.js index 777499d7d..f9cd9cfd8 100644 --- a/src/gridstack.poly.js +++ b/src/gridstack.poly.js @@ -1,5 +1,5 @@ /** - * gridstack.js 0.5.3-dev + * gridstack.js 0.5.4 * https://gridstackjs.com/ * (c) 2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov * gridstack.js may be freely distributed under the MIT license.