Skip to content

Commit db8ea08

Browse files
authored
chore(merge): 2.15.8 Summer 21 ➡️ Winter 22 (#4711)
2 parents dd1713d + 26f4b08 commit db8ea08

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

RELEASENOTES.general.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## 2.16.0 - Upcoming
55

6+
## 2.15.8 - May 27, 2021
7+
68
- Updated selected text highlight color token `COLOR_BACKGROUND_SELECTION` for better color contrast
79

810
## 2.15.7 - May 14, 2021

RELEASENOTES.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
## Release 2.16.0 - Upcoming
55

6-
- Updated selected text highlight color token `COLOR_BACKGROUND_SELECTION` for better color contrast
7-
86
## Components
97
### [Accordion](https://www.lightningdesignsystem.com/components/accordion)
108
## Added
@@ -70,14 +68,19 @@ Removed the usage of the deprecated combobox. The Picklist now uses the current
7068
- Removed the usage of the deprecated combobox. The Timepicker now uses the current combobox.
7169
<!-- ## [VERSION] -->
7270

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-
7771
### [Welcome Mat](https://www.lightningdesignsystem.com/components/welcome-mat)
7872
#### Added
7973
- Added `aria-label` attribute to the div with role of `progressbar` to meet accessibility requirements.
8074

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+
8184
## Release 2.15.7 - May 14, 2021
8285

8386
## Components

ui/_config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
///
1010
/// @type String
1111
/// @access private
12-
$app-version: "2.15.7";
12+
$app-version: "2.15.8";
1313

1414
/// Debug mode (uncomment to activate)
1515
/// Turn on to output deprecation warnings during development

ui/components/vertical-navigation/RELEASENOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Vertical Navigation Release Notes
44

55
<!-- ## [Unreleased] -->
6-
## 2.16.0
6+
## 2.15.8
77

88
### Changed
99

0 commit comments

Comments
 (0)