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
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->
3
3
4
+
## 2.22.0 - Upcoming
5
+
6
+
## 2.21.1 - May 18, 2023
7
+
8
+
## Fixed
9
+
10
+
- Fixed grid column size classes where the `slds-col-` class now applies 'flex: 1 1 auto,' which breaks grid layouts when combined with `slds-small|medium|large-size_*` classes. This results in incomplete rows and layout issues.
- Replaced aria-hidden with hidden attribute for components that show/hide content
@@ -38,6 +46,11 @@
38
46
- Replaced aria-hidden with hidden attribute for components that show/hide content
39
47
<!-- ## [VERSION] -->
40
48
49
+
## Release 2.21.1 - May 18, 2023
50
+
51
+
## Fixed
52
+
- Fixed grid column size classes where the `slds-col-` class now applies 'flex: 1 1 auto,' which breaks grid layouts when combined with `slds-small|medium|large-size_*` classes. This results in incomplete rows and layout issues.
0 commit comments