Skip to content

Commit 5c5195b

Browse files
committed
Merge tag 'v2.21.5' into opensource-summer-23
2.21.5
2 parents 00d7521 + 37c7cc1 commit 5c5195b

File tree

8 files changed

+36
-6
lines changed

8 files changed

+36
-6
lines changed

.github/workflows/vrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
NODE_OPTIONS: --openssl-legacy-provider # per https://candid.technology/error-error-0308010c-digital-envelope-routines-unsupported/
6969

7070
vrt-legacy:
71-
if: contains(fromJSON('["vrt:full-ready"]'), github.event.label.name)
71+
if: contains(fromJSON('["vrt:legacy-ready"]'), github.event.label.name)
7272
needs: vrt-init
7373
runs-on: ubuntu-latest
7474

RELEASENOTES.general.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
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.21.5 - July 19, 2023
5+
6+
7+
## 2.21.4 - July 17, 2023
8+
9+
- Updated icons to `v10.6.1`
10+
- Utility Set:
11+
- Added `edit_gpt`
12+
- Updated `einstein`
13+
- Added `sparkles`
14+
415
## 2.21.3 - June 29, 2023
516

617
## Fixed

RELEASENOTES.md

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

4+
## Release 2.21.5 - July 19, 2023
5+
6+
## Components
7+
### [Checkbox Toggle](https://www.lightningdesignsystem.com/components/checkbox-toggle)
8+
#### Changed
9+
- Updated disabled checkbox toggle button color.
10+
11+
## Release 2.21.4 - July 17, 2023
12+
13+
- Updated icons to `v10.6.1`
14+
- Utility Set:
15+
- Added `edit_gpt`
16+
- Updated `einstein`
17+
- Added `sparkles`
18+
419
## Release 2.21.3 - June 29, 2023
520

621
## Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"CSS"
99
],
1010
"homepage": "https://lightningdesignsystem.com",
11-
"version": "2.21.4",
11+
"version": "2.21.5",
1212
"author": "Salesforce",
1313
"bugs": {
1414
"url": "https://github.com/salesforce-ux/design-system/issues"

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.21.3";
12+
$app-version: "2.21.5";
1313

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

ui/components/checkbox-toggle/RELEASENOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# Checkbox Toggle Release Notes
44

55
<!-- ## [Unreleased] -->
6+
## 2.21.5
7+
8+
### Changed
9+
- Updated disabled checkbox toggle button color.
610

711
## 2.17.0
812

ui/components/checkbox-toggle/base/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229

230230
&:after {
231231
// @todo consider shared hooks for inputs
232-
background-color: var(--slds-g-color-neutral-base-80, #{$color-background-input-checkbox-disabled});
232+
background-color: var(--slds-g-color-neutral-base-90, #{$color-background-input-checkbox-disabled});
233233
}
234234

235235
&:hover,

0 commit comments

Comments
 (0)