Skip to content

Commit 7da34b0

Browse files
authored
fix(split-view): Update aria attribute that indicates the selected item in the list (#4690)
1 parent 72b6ef6 commit 7da34b0

File tree

8 files changed

+3637
-100
lines changed

8 files changed

+3637
-100
lines changed

RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ Removed the usage of the deprecated combobox. The Picklist now uses the current
216216
#### Added
217217
- Enabled styling hooks for Rich Text Editor. See Rich Text Editor's styling hooks overview table for a full listing of the currently available hooks.
218218

219+
### [Split View](https://www.lightningdesignsystem.com/components/split-view)
220+
#### Changed
221+
- For indicating the selected item in the list, `aria-selected` has been replaced with `aria-current="page"`.
222+
219223
### [Tabs](https://www.lightningdesignsystem.com/components/tabs)
220224
#### Added
221225
- Added additional styling hooks. See tab's styling hooks overview table for a full listing of the currently available hooks.

ui/components/split-view/RELEASENOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
<!-- ## [Unreleased] -->
66

7+
## 2.15.0
8+
9+
### Changed
10+
11+
- For indicating the selected item in the list, `aria-selected` has been replaced with `aria-current="page"`.
12+
713
## 2.8.0
814

915
### Changed

0 commit comments

Comments
 (0)