gridstack 12.2.1 → 12.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/dist/angular/README.md +2 -0
  4. package/dist/angular/esm2020/lib/base-widget.mjs +63 -7
  5. package/dist/angular/esm2020/lib/gridstack-item.component.mjs +33 -4
  6. package/dist/angular/esm2020/lib/gridstack.component.mjs +97 -16
  7. package/dist/angular/esm2020/lib/gridstack.module.mjs +25 -3
  8. package/dist/angular/esm2020/lib/types.mjs +2 -2
  9. package/dist/angular/fesm2015/gridstack-angular.mjs +191 -25
  10. package/dist/angular/fesm2015/gridstack-angular.mjs.map +1 -1
  11. package/dist/angular/fesm2020/gridstack-angular.mjs +192 -26
  12. package/dist/angular/fesm2020/gridstack-angular.mjs.map +1 -1
  13. package/dist/angular/lib/base-widget.d.ts +42 -5
  14. package/dist/angular/lib/gridstack-item.component.d.ts +49 -7
  15. package/dist/angular/lib/gridstack.component.d.ts +137 -22
  16. package/dist/angular/lib/gridstack.module.d.ts +23 -0
  17. package/dist/angular/lib/types.d.ts +32 -5
  18. package/dist/angular/package.json +1 -1
  19. package/dist/angular/src/base-widget.ts +68 -9
  20. package/dist/angular/src/gridstack-item.component.ts +49 -7
  21. package/dist/angular/src/gridstack.component.ts +154 -23
  22. package/dist/angular/src/gridstack.module.ts +24 -2
  23. package/dist/angular/src/types.ts +54 -0
  24. package/dist/dd-base-impl.d.ts +52 -3
  25. package/dist/dd-base-impl.js +41 -3
  26. package/dist/dd-base-impl.js.map +1 -1
  27. package/dist/dd-draggable.d.ts +2 -2
  28. package/dist/dd-draggable.js +4 -2
  29. package/dist/dd-draggable.js.map +1 -1
  30. package/dist/dd-droppable.d.ts +2 -2
  31. package/dist/dd-droppable.js +2 -2
  32. package/dist/dd-droppable.js.map +1 -1
  33. package/dist/dd-element.d.ts +2 -2
  34. package/dist/dd-element.js +2 -2
  35. package/dist/dd-element.js.map +1 -1
  36. package/dist/dd-gridstack.d.ts +54 -6
  37. package/dist/dd-gridstack.js +32 -2
  38. package/dist/dd-gridstack.js.map +1 -1
  39. package/dist/dd-manager.d.ts +29 -8
  40. package/dist/dd-manager.js +7 -3
  41. package/dist/dd-manager.js.map +1 -1
  42. package/dist/dd-resizable-handle.d.ts +2 -2
  43. package/dist/dd-resizable-handle.js +2 -2
  44. package/dist/dd-resizable-handle.js.map +1 -1
  45. package/dist/dd-resizable.d.ts +2 -2
  46. package/dist/dd-resizable.js +2 -2
  47. package/dist/dd-resizable.js.map +1 -1
  48. package/dist/dd-touch.d.ts +2 -2
  49. package/dist/dd-touch.js +2 -2
  50. package/dist/dd-touch.js.map +1 -1
  51. package/dist/gridstack-all.js +1 -1
  52. package/dist/gridstack-all.js.LICENSE.txt +2 -2
  53. package/dist/gridstack-all.js.map +1 -1
  54. package/dist/gridstack-engine.d.ts +235 -26
  55. package/dist/gridstack-engine.js +276 -30
  56. package/dist/gridstack-engine.js.map +1 -1
  57. package/dist/gridstack.css +2 -2
  58. package/dist/gridstack.d.ts +424 -82
  59. package/dist/gridstack.js +416 -79
  60. package/dist/gridstack.js.map +1 -1
  61. package/dist/src/gridstack.scss +2 -2
  62. package/dist/types.d.ts +132 -31
  63. package/dist/types.js +6 -3
  64. package/dist/types.js.map +1 -1
  65. package/dist/utils.d.ts +208 -29
  66. package/dist/utils.js +275 -61
  67. package/dist/utils.js.map +1 -1
  68. package/doc/API.md +6192 -0
  69. package/package.json +14 -3
  70. package/doc/CHANGES.md +0 -955
  71. package/doc/README.md +0 -642
