File tree Expand file tree Collapse file tree 4 files changed +13
-8
lines changed
components/vertical-navigation Expand file tree Collapse file tree 4 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 3
3
4
4
## 2.16.0 - Upcoming
5
5
6
+ ## 2.15.8 - May 27, 2021
7
+
6
8
- Updated selected text highlight color token ` COLOR_BACKGROUND_SELECTION ` for better color contrast
7
9
8
10
## 2.15.7 - May 14, 2021
Original file line number Diff line number Diff line change 3
3
4
4
## Release 2.16.0 - Upcoming
5
5
6
- - Updated selected text highlight color token ` COLOR_BACKGROUND_SELECTION ` for better color contrast
7
-
8
6
## Components
9
7
### [ Accordion] ( https://www.lightningdesignsystem.com/components/accordion )
10
8
## Added
@@ -70,14 +68,19 @@ Removed the usage of the deprecated combobox. The Picklist now uses the current
70
68
- Removed the usage of the deprecated combobox. The Timepicker now uses the current combobox.
71
69
<!-- ## [VERSION] -->
72
70
73
- ### [ Vertical Navigation] ( https://www.lightningdesignsystem.com/components/vertical-navigation )
74
- #### Changed
75
- - Replaced checked radio group navigation item background token with ` BRAND_BACKGROUND_PRIMARY ` branding token.
76
-
77
71
### [ Welcome Mat] ( https://www.lightningdesignsystem.com/components/welcome-mat )
78
72
#### Added
79
73
- Added ` aria-label ` attribute to the div with role of ` progressbar ` to meet accessibility requirements.
80
74
75
+ ## Release 2.15.8 - May 27, 2021
76
+
77
+ - Updated selected text highlight color token ` COLOR_BACKGROUND_SELECTION ` for better color contrast
78
+
79
+ ## Components
80
+ ### [ Vertical Navigation] ( https://www.lightningdesignsystem.com/components/vertical-navigation )
81
+ #### Changed
82
+ - Replaced checked radio group navigation item background token with ` BRAND_BACKGROUND_PRIMARY ` branding token.
83
+
81
84
## Release 2.15.7 - May 14, 2021
82
85
83
86
## Components
Original file line number Diff line number Diff line change 9
9
///
10
10
/// @type String
11
11
/// @access private
12
- $app-version : " 2.15.7 " ;
12
+ $app-version : " 2.15.8 " ;
13
13
14
14
/// Debug mode (uncomment to activate)
15
15
/// Turn on to output deprecation warnings during development
Original file line number Diff line number Diff line change 3
3
# Vertical Navigation Release Notes
4
4
5
5
<!-- ## [Unreleased] -->
6
- ## 2.16.0
6
+ ## 2.15.8
7
7
8
8
### Changed
9
9
You can’t perform that action at this time.
0 commit comments