File tree Expand file tree Collapse file tree 6 files changed +18
-3
lines changed
components/checkbox-toggle Expand file tree Collapse file tree 6 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 68
68
NODE_OPTIONS : --openssl-legacy-provider # per https://candid.technology/error-error-0308010c-digital-envelope-routines-unsupported/
69
69
70
70
vrt-legacy :
71
- if : contains(fromJSON('["vrt:full -ready"]'), github.event.label.name)
71
+ if : contains(fromJSON('["vrt:legacy -ready"]'), github.event.label.name)
72
72
needs : vrt-init
73
73
runs-on : ubuntu-latest
74
74
Original file line number Diff line number Diff line change 66
66
- Updated ` delegated_account `
67
67
- Updated ` entitlement_policy `
68
68
69
+ ## 2.21.5 - July 19, 2023
70
+
69
71
## 2.21.4 - July 17, 2023
70
72
71
73
- Updated icons to ` v10.6.1 `
Original file line number Diff line number Diff line change 129
129
- Replaced aria-hidden with hidden attribute for components that show/hide content
130
130
<!-- ## [VERSION] -->
131
131
132
+ ## Release 2.21.5 - July 19, 2023
133
+
134
+ ## Components
135
+ ### [ Checkbox Toggle] ( https://www.lightningdesignsystem.com/components/checkbox-toggle )
136
+ #### Changed
137
+ - Updated disabled checkbox toggle button color.
138
+
132
139
## Release 2.21.4 - July 17, 2023
133
140
134
141
- Updated icons to ` v10.6.1 `
Original file line number Diff line number Diff line change 9
9
///
10
10
/// @type String
11
11
/// @access private
12
- $app-version : " 2.21.3 " ;
12
+ $app-version : " 2.21.5 " ;
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 4
4
5
5
<!-- ## [Unreleased] -->
6
6
## 2.22.0
7
+
7
8
### Fixed
8
9
- Fixed ` NVDA ` checkbox toggle is announced twice removed aria-live="assertive"
10
+ ## 2.21.5
11
+
12
+ ### Changed
13
+ - Updated disabled checkbox toggle button color.
14
+
9
15
## 2.17.0
10
16
11
17
### Added
Original file line number Diff line number Diff line change 229
229
230
230
& :after {
231
231
// @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 } );
233
233
}
234
234
235
235
& :hover ,
You can’t perform that action at this time.
0 commit comments