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

Fix for issues #182 #292 and added new feature 'locking' #303

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b6191f2
Adding draggable & resizable properties per widget, and preventing dr…
chinchiheather Jun 17, 2015
6c8cdca
Adding draggable & resizable properties per widget
chinchiheather Jun 22, 2015
35d2cf2
Updating version number
chinchiheather Jun 22, 2015
8ddc28b
Removing module loading
chinchiheather Jun 22, 2015
674e2f6
Version
chinchiheather Jun 22, 2015
862b040
Adding support for setting height of gridster to screen's height
chinchiheather Jul 3, 2015
916f5d1
Elder item's positions are respected over newer item's, so that newer…
chinchiheather Jul 6, 2015
0d4adfd
More work on locking a portlet into place
chinchiheather Jul 7, 2015
0e4f4f8
Cleaning up
chinchiheather Jul 7, 2015
8e0d93f
Dispatch event when no space to add a widget. Check all space, not ju…
chinchiheather Jul 7, 2015
51f6434
Fixed issues with locking conflicting with pushing, swapping, floating
chinchiheather Jul 7, 2015
bda4b43
Update version
chinchiheather Jul 8, 2015
fa4b9b3
Update version
chinchiheather Jul 8, 2015
4d1db07
Adding draggable & resizable properties per widget, and preventing dr…
chinchiheather Jun 17, 2015
141d13f
Adding draggable & resizable properties per widget
chinchiheather Jun 22, 2015
1def7bd
Removing module loading
chinchiheather Jun 22, 2015
c3692ea
Adding support for setting height of gridster to screen's height
chinchiheather Jul 3, 2015
1312f13
Elder item's positions are respected over newer item's, so that newer…
chinchiheather Jul 6, 2015
34eb7bb
More work on locking a portlet into place
chinchiheather Jul 7, 2015
40c42c6
Cleaning up
chinchiheather Jul 7, 2015
1388251
Dispatch event when no space to add a widget. Check all space, not ju…
chinchiheather Jul 7, 2015
0ddce63
Fixed issues with locking conflicting with pushing, swapping, floating
chinchiheather Jul 7, 2015
60b9520
Update version
chinchiheather Jul 8, 2015
c7fe44c
Update version
chinchiheather Jul 8, 2015
5d1e0c8
Fixing JSHint warnings
Jul 15, 2015
f4b3bae
Merge remote-tracking branch 'origin/master'
Jul 15, 2015
ee6e911
Merge in & version number
Jul 15, 2015
584a557
Reworking UMD structure to work with gulp, bower & browserify
Jul 16, 2015
932b41d
Fixing problems with gridster-item-not-added event. Dispatch event wh…
Oct 19, 2015
bedbc4a
Fixed bug when resizing and release mouse outside of gridster item
Jan 4, 2016
454efbe
Improving behaviour of bounding box restriction
Jan 5, 2016
ac3bfd6
Added config option "layout" to control direction items are added in
Jan 25, 2016
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 bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-gridster",
"version": "0.13.5",
"version": "0.13.12",
"main": ["src/angular-gridster.js", "dist/angular-gridster.min.css"],
"dependencies": {
"angular": ">= 1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-gridster.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/angular-gridster.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-gridster",
"version": "0.13.5",
"version": "0.13.12",
"description": "This directive gives you gridster behavior",
"license": "MIT",
"homepage": "http://manifestwebdesign.github.io/angular-gridster",
Expand Down
Loading