Skip to content

Commit af745a6

Browse files
committed
Merge branch '244-summer-23' of github.com:salesforce-ux/design-system-internal into merge-summer-23-winter-24
2 parents 6dad003 + dfc30f5 commit af745a6

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

RELEASENOTES.general.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->
33

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.
411

512
## 2.21.0 - April 20, 2023
613

RELEASENOTES.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->
33

4-
## Release 2.22.0 - May 5, 2023
4+
## Release 2.22.0 - Upcoming
55

66
## Components
77
### [Activity Timeline](https://www.lightningdesignsystem.com/components/activity-timeline)
@@ -17,10 +17,18 @@
1717
#### Fixed
1818
- Fixed `NVDA` checkbox toggle is announced twice removed aria-live="assertive"
1919

20+
### [Data Tables](https://www.lightningdesignsystem.com/components/data-tables)
21+
#### Changed
22+
- Removed `aria-label` from table header to prevent from reading twice headers.
23+
2024
### [Expandable Section](https://www.lightningdesignsystem.com/components/expandable-section)
2125
#### Changed
2226
- Replaced aria-hidden with hidden attribute for components that show/hide content
2327

28+
### [Modals](https://www.lightningdesignsystem.com/components/modals)
29+
#### Changed
30+
- Optimized full size option and refactored to use CSS grid.
31+
2432
### [Panels](https://www.lightningdesignsystem.com/components/panels)
2533
#### Changed
2634
- Replaced aria-hidden with hidden attribute for components that show/hide content
@@ -38,6 +46,11 @@
3846
- Replaced aria-hidden with hidden attribute for components that show/hide content
3947
<!-- ## [VERSION] -->
4048

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.
53+
4154
## Release 2.21.0 - April 20, 2023
4255

4356
## Fixed

ui/_config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
///
1010
/// @type String
1111
/// @access private
12-
$app-version: "2.21.0";
12+
$app-version: "2.21.1";
1313

1414
/// Debug mode (uncomment to activate)
1515
/// Turn on to output deprecation warnings during development

0 commit comments

Comments
 (0)