File tree Expand file tree Collapse file tree 7 files changed +37
-1
lines changed Expand file tree Collapse file tree 7 files changed +37
-1
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
+
8
+ ### [ Dynamic Icons] ( https://www.lightningdesignsystem.com/components/dynamic-icons )
9
+ #### Changed
10
+ - Updated Global Action Help icon's ` role ` attribute from ` presentation ` to ` img ` for better accessibility compliance
11
+
12
+ ### [ Global Navigation] ( https://www.lightningdesignsystem.com/components/global-navigation )
13
+ #### Added
14
+ - Added ` role="img" ` to unread indicator dot to comply with accessibility usage rules for ` aria-label `
15
+
16
+ ### [ Tabs] ( https://www.lightningdesignsystem.com/components/tabs )
17
+ #### Added
18
+ - Added ` role="img" ` to unread indicator dot to comply with accessibility usage rules for ` aria-label `
19
+
4
20
## Release 2.18.0 - Upcoming
5
21
6
22
- Removed ` &_ ` shorthand from numerous selectors in SCSS files
Original file line number Diff line number Diff line change 6
6
7
7
<!-- ## [VERSION] -->
8
8
9
+ ## 2.19.0
10
+
11
+ ### Changed
12
+ - Updated Global Action Help icon's ` role ` attribute from ` presentation ` to ` img ` for better accessibility compliance
13
+
9
14
## 2.17.0
10
15
11
16
### Changed
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ let GlobalActionHelp = () => (
7
7
xmlns = "http://www.w3.org/2000/svg"
8
8
viewBox = "0 -12 78.5 110"
9
9
aria-labelledby = "title"
10
- role = "presentation "
10
+ role = "img "
11
11
>
12
12
< defs >
13
13
< mask id = "questionMark" x = "0" y = "0" width = "78.5" height = "110" >
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