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
* editing in 1 column (or few columns) does a better job updating higher layout * track before and after and move items accordingly.
* Tracking item swap would be even better still.
more for fix#37 and part3 #1120
Copy file name to clipboardExpand all lines: doc/CHANGES.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,8 @@ Change log
31
31
32
32
- add `oneColumnModeDomSort` true|false to let you specify a custom layout (use dom order instead of x,y) for oneColumnMode `setColumn(1)`[#713](https://github.com/gridstack/gridstack.js/issues/713)
33
33
- fix oneColumnMode to only restore if we auto went to it as window sizes up [#1125](https://github.com/gridstack/gridstack.js/pull/1125)
34
-
- re-order in 1 column no longer affect other layouts (hard to predict). only resize/add/remove carry over [#1127](https://github.com/gridstack/gridstack.js/pull/1127)
34
+
- editing in 1 column (or few columns) does a better job updating higher layout (track before and after and move items accordingly).
35
+
Tracking item swap would be even better still. [#1127](https://github.com/gridstack/gridstack.js/pull/1127)
0 commit comments