From 9f7a97410a9c291a9cea077628a2854c086ed42f Mon Sep 17 00:00:00 2001 From: dugg molidor Date: Thu, 20 Apr 2023 09:22:01 -0700 Subject: [PATCH 1/2] datestamp release notes --- RELEASENOTES.general.md | 2 +- RELEASENOTES.md | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.general.md b/RELEASENOTES.general.md index aed0c5dd5f..23fd58e719 100644 --- a/RELEASENOTES.general.md +++ b/RELEASENOTES.general.md @@ -2,7 +2,7 @@ -## 2.21.0 - Upcoming +## 2.21.0 - April 20, 2023 ## Fixed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1c50d511ed..0042a74f8e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,7 +1,7 @@ -## 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 @@ -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 @@ -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 From 5cc59aea223422f0fada528a534a84ae35f021ea Mon Sep 17 00:00:00 2001 From: dugg molidor Date: Thu, 20 Apr 2023 09:22:05 -0700 Subject: [PATCH 2/2] 2.21.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f629d4d44a..fac2ab4d1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "design-system", - "version": "2.21.0-rc.1", + "version": "2.21.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "design-system", - "version": "2.21.0-rc.1", + "version": "2.21.0", "license": "BSD-3-Clause", "dependencies": { "@snyk/protect": "^1.657.0" diff --git a/package.json b/package.json index c5609c2d80..19f831f8da 100644 --- a/package.json +++ b/package.json @@ -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"