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
Copy file name to clipboardExpand all lines: doc/CHANGES.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,9 @@ Change log
65
65
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
66
66
67
67
## 4.3.1-dev TBD
68
-
* 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.
69
68
* add [#1887](https://github.com/gridstack/gridstack.js/pull/1887) support for IE (new es5 folder) by [@SmileLifeIven](https://github.com/SmileLifeIven)
69
+
* 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.
70
+
* fix [#1890](https://github.com/gridstack/gridstack.js/issue/1890) unhandled exception when dragging fast between grids.
70
71
71
72
## 4.3.1 (2021-10-18)
72
73
* fix [#1868](https://github.com/gridstack/gridstack.js/issues/1868) prevent swap during resize
/** prevents moving and resizing (default?: undefined = un-constrained) */
246
+
/** prevents being moved by others during their (default?: undefined = un-constrained) */
247
247
locked?: boolean;
248
248
/** widgets can have their own custom resize handles. For example 'e,w' will make that particular widget only resize east and west. See `resizable: {handles: string}` option */
0 commit comments