Ross Harrison
c679b26d02
allow default sass value to be preset
2016-02-10 11:13:47 -05:00
Ross Harrison
15a121e7d6
allow default sass values to be preset
2016-02-10 11:13:19 -05:00
Pavel Reznikov
652979a3f8
slack
2016-02-09 23:46:33 -08:00
Pavel Reznikov
b32b3f251f
fix #276
2016-02-08 22:58:10 -08:00
Pavel Reznikov
195fa60ecb
build dist
2016-02-08 22:44:41 -08:00
Pavel Reznikov
81e6351586
update README
2016-02-08 22:43:46 -08:00
Pavel Reznikov
64aa4734cc
copy
2016-02-08 22:43:35 -08:00
Pavel Reznikov
7c7fd5ae0a
Merge pull request #271 from mmrose/master
...
Adding enable and disable events
2016-02-08 22:39:55 -08:00
Pavel Reznikov
9237ae7fb7
Merge pull request #275 from zspitzer/master
...
toggle ui-draggable-handle class with draggable
2016-02-08 22:38:54 -08:00
Pavel Reznikov
48e96cd746
Merge pull request #245 from boreal-is/master
...
Fix for #63
2016-02-08 22:35:41 -08:00
Pavel Reznikov
7c8c08e101
Merge pull request #309 from andrewr88/master
...
Fixes for Lodash v4.0 breaking changes
2016-02-08 22:33:55 -08:00
Pavel Reznikov
83ac5af45f
Merge pull request #310 from crazydrecksack/master
...
[BUGFIX] offset problems for dragging and scaling with a lot of columns
2016-02-08 22:32:43 -08:00
Florian Heinze
9c644eef98
[BUGFIX] offset problems for dragging and scaling with a lot of columns
...
When using a a lot of columns, e.g. more than 40
then the dashed box showing the next placement would
behave strangely compared to the box I am currently
dragging. This behavior increases while dragging
the box to the right side.
When scaling a box on the right side, the box would
jump one column to the left, which would then move around
all the boxes that I have already placed.
This behavior seems to be related to a rounding problem.
2016-01-25 14:08:18 +01:00
Andy Robbins
bce1eeaf06
fix calls for lodash v4.0
2016-01-15 13:46:23 -05:00
Zac Spitzer
912662bbbb
toggle ui-draggable-handle class with draggable
...
On touch devices, it's not possible to scroll a page by dragging on an item even when draggable is
disabled due to the **ui-draggable-handle** class which is added to the **grid-stack-item-content**
JQuery-UI Draggable doesn't remove this class when it's disabled, so it prevents touch scrolling the page on the item
```
<div class="grid-stack-item-content ui-draggable-handle">
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
```
2015-11-06 13:48:11 +11:00
Martin Mrose
8c5ab67796
Updated readme
2015-11-03 00:20:47 +01:00
Martin Mrose
816071a077
Triggering enable and disable events on gridstack container
2015-11-03 00:14:57 +01:00
Pavel Reznikov
fc571d8b82
typo
2015-10-15 18:41:08 -07:00
Pavel Reznikov
922cc30ea7
Merge pull request #247 from parano/command-js-fix
...
Support for commonJS
2015-10-13 16:07:12 -07:00
Chaoyu
3be2105a93
try load lodash, otherwise use global _
2015-10-09 15:22:00 -07:00
Chaoyu
b7c7b3b8f3
fix
2015-10-09 15:10:22 -07:00
Chaoyu
5472f95252
common js suport
2015-10-09 14:46:12 -07:00
cvillemure
c2b1dee5fa
Merge pull request #2 from troolee/master
...
Update from troolee
2015-10-08 15:06:23 -04:00
cvillemure
77159bfbe1
Fix for #63
...
Fix IE9 SE handle for #63
2015-10-08 14:55:24 -04:00
Pavel Reznikov
7cc527149b
Merge pull request #241 from timwis/master
...
Add main property to package.json to enable use via require()
2015-10-07 10:34:25 -07:00
timwis
fbe4113ea8
Add main property to package.json
2015-10-05 21:17:33 -04:00
Pavel Reznikov
b00114d5bc
fix handle option
2015-09-21 20:13:05 -07:00
Pavel Reznikov
847a54c492
Make sure not to include placeholders when calling prepare element.
2015-09-09 18:21:36 -07:00
Pavel Reznikov
79f509c6e6
add handle_class option
2015-09-09 18:20:06 -07:00
Pavel Reznikov
91e9d6fb77
improved readability
2015-09-09 18:16:26 -07:00
Matt
bbf1644f3f
improved readability
...
optional argument notation
2015-08-22 09:42:13 +02:00
Pavel Reznikov
54e8e60c28
Merge pull request #211 from randoum/patch-1
...
Rails gem link
2015-08-19 15:26:59 -07:00
randoum
d317455ba2
Rails gem link
2015-08-15 07:21:48 +02:00
Pavel Reznikov
5bbd8d5f54
build js
2015-07-31 18:07:44 -07:00
Pavel Reznikov
f7e041586f
Merge pull request #191 from boreal-is/master
...
Add a set_static method for the grid + add a static class to the container
2015-07-31 18:05:52 -07:00
Pavel Reznikov
d26a079d43
Merge pull request #194 from mikehaas763/master
...
Setup as an npm package
2015-07-30 17:13:23 -07:00
Mike Haas
510a575714
Setup as an npm package
2015-07-30 13:20:18 -04:00
cvillemure
c35042dbc4
Add a set_static method for the grid + add a static class to the container
...
The set_static method allow to toggle the static mode on the fly.
The 'grid-stack-static' class allow the user to apply custom CSS style
on the widgets when in static mode.
2015-07-23 15:43:44 -04:00
cvillemure
a349b76156
Merge pull request #1 from troolee/master
...
Merge latest commit to fork
2015-07-23 15:19:12 -04:00
Pavel Reznikov
e0e9eec66f
build dist
2015-07-22 16:32:02 -07:00
Pavel Reznikov
7f0d622e71
Merge pull request #190 from boreal-is/master
...
Trigger change event for add/remove
2015-07-22 16:31:15 -07:00
cvillemure
187e13a244
Trigger change event for add/remove
...
Trigger change event for add_widget / remove_widget methods and refactor
the trigger into a method for uniformity
2015-07-22 15:21:51 -04:00
Pavel Reznikov
ed29eed4a0
destroy method
2015-07-21 23:34:45 -07:00
Pavel Reznikov
ac219ab2ea
Merge pull request #189 from zspitzer/master
...
Add Destroy method
2015-07-21 23:28:04 -07:00
Zac Spitzer
c35a3cad1d
Add Destroy method
...
- added remove_stylesheet
- changed on_resize_hander to allow unbinding
- added destroy method
2015-07-22 11:33:41 +10:00
Pavel Reznikov
a738ee8e52
update dist with min_width/min_height
2015-07-20 16:52:54 -07:00
Pavel Reznikov
177ddc10c3
update readme with min_width/min_height
2015-07-20 16:52:15 -07:00
Pavel Reznikov
cbb0c28a4e
Merge pull request #187 from boreal-is/master
...
Add an API to set minWidth and minHeight to a node
2015-07-20 16:49:48 -07:00
cvillemure
5b73939bc4
Add a API to set minWidth and minHeight to a node
2015-07-20 13:46:51 -04:00
Pavel Reznikov
0a58260563
add static_grid option
2015-07-16 18:49:28 -07:00