0.2.7-dev -> 0.3.0-dev

This commit is contained in:
Pavel Reznikov 2016-08-20 13:33:40 -07:00
parent ca95e7ba49
commit 6ebd7a2005
9 changed files with 13 additions and 13 deletions

View file

@ -26,7 +26,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
- [Using gridstack.js with jQuery UI](#using-gridstackjs-with-jquery-ui)
- [Install](#install)
- [Basic usage](#basic-usage)
- [Migrating to v0.2.7](#migrating-to-v027)
- [Migrating to v0.3.0](#migrating-to-v030)
- [Migrating to v0.2.5](#migrating-to-v025)
- [API Documentation](#api-documentation)
- [Questions and Answers](#questions-and-answers)
@ -47,7 +47,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.3.0-dev (Development Version)](#v030-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)
@ -134,7 +134,7 @@ $(function () {
</script>
```
## Migrating to v0.2.7
## Migrating to v0.3.0
As of v0.2.7, gridstack introduces a new plugin system. The drag'n'drop functionality has been modified to take advantage of this system. Because of this, and to avoid dependency on core code from jQuery UI, the plugin was functionality was moved to a separate file.
@ -501,7 +501,7 @@ for help.
Changes
=======
#### v0.2.7-dev (Development Version)
#### v0.3.0-dev (Development Version)
- add oneColumnModeClass option to grid.
- remove 768px CSS styles, moved to grid-stack-one-column-mode class.

View file

@ -1,6 +1,6 @@
{
"name": "gridstack",
"version": "0.2.7-dev",
"version": "0.3.0-dev",
"homepage": "https://github.com/troolee/gridstack.js",
"authors": [
"Pavel Reznikov <pashka.reznikov@gmail.com>"

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
/**
* gridstack.js 0.2.7-dev
* gridstack.js 0.3.0-dev
* http://troolee.github.io/gridstack.js/
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* gridstack.js may be freely distributed under the MIT license.

2
dist/gridstack.js vendored
View file

@ -1,5 +1,5 @@
/**
* gridstack.js 0.2.7-dev
* gridstack.js 0.3.0-dev
* http://troolee.github.io/gridstack.js/
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* 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.3.0-dev
* http://troolee.github.io/gridstack.js/
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* gridstack.js may be freely distributed under the MIT license.

View file

@ -1,6 +1,6 @@
{
"name": "gridstack",
"version": "0.2.7-dev",
"version": "0.3.0-dev",
"description": "gridstack.js is a jQuery plugin for widget layout",
"main": "dist/gridstack.js",
"repository": {

View file

@ -1,5 +1,5 @@
/**
* gridstack.js 0.2.7-dev
* gridstack.js 0.3.0-dev
* http://troolee.github.io/gridstack.js/
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* 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.3.0-dev
* http://troolee.github.io/gridstack.js/
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* gridstack.js may be freely distributed under the MIT license.