|
1 | 1 | <!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
|
2 | 2 | <!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->
|
3 | 3 |
|
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 |
5 | 42 |
|
6 | 43 | ## Fixed
|
7 | 44 | - Update transparency values (rgba and design tokens) with transparent SLDS global styling hooks
|
|
48 | 85 | #### Added
|
49 | 86 | - Configured `--slds-c-button-text-color-hover` Styling hook in Button with dual-stateful to accurately apply the text color on-hover
|
50 | 87 |
|
| 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 | + |
51 | 98 | ### [Global Navigation](https://www.lightningdesignsystem.com/components/global-navigation)
|
52 | 99 | #### Added
|
53 | 100 | - Added `role="presentation"` for globlal navigation's overflow tab item
|
|
81 | 128 |
|
82 | 129 | ### [Popovers](https://www.lightningdesignsystem.com/components/popovers)
|
83 | 130 | #### 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. |
84 | 133 | ## 2.19
|
85 | 134 | #### Fixed
|
86 | 135 | - Fixed hardcoded walk through header and alt image paths
|
|
0 commit comments