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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,9 @@ Change log
49
49
50
50
- add `margin` option now support multi values CSS format `'5px 10px 0 20px'` or `'5em 10em'`
51
51
- add `data-gs-static-grid` attribute
52
-
- fix `class="ui-draggable-disabled ui-resizable-disabled"` have been added back to static grid items, so existing CSS rule to style continue working [1435](https://github.com/gridstack/gridstack.js/issues/1435)
53
-
- fix getting DOM element by id with number works (api that uses `GridStackElement` handle more string formats)
54
-
- fix setting `marginTop` (or any 4 sides) to cause resize to break. Thanks [@deadivan](https://github.com/deadivan) for suggested fix.
52
+
- 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
53
+
- 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)
54
+
- 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.
0 commit comments