Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
open-source
gridstack.js
Commits
8ea752dd
Commit
8ea752dd
authored
Apr 21, 2017
by
radiolips
Committed by
GitHub
Apr 21, 2017
Browse files
Merge pull request #639 from radiolips/feature/030-prep
Preparing to release 0.3.0.
parents
0737233f
a1448f79
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
12 additions
and
12 deletions
+12
-12
README.md
README.md
+2
-2
bower.json
bower.json
+1
-1
dist/gridstack.all.js
dist/gridstack.all.js
+2
-2
dist/gridstack.jQueryUI.js
dist/gridstack.jQueryUI.js
+1
-1
dist/gridstack.jQueryUI.min.js
dist/gridstack.jQueryUI.min.js
+1
-1
dist/gridstack.js
dist/gridstack.js
+1
-1
dist/gridstack.min.js
dist/gridstack.min.js
+1
-1
package.json
package.json
+1
-1
src/gridstack.jQueryUI.js
src/gridstack.jQueryUI.js
+1
-1
src/gridstack.js
src/gridstack.js
+1
-1
No files found.
README.md
View file @
8ea752dd
...
@@ -47,7 +47,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
...
@@ -47,7 +47,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
-
[
Using AniJS
](
#using-anijs
)
-
[
Using AniJS
](
#using-anijs
)
-
[
The Team
](
#the-team
)
-
[
The Team
](
#the-team
)
-
[
Changes
](
#changes
)
-
[
Changes
](
#changes
)
-
[
v0.3.0
-dev (Development Version)
](
#v030-dev-development-version
)
-
[
v0.3.0
(2017-04-21)
](
#v030-2017-04-21
)
-
[
v0.2.6 (2016-08-17)
](
#v026-2016-08-17
)
-
[
v0.2.6 (2016-08-17)
](
#v026-2016-08-17
)
-
[
v0.2.5 (2016-03-02)
](
#v025-2016-03-02
)
-
[
v0.2.5 (2016-03-02)
](
#v025-2016-03-02
)
-
[
v0.2.4 (2016-02-15)
](
#v024-2016-02-15
)
-
[
v0.2.4 (2016-02-15)
](
#v024-2016-02-15
)
...
@@ -507,7 +507,7 @@ for help.
...
@@ -507,7 +507,7 @@ for help.
Changes
Changes
=======
=======
#### v0.3.0
-dev (Development Version
)
#### v0.3.0
(2017-04-21
)
-
remove placeholder when dragging widget below grid (already worked when dragging left, above, and to the right of grid).
-
remove placeholder when dragging widget below grid (already worked when dragging left, above, and to the right of grid).
-
prevent extra checks for removing widget when dragging off grid.
-
prevent extra checks for removing widget when dragging off grid.
...
...
bower.json
View file @
8ea752dd
{
{
"name"
:
"gridstack"
,
"name"
:
"gridstack"
,
"version"
:
"0.3.0
-dev
"
,
"version"
:
"0.3.0"
,
"homepage"
:
"https://github.com/troolee/gridstack.js"
,
"homepage"
:
"https://github.com/troolee/gridstack.js"
,
"authors"
:
[
"authors"
:
[
"Pavel Reznikov <pashka.reznikov@gmail.com>"
"Pavel Reznikov <pashka.reznikov@gmail.com>"
...
...
dist/gridstack.all.js
View file @
8ea752dd
This diff is collapsed.
Click to expand it.
dist/gridstack.jQueryUI.js
View file @
8ea752dd
/**
/**
* gridstack.js 0.3.0
-dev
* gridstack.js 0.3.0
* http://troolee.github.io/gridstack.js/
* http://troolee.github.io/gridstack.js/
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* gridstack.js may be freely distributed under the MIT license.
* gridstack.js may be freely distributed under the MIT license.
...
...
dist/gridstack.jQueryUI.min.js
View file @
8ea752dd
/**
/**
* gridstack.js 0.3.0
-dev
* gridstack.js 0.3.0
* http://troolee.github.io/gridstack.js/
* http://troolee.github.io/gridstack.js/
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* gridstack.js may be freely distributed under the MIT license.
* gridstack.js may be freely distributed under the MIT license.
...
...
dist/gridstack.js
View file @
8ea752dd
/**
/**
* gridstack.js 0.3.0
-dev
* gridstack.js 0.3.0
* http://troolee.github.io/gridstack.js/
* http://troolee.github.io/gridstack.js/
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* gridstack.js may be freely distributed under the MIT license.
* gridstack.js may be freely distributed under the MIT license.
...
...
dist/gridstack.min.js
View file @
8ea752dd
/**
/**
* gridstack.js 0.3.0
-dev
* gridstack.js 0.3.0
* http://troolee.github.io/gridstack.js/
* http://troolee.github.io/gridstack.js/
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* gridstack.js may be freely distributed under the MIT license.
* gridstack.js may be freely distributed under the MIT license.
...
...
package.json
View file @
8ea752dd
{
{
"name"
:
"gridstack"
,
"name"
:
"gridstack"
,
"version"
:
"0.3.0
-dev
"
,
"version"
:
"0.3.0"
,
"description"
:
"gridstack.js is a jQuery plugin for widget layout"
,
"description"
:
"gridstack.js is a jQuery plugin for widget layout"
,
"main"
:
"dist/gridstack.js"
,
"main"
:
"dist/gridstack.js"
,
"repository"
:
{
"repository"
:
{
...
...
src/gridstack.jQueryUI.js
View file @
8ea752dd
/**
/**
* gridstack.js 0.3.0
-dev
* gridstack.js 0.3.0
* http://troolee.github.io/gridstack.js/
* http://troolee.github.io/gridstack.js/
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* gridstack.js may be freely distributed under the MIT license.
* gridstack.js may be freely distributed under the MIT license.
...
...
src/gridstack.js
View file @
8ea752dd
/**
/**
* gridstack.js 0.3.0
-dev
* gridstack.js 0.3.0
* http://troolee.github.io/gridstack.js/
* http://troolee.github.io/gridstack.js/
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* (c) 2014-2016 Pavel Reznikov, Dylan Weiss
* gridstack.js may be freely distributed under the MIT license.
* gridstack.js may be freely distributed under the MIT license.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment