Skip to content

Commit

Permalink
Release 2.21.0 (#5185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dottenpixel authored Apr 20, 2023
2 parents c3d981a + 5cc59ae commit 9eb2cdd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASENOTES.general.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->


## 2.21.0 - Upcoming
## 2.21.0 - April 20, 2023

## Fixed

Expand Down
14 changes: 13 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->

## Release 2.21.0 - Upcoming
## Release 2.21.0 - April 20, 2023

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

### [Combobox](https://www.lightningdesignsystem.com/components/combobox)
#### Fixed
- Fixed by adding tabindex for `scrollable region must have keyboard access` wcag issue
- Fixed by adding dynamic Ids for duplicate-id-aria issue
- Fixed by adding unique Ids,aria-label for `aria-allowed-attr` wcag issue

### [Combobox](https://www.lightningdesignsystem.com/components/combobox)
## Added
Added `aria-label` to meet accessibility requirements specifically for screen readers.

### [Global Navigation](https://www.lightningdesignsystem.com/components/global-navigation)
#### Added
- Added `role="presentation"` for globlal navigation's overflow tab item
Expand Down Expand Up @@ -81,6 +91,8 @@

### [Popovers](https://www.lightningdesignsystem.com/components/popovers)
#### Added button to the story `body-max-height-small` to fix scrollable-region-focusable wcag issue.
#### Added
- Added `title` attribute to meet accessibility requirements.
## 2.19
#### Fixed
- Fixed hardcoded walk through header and alt image paths
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"CSS"
],
"homepage": "https://lightningdesignsystem.com",
"version": "2.21.0-rc.1",
"version": "2.21.0",
"author": "Salesforce",
"bugs": {
"url": "https://github.com/salesforce-ux/design-system/issues"
Expand Down

0 comments on commit 9eb2cdd

Please sign in to comment.