File tree Expand file tree Collapse file tree 5 files changed +26
-0
lines changed Expand file tree Collapse file tree 5 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 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.19.0 - April 12, 2022
5
+
6
+ ## Components
7
+ ### [ Global Navigation] ( https://www.lightningdesignsystem.com/components/global-navigation )
8
+ #### Added
9
+ - Added ` role="img" ` to unread indicator dot to comply with accessibility usage rules for ` aria-label `
10
+
11
+ ### [ Tabs] ( https://www.lightningdesignsystem.com/components/tabs )
12
+ #### Added
13
+ - Added ` role="img" ` to unread indicator dot to comply with accessibility usage rules for ` aria-label `
14
+
4
15
## Release 2.18.0 - Upcoming
5
16
6
17
- Removed ` &_ ` shorthand from numerous selectors in SCSS files
Original file line number Diff line number Diff line change 4
4
5
5
<!-- ## [Unreleased] -->
6
6
7
+ ## 2.19.0
8
+
9
+ ### Added
10
+
11
+ - Added ` role="img" ` to unread indicator dot to comply with accessibility usage rules for ` aria-label `
12
+
13
+
7
14
## 2.13.0
8
15
9
16
### Changed
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export const IndicatorUnread = props => (
27
27
aria-label = "New Activity"
28
28
className = "slds-indicator_unread"
29
29
title = "New Activity"
30
+ role = "img"
30
31
/>
31
32
) ;
32
33
Original file line number Diff line number Diff line change 4
4
5
5
<!-- ## [Unreleased] -->
6
6
7
+ ## 2.19.0
8
+
9
+ ### Added
10
+
11
+ - Added ` role="img" ` to unread indicator dot to comply with accessibility usage rules for ` aria-label `
12
+
7
13
## 2.17.0
8
14
9
15
### Added
Original file line number Diff line number Diff line change @@ -245,6 +245,7 @@ Unread tabs receive a red dot on the tab.
245
245
aria-label = " New Activity"
246
246
className = " slds-indicator_unread"
247
247
title = " New Activity"
248
+ role = " img"
248
249
/>
249
250
</CodeBlock >
250
251
You can’t perform that action at this time.
0 commit comments