File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ Change log
57
57
## 4.2.0-dev
58
58
59
59
- 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)
60
+ - fix [ #1678 ] ( https://github.com/gridstack/gridstack.js/issues/1678 ) item gs-x:0 not animating fix
60
61
61
62
## 4.2.0 (2021-4-11)
62
63
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ $animation_speed: .3s !default;
96
96
}
97
97
}
98
98
99
- @for $i from 1 through $gridstack-columns {
99
+ @for $i from 0 through $gridstack-columns {
100
100
& [gs-w = ' #{$i } ' ] { width : (100% / $gridstack-columns ) * $i ; }
101
101
& [gs-x = ' #{$i } ' ] { left : (100% / $gridstack-columns ) * $i ; }
102
102
& [gs-min-w = ' #{$i } ' ] { min-width : (100% / $gridstack-columns ) * $i ; }
You can’t perform that action at this time.
0 commit comments