From 3928d051091befd4cf74ffc1dec9543b8ed58fa2 Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Wed, 17 Aug 2016 09:22:12 -0700 Subject: [PATCH] v0.2.6 --- README.md | 7 ++----- dist/gridstack.js | 2 +- dist/gridstack.min.js | 2 +- src/gridstack.js | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9c670ad..0224c5a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com - [Using AniJS](#using-anijs) - [The Team](#the-team) - [Changes](#changes) - - [v0.2.7-dev (Development version)](#v027-dev-development-version) + - [v0.2.6 (Development version)](#v027-dev-development-version) - [v0.2.6 (2016-08-17)](#v026-2016-08-17) - [v0.2.5 (2016-03-02)](#v025-2016-03-02) - [v0.2.4 (2016-02-15)](#v024-2016-02-15) @@ -475,13 +475,10 @@ for help. Changes ======= -#### v0.2.7-dev (Development version) +#### v0.2.6 (2016-08-17) - update `destroy([detachGrid])` call ([#422](https://github.com/troolee/gridstack.js/issues/422)). - don't mutate options when calling `draggable` and `resizable`. ([#505](https://github.com/troolee/gridstack.js/issues/505)). - -#### v0.2.6 (2016-08-17) - - update requirements to the latest versions of jQuery (v3.1.0+) and jquery-ui (v1.12.0+). - fix jQuery `size()` ([#486](https://github.com/troolee/gridstack.js/issues/486)). - update _notify to allow detach ([#411](https://github.com/troolee/gridstack.js/issues/411)). diff --git a/dist/gridstack.js b/dist/gridstack.js index a3e502a..3b5a660 100644 --- a/dist/gridstack.js +++ b/dist/gridstack.js @@ -1,5 +1,5 @@ /** - * gridstack.js 0.2.7-dev + * gridstack.js 0.2.6 * http://troolee.github.io/gridstack.js/ * (c) 2014-2016 Pavel Reznikov * gridstack.js may be freely distributed under the MIT license. diff --git a/dist/gridstack.min.js b/dist/gridstack.min.js index 21db180..51a29c3 100644 --- a/dist/gridstack.min.js +++ b/dist/gridstack.min.js @@ -1,5 +1,5 @@ /** - * gridstack.js 0.2.7-dev + * gridstack.js 0.2.6 * http://troolee.github.io/gridstack.js/ * (c) 2014-2016 Pavel Reznikov * gridstack.js may be freely distributed under the MIT license. diff --git a/src/gridstack.js b/src/gridstack.js index a3e502a..3b5a660 100644 --- a/src/gridstack.js +++ b/src/gridstack.js @@ -1,5 +1,5 @@ /** - * gridstack.js 0.2.7-dev + * gridstack.js 0.2.6 * http://troolee.github.io/gridstack.js/ * (c) 2014-2016 Pavel Reznikov * gridstack.js may be freely distributed under the MIT license.