Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive layouts overlap #600

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a391304
fix(gridster): changed the way widgets were getting positioned so tha…
Feb 18, 2015
754b313
Release v0.6.0
Feb 18, 2015
afd83fe
fix(gridster): fixing drag limit issues when using autogrow_cols
Feb 21, 2015
dbc226d
fix(gridster): fixed expand_widget bug not expanding full width of wi…
Feb 21, 2015
9ead8c0
Release v0.6.1
Feb 21, 2015
749f37a
fix(gridster): forcing height of gridster container to auto when in c…
Feb 24, 2015
d669045
Release v0.6.2
Feb 24, 2015
61572cd
fix(gridster): fixes bug where widgets would overlay other widgets af…
Feb 24, 2015
04e2cf7
Merge pull request #2 from DecksterTeam/resize-overlap
fhawkes Feb 24, 2015
fa29663
fix(gridster): adding bower.json file
Feb 25, 2015
5f86f98
Merge branch 'master' of github.com:DecksterTeam/gridster.js
Feb 25, 2015
7654437
fix(gridster): adding bower.json file
Feb 25, 2015
14e08d9
refactor(gridster): adding callback to add_widget function
Mar 4, 2015
6bb47dc
fix(gridster): fixing resize limits when in fixed width mode
Mar 6, 2015
fc75ce5
Release v0.6.3
Mar 6, 2015
8a5a723
#3 Adds ability to automatically center widgets in the grid.
Mar 19, 2015
e40a393
Release v0.6.4
Mar 19, 2015
16a7a65
#3 Adds ability to automatically center widgets in the grid.
Mar 19, 2015
86053f8
fix(gridster): fixed bugs in centering_widgets (widgets were getting …
Apr 6, 2015
bbd9cd4
Release v0.6.5
Apr 6, 2015
f8d3d2d
Release v0.6.5
Apr 6, 2015
d5bf56c
chore(grunt): fixing versioning system
Apr 6, 2015
9d077da
fix(gridster): preventing gridster from adding extra resize handles
Apr 14, 2015
12f4ab1
Revert "fix(gridster): preventing gridster from adding extra resize h…
Apr 14, 2015
6c5ef28
preventing gridster from creating extra resize handles while centering
Apr 14, 2015
0286676
Merge pull request #6 from DecksterTeam/dadams
fhawkes Apr 14, 2015
65f43a5
Release v0.6.6
Apr 14, 2015
e69c3e8
fix(gridster): responsive width now resizes based off wrapper not window
fhawkes Apr 22, 2015
b732205
Release v0.6.7
fhawkes Apr 22, 2015
dab6839
Fixed issue with css transitions
fhawkes May 5, 2015
d4b33d6
Release v0.6.8
fhawkes May 5, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gh-pages/
demo/
.idea
.DS_Store
.idea
*.iml
76 changes: 76 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,79 @@
<a name="v0.6.8"></a>
### v0.6.8 (2015-05-04)

<a name="v0.6.7"></a>
### v0.6.7 (2015-04-22)


#### Bug Fixes

* **gridster:** responsive width now resizes based off wrapper not window ([e69c3e8f](http://github.com/DecksterTeam/gridster.js/commit/e69c3e8f64aa4557ef032e4d0d8185e83b1aed21))

<a name="v0.6.6"></a>
### v0.6.6 (2015-04-14)


#### Bug Fixes

* **gridster:** preventing gridster from adding extra resize handles ([9d077da6](http://github.com/DecksterTeam/gridster.js/commit/9d077da676826606243c2552dc9997c492687203))

<a name="v0.6.5"></a>
### v0.6.5 (2015-04-06)


#### Bug Fixes

* **gridster:** fixed bugs in centering_widgets (widgets were getting smushed when being resized ([86053f8b](http://github.com/DecksterTeam/gridster.js/commit/86053f8be3d73a9db3d7eabc595324123dbcff13))

<a name="v0.6.4"></a>
### v0.6.4 (2015-03-19)


#### Bug Fixes

* **gridster:**
* added ability to center widgets in grid

<a name="v0.6.3"></a>
### v0.6.3 (2015-03-06)


#### Bug Fixes

* **gridster:**
* fixing resize limits when in fixed width mode feature(gridster): added fix_to_co ([6bb47dc1](http://github.com/DecksterTeam/gridster.js/commit/6bb47dc1ce36aef670b2acb7c244ec5f4ea440e0))

<a name="v0.6.2"></a>
### v0.6.2 (2015-02-23)


#### Bug Fixes

* **gridster:** forcing height of gridster container to auto when in collapsed mode ([749f37a5](http://github.com/DecksterTeam/gridster.js/commit/749f37a52074bd16362528f94ab28ec314379ee3))

<a name="v0.6.1"></a>
### v0.6.1 (2015-02-21)


#### Bug Fixes

* **gridster:**
* fixed expand_widget bug not expanding full width of window fix(gridster): user c ([dbc226d4](http://github.com/DecksterTeam/gridster.js/commit/dbc226d46c8224f753c07af6aff259785c60425f))
* fixing drag limit issues when using autogrow_cols ([afd83fea](http://github.com/DecksterTeam/gridster.js/commit/afd83fead8c719615ae01ef7b5d3863701ff2243))
* changed the way widgets were getting positioned so that margins are actually the ([a3913043](http://github.com/DecksterTeam/gridster.js/commit/a3913043579bae9f5ef28e34524ad7a8ae7dcafd))

<a name="v0.6.0"></a>
## v0.6.0 (2015-02-18)


#### Bug Fixes

* **gridster:** changed the way widgets were getting positioned so that margins are actually the ([a3913043](http://github.com/DecksterTeam/gridster.js/commit/a3913043579bae9f5ef28e34524ad7a8ae7dcafd))

#### Features

* **gridster:** make grid responsive ([a3913043](http://github.com/DecksterTeam/gridster.js/commit/a3913043579bae9f5ef28e34524ad7a8ae7dcafd))

<a name="v0.5.6"></a>
### v0.5.6 (2014-09-25)

Expand Down
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = function(grunt) {

dist_demo: {
files: {
'gh-pages/dist/jquery.<%= pkg.name %>.min.js': ['<%= concat.dist_js.dest %>'],
'gh-pages/dist/jquery.<%= pkg.name %>.min.js': ['<%= concat.dist_js.dest %>']
}
},

Expand Down Expand Up @@ -133,11 +133,11 @@ module.exports = function(grunt) {

bump: {
options: {
files: ['package.json'],
files: ['package.json', 'bower.json'],
updateConfigs: ['pkg'],
commit: true,
commitMessage: 'Release v%VERSION%',
commitFiles: ['package.json', 'CHANGELOG.md', 'dist/'], // '-a' for all files
commitFiles: ['package.json', 'bower.json', 'CHANGELOG.md', 'dist/'], // '-a' for all files
createTag: true,
tagName: 'v%VERSION%',
tagMessage: 'Version %VERSION%',
Expand Down
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "gridster",
"homepage": "https://github.com/DecksterTeam/gridster.js",
"version": "0.6.8",
"dependencies": {
"jquery": "~1.11.2"
},
"main": [
"dist/jquery.gridster.js",
"dist/jquery.gridster.css"
],
"private": true,
"ignore": [
".bowerrc",
".gitignore",
"CONTRIBUTING.md",
"Gruntfile.js",
"package.json",
"src/",
"test/"
]
}
13 changes: 10 additions & 3 deletions dist/jquery.gridster.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! gridster.js - v0.5.6 - 2014-09-25
/*! gridster.js - v0.6.8 - 2015-05-04
* http://gridster.net/
* Copyright (c) 2014 ducksboard; Licensed MIT */
* Copyright (c) 2015 decksterteam; Licensed */

.gridster {
position:relative;
Expand All @@ -20,14 +20,21 @@
position: absolute;
}

.gridster.collapsed {
height: auto !important;
}

.gridster.collapsed .gs-w {
position: static !important;
}

.ready .gs-w:not(.preview-holder) {
-webkit-transition: opacity .3s, left .3s, top .3s;
-moz-transition: opacity .3s, left .3s, top .3s;
-o-transition: opacity .3s, left .3s, top .3s;
transition: opacity .3s, left .3s, top .3s;
}

.ready .gs-w:not(.preview-holder),
.ready .resize-preview-holder {
-webkit-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
-moz-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
Expand Down
Loading