Skip to content

Commit 3928d05

Browse files
committed
v0.2.6
1 parent 0d7c8ed commit 3928d05

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
4545
- [Using AniJS](#using-anijs)
4646
- [The Team](#the-team)
4747
- [Changes](#changes)
48-
- [v0.2.7-dev (Development version)](#v027-dev-development-version)
48+
- [v0.2.6 (Development version)](#v027-dev-development-version)
4949
- [v0.2.6 (2016-08-17)](#v026-2016-08-17)
5050
- [v0.2.5 (2016-03-02)](#v025-2016-03-02)
5151
- [v0.2.4 (2016-02-15)](#v024-2016-02-15)
@@ -475,13 +475,10 @@ for help.
475475
Changes
476476
=======
477477

478-
#### v0.2.7-dev (Development version)
478+
#### v0.2.6 (2016-08-17)
479479

480480
- update `destroy([detachGrid])` call ([#422](https://github.com/troolee/gridstack.js/issues/422)).
481481
- don't mutate options when calling `draggable` and `resizable`. ([#505](https://github.com/troolee/gridstack.js/issues/505)).
482-
483-
#### v0.2.6 (2016-08-17)
484-
485482
- update requirements to the latest versions of jQuery (v3.1.0+) and jquery-ui (v1.12.0+).
486483
- fix jQuery `size()` ([#486](https://github.com/troolee/gridstack.js/issues/486)).
487484
- update _notify to allow detach ([#411](https://github.com/troolee/gridstack.js/issues/411)).

dist/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.2.7-dev
2+
* gridstack.js 0.2.6
33
* http://troolee.github.io/gridstack.js/
44
* (c) 2014-2016 Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.

dist/gridstack.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.7-dev
2+
* gridstack.js 0.2.6
33
* http://troolee.github.io/gridstack.js/
44
* (c) 2014-2016 Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.

0 commit comments

Comments
 (0)