File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->
3
3
4
4
## 2.19.0 - Upcoming
5
+
5
6
- Updated icons to ` v10.4.0 `
6
7
- Standard Set:
7
8
- Added ` ai_accelerator_card `
Original file line number Diff line number Diff line change 2
2
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->
3
3
4
4
## Release 2.19.0 - Upcoming
5
+
5
6
- Updated icons to ` v10.4.0 `
6
7
- Standard Set:
7
8
- Added ` ai_accelerator_card `
64
65
#### Added
65
66
- Added ` role="img" ` to unread indicator dot to comply with accessibility usage rules for ` aria-label `
66
67
68
+ ### [ Modals] ( https://www.lightningdesignsystem.com/components/modals )
69
+ #### Changed
70
+ - Added tabindex to Footless example for programmatic focus use case.
71
+
67
72
### [ Tabs] ( https://www.lightningdesignsystem.com/components/tabs )
68
73
#### Added
69
74
- Added ` role="img" ` to unread indicator dot to comply with accessibility usage rules for ` aria-label `
Original file line number Diff line number Diff line change 4
4
5
5
<!-- ## [Unreleased] -->
6
6
7
+ ## 2.19.0
8
+ ### Changed
9
+ - Added tabindex to Footless example for programmatic focus use case.
10
+
7
11
## 2.18.0
8
12
### Changed
9
13
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ export let Footless = (props) => (
268
268
< Backdrop >
269
269
< Modal aria-labelledby = "modal-heading-01" >
270
270
< ModalHeader >
271
- < h1 id = "modal-heading-01" className = "slds-modal__title slds-hyphenate" >
271
+ < h1 id = "modal-heading-01" className = "slds-modal__title slds-hyphenate" tabindex = "-1" >
272
272
Modal header
273
273
</ h1 >
274
274
</ ModalHeader >
You can’t perform that action at this time.
0 commit comments