Commit graph

194 commits

Author SHA1 Message Date
Pavel Reznikov
9007eeafe7 Revert "fixed ie8 not support" 2016-10-03 13:39:39 -07:00
lpyt
bd8bbfff2a fixed ie8 not support 2016-09-29 12:57:41 +08:00
Pavel Reznikov
3928d05109 v0.2.6 2016-08-17 09:22:12 -07:00
Dylan Weiss
12605cceeb Don't mutate this.opts.draggable or this.opts.resizable when using _.extend. Fixes #505. 2016-08-17 11:45:52 -04:00
Dylan Weiss
ceef60d356 Fix #422, update to 0.2.7-dev. 2016-08-17 10:36:51 -04:00
Pavel Reznikov
11b6292d31 fix #460: fix cellWidth method 2016-08-16 21:43:28 -07:00
d
696b0f7ca8 Fix #481. 2016-08-16 15:36:22 -04:00
d
0c424c2637 Always call notify when removing a widget. Only remove the actual element if detachNode is not false. Update tests to reflect these changes. 2016-08-16 14:36:02 -04:00
Nik Cubrilovic
7f1d362a29 Add jQuery UI Droppable as module requirement 2016-08-15 22:57:04 +10:00
d
8f69732dda Update jquery-ui AMD requirements. 2016-08-11 16:35:44 -04:00
d
d3b77baf8c Merge commit 'f29236a78f' 2016-08-10 12:45:43 -04:00
Pavel Reznikov
d7a4171b54 fix ident 2016-08-09 18:54:39 -07:00
Pavel Reznikov
4c3abe8e63 fix jquery size() 2016-08-09 18:54:26 -07:00
Pavel Reznikov
0336d2401e starting 0.2.6-dev 2016-08-09 18:53:32 -07:00
Dylan Weiss
69ebbdbae5 Fix silly jQuery-ui updates (get rid of core and add /widgets to the widget calls. 2016-07-19 18:04:45 -04:00
Ross Harrison
94b249c77d don't trigger drag events without jquery ui 2016-04-21 11:45:25 -04:00
Ross Harrison
0a5d67cfc8 clean and build 2016-04-21 11:16:20 -04:00
Ross Harrison
f20fb331c9 static grid removes jquery ui requirement 2016-04-21 11:12:24 -04:00
julien cavaleiro
cc9271bcb5 Missing semicolon 2016-04-08 11:49:11 +02:00
julien cavaleiro
08f8b1d118 every node of gridstack should trigger resize when gridstack pass from desktop to mobile view. 2016-04-08 11:36:38 +02:00
julien cavaleiro
2c71ce639c every node of gridstack should trigger resize when gridstack pass from desktop to mobile view. 2016-04-08 11:22:56 +02:00
illusionalsagacity
90838740b0 fix: SVG resizable icons not showing in Internet Explorer.
IE9+ does not like the UTF8 encoding specifier.
2016-03-30 10:41:14 -04:00
Pavel Reznikov
c93ff95c03 v0.2.5 2016-03-02 19:58:52 -08:00
Pavel Reznikov
92d7e51d68 fix #373 2016-03-02 01:09:10 -08:00
d
398dccb7a9 Add default values for verticalMarginUnit and cellHeightUnit, update readme to have verticalMargin info, and several more unit tests. 2016-03-01 15:15:32 -05:00
Pavel Reznikov
0273bb66d8 Update dist. (+14 squashed commits)
Squashed commits:
[50607a9] build dist
[ff0c00b] Allow negative numbers to be passed to parseHeight function test case fix
[3ecc1ca] Allow negative numbers to be passed to parseHeight function test case
[d20f670] Allow negative numbers to be passed to parseHeight function fix
[0816163] Allow negative numbers to be passed to parseHeight function
[aa18c63] rebuild dist
[601b5d5] setGridWidth api documentation udpdate
[c309856] Add a parameter to setGridWidth method to allow not to propagate resizing to widgets.
[ea442d1] drag between grids
[50ce614] jqueryui + requirejs note
[3d8a8e1] drag between grids demo
[446dade] drag from sidebar/between grids
[e31d50e] check if element setup before detach
[67274f8] trash zone is accepting only widgets
2016-03-01 11:22:39 -05:00
d
0b944927ab More tests (including all obsolete options), clean up unnecessary code. 2016-03-01 11:14:26 -05:00
d
eedf6d5716 Fix _is_one_column_mode -> _isOneColumnMode and add in obsolete unit checks for all gs, non-GSEngine code. 2016-02-25 16:48:57 -05:00
d
b9c916554e Added parseInt(x, 10) to cellWidth and added some unit tests. 2016-02-25 15:48:25 -05:00
d
d521ef5330 Bit safer. 2016-02-24 13:22:36 -05:00
d
19f41a72a8 Fix one bug and another pops up. This fixes issue where passing detachNode=false to removeWidget would still cause it to be removed from the DOM. 2016-02-24 13:20:04 -05:00
d
735ffa2129 Fixes bug when calling destroy with detachGrid=false. Thanks @jhpedemonte. 2016-02-24 11:05:54 -05:00
Pavel Reznikov
9d12e25a02 improve removable behaviour 2016-02-23 20:13:11 -08:00
d
2abfbb37bf #54 - Added added and removed events. 2016-02-23 11:46:24 -05:00
Pavel Reznikov
a33f046fa6 fix in isAreaEmpty and _notify 2016-02-22 22:48:20 -08:00
Pavel Reznikov
6cd5084a23 fix isAreaEmpty 2016-02-22 22:21:13 -08:00
Pavel Reznikov
707916d6da fix parseHeight 2016-02-22 20:43:44 -08:00
Pavel Reznikov
23cd18804a remove unused code 2016-02-22 20:43:29 -08:00
Kevin Dietrich
934863e285 Merge remote-tracking branch 'troolee/master' into tests
# Conflicts:
#	package.json
2016-02-22 19:09:50 +01:00
d
5f5a83d01b Added several optional parameters to addWidget: minWidth, maxWidth, minHeight, maxHeight, and id. 2016-02-22 12:21:32 -05:00
d
78803147c6 #237 Add optional useOffset parameter to getCellFromPixel. 2016-02-22 10:56:49 -05:00
d
de26b00f85 #216 Add detachGrid parameter to destroy. Updated docs for remove and removeAll param. 2016-02-22 09:33:09 -05:00
Pavel Reznikov
2075d2556b add removable option 2016-02-21 20:49:18 -08:00
Pavel Reznikov
a5d06d2b1f css fix: hide resize handle during dragging 2016-02-21 20:44:00 -08:00
Dylan Weiss
9b455d6018 #227 Add setGridWidth(gridWidth) method. Attempts to intelligently change existing widgets' x-coordinate and width to map to new width. 2016-02-20 11:37:34 -05:00
Pavel Reznikov
c34777b2a0 hack for meteor support 2016-02-20 01:14:04 -08:00
Pavel Reznikov
3a5c675e6f ‘auto’ value for cellHeight 2016-02-20 00:55:33 -08:00
Pavel Reznikov
4b13d407b0 rtl support 2016-02-20 00:11:06 -08:00
Pavel Reznikov
76f90a21f3 clean scss 2016-02-20 00:07:54 -08:00
Pavel Reznikov
cea9174bd3 move parseHeight to Utils 2016-02-19 23:37:25 -08:00