Skip to content

Commit 326df1e

Browse files
committed
Merge branch '244-summer-23' into merge-summer-23-winter-24
2 parents 0dae6d6 + 9eb2cdd commit 326df1e

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-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: 13 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.21.0 - Upcoming
4+
## Release 2.21.0 - April 20, 2023
55

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

51+
### [Combobox](https://www.lightningdesignsystem.com/components/combobox)
52+
#### Fixed
53+
- Fixed by adding tabindex for `scrollable region must have keyboard access` wcag issue
54+
- Fixed by adding dynamic Ids for duplicate-id-aria issue
55+
- Fixed by adding unique Ids,aria-label for `aria-allowed-attr` wcag issue
56+
57+
### [Combobox](https://www.lightningdesignsystem.com/components/combobox)
58+
## Added
59+
Added `aria-label` to meet accessibility requirements specifically for screen readers.
60+
5161
### [Global Navigation](https://www.lightningdesignsystem.com/components/global-navigation)
5262
#### Added
5363
- Added `role="presentation"` for globlal navigation's overflow tab item
@@ -81,6 +91,8 @@
8191

8292
### [Popovers](https://www.lightningdesignsystem.com/components/popovers)
8393
#### Added button to the story `body-max-height-small` to fix scrollable-region-focusable wcag issue.
94+
#### Added
95+
- Added `title` attribute to meet accessibility requirements.
8496
## 2.19
8597
#### Fixed
8698
- 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)