You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- widgets can have their own resize handles. Use `data-gs-resize-handles` element attribute to use. For example, `data-gs-resize-handles="e,w"` will make the particular widget only resize west and east. ([#494](https://github.com/troolee/gridstack.js/issues/494)).
31
-
- enable sidebar items to be duplicated properly. Pass `helper: 'clone'` in `draggable` options. ([#661](https://github.com/troolee/gridstack.js/issues/661), ([#396](https://github.com/troolee/gridstack.js/issues/396), ([#499](https://github.com/troolee/gridstack.js/issues/499)).
- widgets can have their own resize handles. Use `data-gs-resize-handles` element attribute to use. For example, `data-gs-resize-handles="e,w"` will make the particular widget only resize west and east. ([#494](https://github.com/gridstack/gridstack.js/issues/494)).
32
+
- enable sidebar items to be duplicated properly. Pass `helper: 'clone'` in `draggable` options. ([#661](https://github.com/gridstack/gridstack.js/issues/661), ([#396](https://github.com/gridstack/gridstack.js/issues/396), ([#499](https://github.com/gridstack/gridstack.js/issues/499)).
- preserve inline styles when moving/cloning items (thanks [@silverwind](https://github.com/silverwind))
34
-
- fix bug causing heights not to get set ([#744](https://github.com/troolee/gridstack.js/issues/744))
35
-
- allow grid to have min-height, fixes ([#628](https://github.com/troolee/gridstack.js/issues/628)) (thanks [@adumesny](https://github.com/adumesny))
35
+
- fix bug causing heights not to get set ([#744](https://github.com/gridstack/gridstack.js/issues/744))
36
+
- allow grid to have min-height, fixes ([#628](https://github.com/gridstack/gridstack.js/issues/628)) (thanks [@adumesny](https://github.com/adumesny))
36
37
- widget x and y are now ints (thanks [@DonnchaC](https://github.com/donnchac))
37
38
- allow all droppable options (thanks [@vigor-vlad](https://github.com/vigor-vlad))
38
39
- properly track mouse position in `getCellFromPixel` (thanks [@aletorrado](https://github.com/aletorrado))
39
40
- remove instance of `!important` (thanks [@krilllind](https://github.com/krilllind))
40
-
- scroll when moving widget up or down out of viewport ([#827](https://github.com/troolee/gridstack.js/issues/827))
41
+
- scroll when moving widget up or down out of viewport ([#827](https://github.com/gridstack/gridstack.js/issues/827))
41
42
42
43
## v0.3.0 (2017-04-21)
43
44
44
45
- remove placeholder when dragging widget below grid (already worked when dragging left, above, and to the right of grid).
45
46
- prevent extra checks for removing widget when dragging off grid.
46
47
- trigger `added` when a widget is added via dropping from one grid to another.
47
48
- trigger `removed` when a widget is removed via dropping from one grid to another.
48
-
- trigger `removed` when a widget is removed via dropping on a removable zone ([#607](https://github.com/troolee/gridstack.js/issues/607) and [#550])(https://github.com/troolee/gridstack.js/issues/550)).
49
-
- trigger custom event for `resizestop` called `gsresizestop` ([#577](https://github.com/troolee/gridstack.js/issues/577) and [#398](https://github.com/troolee/gridstack.js/issues/398)).
50
-
- prevent dragging/resizing in `oneColumnMode` ([#593](https://github.com/troolee/gridstack.js/issues/593)).
49
+
- trigger `removed` when a widget is removed via dropping on a removable zone ([#607](https://github.com/gridstack/gridstack.js/issues/607) and [#550])(https://github.com/gridstack/gridstack.js/issues/550)).
50
+
- trigger custom event for `resizestop` called `gsresizestop` ([#577](https://github.com/gridstack/gridstack.js/issues/577) and [#398](https://github.com/gridstack/gridstack.js/issues/398)).
51
+
- prevent dragging/resizing in `oneColumnMode` ([#593](https://github.com/gridstack/gridstack.js/issues/593)).
51
52
- add `oneColumnModeClass` option to grid.
52
53
- remove 768px CSS styles, moved to grid-stack-one-column-mode class.
53
-
- add max-width override on grid-stck-one-column-mode ([#462](https://github.com/troolee/gridstack.js/issues/462)).
54
+
- add max-width override on grid-stck-one-column-mode ([#462](https://github.com/gridstack/gridstack.js/issues/462)).
54
55
- add internal function`isNodeChangedPosition`, minor optimization to move/drag.
55
56
- drag'n'drop plugin system. Move jQuery UI dependencies to separate plugin file.
56
57
57
58
## v0.2.6 (2016-08-17)
58
59
59
60
- update requirements to the latest versions of jQuery (v3.1.0+) and jquery-ui (v1.12.0+).
0 commit comments