Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c51091f

Browse files
author
Alain Dumesny
committed
0.6.2-dev rev
1 parent e90c6af commit c51091f

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
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.1-dev",
3+
"version": "0.6.2-dev",
44
"homepage": "https://github.com/gridstack/gridstack.js",
55
"authors": [
66
"Pavel Reznikov <[email protected]>",

doc/CHANGES.md

Lines changed: 7 additions & 2 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.1-dev (upcoming changes)](#v061-dev-upcoming-changes)
8+
- [v0.6.2-dev (upcoming changes)](#v062-dev-upcoming-changes)
9+
- [v0.6.2 (2020-02-03)](#v062-2020-02-03)
910
- [v0.6.1 (2020-02-02)](#v061-2020-02-02)
1011
- [v0.6.0 (2019-12-24)](#v060-2019-12-24)
1112
- [v0.5.5 (2019-11-27)](#v055-2019-11-27)
@@ -27,7 +28,11 @@ Change log
2728

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

30-
## v0.6.1-dev (upcoming changes)
31+
## v0.6.2-dev (upcoming changes)
32+
33+
- TBD
34+
35+
## v0.6.2 (2020-02-03)
3136

3237
- add `oneColumnModeDomSort` true|false to let you specify a custom layout (use dom order instead of x,y) for oneColumnMode `setColumn(1)` [#713](https://github.com/gridstack/gridstack.js/issues/713)
3338
- fix oneColumnMode to only restore if we auto went to it as window sizes up [#1125](https://github.com/gridstack/gridstack.js/pull/1125)

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.1-dev",
3+
"version": "0.6.2-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.1-dev - IE and older browsers Polyfills for this library @preserve*/
1+
/** gridstack.js 0.6.2-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.1-dev
1+
// Type definitions for Gridstack 0.6.2-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.1-dev - JQuery UI Drag&Drop plugin @preserve */
1+
/** gridstack.js 0.6.2-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.1-dev
2+
* gridstack.js 0.6.2-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)