This commit is contained in:
Pavel Reznikov 2016-08-17 09:22:12 -07:00
parent 0d7c8edc92
commit 3928d05109
4 changed files with 5 additions and 8 deletions

View file

@ -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)).

2
dist/gridstack.js vendored
View file

@ -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.

View file

@ -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.

View file

@ -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.