de59d89933
Merge branch 'zeroedin-bill-master'
2015-05-18 12:25:46 -06:00
d60dbd1e3e
lint fix, generated dist
2015-05-18 13:47:29 -04:00
0a7ae2ee99
Add new demo page and allow two new features based on Issue #6 :
...
- delay moving components until drag is complete
- allow exact position of grid components (do not move up)
2015-05-18 02:28:57 -06:00
4d946ead88
Fix bug with responsive layout if grid in wrapped in a container which has padding. It now limits the width of the widget to the containing element (also helps with scrollbars)
2015-05-13 12:15:05 -06:00
699fad9d06
Release v0.6.8
2015-04-28 21:25:41 -06:00
8473bd6d9d
update dependencies and jshint
2015-04-28 21:00:24 -06:00
3a696ad732
0.6.7 release
2015-04-16 15:05:15 -06:00
57a2604365
rev jquery version
2015-04-16 15:01:31 -06:00
7af6bf7a98
Add unit testing for core API, ensure all demos work, and add unit testing to ensure they stay working.
2015-04-12 23:26:19 -06:00
385cc757ac
bring the Demo's into master for testing & Automate the updates to gh-pages branch
2015-04-10 12:26:54 -06:00
59b475d0d1
Merge commit '6eb521015cda5212f6fa92492dbe4050bd92e00c'
...
* commit '6eb521015cda5212f6fa92492dbe4050bd92e00c':
Update Readme
Updated sample
Better handling of widgets slideing down
update readme
rebuilt dist
Added Swap Demo
Added disabled dragging init feature gridster.js
Working on Static widgets
2015-04-09 00:25:16 -06:00
08628126f5
Fix my merge error from the merge from remote-tracking branch 'cpascu/gridster.js/faux-rows-patch'
2015-04-08 22:40:49 -06:00
8f6d18ea9a
Release v0.6.6
2015-04-08 09:44:39 -06:00
853e1fc72e
Update Readme
2015-04-08 09:37:06 -06:00
c220ecf311
Merge remote-tracking branch 'rebugger/gridster.js.git/resize-widget-dimensions'
...
* rebugger/gridster.js.git/resize-widget-dimensions:
fix min-width and min-height after resize
add resize_widget_dimension() resize widgets after initialization
fix min-width and min-height after resize
add resize_widget_dimension() resize widgets after initialization
2015-04-08 08:22:51 -06:00
e77e8d7e61
Merge remote-tracking branch 'andreas-trad/gridster.js.git/patch-1'
...
* andreas-trad/gridster.js.git/patch-1:
Prevent multi <style> generation
2015-04-08 08:13:58 -06:00
7ee8824250
Merge remote-tracking branch 'cpascu/gridster.js/faux-rows-patch'
...
* cpascu/gridster.js/faux-rows-patch:
Fixed typeof comparison to match against string.
Fixed issue where existing widget position would be overwritten on gridmap when adding a faux cell to accommodate another widget.
2015-04-08 07:06:12 -06:00
0d9d5c2833
Merge remote-tracking branch 'dragonier/gridster.js/master'
...
* dragonier/gridster.js/master:
add_resize_handle: multiple span (resizeable) entries in widgets
2015-04-07 22:30:38 -06:00
85bc2f47ec
Merge remote-tracking branch 'rept/gridster.js/addition_problem_add_faux_rows'
...
* rept/gridster.js/addition_problem_add_faux_rows:
Also added parseInt to the add_faux_cols method
Also added parseInt to the add_faux_cols method
Wrong addition solved in add_faux_rows by adding parseInt
2015-04-07 22:19:48 -06:00
6d5e8ed248
Merge remote-tracking branch 'joaoafrmartins/gridster.js/master'
...
* joaoafrmartins/gridster.js/master:
commonjs
support UMD
2015-04-07 22:09:10 -06:00
3810daef1b
Merge remote-tracking branch 'Toosick/gridster.js/patch-1'
...
* Toosick/gridster.js/patch-1:
Update jquery.gridster.js
Fix gridster destroy
2015-04-07 21:51:55 -06:00
84598f6862
Merge remote-tracking branch 'mooglemoogle/gridster.js/master'
...
* mooglemoogle/gridster.js/master:
Added destroy of widget coords and resize api
Added ability to specify scroll container for drag/resize
2015-04-07 21:36:00 -06:00
e7509f0220
Merge remote-tracking branch 'bfarka/gridster.js/fix-trailing-comma'
...
* bfarka/gridster.js/fix-trailing-comma:
fix issue #469
2015-04-07 20:03:36 -06:00
72007139cb
Merge remote-tracking branch 'sogawa/gridster.js/strict-sort'
...
* sogawa/gridster.js/strict-sort:
Convert to integer type of property value when sorting.
add element "#qunit-testresult"
rename test files.
2015-04-07 19:56:44 -06:00
cec85c59a7
Merge remote-tracking branch 'eric/master'
...
Grunt changes
Add an optional final parameter to add_widget.
Bumping to v0.5.7
Grunt
Fix Widget Right Edge Collission Detection
re-name model_id parameter
add model_id parameter to add_widget method in order to create a relationship between widget and backbone model
Fix the memory leak that was incorrectly iterating rows and columns
Cache $(window) and $(this) selectors for performance
fix (Gridster.js): destroy resize_api
2015-04-07 13:50:05 -06:00
37d8e0ec25
Merge from abril/gridster.js
...
* merging:
add function move_widget in dist/jquery.gridster.js
Include move_widget function (Move a widget to a specific row and column.).
Change jQuery reference for $.
2015-04-07 11:55:30 -06:00
4783e6e726
fix a NAN error that could occur if using center_widget if the grid was in responsive mode.
...
Error check the shift cols, to ensure they can't move left past col 1
make a change from 100% to 100VW for better browser support of min-width
2015-04-06 22:49:51 -06:00
f8d3d2d223
Release v0.6.5
2015-04-06 16:17:12 -04:00
bbd9cd4803
Release v0.6.5
2015-04-06 16:09:08 -04:00
86053f8be3
fix(gridster): fixed bugs in centering_widgets (widgets were getting smushed when being resized) and fixed bug with min_width
2015-04-06 16:05:40 -04:00
16a7a65953
#3 Adds ability to automatically center widgets in the grid.
2015-03-19 10:56:54 -04:00
e40a393aec
Release v0.6.4
2015-03-19 10:46:18 -04:00
8a5a723a2d
#3 Adds ability to automatically center widgets in the grid.
2015-03-19 10:43:15 -04:00
c261a4ebef
add function move_widget in dist/jquery.gridster.js
2015-03-17 17:35:26 -03:00
ec253acf83
Change jQuery reference for $.
2015-03-16 17:22:29 -03:00
7db7addfde
Grunt changes
2015-03-06 14:15:07 -08:00
fc75ce5d46
Release v0.6.3
2015-03-06 14:41:24 -05:00
6bb47dc1ce
fix(gridster): fixing resize limits when in fixed width mode
...
feature(gridster): added fix_to_content function to fit widget dimensions to a given width and height
feature(gridster): added resize_widget_dimensions function
refactor(gridster): moved code to set number of columns in grid to helper function
2015-03-06 14:36:05 -05:00
61572cd881
fix(gridster): fixes bug where widgets would overlay other widgets after a resize
2015-02-23 21:29:20 -05:00
d669045dec
Release v0.6.2
2015-02-23 20:28:53 -05:00
9ead8c04c1
Release v0.6.1
2015-02-21 12:26:58 -05:00
754b313378
Release v0.6.0
2015-02-18 13:37:14 -05:00
a391304357
fix(gridster): changed the way widgets were getting positioned so that margins are actually the same size that the user specified all the way around the grid
...
feat(gridster): added responsive nature to grid
2015-02-18 13:34:20 -05:00
c9b97572ab
Bumping to v0.5.7
2015-02-17 13:50:45 -08:00
da5e223c59
Grunt
2015-02-17 13:26:57 -08:00
34b537230d
re-name model_id parameter
2014-12-31 10:43:01 -05:00
e773e9db78
add model_id parameter to add_widget method in order to create a relationship between widget and backbone model
2014-12-31 10:25:40 -05:00
4fe62c9be9
Fix the memory leak that was incorrectly iterating rows and columns
2014-12-17 13:56:45 -08:00
4d6abc862a
Cache $(window) and $(this) selectors for performance
2014-12-17 10:29:57 -08:00
bd8dbf8459
Added destroy of widget coords and resize api
2014-12-02 13:55:43 -05:00