Skip to content

Commit 42cfa1d

Browse files
committed
Merge tag 'v2.17.5' into spring-22-opensource
2.17.5
2 parents 3d221b0 + 43bef66 commit 42cfa1d

File tree

17 files changed

+158
-173
lines changed

17 files changed

+158
-173
lines changed

RELEASENOTES.general.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- On release, add general notes here. In time the legacy release notes will be add to this -->
33

4-
## 2.17.4 - February 4, 2022
4+
## 2.17.5 - February 10, 2022
5+
6+
- Updated design token `COLOR_BACKGROUND_DESTRUCTIVE_HOVER` so that it is a different color from `COLOR_BACKGROUND_DESTRUCTIVE`
7+
8+
## 2.17.4 - February 3, 2022
59

610
## 2.17.3 - January 27, 2022
711

RELEASENOTES.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
<!-- Release notes authoring guidelines: http://keepachangelog.com/ -->
22
<!-- !!! THIS FILE IS AUTO-GENERATED !!! DO NOT EDIT THIS FILE MANUALLY !!! -->
33

4-
## Release 2.17.4 - February 4, 2022
4+
## Release 2.17.5 - February 10, 2022
5+
6+
- Updated design token `COLOR_BACKGROUND_DESTRUCTIVE_HOVER` so that it is a different color from `COLOR_BACKGROUND_DESTRUCTIVE`
7+
8+
## Components
9+
### [Checkbox](https://www.lightningdesignsystem.com/components/checkbox)
10+
#### Fixed
11+
- Reverted layout changes originally introduced in 2.17.0
12+
13+
### [Radio Group](https://www.lightningdesignsystem.com/components/radio-group)
14+
#### Fixed
15+
- Reverted label layout changes introduced in 2.17.0
16+
17+
### [Welcome Mat](https://www.lightningdesignsystem.com/components/welcome-mat)
18+
#### Fixed
19+
- Reverted changes to checkbox layout introduced in 2.17.4
20+
21+
## Release 2.17.4 - February 3, 2022
522

623
## Components
724
### [Checkbox](https://www.lightningdesignsystem.com/components/checkbox)

design-tokens/primitive/background-color.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ props:
109109
value: '{!PALETTE_RED_40}'
110110
comment: Color for UI elements related to destructive actions.
111111
COLOR_BACKGROUND_DESTRUCTIVE_HOVER:
112-
value: '{!PALETTE_RED_40}'
112+
value: '{!PALETTE_RED_30}'
113113
comment: Hover color for UI elements related to destructive actions.
114114
COLOR_BACKGROUND_DESTRUCTIVE_ACTIVE:
115115
value: '{!PALETTE_RED_30}'

0 commit comments

Comments
 (0)