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

Skip to content

Commit a1448f7

Browse files
committed
Preparing to release 0.3.0.
1 parent 0737233 commit a1448f7

10 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
4747
- [Using AniJS](#using-anijs)
4848
- [The Team](#the-team)
4949
- [Changes](#changes)
50-
- [v0.3.0-dev (Development Version)](#v030-dev-development-version)
50+
- [v0.3.0 (2017-04-21)](#v030-2017-04-21)
5151
- [v0.2.6 (2016-08-17)](#v026-2016-08-17)
5252
- [v0.2.5 (2016-03-02)](#v025-2016-03-02)
5353
- [v0.2.4 (2016-02-15)](#v024-2016-02-15)
@@ -507,7 +507,7 @@ for help.
507507
Changes
508508
=======
509509

510-
#### v0.3.0-dev (Development Version)
510+
#### v0.3.0 (2017-04-21)
511511

512512
- remove placeholder when dragging widget below grid (already worked when dragging left, above, and to the right of grid).
513513
- prevent extra checks for removing widget when dragging off grid.

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

dist/gridstack.all.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/gridstack.jQueryUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack.js 0.3.0-dev
2+
* gridstack.js 0.3.0
33
* http://troolee.github.io/gridstack.js/
44
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
55
* gridstack.js may be freely distributed under the MIT license.

dist/gridstack.jQueryUI.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.

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.3.0-dev
2+
* gridstack.js 0.3.0
33
* http://troolee.github.io/gridstack.js/
44
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
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.

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.3.0-dev",
3+
"version": "0.3.0",
44
"description": "gridstack.js is a jQuery plugin for widget layout",
55
"main": "dist/gridstack.js",
66
"repository": {

src/gridstack.jQueryUI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* gridstack.js 0.3.0-dev
2+
* gridstack.js 0.3.0
33
* http://troolee.github.io/gridstack.js/
44
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
55
* gridstack.js may be freely distributed under the MIT license.

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

0 commit comments

Comments
 (0)