package/doc/CHANGES.md DELETED
@@ -1,955 +0,0 @@
1
- Change log
2
- ==========================
3
-
4
- <!-- START doctoc generated TOC please keep comment here to allow auto update -->
5
- <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
6
- **Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
7
-
8
- - [12.2.1 (2025-05-28)](#1221-2025-05-28)
9
- - [12.2.0 (2025-05-27)](#1220-2025-05-27)
10
- - [12.1.2 (2024-05-07)](#1212-2024-05-07)
11
- - [12.1.1 (2024-04-28)](#1211-2024-04-28)
12
- - [12.1.0 (2024-04-23)](#1210-2024-04-23)
13
- - [12.0.0 (2025-04-12)](#1200-2025-04-12)
14
- - [11.5.1 (2025-03-23)](#1151-2025-03-23)
15
- - [11.5.0 (2025-03-16)](#1150-2025-03-16)
16
- - [11.4.0 (2025-02-27)](#1140-2025-02-27)
17
- - [11.3.0 (2025-01-26)](#1130-2025-01-26)
18
- - [11.2.0 (2024-12-29)](#1120-2024-12-29)
19
- - [11.1.2 (2024-12-08)](#1112-2024-12-08)
20
- - [11.1.1 (2024-11-26)](#1111-2024-11-26)
21
- - [11.1.0 (2024-11-17)](#1110-2024-11-17)
22
- - [11.0.1 (2024-10-21)](#1101-2024-10-21)
23
- - [11.0.0 (2024-10-20)](#1100-2024-10-20)
24
- - [10.3.1 (2024-07-21)](#1031-2024-07-21)
25
- - [10.3.0 (2024-06-26)](#1030-2024-06-26)
26
- - [10.2.1 (2024-06-23)](#1021-2024-06-23)
27
- - [10.2.0 (2024-06-02)](#1020-2024-06-02)
28
- - [10.1.2 (2024-03-30)](#1012-2024-03-30)
29
- - [10.1.1 (2024-03-03)](#1011-2024-03-03)
30
- - [10.1.0 (2024-02-04)](#1010-2024-02-04)
31
- - [10.0.1 (2023-12-10)](#1001-2023-12-10)
32
- - [10.0.0 (2023-11-20)](#1000-2023-11-20)
33
- - [9.5.1 (2023-11-11)](#951-2023-11-11)
34
- - [9.5.0 (2023-10-26)](#950-2023-10-26)
35
- - [9.4.0 (2023-10-15)](#940-2023-10-15)
36
- - [9.3.0 (2023-09-30)](#930-2023-09-30)
37
- - [9.2.2 (2023-09-27)](#922-2023-09-27)
38
- - [9.2.1 (2023-09-20)](#921-2023-09-20)
39
- - [9.2.0 (2023-09-10)](#920-2023-09-10)
40
- - [9.1.1 (2023-09-06)](#911-2023-09-06)
41
- - [9.1.0 (2023-09-04)](#910-2023-09-04)
42
- - [9.0.2 (2023-08-29)](#902-2023-08-29)
43
- - [9.0.1 (2023-08-27)](#901-2023-08-27)
44
- - [9.0.0 (2023-08-23)](#900-2023-08-23)
45
- - [8.4.0 (2023-07-20)](#840-2023-07-20)
46
- - [8.3.0 (2023-06-13)](#830-2023-06-13)
47
- - [8.2.3 (2023-06-11)](#823-2023-06-11)
48
- - [8.2.1 (2023-05-26)](#821-2023-05-26)
49
- - [8.2.0 (2023-05-24)](#820-2023-05-24)
50
- - [8.1.2 (2023-05-22)](#812-2023-05-22)
51
- - [8.1.1 (2023-05-13)](#811-2023-05-13)
52
- - [8.1.0 (2023-05-06)](#810-2023-05-06)
53
- - [8.0.1 (2023-04-29)](#801-2023-04-29)
54
- - [8.0.0 (2023-04-29)](#800-2023-04-29)
55
- - [7.3.0 (2023-04-01)](#730-2023-04-01)
56
- - [7.2.3 (2023-02-02)](#723-2023-02-02)
57
- - [7.2.2 (2023-01-16)](#722-2023-01-16)
58
- - [7.2.1 (2023-01-14)](#721-2023-01-14)
59
- - [7.2.0 (2023-01-07)](#720-2023-01-07)
60
- - [7.1.2 (2022-12-29)](#712-2022-12-29)
61
- - [7.1.1 (2022-11-13)](#711-2022-11-13)
62
- - [7.1.0 (2022-10-23)](#710-2022-10-23)
63
- - [7.0.1 (2022-10-14)](#701-2022-10-14)
64
- - [7.0.0 (2022-10-09)](#700-2022-10-09)
65
- - [6.0.3 (2022-10-08)](#603-2022-10-08)
66
- - [6.0.2 (2022-09-23)](#602-2022-09-23)
67
- - [6.0.1 (2022-08-27)](#601-2022-08-27)
68
- - [6.0.0 (2022-08-21)](#600-2022-08-21)
69
- - [5.1.1 (2022-06-16)](#511-2022-06-16)
70
- - [5.1.0 (2022-05-21)](#510-2022-05-21)
71
- - [5.0.0 (2022-01-10)](#500-2022-01-10)
72
- - [4.4.1 (2021-12-24)](#441-2021-12-24)
73
- - [4.4.0 (2021-12-21)](#440-2021-12-21)
74
- - [4.3.1 (2021-10-18)](#431-2021-10-18)
75
- - [4.3.0 (2021-10-15)](#430-2021-10-15)
76
- - [4.2.7 (2021-9-12)](#427-2021-9-12)
77
- - [4.2.6 (2021-7-11)](#426-2021-7-11)
78
- - [4.2.5 (2021-5-31)](#425-2021-5-31)
79
- - [4.2.4 (2021-5-29)](#424-2021-5-29)
80
- - [4.2.3 (2021-5-8)](#423-2021-5-8)
81
- - [4.2.2 (2021-4-23)](#422-2021-4-23)
82
- - [4.2.1 (2021-4-18)](#421-2021-4-18)
83
- - [4.2.0 (2021-4-11)](#420-2021-4-11)
84
- - [4.1.0 (2021-4-7)](#410-2021-4-7)
85
- - [4.0.3 (2021-3-28)](#403-2021-3-28)
86
- - [4.0.2 (2021-3-27)](#402-2021-3-27)
87
- - [4.0.1 (2021-3-20)](#401-2021-3-20)
88
- - [4.0.0 (2021-3-19)](#400-2021-3-19)
89
- - [3.3.0 (2021-2-2)](#330-2021-2-2)
90
- - [3.2.0 (2021-1-25)](#320-2021-1-25)
91
- - [3.1.5 (2021-1-23)](#315-2021-1-23)
92
- - [3.1.4 (2021-1-11)](#314-2021-1-11)
93
- - [3.1.3 (2021-1-2)](#313-2021-1-2)
94
- - [3.1.2 (2020-12-7)](#312-2020-12-7)
95
- - [3.1.0 (2020-12-4)](#310-2020-12-4)
96
- - [3.0.0 (2020-11-29)](#300-2020-11-29)
97
- - [2.2.0 (2020-11-7)](#220-2020-11-7)
98
- - [2.1.0 (2020-10-28)](#210-2020-10-28)
99
- - [2.0.2 (2020-10-05)](#202-2020-10-05)
100
- - [2.0.1 (2020-09-26)](#201-2020-09-26)
101
- - [2.0.0 (2020-09-07)](#200-2020-09-07)
102
- - [1.2.1 (2020-09-04)](#121-2020-09-04)
103
- - [1.2.0 (2020-08-01)](#120-2020-08-01)
104
- - [1.1.2 (2020-05-17)](#112-2020-05-17)
105
- - [1.1.1 (2020-03-17)](#111-2020-03-17)
106
- - [1.1.0 (2020-02-29)](#110-2020-02-29)
107
- - [v1.0.0 (2020-02-23)](#v100-2020-02-23)
108
- - [v0.6.4 (2020-02-17)](#v064-2020-02-17)
109
- - [v0.6.3 (2020-02-05)](#v063-2020-02-05)
110
- - [v0.6.2 (2020-02-03)](#v062-2020-02-03)
111
- - [v0.6.1 (2020-02-02)](#v061-2020-02-02)
112
- - [v0.6.0 (2019-12-24)](#v060-2019-12-24)
113
- - [v0.5.5 (2019-11-27)](#v055-2019-11-27)
114
- - [v0.5.4 (2019-11-26)](#v054-2019-11-26)
115
- - [v0.5.3 (2019-11-20)](#v053-2019-11-20)
116
- - [v0.5.2 (2019-11-13)](#v052-2019-11-13)
117
- - [v0.5.1 (2019-11-07)](#v051-2019-11-07)
118
- - [v0.5.0 (2019-11-06)](#v050-2019-11-06)
119
- - [v0.4.0 (2018-05-11)](#v040-2018-05-11)
120
- - [v0.3.0 (2017-04-21)](#v030-2017-04-21)
121
- - [v0.2.6 (2016-08-17)](#v026-2016-08-17)
122
- - [v0.2.5 (2016-03-02)](#v025-2016-03-02)
123
- - [v0.2.4 (2016-02-15)](#v024-2016-02-15)
124
- - [v0.2.3 (2015-06-23)](#v023-2015-06-23)
125
- - [v0.2.2 (2014-12-23)](#v022-2014-12-23)
126
- - [v0.2.1 (2014-12-09)](#v021-2014-12-09)
127
- - [v0.2.0 (2014-11-30)](#v020-2014-11-30)
128
- - [v0.1.0 (2014-11-18)](#v010-2014-11-18)
129
-
130
- <!-- END doctoc generated TOC please keep comment here to allow auto update -->
131
-
132
- ## 12.2.1 (2025-05-28)
133
- * fix: [#3064](https://github.com/gridstack/gridstack.js/pull/3064) fix `GridStack.updateCB(w)` crash
134
-
135
- ## 12.2.0 (2025-05-27)
136
- * feat: [#3061](https://github.com/gridstack/gridstack.js/pull/3061) added `GridStack.updateCB(w)` that gets called after a widget has been updated (eg: load() after initial layout) instead of created
137
-
138
- ## 12.1.2 (2024-05-07)
139
- * fix [#3043](https://github.com/gridstack/gridstack.js/issues/3043) fix `opts.animate` again
140
- * fix [#3048](https://github.com/gridstack/gridstack.js/pull/3048) nested grid resizeToContentCBCheck() fix
141
-
142
- ## 12.1.1 (2024-04-28)
143
- * fix [#3038](https://github.com/gridstack/gridstack.js/pull/3038) `updateOptions()` fix opts.minRow being undefined
144
-
145
- ## 12.1.0 (2024-04-23)
146
- * feat [#2671](https://github.com/gridstack/gridstack.js/issues/2671) subgrid now propagate events to topmost grid. Use `el.gridstackNode.grid` to know which (sub) grid.
147
- * fix [#3028](https://github.com/gridstack/gridstack.js/pull/3028) `updateOptions()` no longer modifies passed in struct. only field we check are being handled too.
148
- * fix [#3029](https://github.com/gridstack/gridstack.js/pull/3029) `resizeToContent()` fix for nested grid with content above
149
- * fix [#3030](https://github.com/gridstack/gridstack.js/pull/3030) `resizeToContentCheck()` wasn't blocking _ignoreLayoutsNodeChange at end of the loop
150
- * rem [#3022](https://github.com/gridstack/gridstack.js/pull/3022) removed ES5 support (IE doesn't support CSS vars needed now)
151
- * rem [#3027](https://github.com/gridstack/gridstack.js/pull/3027) remove legacy code support for disableOneColumnMode, oneColumnSize, oneColumnModeDomSort
152
-
153
- ## 12.0.0 (2025-04-12)
154
- * feat: [#2854](https://github.com/gridstack/gridstack.js/pull/2854) Removed dynamic stylesheet and migrated to CSS vars. Thank you [lmartorella](https://github.com/lmartorella)
155
- * feat: [#3013](https://github.com/gridstack/gridstack.js/pull/3013) columns no longer require custom classes nor `gridstack-extra.css` as we now use CSS vars.
156
- * fix: [#2978](https://github.com/gridstack/gridstack.js/issues/2978) Very slow operation in 11.2.0 and higher with large blocks
157
- * fix: [#2947](https://github.com/gridstack/gridstack.js/issues/2947) loading responsive `layout:'list'` into smaller screen doesn't layout correctly.
158
-
159
- ## 11.5.1 (2025-03-23)
160
- * revert: [#2981](https://github.com/gridstack/gridstack.js/issues/2981) Locked was incorrectly changed. fixed doc instead
161
-
162
- ## 11.5.0 (2025-03-16)
163
- * feat: [#2975](https://github.com/gridstack/gridstack.js/pull/2975) `prepareDragDrop(el, force)` option to force re-creation of the drag&drop event binding
164
- * feat: [#2989](https://github.com/gridstack/gridstack.js/pull/2989) new `updateOptions(o: GridStackOptions)` to update PARTIAL list of options after grid as been created
165
- * fix: [#2980](https://github.com/gridstack/gridstack.js/issues/2980) dd-touch circular dependency
166
- * fix: [#2667](https://github.com/gridstack/gridstack.js/issues/2667) sidebar items not honoring gs-w (enter-leave-re-enter)
167
- * fix: [#2987](https://github.com/gridstack/gridstack.js/issues/2987) gs-size-to-content to support numbers
168
- * fix: [#2981](https://github.com/gridstack/gridstack.js/issues/2981) Locked not working as expected
169
-
170
- ## 11.4.0 (2025-02-27)
171
- * fix: [#2921](https://github.com/gridstack/gridstack.js/pull/2921) replace initMouseEvent with MouseEvent constructor and added composed: true
172
- * fix: [#2939](https://github.com/gridstack/gridstack.js/issues/2939) custom drag handle not working with LazyLoad
173
- * fix: [#2955](https://github.com/gridstack/gridstack.js/issues/2955) angular circular dependency
174
- * fix: [#2951](https://github.com/gridstack/gridstack.js/issues/2951) shadow DOM dragging re-appending fix
175
- * fix: [#2964](https://github.com/gridstack/gridstack.js/pull/2964) minW larger than column fix
176
- * feat: [#2965](https://github.com/gridstack/gridstack.js/pull/2965) internal `_prepareDragDropByNode(n)` is now public as `prepareDragDrop(el)` so Angular, React, and others can call once the DOM content elements have been added (the outside grid item divs are always created before content)
177
- * break: [#2959](https://github.com/gridstack/gridstack.js/issues/2959) `Util.createWidgetDivs()` has moved to `GridStack.createWidgetDivs()` to remove circular dependencies
178
-
179
- ## 11.3.0 (2025-01-26)
180
- * feat: added `isIgnoreChangeCB()` if changeCB should be ignored due to column change, sizeToContent, loading, etc...
181
- * feat: added `responsive_none.html` demo and fixed layout:'none' to bound check the layout (no-op unless it must change)
182
-
183
- ## 11.2.0 (2024-12-29)
184
- * feat: [#2695](https://github.com/gridstack/gridstack.js/issues/2695) 'Esc' to cancel now works on sidebar external items, also works dragging over trash.
185
- * feat: [#2852](https://github.com/gridstack/gridstack.js/pull/2852) better React example. Thank you [CNine](https://github.com/Aysnine)
186
- * fix: [#2852](https://github.com/gridstack/gridstack.js/pull/2852) grid in tabs correctly handles CSS. Thank you [Luciano Martorella](https://github.com/lmartorella)
187
- * fix: [#2900](https://github.com/gridstack/gridstack.js/issues/2900) use attr `data-gs-widget` instead of `gridstacknode` (supported as well for backward compatibility)
188
-
189
- ## 11.1.2 (2024-12-08)
190
- * fix: [#2877](https://github.com/gridstack/gridstack.js/pull/2877) angular wrapper uses standalone, while now being compatible down to ng14. thanks to [andre-steudel](https://github.com/andre-steudel)
191
- * fix: [#2886](https://github.com/gridstack/gridstack.js/issues/2886) added `gs-size-to-content` support
192
- * fix: [#2887](https://github.com/gridstack/gridstack.js/issues/2887) mobile nested grid TypeError: e.currentTarget is null
193
-
194
- ## 11.1.1 (2024-11-26)
195
- * fix: [#2878](https://github.com/gridstack/gridstack.js/pull/2878) make sure sub-grid inherit parent opts by default, with subgrid defaults.
196
- * fix: [#2879](https://github.com/gridstack/gridstack.js/pull/2879) sub-grid item `sizeToContent:true` now handle content above/below sub grid.
197
-
198
- ## 11.1.0 (2024-11-17)
199
- * feat: [#2864](https://github.com/gridstack/gridstack.js/issues/2864) added `GridStackOptions.layout` for nested grid reflow during resize. default to 'list'.
200
- * fix: [#2859](https://github.com/gridstack/gridstack.js/pull/2859) re-enabled tests and fix numerous issues found (see CL). Also thank you [Luciano Martorella](https://github.com/lmartorella) for getting me going and starting it.
201
- * fix: [#2851](https://github.com/gridstack/gridstack.js/pull/2851) added support for custom max layout saving - Thank you [Luciano Martorella](https://github.com/lmartorella)
202
- * fix: [#2492](https://github.com/gridstack/gridstack.js/issues/2492) loading same layout with overlapping widget fix. v10.3.0 regression.
203
-
204
- ## 11.0.1 (2024-10-21)
205
- * fix: [#2834](https://github.com/gridstack/gridstack.js/pull/2834) v11 angular missing package.json
206
- * fix: [#2835](https://github.com/gridstack/gridstack.js/bug/2835) make sure we have unique USER id
207
-
208
- ## 11.0.0 (2024-10-20)
209
- * feat: [#2826](https://github.com/gridstack/gridstack.js/pull/2826) Lazy loading of widget content until visible (`GridStackOptions.lazyLoad` and `GridStackWidget.lazyLoad`)
210
- * feat: [#2818](https://github.com/gridstack/gridstack.js/pull/2818) support for Angular Component hosting true sub-grids (that size according to parent) without requring them to be only child of grid-item-content.
211
- * fix: [#2231](https://github.com/gridstack/gridstack.js/bug/2231),[#1840](https://github.com/gridstack/gridstack.js/bug/1840),[#2354](https://github.com/gridstack/gridstack.js/bug/2354)
212
- big overall to how we do sidepanel drag&drop helper. see release notes.
213
- * fix: [#2736](https://github.com/gridstack/gridstack.js/bug/2736) safe practices around GridStackWidget.content no longer setting innerHTML
214
-
215
- ## 10.3.1 (2024-07-21)
216
- * fix: [#2734](https://github.com/gridstack/gridstack.js/bug/2734) rotate() JS error
217
- * fix: [#2741](https://github.com/gridstack/gridstack.js/pull/2741) resizeToContent JS error with nested grid
218
- * fix: [#2740](https://github.com/gridstack/gridstack.js/bug/2740) nested grid drag fix
219
- * fix: [#2730](https://github.com/gridstack/gridstack.js/bug/2730) resizing left from right most item works
220
- * fix: [#2327](https://github.com/gridstack/gridstack.js/bug/2327) remove dataTransfer mention as not supported
221
-
222
- ## 10.3.0 (2024-06-26)
223
- * fix: [#2720](https://github.com/gridstack/gridstack.js/pull/2720) load() now creates widgets in order (used to be reverse due to old collision code)
224
-
225
- ## 10.2.1 (2024-06-23)
226
- * fix: [#2683](https://github.com/gridstack/gridstack.js/issues/2683) check for fixed grid maxRow during resize
227
- * fix: [#2694](https://github.com/gridstack/gridstack.js/issues/2694) prevent 'r' rotation to items that can't resize (locked, noResize, fixed sizes)
228
- * fix: [#2709](https://github.com/gridstack/gridstack.js/pull/2709) support for multiple drag targets - Thank you [nickfulcher](https://github.com/nickfulcher)
229
- * fix: [#2669](https://github.com/gridstack/gridstack.js/issues/2669) load() sometimes restore incorrectly
230
-
231
- ## 10.2.0 (2024-06-02)
232
- * feat: [#2682](https://github.com/gridstack/gridstack.js/pull/2682) You can now press 'Esc' to cancel a move|resize, 'r' to rotate during a drag. added `GridStack.rotate()` as well - Thank you John B. for this feature sponsor.
233
- * fix: [#2672](https://github.com/gridstack/gridstack.js/pull/2672) dropping into full grid JS error
234
- * fix: [#2676](https://github.com/gridstack/gridstack.js/issues/2676) handle minW resizing when column count is less
235
- * fix: [#2677](https://github.com/gridstack/gridstack.js/issues/2677) allow button as handle dragging
236
-
237
- ## 10.1.2 (2024-03-30)
238
- * fix: [#2628](https://github.com/gridstack/gridstack.js/issues/2628) `removeAll()` does not trigger Angular's ngOnDestroy
239
- * fix: [#2503](https://github.com/gridstack/gridstack.js/issues/2503) Drag and drop a widget on top of a locked widget - Thank you [JakubEleniuk](https://github.com/JakubEleniuk)
240
- * fix: [#2584](https://github.com/gridstack/gridstack.js/issues/2584) wrong sort order during 1 column resize - Thank you [JakubEleniuk](https://github.com/JakubEleniuk) again.
241
- * fix: [#2639](https://github.com/gridstack/gridstack.js/issues/2639) load() with mix of new item without coordinates
242
- * fix: [#2633](https://github.com/gridstack/gridstack.js/issues/2633) Drop into full grid causes crash
243
- * fix: [#2559](https://github.com/gridstack/gridstack.js/issues/2559) changed angular demos (support 1 column)
244
- * fix: [#2453](https://github.com/gridstack/gridstack.js/issues/2453) recreated grid trash issue
245
-
246
- ## 10.1.1 (2024-03-03)
247
- * fix: [#2620](https://github.com/gridstack/gridstack.js/pull/2620) allow resizing with sizeToContent:NUMBER is uses
248
-
249
- ## 10.1.0 (2024-02-04)
250
- * feat: [#2574](https://github.com/gridstack/gridstack.js/pull/2574) Allow cell height in cm and mm units
251
- * feat: [#2578](https://github.com/gridstack/gridstack.js/pull/2578) allow different scaling between drag toolbar and grid
252
- * fix: [#2577](https://github.com/gridstack/gridstack.js/issues/2577) ui-resizable-s/-n style fix
253
- * fix: [#2576](https://github.com/gridstack/gridstack.js/issues/2576) column('none') now ignores layouts
254
- * fix: [#2560](https://github.com/gridstack/gridstack.js/issues/2560) nested grid fix (enter can call leave which can call enter again) - Thank you [v1talii-dev](https://github.com/v1talii-dev)
255
- * fix: [#2596](https://github.com/gridstack/gridstack.js/pull/2596) prevent SSR crash
256
- * fix: [#2610](https://github.com/gridstack/gridstack.js/pull/2610) using passive:true for mousemove events
257
- * fix: [#2612](https://github.com/gridstack/gridstack.js/pull/2612) restrict vertical resize if `sizeToContent:true`
258
- * demo: nested.htm now has nested create and drag&drop example - Thank you [fredericrous](https://github.com/fredericrous)
259
-
260
- ## 10.0.1 (2023-12-10)
261
- * fix: [#2552](https://github.com/gridstack/gridstack.js/issues/2552) DOM init doesn't sizeToContent
262
- * fix: [#2561](https://github.com/gridstack/gridstack.js/pull/2561) issues with sizeToContent animation, cleanup, etc...
263
- * fix: [#2427](https://github.com/gridstack/gridstack.js/issues/2427) sizeToContent supports rem/em cell height
264
- * fix: [#2558](https://github.com/gridstack/gridstack.js/pull/2558) remove style node in shadow root
265
- * fix: [#2556](https://github.com/gridstack/gridstack.js/pull/2556) make sure 'new GridStack(el)' set el.gridstack=this right away
266
- * cleanup: [#2550](https://github.com/gridstack/gridstack.js/pull/2550) Optimize resize arrow (~88% lighter from 1.82 KB to 225B)
267
-
268
- ## 10.0.0 (2023-11-20)
269
- * feat [#2542](https://github.com/gridstack/gridstack.js/pull/2542) we now support much richer responsive behavior with `GridStackOptions.columnOpts` including any breakpoint width:column pairs, or automatic column sizing.
270
- * `disableOneColumnMode`, `oneColumnSize`, `oneColumnModeDomSort` have been removed (see v10 migration doc)
271
-
272
- ## 9.5.1 (2023-11-11)
273
- * fix [#2525](https://github.com/gridstack/gridstack.js/commit/2525) Fixed unhandled exception happening in _mouseMove handler
274
- * fix potential crash in resizeToContentCheck() if grid gets deleted by the time the delay happens
275
- * fix [#2527](https://github.com/gridstack/gridstack.js/issues/2527) Incorrect layout on grid load in one column mode
276
- * fix [#2496](https://github.com/gridstack/gridstack.js/issues/2496) animation on init, introduced in 8.1.1
277
-
278
- ## 9.5.0 (2023-10-26)
279
- * feat [#1275](https://github.com/gridstack/gridstack.js/issues/1275) div scale support - Thank you [elmehdiamlou](https://github.com/elmehdiamlou) for implementing this teh right way (add scale to current code)
280
- * fix [#2489](https://github.com/gridstack/gridstack.js/commit/2489) moved the dropped event handler to after doing everything (no more setTimeout) - Thanks [arnoudb](https://github.com/arnoudb) for suggesting a fix.
281
- * fix [#2497](https://github.com/gridstack/gridstack.js/issues/2497) Utils.parseHeight() fix
282
- * fix column(1) to not restore if disableOneColumnMode on size change
283
-
284
- ## 9.4.0 (2023-10-15)
285
- * revert [#2263](https://github.com/gridstack/gridstack.js/issues/2263) div scale support - causing too many issues for now (#2498 #2491)
286
- * fix [#2492](https://github.com/gridstack/gridstack.js/issues/2492) calling load() allows overlapping widgets
287
-
288
- ## 9.3.0 (2023-09-30)
289
- * fix [#1275](https://github.com/gridstack/gridstack.js/issues/1275) div scale support - Thank you [VincentMolinie](https://github.com/VincentMolinie) for implementing this
290
-
291
- ## 9.2.2 (2023-09-27)
292
- * fix - sub-grid styles now look for immediate correct parent, not any depth above.
293
- * fix [#2469](https://github.com/gridstack/gridstack.js/issues/2469) "Invalid height" error CSS minHeight
294
- * fix [#2394](https://github.com/gridstack/gridstack.js/issues/2394) nested grid size issue when sub-items moved up/down
295
-
296
- ## 9.2.1 (2023-09-20)
297
- * fix _updateContainerHeight() to use height rather than min-height again (apart for nested grids which need it) and partial getComputedStyle CSS minHeight support
298
-
299
- ## 9.2.0 (2023-09-10)
300
- * feat: nested grids now support `sizeToContent` to size themselves to how many sub items they contain - Thank you [@Helix](https://gridstackjs.slack.com/team/U05QT7G8H7T) for sponsoring this!
301
- * fix [#2449](https://github.com/gridstack/gridstack.js/issues/2449) full grid maxRow fix
302
-
303
- ## 9.1.1 (2023-09-06)
304
- * fix [#2435](https://github.com/gridstack/gridstack.js/issues/2435) directionCollideCoverage() tweaks
305
- * fix resizeToContent() to handle node.h (using when cellHeight changes or we resize) vs DOM sizing (rest of the time)
306
-
307
- ## 9.1.0 (2023-09-04)
308
- * renamed fitToContent to sizeToContent (API BREAK)
309
- * feat: `sizeToContent` now supports being `boolean|number` to limit the height but user can resize past that, unlike maxH.
310
- * feat: `resizeToContentParent` now on GridStackWidget for those widgets that need to resize differently.
311
-
312
- ## 9.0.2 (2023-08-29)
313
- * fix 'resizecontent' event fix not called.
314
- * partial fix [#2427](https://github.com/gridstack/gridstack.js/issues/2427) sizeToContent when calling cellHeight()/addWidget()/MakeWidget()
315
-
316
- ## 9.0.1 (2023-08-27)
317
- * fix [#2413](https://github.com/gridstack/gridstack.js/issues/2413) support touchscreen+mouse devices. Thank you [@Ruslan207](https://github.com/Ruslan207)
318
- * tweak to `sizeToContent` from [#2412](https://github.com/gridstack/gridstack.js/pull/2412#issuecomment-1690219018). Thank you [@JonSohn](https://github.com/JonSohn)
319
-
320
- ## 9.0.0 (2023-08-23)
321
- - feat [#404](https://github.com/gridstack/gridstack.js/issues/404) added `GridStackOptions.sizeToContent` and `GridStackWidget.sizeToContent` to make gridItems size themselves to their content (no scroll bar), calling `GridStack.resizeToContent(el)` whenever the grid or item is resized.
322
- - also added new `'resizecontent'` event, and `resizeToContentCB` and `resizeToContentParent` vars.
323
- - fix [#2406](https://github.com/gridstack/gridstack.js/issues/2406) inf loop when autoPosition after loading into 1 column, then 2.
324
-
325
- ## 8.4.0 (2023-07-20)
326
- * feat [#2378](https://github.com/gridstack/gridstack.js/pull/2378) attribute `DDRemoveOpt.decline` to deny the removal of a specific class.
327
- * fix: dragging onto trash now calls removeWidget() and therefore `GridStack.addRemoveCB` (for component cleanup)
328
- * feat: `load()` support re-order loading without explicit coordinates (`autoPosition` or missing `x,y`) uses passed order.
329
-
330
- ## 8.3.0 (2023-06-13)
331
- * feat [#2358](https://github.com/gridstack/gridstack.js/issues/2358) column(N, 'list'|'compact'|...) resizing now support reflowing content as list
332
-
333
- ## 8.2.3 (2023-06-11)
334
- * fix [#2349](https://github.com/gridstack/gridstack.js/issues/2349) grid NoMove vs item NoMove support
335
- * fix [#2352](https://github.com/gridstack/gridstack.js/issues/2352) .ui-draggable-dragging z-index for modal dialogs
336
- * fix [#2357](https://github.com/gridstack/gridstack.js/issues/2357) NaN inf loop when using cellHeight rem/em
337
- * fix [#2354](https://github.com/gridstack/gridstack.js/issues/2354) max-w cloning issue fix
338
-
339
- ## 8.2.1 (2023-05-26)
340
- * fix: make sure `removeNode()` uses internal _id (unique) and not node itself (since we clone those often)
341
- * fix: after calling `addRemoveCB` make sure we don't makeWidget() (incorrectly) a second time
342
- * break: `GridStackWidget.id` is now string only (used to be numberOrString) as it causes usage to have to check and cast
343
-
344
- ## 8.2.0 (2023-05-24)
345
- * feat: `makeWidget()` now take optional `GridStackWidget` for sizing
346
- * fix: make sure `GridStack.saveCB` is call in `removeWidget()`
347
- * feat: angular wrapper: serialize custom data support, and making sure destroy() is called on ng components
348
-
349
- ## 8.1.2 (2023-05-22)
350
- * [#2323](https://github.com/gridstack/gridstack.js/issues/2323) module for Angular wrapper
351
-
352
- ## 8.1.1 (2023-05-13)
353
- * fix: [#2314](https://github.com/gridstack/gridstack.js/issues/2314) fix issue with having min-height/width instead of height/width for gs-h|x="1"
354
- also further compressed CSS multi column rules (use `.gs-# > .grid-stack-item` instead of `.grid-stack-# > .grid-stack-item`)
355
-
356
- ## 8.1.0 (2023-05-06)
357
- * break: remove `GridStackOptions.minWidth` obsolete since 5.1, use `oneColumnSize` instead
358
- * optimize: CSS files now even 25% smaller (after being halfed in 8.0.0) by removing `.grid-stack` prefix for anything already gs based, and 3 digit rounding.
359
- * fix: [#2275](https://github.com/gridstack/gridstack.js/issues/2275) `setupDragIn()` signature tweaks (HTMLElement | Document)
360
- * feat: [#2205](https://github.com/gridstack/gridstack.js/issues/2205) added `GridStackOptions.draggable.cancel` for list of selectors that should prevent item dragging
361
-
362
- ## 8.0.1 (2023-04-29)
363
- * feat: [#2275](https://github.com/gridstack/gridstack.js/issues/2275) `setupDragIn()` now can take an array or elements (in addition to selector string) and optional parent root (for shadow DOM support)
364
- * fix: [#2234](https://github.com/gridstack/gridstack.js/issues/2234) `Utils.getElements('1')` (called by removeWidget() and others) now checks for digit 'selector' (becomes an id).
365
- * fix: [#2213](https://github.com/gridstack/gridstack.js/issues/2213) `destroy()` now removes event handlers too
366
- * feat: [#2292](https://github.com/gridstack/gridstack.js/issues/2292) ne nw resize handle
367
- * break: (meant to be in v8) removed `GridStackOptions.dragInOptions` since `GridStack.setupDragIn()`has it replaced since 4.0
368
-
369
- ## 8.0.0 (2023-04-29)
370
- * package is now ES2020 (TS exported files), webpack all.js still umd (better than commonjs for browsers), still have es5/ files unchanged (for now)
371
- * optimize [#2243](https://github.com/gridstack/gridstack.js/issues/2243) removed `gs-min|max_w|h` attribute generated in CSS or written out as they are never used for rendering, only for initial load. This reduce our column/row CSS in half!
372
- * optimize: removed `gs-w='1'` and `gs-h='1'` dom attribute writing since we already have min-width/min-height set, no need to set more attributes.
373
- * optimize: remove `'ui-draggable'` and `'ui-resizable'` since wasn't used in CSS and we have the `-disabled` version when off (so we can use `not(xyz-disabled)`).
374
- * add: `GridStack.saveCB` global callback for each item during save so app can insert any custom data before serializing it. `save()` can now be passed optional callback
375
- * move: `GridStack.addRemoveCB` is now global instead of grid option. `load()` can still be passed different optional callback
376
- * fix: addGrid() to handle passing an existing initialized grid already
377
- * break: `GridStackOptions.subGrid` -> `GridStackOptions.subGridOpts`. We now have `GridStackWidget.subGridOpts` vs `GridStackNode.subGrid` (subclass) rather than try to merge the two at runtime since very different types...
378
- * tons of improvements for Angular wrapper.
379
-
380
- ## 7.3.0 (2023-04-01)
381
- * feat [#2229](https://github.com/gridstack/gridstack.js/pull/2229) support nonce for CSP. Thank you [@jedwards1211](https://github.com/jedwards1211)
382
- * feat: support nested grids with Angular component demo. Thank you R. Blanken for supporting this.
383
- * fix [#2206](https://github.com/gridstack/gridstack.js/issues/2206) `load()` with collision fix
384
- * fix [#2232](https://github.com/gridstack/gridstack.js/issues/2232) `autoPosition` bug loading from DOM
385
-
386
- ## 7.2.3 (2023-02-02)
387
- * fix `addWidget()` to handle passing just {el} which was needed for Angular HMTL template demo
388
- * add `opts.draggable.scroll` back to disable scrolling. Thank you [@VincentMolinie](https://github.com/VincentMolinie)
389
-
390
- ## 7.2.2 (2023-01-16)
391
- * fix [#2171](https://github.com/gridstack/gridstack.js/issues/2171) `save()` nested grid has extra nested children & options
392
- * regression for fix #2110: nested grids lost their styles causing wrong rendering when dragging to create sub nesting
393
-
394
- ## 7.2.1 (2023-01-14)
395
- * fix [#2162](https://github.com/gridstack/gridstack.js/pull/2162) removing item from a grid (into another) will now call `change` if anything was also modified during the remove
396
- * fix [#2110](https://github.com/gridstack/gridstack.js/issues/2110) custom `GridStackOptions.itemClass` now works when dragging from outside
397
-
398
- ## 7.2.0 (2023-01-07)
399
- * fix [#1936](https://github.com/gridstack/gridstack.js/issues/1936) some styles left behind after a drag
400
- * remove [#1842](https://github.com/gridstack/gridstack.js/issues/1842) incorrect doc/partial code on widget resizeHandles
401
- * doc [#2033](https://github.com/gridstack/gridstack.js/issues/2033) `resizestop` is actually correct as we don't animate resize today
402
- * add - `init()`|`initAll()` will now load any listed children (what `addGrid()` already did)
403
- * add - `GridStackOptions.addRemoveCB` which is use by frameworks (eg Angular) to dynamically create their gridItem components instead of regular div with class
404
-
405
- ## 7.1.2 (2022-12-29)
406
- * fix [#939](https://github.com/gridstack/gridstack.js/issues/2039) 'prototype' undefined error for dd-gridstack.js
407
- * add [#939](https://github.com/gridstack/gridstack.js/issues/2105) disable/enable are methods now recursive by default
408
- * add better `GridStackEventHandlerCallback` spelled out types
409
- * add We now have support for [Angular Component wrappers](https://github.com/gridstack/gridstack.js/tree/master/angular/) out of the box included in the build, with docs and demo! Need help to do that for React and Vue.
410
-
411
- ## 7.1.1 (2022-11-13)
412
- * fix [#939](https://github.com/gridstack/gridstack.js/issues/939) editable elements focus (regression in v6). Thank you [@Gezdy](https://github.com/Gezdy)
413
-
414
- ## 7.1.0 (2022-10-23)
415
- * back to MIT license in package.json
416
- * add `GridStackEngine.findEmptyPosition()`
417
- * fix [#2081](https://github.com/gridstack/gridstack.js/issues/2081) removeWidget() after it's gone from DOM
418
- * fix [#1985](https://github.com/gridstack/gridstack.js/issues/1985) addWidget() or DOM read in single column mode will not adjust to multi column mode
419
- * fix [#1975](https://github.com/gridstack/gridstack.js/issues/1975) oneColumnModeDomSort not respected when loading in 1 column
420
-
421
- ## 7.0.1 (2022-10-14)
422
- * fix [#2073](https://github.com/gridstack/gridstack.js/issues/2073) SSR (server side rendering) isTouch issue (regression in v6)
423
- * fix - removing last item delete sub-grid that are not auto-generated (nested.html vs nested_advanced.html)
424
-
425
- ## 7.0.0 (2022-10-09)
426
- * add [#1009](https://github.com/gridstack/gridstack.js/issues/1009) Create sub-grids on the fly,
427
- by dragging items completely over others (nest) vs partially (push) using new flag `GridStackOptions.subGridDynamic=true`.
428
- Thank you [StephanP] for sponsoring it.<br>
429
- See [advance Nested](https://github.com/gridstack/gridstack.js/blob/master/demo/nested_advanced.html)
430
- * add - ability to pause drag&drop collision until the user stops moving - see `DDDragOpt.pause` (used for creating nested grids on the fly based on gesture).
431
- * add [#1943](https://github.com/gridstack/gridstack.js/issues/1943) you can now drag sub-grids into other sub-grids
432
-
433
- ## 6.0.3 (2022-10-08)
434
- * fix [#2055](https://github.com/gridstack/gridstack.js/issues/2055) maxRow=1 resize outside (broke in 6.0.1)
435
- * fix [#2054](https://github.com/gridstack/gridstack.js/issues/2054) Can't enter text in textarea/input (broke in v6)
436
-
437
- ## 6.0.2 (2022-09-23)
438
- * fix [#2034](https://github.com/gridstack/gridstack.js/issues/2034) `removeWidget()` breaking resize handle feedback
439
- * fix [#2043](https://github.com/gridstack/gridstack.js/issues/2043) when swapping shapes in maxRow grid, make sure we still check for 50% coverage
440
-
441
- ## 6.0.1 (2022-08-27)
442
- * fix `float(val)` to set on grid and engine, so save() will read it.
443
- * fix [#2018](https://github.com/gridstack/gridstack.js/issues/2018) mouseover and React different behavior
444
- * fix getting nested grid resize handles while dragging child
445
-
446
- ## 6.0.0 (2022-08-21)
447
- * converted previous HTML5 `draggable=true` based code to simple Mouse Events and Touch mobile support for drag&Drop.
448
- * removed all jquery-ui related code, and D&D plugging as we only support native events now
449
- * `alwaysShowResizeHandle` now support `'mobile'` which is the default, making it much easier (see doc)
450
- * changed `commit()` to be `batchUpdate(false)` to make it easier to turn batch on/off. updated doc. old API remains for now
451
-
452
- ## 5.1.1 (2022-06-16)
453
- * fix v5.1.0 regression [#1973](https://github.com/gridstack/gridstack.js/issues/1973) DnD Snap to Animation
454
-
455
- ## 5.1.0 (2022-05-21)
456
- * add `GridStack.registerEngine()` to let user use their own custom layout engine subclass. Thank you [Thomas] for sponsoring it.
457
- * grid option `minWidth` is now `oneColumnSize` to make it clearer, but old field will still work (JS only) for a while
458
- * fix [#1966](https://github.com/gridstack/gridstack.js/issues/1966) restore animation when dragging items
459
- * updated jqueryui to latest v1.13.1
460
-
461
- ## 5.0.0 (2022-01-10)
462
- * add [#992](https://github.com/gridstack/gridstack.js/issues/992) support dragging into and out of nested grids from parents! Thank you [@arclogos132](https://github.com/arclogos132) for sponsoring it.
463
- * add [#1910](https://github.com/gridstack/gridstack.js/pull/1910) new `column:'auto'` option to size nested grids to their parent grid item column count, keeping items the same size inside and outside. Thank you [@arclogos132](https://github.com/arclogos132) for also sponsoring it.
464
- * fix [#1902](https://github.com/gridstack/gridstack.js/pull/1902) nested.html: dragging between sub-grids show items clipped
465
- * fix [#1558](https://github.com/gridstack/gridstack.js/issues/1558) dragging between vertical grids causes too much growth, not follow mouse.
466
- * fix [#1912](https://github.com/gridstack/gridstack.js/pull/1912) no longer force rows for min-height
467
- * fix [#1888](https://github.com/gridstack/gridstack.js/issues/1888) locks up with nested grid when 'column' is set to 1
468
-
469
- ## 4.4.1 (2021-12-24)
470
- * fix [#1901](https://github.com/gridstack/gridstack.js/pull/1901) error regression for #1785 when re-loading with fewer objects
471
-
472
- ## 4.4.0 (2021-12-21)
473
- * add [#1887](https://github.com/gridstack/gridstack.js/pull/1887) support for IE (new es5 folder) by [@SmileLifeIven](https://github.com/SmileLifeIven)
474
- * fix [#1785](https://github.com/gridstack/gridstack.js/issue/1785) overlapping items when switching column() and making edits. Thank you [@radovanobal](https://github.com/radovanobal) for sponsoring it.
475
- * fix [#1890](https://github.com/gridstack/gridstack.js/issue/1890) unhandled exception when dragging fast between grids.
476
-
477
- ## 4.3.1 (2021-10-18)
478
- * fix [#1868](https://github.com/gridstack/gridstack.js/issues/1868) prevent swap during resize
479
- * fix [#1849](https://github.com/gridstack/gridstack.js/issues/1849) [#1816](https://github.com/gridstack/gridstack.js/issues/1816) save highest resolution in 1 column mode
480
- * fix [#1855](https://github.com/gridstack/gridstack.js/issues/1855) resize when padding is large vs cellHeight
481
-
482
- ## 4.3.0 (2021-10-15)
483
- * you can now swap items of different width if they are the same row/height. Thanks to [spektrummedia](http://spektrummedia.com) for sponsoring it.
484
- * fix [#1860](https://github.com/gridstack/gridstack.js/issues/1860) nested grid save inf loop fix
485
- * use latest `dart-sass`, updated comments
486
-
487
- ## 4.2.7 (2021-9-12)
488
-
489
- * fix [#1817](https://github.com/gridstack/gridstack.js/issues/1817) Enable passing of DragEvent to gridstack dropped event. Thanks [@onepartsam](https://github.com/onepartsam)
490
- * fix [#1835](https://github.com/gridstack/gridstack.js/issues/1835) Layout incorrectly restored when node has a minimum width. Thanks [@hssm](https://github.com/hssm)
491
- * fix [#1794](https://github.com/gridstack/gridstack.js/issues/1794) addGrid() does not recognize rem cellHeightUnit
492
-
493
- ## 4.2.6 (2021-7-11)
494
-
495
- * fix [#1784](https://github.com/gridstack/gridstack.js/issues/1784) `removable:true` working by itself (without needing `acceptWidgets:true`)
496
- * fix [#1791](https://github.com/gridstack/gridstack.js/pull/1791) removed drag flicker and scroll issue. Thanks [@nelsieborja](https://github.com/nelsieborja)
497
- * fix [#1795](https://github.com/gridstack/gridstack.js/issues/1795) `save(false)` will no longer have `.content` field (removed existing one if present)
498
- * fix [#1782](https://github.com/gridstack/gridstack.js/issues/1782) `save(false, false)` now correctly saves nested grids
499
- * fix [#1793](https://github.com/gridstack/gridstack.js/issues/1793) `save(false, true)` followed by enable() throws error. we now have new `Utils.cloneDeep()`
500
-
501
- ## 4.2.5 (2021-5-31)
502
-
503
- * fix for website with JQ `droppable('destroy')` giving error
504
-
505
- ## 4.2.4 (2021-5-29)
506
-
507
- * fix [#1760](https://github.com/gridstack/gridstack.js/issues/1760) `removable:true` working again (broke in 4.x)
508
- * fix [#1761](https://github.com/gridstack/gridstack.js/issues/1761) `staticGrid(false)` will now enable drag in behavior (if set)
509
- * fix [#1767](https://github.com/gridstack/gridstack.js/issues/1767) `locked` item can be user moved/resized again, just not pushed by other nodes (broke in 1.1.1)
510
- * fix [#1764](https://github.com/gridstack/gridstack.js/issues/1764) `destroy(false)` can now re-init properly (doesn't force static grid)
511
-
512
- ## 4.2.3 (2021-5-8)
513
-
514
- - `Utils.getScrollParent()` -> `getScrollElement()` rename
515
- - fix [#1745](https://github.com/gridstack/gridstack.js/issues/1745) digression on scrolling in v4.2.1. Thanks [@Manfred-on-github](https://github.com/Manfred-on-github) for fixing your prev change.
516
-
517
- ## 4.2.2 (2021-4-23)
518
-
519
- - fix [#1684](https://github.com/gridstack/gridstack.js/issues/1684) [#1550](https://github.com/gridstack/gridstack.js/issues/1550) mac Safari H5 draggable broken in 4.0.1. Thanks [@wurambo](https://github.com/wurambo)
520
- - fix [#1562](https://github.com/gridstack/gridstack.js/issues/1562) mac Safari page scroll fix
521
-
522
- ## 4.2.1 (2021-4-18)
523
-
524
- - fix [#1700](https://github.com/gridstack/gridstack.js/issues/1700) JQ nested grid drag fix broken in 4.0.3 (but much older underlying issue)
525
- - fix [#1678](https://github.com/gridstack/gridstack.js/issues/1678) item gs-x:0 not animating fix
526
- - fix [#1727](https://github.com/gridstack/gridstack.js/pull/1727) resize-scroll issue when grid is not at top of page. Thanks [@Manfred-on-github](https://github.com/Manfred-on-github)
527
- - fix [#1728](https://github.com/gridstack/gridstack.js/issues/1728) fix sizing from top/left sides
528
-
529
- ## 4.2.0 (2021-4-11)
530
-
531
- - fix [#1704](https://github.com/gridstack/gridstack.js/issues/1704) scrollbar fix broken in 4.x
532
- - fix [#1655](https://github.com/gridstack/gridstack.js/issues/1655) `addWidget()` while in 1 column now remembers original wanted width
533
- - add [#1727](https://github.com/gridstack/gridstack.js/issues/1727) `addWidget()` now supports nested grids like init/addGrid() does.
534
-
535
- ## 4.1.0 (2021-4-7)
536
-
537
- - fix [#219](https://github.com/gridstack/gridstack.js/issues/219) **fixing another 6 years old request** we now automatically insert extra rows
538
- when dragging an item at the bottom below others to make it easier to insert below.
539
- - fix [#1687](https://github.com/gridstack/gridstack.js/issues/1687) more fix for drag between 2 grids with `row / maxRow` broken in 4.x
540
- - fix export symbols .d.ts for `gridstack-h5.js | gridstack-jq.js | gridstack-static.js`
541
- - fix [#1709](https://github.com/gridstack/gridstack.js/issues/1709) correct info for using JQ version and ES6 (tested in Angular app)
542
-
543
- ## 4.0.3 (2021-3-28)
544
-
545
- - fix [#1693](https://github.com/gridstack/gridstack.js/issues/1693) `load` after `init()` broken in 4.x
546
- - fix [#1687](https://github.com/gridstack/gridstack.js/issues/1687) drag between 2 grids with `row / maxRow` broken in 4.x
547
- - fix [#1676](https://github.com/gridstack/gridstack.js/issues/1676) drag edge case in/out single grid without acceptWidgets fix broken in 4.x
548
-
549
- ## 4.0.2 (2021-3-27)
550
-
551
- - fix [#1679](https://github.com/gridstack/gridstack.js/issues/1679) `Resizable: {handles:'w/sw'}` broken in 4.x
552
- - fix [#1658](https://github.com/gridstack/gridstack.js/issues/1658) `enableMove(T/F)` not working correctly
553
- - fix `helper: myFunction` now working for H5 case for `dragInOptions` & `setupDragIn()` broken in 3.x
554
- - fix prevent `addGrid()` from creating nested div grid if container already is a '.grid-stack' div
555
-
556
- ## 4.0.1 (2021-3-20)
557
-
558
- - fix [#1669](https://github.com/gridstack/gridstack.js/issues/1669) JQ resize broken in 4.x
559
- - fix [#1661](https://github.com/gridstack/gridstack.js/issues/1661) serialization of nested grid
560
-
561
- ## 4.0.0 (2021-3-19)
562
-
563
- - fix [#149](https://github.com/gridstack/gridstack.js/issues/149) [#1094](https://github.com/gridstack/gridstack.js/issues/1094) [#1605](https://github.com/gridstack/gridstack.js/issues/1605) [#1534](https://github.com/gridstack/gridstack.js/issues/1534) re-write of the **collision code - fixing 6 years old most requested request**
564
- 1. you can now swap items of the same size (vertical/horizontal) when grid is full, and is the default in `float:false` (top gravity) as it feels more natural. Could add Alt key for swap vs push behavior later.
565
- 2. Dragging up and down now behave the same (used to require push WAY down past to swap/append). Also much more efficient collision code.
566
- 3. handle mid point of dragged over items (>50%) rather than just a new row/column and check for the most covered item when multiple collide.
567
-
568
- - fix [#393](https://github.com/gridstack/gridstack.js/issues/393) [#1612](https://github.com/gridstack/gridstack.js/issues/1612) [#1578](https://github.com/gridstack/gridstack.js/issues/1578) re-write of the **drag in/out code - fixing 5 years old bug**
569
- 1. we now remove item when cursor leaves (`acceptWidgets` case using `dropout` event) or shape is outside (re-using same method) and re-insert on cursor enter (since we only get `dropover` event). Should **not be possible to have 2 placeholders** which confuses the grids.
570
- 2. major re-write and cleanup of the drag in/out. Vars have been renamed and fully documented as I couldn't understand the legacy buggy code.
571
- 3. removed any over trash delay feedback as I don't see the point and could introduce race conditions.
572
-
573
- - fix [1617](https://github.com/gridstack/gridstack.js/issues/1617) FireFox DOM order issue. Thanks [@marcel-necker](https://github.com/marcel-necker)
574
- - fix changing column # `column(n)` now resizes `cellHeight:'auto'` to keep square
575
- - add [1616](https://github.com/gridstack/gridstack.js/pull/1616) `drag | resize` events while dragging. Thanks [@MrCorba](https://github.com/MrCorba)
576
- - add [1637](https://github.com/gridstack/gridstack.js/issues/1637) `GridStack.setupDragIn()` so user can update external draggable after the grid has been created
577
-
578
- ## 3.3.0 (2021-2-2)
579
-
580
- - big re-write on how `cellHeight()` works. you can now call it at any time (not just grid init options) including switching to 'auto' or other modes on the fly.
581
- - fix `cellHeight:auto` now keeps cell square as window resizes (regressing from 2.x TS conversion). `Utils.throttle()` works better too (guaranteed to be called last event)
582
- - new `cellHeight:initial` which makes the cell squares initially, but doesn't change as windows resizes (better performance)
583
- - new grid option `cellHeightThrottle` (100ms) to control throttle of auto sizing triggers
584
- - fix [1600](https://github.com/gridstack/gridstack.js/issues/1600) height too small with `cellHeight:auto` loading in 1 column. Now detect we load at 1 column and size accordingly (default 'auto' could make big 700x700 cells, so explicit px might still be wanted)
585
- - fix [1538](https://github.com/gridstack/gridstack.js/issues/1538) loading nested into small size and sizing back up
586
- - fix [1604](https://github.com/gridstack/gridstack.js/issues/1604) nested grid resizing fix
587
- - fix [1599](https://github.com/gridstack/gridstack.js/issues/1599) resize from left side can move item right
588
-
589
- ## 3.2.0 (2021-1-25)
590
-
591
- - fix [1413](https://github.com/gridstack/gridstack.js/issues/1413) website & lib works on mobile. We now compile the latest v1.0.8 `jquery.ui.touch-punch`
592
- into the JQ version (only 2k) so mobile devices (android, iphone, ipad, ms surface, etc...) are supported out of the box.
593
- HTML5 version will require re-write to plain `mousemove` & mobile `touchmove` instead of drag events in a future release.
594
- - small optimizations (create placeholder content on the fly, moved more DD code into draggable class)
595
-
596
- ## 3.1.5 (2021-1-23)
597
-
598
- - fix [1572](https://github.com/gridstack/gridstack.js/issues/1572) `column: N` option now sets CSS class
599
- - fix [1571](https://github.com/gridstack/gridstack.js/issues/1571) don't allow drop when grid is full
600
- - fix [1570](https://github.com/gridstack/gridstack.js/issues/1570) easier to drag out/in from below
601
- - fix [1579](https://github.com/gridstack/gridstack.js/issues/1579) `cellHeight()` not updating CSS correctly
602
- - fix [1581](https://github.com/gridstack/gridstack.js/issues/1581) H5 draggable by actual div handle rather than entire item (let content respond to drag as well)
603
-
604
- ## 3.1.4 (2021-1-11)
605
-
606
- - fix [1557](https://github.com/gridstack/gridstack.js/issues/1557) fix no-drop cursor on windows when dragging within a default grid (no external drag in)
607
- - fix [1541](https://github.com/gridstack/gridstack.js/issues/1541) fix Safari H5 delay when dropping items
608
-
609
- ## 3.1.3 (2021-1-2)
610
-
611
- - fix [1540](https://github.com/gridstack/gridstack.js/issues/1540) Safari H5 drag&drop fix
612
- - fix [1535](https://github.com/gridstack/gridstack.js/issues/1535) use batchUpdate() around grid init to make sure gs-y attributes are respected.
613
- - fix [1545](https://github.com/gridstack/gridstack.js/issues/1545) `disableMove()` correctly prevents drag later (remove events and draggable attribute)
614
- - fix [1546](https://github.com/gridstack/gridstack.js/issues/1546) resize no longer delayed, which caused race conditions errors
615
- - fix [1001](https://github.com/gridstack/gridstack.js/issues/1001) resizing near bottom/top needs to auto-scroll/. thanks [@hbcarlos](https://github.com/hbcarlos)!
616
-
617
- ## 3.1.2 (2020-12-7)
618
-
619
- - fix [1419](https://github.com/gridstack/gridstack.js/issues/1419) dragging into a fixed row grid works better (check if it will fit, else try to append, else won't insert)
620
- -- **possible BREAK** (unlikely you use engine directly)
621
- * engine constructor takes Options struct rather than spelling arguments (easier to extend/use)
622
- * `canBePlacedWithRespectToHeight()` -> `willItFit()` like grid method
623
-
624
- - fix [1330](https://github.com/gridstack/gridstack.js/issues/1330) `maxW` does not work as intended with resizable handle `"w"`
625
- - fix [1472](https://github.com/gridstack/gridstack.js/issues/1472) support all options for new dragged in widgets (read all `gs-xyz` attributes)
626
- - fix [1511](https://github.com/gridstack/gridstack.js/issues/1511) dragging any grid item content works
627
- - fix [1438](https://github.com/gridstack/gridstack.js/issues/1438) web-component fixes & grid with 0 size initially.
628
-
629
- ## 3.1.0 (2020-12-4)
630
-
631
- - add new `addGrid(parent, opts)` to create a grid and load children instead of `init() + load()`, which is used by `load()` to supports nested grids creation.
632
- see [nested.html](https://github.com/gridstack/gridstack.js/tree/master/demo/nested.html) demo.
633
- - `save()` will now work on nested grids, recursively saving info. added flag to also allow saving the current grid options + children
634
- (needed for nested grids) so you can now call new `adddGrid()` to re-create everything from JSON.
635
- - fix [1505](https://github.com/gridstack/gridstack.js/issues/1505) don't call `movable()`/`resizable()` on locked items error. thanks [@infime](https://github.com/infime)
636
- - fix [1517](https://github.com/gridstack/gridstack.js/pull/1517) force typescript 3.6 as 3.7 has breaking change
637
-
638
- ## 3.0.0 (2020-11-29)
639
-
640
- - the big news is we finally have a native HTML5 drag&drop plugin (zero jquery)! Huge thanks to [@rhlin](https://github.com/rhlin) for creating this in stealth mode. Read all about it in main doc.
641
- - we now have a React example, in addition to Vue - Angular is next!. thanks [@eloparco](https://github.com/eloparco)
642
- - fix placeholder not having custom `GridStackOptions.itemClass`. thanks [@pablosichert](https://github.com/pablosichert)
643
- - fix [1484](https://github.com/gridstack/gridstack.js/issues/1484) dragging between 2 grids and back (regression in 2.0.1)
644
- - fix [1471](https://github.com/gridstack/gridstack.js/issues/1471) `load()` into 1 column mode doesn't resize back to 12 correctly
645
- - fix [1235](https://github.com/gridstack/gridstack.js/issues/1235) `update(el, opts)` re-write to take all `GridStackWidget` options (not just x,y,width,height) and do everything efficiently.
646
- Hiding `locked()`, `move()`, `resize()`, `minWidth()`, etc... as they just simply call update() which does all the constrain now as well!
647
- - del `ddPlugin` grid option as we only have one drag&drop plugin at runtime, which is defined by the include you use (HTML5 vs jquery vs none)
648
- - change attribute `data-gs-min-width` is now `gs-min-w`. We removed 'data-' from all attributes, and shorten 'width|height' to just 'w|h' to require less typing and more efficient (2k saved in .js alone!) [1491](https://github.com/gridstack/gridstack.js/pull/1491) [1492](https://github.com/gridstack/gridstack.js/pull/1492)
649
- - also `GridStackWidget` used in most API `width|height|minWidth|minHeight|maxWidth|maxHeight` are now shorter `w|h|minW|minH|maxW|maxH` as well [1493](https://github.com/gridstack/gridstack.js/pull/1493)
650
- - **** see [migrating to v3](https://github.com/gridstack/gridstack.js#migrating-to-v3) ****
651
-
652
- ## 2.2.0 (2020-11-7)
653
-
654
- - add `margin` option now support multi values CSS format `'5px 10px 0 20px'` or `'5em 10em'`
655
- - add `data-gs-static-grid` attribute
656
- - fix [1435](https://github.com/gridstack/gridstack.js/issues/1435) `class="ui-draggable-disabled ui-resizable-disabled"` have been added back to static grid items, so existing CSS rule to style continue working
657
- - fix [1439](https://github.com/gridstack/gridstack.js/pull/1439) getting DOM element by id with number works (api that uses `GridStackElement` handle more string formats)
658
- - fix [1442](https://github.com/gridstack/gridstack.js/pull/1442) setting `marginTop` (or any 4 sides) to cause resize to break. Thanks [@deadivan](https://github.com/deadivan) for suggested fix.
659
-
660
- ## 2.1.0 (2020-10-28)
661
-
662
- - fix grid `static: true` to no longer add any drag&drop (even disabled) which should speed things up, and `setStatic(T/F)` will now correctly add it back/delete for items that need it only.
663
- Also fixed JQ draggable warning if not initialized first [858](https://github.com/gridstack/gridstack.js/issues/858)
664
- - add `addWidget(opt)` now handles just passing a `GridStackWidget` which creates the default divs, simplifying your code. Old API still supported.
665
- - add `save(saveContent = true)` now lets you optionally save the HTML content in the node property, with load() restoring it [1418](https://github.com/gridstack/gridstack.js/issues/1418)
666
- - add `GridStackWidget.content` now lets you add any HTML content when calling `load()/save()` or `addWidget()` [1418](https://github.com/gridstack/gridstack.js/issues/1418)
667
- - add `ColumnOptions` to `column(n, options)` for multiple re-layout options, including 'none' that will preserve the x and width, until out of bound/overlap [1338](https://github.com/gridstack/gridstack.js/issues/1338)
668
- including a custom function for you to create the new layout [1332](https://github.com/gridstack/gridstack.js/issues/1332)
669
-
670
- ## 2.0.2 (2020-10-05)
671
-
672
- - fix `animate` to not re-create CSS style each time (should be faster too) and made it default now since so much nicer. pass `{animate: false}` grid options if you want instant again [937](https://github.com/gridstack/gridstack.js/issues/937)
673
- - fix `resizable: { handles: ...}` forcing `alwaysShowResizeHandle` behavior [1373](https://github.com/gridstack/gridstack.js/issues/1373)
674
-
675
- ## 2.0.1 (2020-09-26)
676
-
677
- - fix `minWidth()`, `minHeight()`, `maxHeight()` to set node value as well [1359](https://github.com/gridstack/gridstack.js/issues/1359)
678
- - fix `GridStackOptions` spelling [1359](https://github.com/gridstack/gridstack.js/issues/1359)
679
- - fix remove window resize event when `grid.destroy()` [1369](https://github.com/gridstack/gridstack.js/issues/1369)
680
- - fix nested grid resize [1361](https://github.com/gridstack/gridstack.js/issues/1361)
681
- - fix resize with `cellHeight` '6rem' '6em' not working [1356](https://github.com/gridstack/gridstack.js/issues/1356)
682
- - fix preserve attributes (min/max/id/etc...) when dragging between grids [1367](https://github.com/gridstack/gridstack.js/issues/1367)
683
- - fix 2 drop shadows when dragging between grids [393](https://github.com/gridstack/gridstack.js/issues/393)
684
-
685
- ## 2.0.0 (2020-09-07)
686
-
687
- - re-write to native Typescript, removing all JQuery from main code and API (drag&drop plugin still using jqueryui for now)
688
- - add `getGridItems()` to return list of HTML grid items
689
- - add `{dragIn | dragInOptions}` grid attributes to handle external drag&drop items
690
- - add `save()` and `load()` to serialize grids from JSON, saving all attributes (not just w,h,x,y) [1286](https://github.com/gridstack/gridstack.js/issues/1286)
691
- - add `margin` to replace `verticalMargin` which affects both dimensions in code, rather than one in code the other in CSS.
692
- You can now have perfect square cells (default) [723](https://github.com/gridstack/gridstack.js/issues/723)
693
- - fix [1299](https://github.com/gridstack/gridstack.js/pull/1299) many columns round-off error
694
- - fix [1102](https://github.com/gridstack/gridstack.js/issues/1102) loose functionality when they are moved to a new grid
695
- - add optional params to `removeWidget()` to have quiet mode (no callbacks)
696
- - drop support for IE11 due to more compact ES6 output and newer TS code
697
-
698
- ## 1.2.1 (2020-09-04)
699
-
700
- - fix [1341](https://github.com/gridstack/gridstack.js/pull/1341) Enable the UMD behavior for bundlers compatibility
701
-
702
- ## 1.2.0 (2020-08-01)
703
-
704
- - fix [1311](https://github.com/gridstack/gridstack.js/issues/1311) domAttr is not defined
705
- - adds `styleInHead` option to allow for selecting older behavior (adding STYLE element to HEAD element instead of parentNode)
706
- - update jquery to v3.5.1
707
-
708
- ## 1.1.2 (2020-05-17)
709
-
710
- - fix [1229](https://github.com/gridstack/gridstack.js/issues/1229) `staticGrid` no longer disable oneColumnMode
711
- - fix [1195](https://github.com/gridstack/gridstack.js/issues/1195) options broken with ember hash helper - thanks [@btecu](https://github.com/btecu)
712
- - fix [1250](https://github.com/gridstack/gridstack.js/issues/1250) don't remove item from another grid
713
- - fix [1261](https://github.com/gridstack/gridstack.js/issues/1261) `init()` clones passed options so second doesn't affect first one
714
- - fix [1276](https://github.com/gridstack/gridstack.js/issues/1276) `addWidget()` ignores data attributes
715
-
716
- ## 1.1.1 (2020-03-17)
717
-
718
- - fix [1187](https://github.com/gridstack/gridstack.js/issues/1187) IE support for `CustomEvent` polyfill - thanks [@phil-blais](https://github.com/phil-blais)
719
- - fix [1204](https://github.com/gridstack/gridstack.js/issues/1204) destroy drag&drop when removing node(s) instead of just disabling it.
720
- - fix [1181](https://github.com/gridstack/gridstack.js/issues/1181) Locked widgets are still moveable by other widgets.
721
- - fix [1217](https://github.com/gridstack/gridstack.js/issues/1217) If I set cellHeight to some vh, only first grid will take vh, rest will use px
722
- - include SASS source files to npm package again [1193](https://github.com/gridstack/gridstack.js/pull/1193)
723
-
724
- ## 1.1.0 (2020-02-29)
725
-
726
- - add `minRow` and `row` grid options (which set minRow=maxRow=N) [1172](https://github.com/gridstack/gridstack.js/issues/1172) - thanks [@RadoiAndrei](https://github.com/RadoiAndrei)
727
- - fix [1166](https://github.com/gridstack/gridstack.js/issues/1166) resize not taking margin height into account - thanks [@awjae](https://github.com/awjae)
728
- - fix [1155](https://github.com/gridstack/gridstack.js/issues/1155) `maxRow` now limit initial item placement if out of bound, preventing broken drag behavior
729
- - fix [1171](https://github.com/gridstack/gridstack.js/issues/1171) added event support to call `grid.on('added removed change', callback)` again even with native events.
730
-
731
- ## v1.0.0 (2020-02-23)
732
-
733
- - **breaking**: [(1084)](https://github.com/gridstack/gridstack.js/issues/1084) jquery was removed from the API and dependencies (initialize differently, and methods take/return `GridStack` or `HTMLElement` instead of `JQuery`), so your code will need to change.
734
- See [Migrating to v1.0.0](https://github.com/gridstack/gridstack.js/tree/master/README.md#migrating-to-v100)
735
- - `setColumn(N)` is now `column(N)` (matches other set/get methods) and `getColumn()` to get current column number
736
- - add `grid.on(eventName, callback)` / `grid.off(eventName)` to hide native JQ events mix
737
- - add `grid.getRow()` to get the current grid row number
738
-
739
- ## v0.6.4 (2020-02-17)
740
-
741
- - fix [#540](https://github.com/gridstack/gridstack.js/issues/540) WebComponent support: CSS file now insert before grid instead of 'head'
742
- - fix [#1143](https://github.com/gridstack/gridstack.js/issues/1143) nested grids with different `acceptWidgets` class
743
- - fix [#1142](https://github.com/gridstack/gridstack.js/issues/1142) add/remove widget will also trigger change events when it should.
744
- - optimized `change` callback to save original x,y,w,h values and only call those that changed [1148](https://github.com/gridstack/gridstack.js/pull/1148)
745
- - delete `bower` since [dead](https://snyk.io/blog/bower-is-dead) for a while now
746
-
747
- ## v0.6.3 (2020-02-05)
748
-
749
- - fix [#1132](https://github.com/gridstack/gridstack.js/issues/1132) oneColumnMode missing CSS to do layout
750
- - del `oneColumnModeClass` / `.grid-stack-one-column-mode` and associated code. If you depended on this, use class `.grid-stack-1` instead since it is 1 column layout anyway [1134](https://github.com/gridstack/gridstack.js/pull/1134)
751
-
752
- ## v0.6.2 (2020-02-03)
753
-
754
- - add `oneColumnModeDomSort` true|false to let you specify a custom layout (use dom order instead of x,y) for oneColumnMode `column(1)` [#713](https://github.com/gridstack/gridstack.js/issues/713)
755
- - fix oneColumnMode to only restore if we auto went to it as window sizes up [#1125](https://github.com/gridstack/gridstack.js/pull/1125)
756
- - editing in 1 column (or few columns) does a better job updating higher layout (track before and after and move items accordingly).
757
- Tracking item swap would be even better still. [#1127](https://github.com/gridstack/gridstack.js/pull/1127)
758
-
759
- ## v0.6.1 (2020-02-02)
760
-
761
- - fix [#37](https://github.com/gridstack/gridstack.js/issues/37) oneColumnMode (<768px by default) now simply calls `column(1)` and remembers prev columns (so we can restore). This gives
762
- us full resize/re-order of items capabilities rather than a locked CSS only layout (see prev rev changes). [#1120](https://github.com/gridstack/gridstack.js/pull/1120)
763
- - fix [responsive.html](https://gridstackjs.com/demo/responsive.html) demo [#1121](https://github.com/gridstack/gridstack.js/pull/1121)
764
-
765
- ## v0.6.0 (2019-12-24)
766
-
767
- - add `float(val)` to set/get the grid float mode, which will relayout [#1088](https://github.com/gridstack/gridstack.js/pull/1088)
768
- - add `compact()` to reclaim any empty space and relayout grid items [#1101](https://github.com/gridstack/gridstack.js/pull/1101)
769
- - add `options.dragOut` to let user drag nested grid items out of a parent or not (default false)
770
- and jQuery UI `draggable.containment` can now be specified in options. You can now drag&drop between 2 nested grids [#1105](https://github.com/gridstack/gridstack.js/pull/1105)
771
- - add `%` as a valid unit for height [#1093](https://github.com/gridstack/gridstack.js/pull/1093). thank you
772
- [@trevisanweb](https://github.com/trevisanweb) [@aureality](https://github.com/aureality)
773
- [@ZoolWay](https://github.com/ZoolWay)
774
- - fix callbacks to get either `added, removed, change` or combination if adding a node require also to change its (x,y) for example.
775
- Also you can now call `batchUpdate()` before calling a bunch of `addWidget()` and get a single event callback (more efficient).
776
- [#1096](https://github.com/gridstack/gridstack.js/pull/1096)
777
- - `removeAll()` is now much faster (no relayout) and calls `removed` event just once with a list [#1097](https://github.com/gridstack/gridstack.js/pull/1097)
778
- - `column()` complete re-write and is no longer "Experimental". We now do a reasonable job at sizing/position the widgets (especially 1 column) and
779
- also now cache each column layout so you can go back to say 12 column and not loose original layout. [#1098](https://github.com/gridstack/gridstack.js/pull/1098)
780
- - fix `addWidget(el)` (no data) would not render item at correct location, and overlap item at (0,0) [#1098](https://github.com/gridstack/gridstack.js/pull/1098)
781
- - you can now pre-define size of dragable elements from a sidebar using standard `data-gs-width` and `data-gs-height` - fix
782
- [#413](https://github.com/gridstack/gridstack.js/issues/413), [#914](https://github.com/gridstack/gridstack.js/issues/914), [#918](https://github.com/gridstack/gridstack.js/issues/918),
783
- [#922](https://github.com/gridstack/gridstack.js/issues/922), [#933](https://github.com/gridstack/gridstack.js/issues/933)
784
- thanks [@ermcgrat](https://github.com/ermcgrat) and others for pointing out code issue.
785
-
786
- ## v0.5.5 (2019-11-27)
787
-
788
- - min files include rev number/license [#1075](https://github.com/gridstack/gridstack.js/pull/1075)
789
- - npm package fix to exclude more temporary content [#1078](https://github.com/gridstack/gridstack.js/pull/1078)
790
- - removed `jquery-ui/*` requirements from AMD packing in `gridstack.jQueryUI.js` as it was causing App compile missing errors now that we include a subset of jquery-ui
791
-
792
- ## v0.5.4 (2019-11-26)
793
-
794
- - fix for griditems with x=0 placement wrong order (regression by [#1017](https://github.com/gridstack/gridstack.js/issues/10510174)) ([#1054](https://github.com/gridstack/gridstack.js/issues/1054)).
795
- - fix `cellHeight(val)` not working due to style change (regression by [#937](https://github.com/gridstack/gridstack.js/issues/937)) ([#1068](https://github.com/gridstack/gridstack.js/issues/1068)).
796
- - add `gridstack-poly.js` for IE and older browsers, removed `core-js` lib from samples (<1k vs 85k), and all IE8 mentions ([#1061](https://github.com/gridstack/gridstack.js/pull/1061)).
797
- - add `jquery-ui.js` (and min.js) as minimal subset we need (55k vs 248k), which is now part of `gridstack-h5.js`. Include individual parts if you need your own lib instead of all.js
798
- ([#1064](https://github.com/gridstack/gridstack.js/pull/1064)).
799
- - changed jquery dependency to lowest we can use (>=1.8) ([#629](https://github.com/gridstack/gridstack.js/issues/629)).
800
- - add advance demo from web site ([#1073](https://github.com/gridstack/gridstack.js/pull/1073)).
801
-
802
- ## v0.5.3 (2019-11-20)
803
-
804
- - grid options `width` is now `column`, `height` now `maxRow`, and `setGridWidth()` now `column()` to match what they are. Old names are still supported (console warnings). Various fixes for custom # of column and re-wrote entire doc section ([#1053](https://github.com/gridstack/gridstack.js/issues/1053)).
805
- - fix widgets not animating when `animate: true` is used. on every move, styles were recreated-fix should slightly improve gridstack.js speed ([#937](https://github.com/gridstack/gridstack.js/issues/937)).
806
- - fix moving widgets when having multiple grids. jquery-ui workaround ([#1043](https://github.com/gridstack/gridstack.js/issues/1043)).
807
- - switch to eslint ([#763](https://github.com/gridstack/gridstack.js/issues/763)) thanks [@rwstoneback](https://github.com/rwstoneback).
808
- - fix null values `addWidget()` options ([#1042](https://github.com/gridstack/gridstack.js/issues/1042)).
809
-
810
- ## v0.5.2 (2019-11-13)
811
-
812
- - fix undefined `x,y` position messes up grid ([#1017](https://github.com/gridstack/gridstack.js/issues/1017)).
813
- - changed code to 2 spaces.
814
- - fix minHeight during `onStartMoving()` ([#999](https://github.com/gridstack/gridstack.js/issues/999)).
815
- - add `gridstack.d.ts` TypeScript definition file now included - no need to include `@types/gridstack`, easier to update ([#1036](https://github.com/gridstack/gridstack.js/pull/1036)).
816
- - add `addWidget(el, options)` to pass object so you don't have to spell 10 params. ([#907](https://github.com/gridstack/gridstack.js/issues/907)).
817
-
818
- ## v0.5.1 (2019-11-07)
819
-
820
- - reduced npm package size from 672k to 324k (drop demo, src and extra files)
821
-
822
- ## v0.5.0 (2019-11-06)
823
-
824
- - emit `dropped` event when a widget is dropped from one grid into another ([#823](https://github.com/gridstack/gridstack.js/issues/823)).
825
- - don't throw error if no bounding scroll element is found ([#891](https://github.com/gridstack/gridstack.js/issues/891)).
826
- - don't push locked widgets even if they are at the top of the grid ([#882](https://github.com/gridstack/gridstack.js/issues/882)).
827
- - RequireJS and CommonJS now export on the `exports` module fix ([#643](https://github.com/gridstack/gridstack.js/issues/643)).
828
- - automatically scroll page when widget is moving beyond viewport ([#827](https://github.com/gridstack/gridstack.js/issues/827)).
829
- - removed lodash dependencies ([#693](https://github.com/gridstack/gridstack.js/issues/693)).
830
- - don't overwrite globals jQuery when in a modular environment ([#974](https://github.com/gridstack/gridstack.js/pull/974)).
831
- - removed z-index from `.grid-stack-item-content` causing child modal dialog clipping ([#984](https://github.com/gridstack/gridstack.js/pull/984)).
832
- - convert project to use yarn ([#983](https://github.com/gridstack/gridstack.js/pull/983)).
833
-
834
- ## v0.4.0 (2018-05-11)
835
-
836
- - 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)).
837
- - 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)).
838
- - fix `staticGrid` grid option ([#743](https://github.com/gridstack/gridstack.js/issues/743))
839
- - preserve inline styles when moving/cloning items (thanks [@silverwind](https://github.com/silverwind))
840
- - fix bug causing heights not to get set ([#744](https://github.com/gridstack/gridstack.js/issues/744))
841
- - allow grid to have min-height, fixes ([#628](https://github.com/gridstack/gridstack.js/issues/628)) thanks [@adumesny](https://github.com/adumesny)
842
- - widget x and y are now ints (thanks [@DonnchaC](https://github.com/donnchac))
843
- - allow all droppable options (thanks [@vigor-vlad](https://github.com/vigor-vlad))
844
- - properly track mouse position in `getCellFromPixel` (thanks [@aletorrado](https://github.com/aletorrado))
845
- - remove instance of `!important` (thanks [@krilllind](https://github.com/krilllind))
846
- - scroll when moving widget up or down out of viewport ([#827](https://github.com/gridstack/gridstack.js/issues/827))
847
-
848
- ## v0.3.0 (2017-04-21)
849
-
850
- - remove placeholder when dragging widget below grid (already worked when dragging left, above, and to the right of grid).
851
- - prevent extra checks for removing widget when dragging off grid.
852
- - trigger `added` when a widget is added via dropping from one grid to another.
853
- - trigger `removed` when a widget is removed via dropping from one grid to another.
854
- - 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)).
855
- - 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)).
856
- - prevent dragging/resizing in `oneColumnMode` ([#593](https://github.com/gridstack/gridstack.js/issues/593)).
857
- - add `oneColumnModeClass` option to grid.
858
- - remove 768px CSS styles, moved to grid-stack-one-column-mode class.
859
- - add max-width override on grid-stck-one-column-mode ([#462](https://github.com/gridstack/gridstack.js/issues/462)).
860
- - add internal function`isNodeChangedPosition`, minor optimization to move/drag.
861
- - drag'n'drop plugin system. Move jQuery UI dependencies to separate plugin file.
862
-
863
- ## v0.2.6 (2016-08-17)
864
-
865
- - update requirements to the latest versions of jQuery (v3.1.0+) and jquery-ui (v1.12.0+).
866
- - fix jQuery `size()` ([#486](https://github.com/gridstack/gridstack.js/issues/486)).
867
- - update `destroy([removeDOM])` call ([#422](https://github.com/gridstack/gridstack.js/issues/422)).
868
- - don't mutate options when calling `draggable` and `resizable`. ([#505](https://github.com/gridstack/gridstack.js/issues/505)).
869
- - update _notify to allow detach ([#411](https://github.com/gridstack/gridstack.js/issues/411)).
870
- - fix code that checks for jquery-ui ([#481](https://github.com/gridstack/gridstack.js/issues/481)).
871
- - fix `cellWidth` calculation on empty grid
872
-
873
- ## v0.2.5 (2016-03-02)
874
-
875
- - update names to respect js naming convention.
876
- - `cellHeight` and `margin` can now be string (e.g. '3em', '20px') (Thanks to @jlowcs).
877
- - add `maxWidth`/`maxHeight` methods.
878
- - add `enableMove`/`enableResize` methods.
879
- - fix window resize issue [#331](https://github.com/gridstack/gridstack.js/issues/331)).
880
- - add options `disableDrag` and `disableResize`.
881
- - fix `batchUpdate`/`commit` (Thank to @radiolips)
882
- - remove dependency of FontAwesome
883
- - RTL support
884
- - `'auto'` value for `cellHeight` option
885
- - fix `setStatic` method
886
- - add `setAnimation` method to API
887
- - add `column` method ([#227](https://github.com/gridstack/gridstack.js/issues/227))
888
- - add `removable`/`removeTimeout` *(experimental)*
889
- - add `removeDOM` parameter to `destroy` method ([#216](https://github.com/gridstack/gridstack.js/issues/216)) (thanks @jhpedemonte)
890
- - add `useOffset` parameter to `getCellFromPixel` method ([#237](https://github.com/gridstack/gridstack.js/issues/237))
891
- - add `minWidth`, `maxWidth`, `minHeight`, `maxHeight`, `id` parameters to `addWidget` ([#188](https://github.com/gridstack/gridstack.js/issues/188))
892
- - add `added` and `removed` events for when a widget is added or removed, respectively. ([#54](https://github.com/gridstack/gridstack.js/issues/54))
893
- - add `acceptWidgets` parameter. Widgets can now be draggable between grids or from outside *(experimental)*
894
-
895
- ## v0.2.4 (2016-02-15)
896
-
897
- - fix closure compiler/linter warnings
898
- - add `staticGrid` option.
899
- - add `minWidth`/`minHeight` methods (Thanks to @cvillemure)
900
- - add `destroy` method (Thanks to @zspitzer)
901
- - add `placeholderText` option (Thanks to @slauyama)
902
- - add `handleClass` option.
903
- - add `makeWidget` method.
904
- - lodash v 4.x support (Thanks to @andrewr88)
905
-
906
- ## v0.2.3 (2015-06-23)
907
-
908
- - gridstack-extra.css
909
- - add support of lodash.js
910
- - add `isAreaEmpty` method
911
- - nested grids
912
- - add `batchUpdate`/`commit` methods
913
- - add `update` method
914
- - allow to override `resizable`/`draggable` options
915
- - add `disable`/`enable` methods
916
- - add `getCellFromPixel` (thanks to @juchi)
917
- - AMD support
918
- - fix nodes sorting
919
- - improved touch devices support
920
- - add `alwaysShowResizeHandle` option
921
- - minor fixes and improvements
922
-
923
- ## v0.2.2 (2014-12-23)
924
-
925
- - fix grid initialization
926
- - add `cellHeight`/`cellWidth` API methods
927
- - fix boolean attributes ([#31](https://github.com/gridstack/gridstack.js/issues/31))
928
-
929
- ## v0.2.1 (2014-12-09)
930
-
931
- - add widgets locking ([#19](https://github.com/gridstack/gridstack.js/issues/19))
932
- - add `willItFit` API method
933
- - fix auto-positioning ([#20](https://github.com/gridstack/gridstack.js/issues/20))
934
- - add animation (thanks to @ishields)
935
- - fix `y` coordinate calculation when dragging ([#18](https://github.com/gridstack/gridstack.js/issues/18))
936
- - fix `removeWidget` ([#16](https://github.com/gridstack/gridstack.js/issues/16))
937
- - minor fixes
938
-
939
-
940
- ## v0.2.0 (2014-11-30)
941
-
942
- - add `height` option
943
- - auto-generate css rules (widgets `height` and `top`)
944
- - add `GridStack.Utils.sort` utility function
945
- - add `removeAll` API method
946
- - add `resize` and `move` API methods
947
- - add `resizable` and `movable` API methods
948
- - add `data-gs-no-move` attribute
949
- - add `float` option
950
- - fix default css rule for inner content
951
- - minor fixes
952
-
953
- ## v0.1.0 (2014-11-18)
954
-
955
- Very first version.