Skip to content

Commit 95f7942

Browse files
authored
Merge pull request #1123 from adumesny/develop
rev 0.6.1-dev
2 parents d920362 + 4412528 commit 95f7942

File tree

7 files changed

+14
-9
lines changed

7 files changed

+14
-9
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack",
3-
"version": "0.6.0-dev",
3+
"version": "0.6.1-dev",
44
"homepage": "https://github.com/gridstack/gridstack.js",
55
"authors": [
66
"Pavel Reznikov <pashka.reznikov@gmail.com>",

doc/CHANGES.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Change log
55
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
66
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
77

8-
- [v0.6.0-dev (upcoming changes)](#v060-dev-upcoming-changes)
8+
- [v0.6.1-dev (upcoming changes)](#v061-dev-upcoming-changes)
9+
- [v0.6.1 (2020-02-02)](#v061-2020-02-02)
910
- [v0.6.0 (2019-12-24)](#v060-2019-12-24)
1011
- [v0.5.5 (2019-11-27)](#v055-2019-11-27)
1112
- [v0.5.4 (2019-11-26)](#v054-2019-11-26)
@@ -26,10 +27,14 @@ Change log
2627

2728
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2829

29-
## v0.6.0-dev (upcoming changes)
30+
## v0.6.1-dev (upcoming changes)
31+
32+
- TBD
33+
34+
## v0.6.1 (2020-02-02)
3035

3136
- one column mode (<768px by default) now simply calls `setColumn(1)` and remembers prev columns (so we can restore). This gives
32-
us full resize/re-order of items capabilities rathern than a locked CSS only layout (see prev rev changes). [#1120](https://github.com/gridstack/gridstack.js/pull/1120)
37+
us full resize/re-order of items capabilities rather than a locked CSS only layout (see prev rev changes). [#1120](https://github.com/gridstack/gridstack.js/pull/1120)
3338
- fixed responsive.html demo [#1121](https://github.com/gridstack/gridstack.js/pull/1121)
3439

3540
## v0.6.0 (2019-12-24)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack",
3-
"version": "0.6.0-dev",
3+
"version": "0.6.1-dev",
44
"description": "gridstack.js is a jQuery plugin for widget layout, with many wrappers (React, @angular, knockout...)",
55
"main": "dist/gridstack.js",
66
"repository": {

src/gridstack-poly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** gridstack.js 0.6.0-dev - IE and older browsers Polyfills for this library @preserve*/
1+
/** gridstack.js 0.6.1-dev - IE and older browsers Polyfills for this library @preserve*/
22
/**
33
* https://gridstackjs.com/
44
* (c) 2019 Alain Dumesny

src/gridstack.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Gridstack 0.6.0-dev
1+
// Type definitions for Gridstack 0.6.1-dev
22
// Project: https://gridstackjs.com/
33
// Definitions by: Pascal Senn <https://github.com/PascalSenn>
44
// Ricky Blankenaufulland <https://github.com/ZoolWay>

src/gridstack.jQueryUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** gridstack.js 0.6.0-dev - JQuery UI Drag&Drop plugin @preserve */
1+
/** gridstack.js 0.6.1-dev - JQuery UI Drag&Drop plugin @preserve */
22
/**
33
* https://gridstackjs.com/
44
* (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov

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.6.0-dev
2+
* gridstack.js 0.6.1-dev
33
* https://gridstackjs.com/
44
* (c) 2014-2019 Dylan Weiss, Alain Dumesny, Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.

0 commit comments

Comments
 (0)