Skip to content

Commit b58fefc

Browse files
authored
chore(merge): 2.21.0 Summer 23 ➡️ Winter 24 (#5191)
2 parents 0dae6d6 + b6019f2 commit b58fefc

File tree

5 files changed

+55
-6
lines changed

5 files changed

+55
-6
lines changed

RELEASENOTES.general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->
33

44

5-
## 2.21.0 - Upcoming
5+
## 2.21.0 - April 20, 2023
66

77
## Fixed
88

RELEASENOTES.md

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

4-
## Release 2.21.0 - Upcoming
4+
## Release 2.22.0 - May 5, 2023
5+
6+
## Components
7+
### [Activity Timeline](https://www.lightningdesignsystem.com/components/activity-timeline)
8+
#### Changed
9+
- Replaced aria-hidden with hidden attribute for components that show/hide content
10+
<!-- ## [VERSION] -->
11+
12+
### [Carousel](https://www.lightningdesignsystem.com/components/carousel)
13+
#### Changed
14+
- Replaced aria-hidden with hidden attribute for components that show/hide content
15+
16+
### [Checkbox Toggle](https://www.lightningdesignsystem.com/components/checkbox-toggle)
17+
#### Fixed
18+
- Fixed `NVDA` checkbox toggle is announced twice removed aria-live="assertive"
19+
20+
### [Expandable Section](https://www.lightningdesignsystem.com/components/expandable-section)
21+
#### Changed
22+
- Replaced aria-hidden with hidden attribute for components that show/hide content
23+
24+
### [Panels](https://www.lightningdesignsystem.com/components/panels)
25+
#### Changed
26+
- Replaced aria-hidden with hidden attribute for components that show/hide content
27+
28+
### [Progress Ring](https://www.lightningdesignsystem.com/components/progress-ring)
29+
#### Fixed
30+
- Fixed duplicate IDs by adding helper method
31+
32+
### [Split View](https://www.lightningdesignsystem.com/components/split-view)
33+
#### Changed
34+
- Replaced aria-hidden with hidden attribute for components that show/hide content
35+
36+
### [Summary Detail](https://www.lightningdesignsystem.com/components/summary-detail)
37+
#### Changed
38+
- Replaced aria-hidden with hidden attribute for components that show/hide content
39+
<!-- ## [VERSION] -->
40+
41+
## Release 2.21.0 - April 20, 2023
542

643
## Fixed
744
- Update transparency values (rgba and design tokens) with transparent SLDS global styling hooks
@@ -48,6 +85,16 @@
4885
#### Added
4986
- Configured `--slds-c-button-text-color-hover` Styling hook in Button with dual-stateful to accurately apply the text color on-hover
5087

88+
### [Combobox](https://www.lightningdesignsystem.com/components/combobox)
89+
#### Fixed
90+
- Fixed by adding tabindex for `scrollable region must have keyboard access` wcag issue
91+
- Fixed by adding dynamic Ids for duplicate-id-aria issue
92+
- Fixed by adding unique Ids,aria-label for `aria-allowed-attr` wcag issue
93+
94+
### [Combobox](https://www.lightningdesignsystem.com/components/combobox)
95+
## Added
96+
Added `aria-label` to meet accessibility requirements specifically for screen readers.
97+
5198
### [Global Navigation](https://www.lightningdesignsystem.com/components/global-navigation)
5299
#### Added
53100
- Added `role="presentation"` for globlal navigation's overflow tab item
@@ -81,6 +128,8 @@
81128

82129
### [Popovers](https://www.lightningdesignsystem.com/components/popovers)
83130
#### Added button to the story `body-max-height-small` to fix scrollable-region-focusable wcag issue.
131+
#### Added
132+
- Added `title` attribute to meet accessibility requirements.
84133
## 2.19
85134
#### Fixed
86135
- Fixed hardcoded walk through header and alt image paths

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"CSS"
99
],
1010
"homepage": "https://lightningdesignsystem.com",
11-
"version": "2.21.0-rc.1",
11+
"version": "2.21.0",
1212
"author": "Salesforce",
1313
"bugs": {
1414
"url": "https://github.com/salesforce-ux/design-system/issues"

ui/components/icons/docs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ To change the fill of an icon to match the current color of its parent, add the
129129
To change the fill of an icon to the success text color, add the `slds-icon-text-success` class to the icon.
130130

131131
<CodeView>
132-
{getDisplayElementById(UtilityIconExamples.examples, 'text-warning')}
132+
{getDisplayElementById(UtilityIconExamples.examples, 'text-success')}
133133
</CodeView>
134134

135135
### Warning

0 commit comments

Comments
 (0)