@spectrum-web-components/switch 1.9.0 → 1.9.1-nightly.20251028214328
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +718 -0
- package/package.json +73 -73
- package/src/Switch.d.ts +1 -1
- package/src/spectrum-switch.css.dev.js.map +2 -2
- package/src/spectrum-switch.css.js.map +2 -2
- package/src/switch-legacy.css.dev.js.map +2 -2
- package/src/switch-legacy.css.js.map +2 -2
- package/src/switch-overrides.css.dev.js.map +2 -2
- package/src/switch-overrides.css.js.map +2 -2
- package/src/switch.css.dev.js.map +2 -2
- package/src/switch.css.js.map +2 -2
- package/stories/switch-sizes.stories.js +23 -0
- package/stories/switch-sizes.stories.js.map +7 -0
- package/stories/switch.stories.js +77 -0
- package/stories/switch.stories.js.map +7 -0
- package/test/benchmark/test-basic.js +8 -0
- package/{sp-switch.dev.js.map → test/benchmark/test-basic.js.map} +3 -3
- package/test/switch-memory.test.js +8 -0
- package/{sp-switch.js.map → test/switch-memory.test.js.map} +4 -4
- package/test/switch-sizes.test-vrt.js +5 -0
- package/test/switch-sizes.test-vrt.js.map +7 -0
- package/test/switch.test-vrt.js +5 -0
- package/test/switch.test-vrt.js.map +7 -0
- package/test/switch.test.js +60 -0
- package/test/switch.test.js.map +7 -0
- package/custom-elements.json +0 -89
- package/sp-switch.d.ts +0 -17
- package/sp-switch.dev.js +0 -5
- package/sp-switch.js +0 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,718 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## 1.9.1-nightly.20251028214328
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @spectrum-web-components/base@1.9.1-nightly.20251028214328
|
|
9
|
+
- @spectrum-web-components/checkbox@1.9.1-nightly.20251028214328
|
|
10
|
+
|
|
11
|
+
## 1.9.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies []:
|
|
16
|
+
- @spectrum-web-components/checkbox@1.9.0
|
|
17
|
+
- @spectrum-web-components/base@1.9.0
|
|
18
|
+
|
|
19
|
+
## 1.8.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [#5524](https://github.com/adobe/spectrum-web-components/pull/5524) [`dcd2cd3`](https://github.com/adobe/spectrum-web-components/commit/dcd2cd351d1cc877212cc00e9d139b7829bf4017) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)! - ### Fix down state colors for switch
|
|
24
|
+
|
|
25
|
+
Because the `postcss-hover-media-feature` plugin converts hover styles into a media query for devices that support hover, the hover styles were overriding any active/down state styles. We needed to target the active/down states of the switch with additional active state selectors, in order to ensure that the active state takes precedence over the hover state, maintaining the correct visual behavior of the switch component across different interaction states.
|
|
26
|
+
|
|
27
|
+
This fix should address hover + active state discrepancies in S1 and S2 foundations.
|
|
28
|
+
|
|
29
|
+
- Updated dependencies []:
|
|
30
|
+
- @spectrum-web-components/checkbox@1.8.0
|
|
31
|
+
- @spectrum-web-components/base@1.8.0
|
|
32
|
+
|
|
33
|
+
## 1.7.0
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Updated dependencies []:
|
|
38
|
+
- @spectrum-web-components/checkbox@1.7.0
|
|
39
|
+
- @spectrum-web-components/base@1.7.0
|
|
40
|
+
|
|
41
|
+
## 1.6.0
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- [#5349](https://github.com/adobe/spectrum-web-components/pull/5349) [`a9727d2`](https://github.com/adobe/spectrum-web-components/commit/a9727d2975b01f440c09789c9e7e0122063b6f7e) Thanks [@renovate](https://github.com/apps/renovate)! - Remove unnecessary system theme references to reduce complexity for components that don't need the additional mapping layer.
|
|
46
|
+
|
|
47
|
+
- Updated dependencies []:
|
|
48
|
+
- @spectrum-web-components/checkbox@1.6.0
|
|
49
|
+
- @spectrum-web-components/base@1.6.0
|
|
50
|
+
|
|
51
|
+
## 1.5.0
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- Updated dependencies [[`a4de4c7`](https://github.com/adobe/spectrum-web-components/commit/a4de4c76c38ae274535fc7df8ab32490a796485a)]:
|
|
56
|
+
- @spectrum-web-components/checkbox@1.5.0
|
|
57
|
+
- @spectrum-web-components/base@1.5.0
|
|
58
|
+
|
|
59
|
+
## 1.4.0
|
|
60
|
+
|
|
61
|
+
### Patch Changes
|
|
62
|
+
|
|
63
|
+
- Updated dependencies []:
|
|
64
|
+
- @spectrum-web-components/checkbox@1.4.0
|
|
65
|
+
- @spectrum-web-components/base@1.4.0
|
|
66
|
+
|
|
67
|
+
## 1.3.0
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- Updated dependencies [[`468314f`](https://github.com/adobe/spectrum-web-components/commit/468314f45cf5fedb2e9029da210a5886260abca9)]:
|
|
72
|
+
- @spectrum-web-components/checkbox@1.3.0
|
|
73
|
+
- @spectrum-web-components/base@1.3.0
|
|
74
|
+
|
|
75
|
+
All notable changes to this project will be documented in this file.
|
|
76
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
77
|
+
|
|
78
|
+
# [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
|
|
79
|
+
|
|
80
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
81
|
+
|
|
82
|
+
## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
|
|
83
|
+
|
|
84
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
85
|
+
|
|
86
|
+
## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
|
|
87
|
+
|
|
88
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
89
|
+
|
|
90
|
+
# [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
|
|
91
|
+
|
|
92
|
+
### Bug Fixes
|
|
93
|
+
|
|
94
|
+
- lock prerelease versions for Spectrum CSS ([#5014](https://github.com/adobe/spectrum-web-components/issues/5014)) ([8aa7734](https://github.com/adobe/spectrum-web-components/commit/8aa77342f169b75ecbd1c07a2a1050860b182822))
|
|
95
|
+
|
|
96
|
+
## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)
|
|
97
|
+
|
|
98
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
99
|
+
|
|
100
|
+
## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
|
|
101
|
+
|
|
102
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
103
|
+
|
|
104
|
+
# [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
107
|
+
|
|
108
|
+
# [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
|
|
109
|
+
|
|
110
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
111
|
+
|
|
112
|
+
## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
|
|
113
|
+
|
|
114
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
115
|
+
|
|
116
|
+
# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
|
|
117
|
+
|
|
118
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
119
|
+
|
|
120
|
+
## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
|
|
121
|
+
|
|
122
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
123
|
+
|
|
124
|
+
## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
|
|
125
|
+
|
|
126
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
127
|
+
|
|
128
|
+
# [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
131
|
+
|
|
132
|
+
# [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
|
|
133
|
+
|
|
134
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
135
|
+
|
|
136
|
+
# [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
139
|
+
|
|
140
|
+
# [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
|
|
141
|
+
|
|
142
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
143
|
+
|
|
144
|
+
# [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
|
|
145
|
+
|
|
146
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
147
|
+
|
|
148
|
+
## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
|
|
149
|
+
|
|
150
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
151
|
+
|
|
152
|
+
## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
|
|
153
|
+
|
|
154
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
155
|
+
|
|
156
|
+
## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
|
|
157
|
+
|
|
158
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
159
|
+
|
|
160
|
+
## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
|
|
161
|
+
|
|
162
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
163
|
+
|
|
164
|
+
## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
|
|
165
|
+
|
|
166
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
167
|
+
|
|
168
|
+
# [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
|
|
169
|
+
|
|
170
|
+
### Features
|
|
171
|
+
|
|
172
|
+
- **asset:** use core tokens ([99e76f4](https://github.com/adobe/spectrum-web-components/commit/99e76f4d32e990960b7fa2f0613ed4144adc4f6e))
|
|
173
|
+
|
|
174
|
+
## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
|
|
175
|
+
|
|
176
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
177
|
+
|
|
178
|
+
## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
|
|
179
|
+
|
|
180
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
181
|
+
|
|
182
|
+
# [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
|
|
183
|
+
|
|
184
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
185
|
+
|
|
186
|
+
## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
|
|
187
|
+
|
|
188
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
189
|
+
|
|
190
|
+
## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
|
|
191
|
+
|
|
192
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
193
|
+
|
|
194
|
+
## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
|
|
195
|
+
|
|
196
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
197
|
+
|
|
198
|
+
## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
|
|
199
|
+
|
|
200
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
201
|
+
|
|
202
|
+
## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
|
|
203
|
+
|
|
204
|
+
### Performance Improvements
|
|
205
|
+
|
|
206
|
+
- **checkbox:** refactor architecture for more rendering perf and DOM element count ([7c2277f](https://github.com/adobe/spectrum-web-components/commit/7c2277f1a21e2e886678c3a3ad1d454cbd6637e0))
|
|
207
|
+
|
|
208
|
+
# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
|
|
209
|
+
|
|
210
|
+
### Features
|
|
211
|
+
|
|
212
|
+
- **textfield:** added name attribute to textfield ([#3752](https://github.com/adobe/spectrum-web-components/issues/3752)) ([593005a](https://github.com/adobe/spectrum-web-components/commit/593005a8892139beb9ece9342b51a2b43d63cef3))
|
|
213
|
+
|
|
214
|
+
## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
|
|
215
|
+
|
|
216
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
217
|
+
|
|
218
|
+
## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
|
|
219
|
+
|
|
220
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
221
|
+
|
|
222
|
+
## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
|
|
223
|
+
|
|
224
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
225
|
+
|
|
226
|
+
## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
|
|
227
|
+
|
|
228
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
229
|
+
|
|
230
|
+
# [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
|
|
231
|
+
|
|
232
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
233
|
+
|
|
234
|
+
# [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
|
|
235
|
+
|
|
236
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
237
|
+
|
|
238
|
+
# [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
|
|
239
|
+
|
|
240
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
241
|
+
|
|
242
|
+
# [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
|
|
243
|
+
|
|
244
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
245
|
+
|
|
246
|
+
# [0.35.0](https://github.com/adobe/spectrum-web-components/compare/v0.34.0...v0.35.0) (2023-07-31)
|
|
247
|
+
|
|
248
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
249
|
+
|
|
250
|
+
# [0.34.0](https://github.com/adobe/spectrum-web-components/compare/v0.33.2...v0.34.0) (2023-07-11)
|
|
251
|
+
|
|
252
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
253
|
+
|
|
254
|
+
## [0.33.2](https://github.com/adobe/spectrum-web-components/compare/v0.33.1...v0.33.2) (2023-06-14)
|
|
255
|
+
|
|
256
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
257
|
+
|
|
258
|
+
# [0.33.0](https://github.com/adobe/spectrum-web-components/compare/v0.32.0...v0.33.0) (2023-06-08)
|
|
259
|
+
|
|
260
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
261
|
+
|
|
262
|
+
# [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)
|
|
263
|
+
|
|
264
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
265
|
+
|
|
266
|
+
# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
|
|
267
|
+
|
|
268
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
269
|
+
|
|
270
|
+
# 0.30.0 (2023-05-03)
|
|
271
|
+
|
|
272
|
+
### Bug Fixes
|
|
273
|
+
|
|
274
|
+
- add support for "readonly" attribute ([4bce3b7](https://github.com/adobe/spectrum-web-components/commit/4bce3b7b6910ac50e80efe6a8f63f57843feafb3))
|
|
275
|
+
- correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
|
|
276
|
+
- ensure [disabled] styling ([4c067eb](https://github.com/adobe/spectrum-web-components/commit/4c067eb82dcfc5f1aaf3ecedfbfc83f4ffb90a22))
|
|
277
|
+
- ensure aria attributes based on state ([6ee43de](https://github.com/adobe/spectrum-web-components/commit/6ee43de23254f612759cc258705dfe6eed30c418))
|
|
278
|
+
- focusable style ([48ea3e7](https://github.com/adobe/spectrum-web-components/commit/48ea3e79828b737ad3df9e0fcac5e48c50124085))
|
|
279
|
+
- implement "emphasized" styles ([750bbe7](https://github.com/adobe/spectrum-web-components/commit/750bbe7c6a70ed590c4ea179179bf201c50526ea))
|
|
280
|
+
- include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716f2f787deb8d868a78bd28c8e62fe90e21))
|
|
281
|
+
- include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
|
|
282
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
283
|
+
- move hover/focus hoisting into conditioning ([15ac2f7](https://github.com/adobe/spectrum-web-components/commit/15ac2f7f561b3cb5b865d1539fbd753999f25119))
|
|
284
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
285
|
+
- **switch:** process CSS correction ([292fff1](https://github.com/adobe/spectrum-web-components/commit/292fff19a14225f579e5e8b4717b7db3a33895c4))
|
|
286
|
+
- **switch:** track aria-checked ([1980046](https://github.com/adobe/spectrum-web-components/commit/1980046ab0f791bfe1e147c855f43ddf2d2a424e))
|
|
287
|
+
- update configuration for Spectrum CSS processing for specificity ([5c2e21e](https://github.com/adobe/spectrum-web-components/commit/5c2e21ed68d94a75cac0cc248925cc5bca35cc25))
|
|
288
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
289
|
+
- update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
|
|
290
|
+
- update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
|
|
291
|
+
- workaround bug in Edge with switches ([7014a2c](https://github.com/adobe/spectrum-web-components/commit/7014a2cced96a704589a85f4c23f5b3d5519fb3b))
|
|
292
|
+
|
|
293
|
+
### Features
|
|
294
|
+
|
|
295
|
+
- **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
|
|
296
|
+
- **action-group:** add action-group pattern ([d2de766](https://github.com/adobe/spectrum-web-components/commit/d2de766efde6dfbaa1cd604f99ae3128b4fc81b5))
|
|
297
|
+
- adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
|
|
298
|
+
- include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
|
|
299
|
+
- leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
|
|
300
|
+
- shared pkg versions, devmode define warning, registry-conflicts docs ([6e49565](https://github.com/adobe/spectrum-web-components/commit/6e4956519b845fa8127f8032948b625c252ef7a6))
|
|
301
|
+
- **switch:** update spectrum css input ([1d2ce17](https://github.com/adobe/spectrum-web-components/commit/1d2ce179650fd2206fb0b4a839361b2b0b2d9917))
|
|
302
|
+
- **switch:** use core tokens ([8011ead](https://github.com/adobe/spectrum-web-components/commit/8011ead4377b8e8fb5647a7b2984e8f1695bfbf7))
|
|
303
|
+
- update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
|
|
304
|
+
- use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc77960de8e57dd9c49bb7669df689f0ebaa))
|
|
305
|
+
- use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/39188887afad9bec52ef48d4e22596f9b757a9fe))
|
|
306
|
+
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
|
|
307
|
+
|
|
308
|
+
### Performance Improvements
|
|
309
|
+
|
|
310
|
+
- use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
|
|
311
|
+
- use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0accd643c2f35cbf1ba809b54f52c25628d))
|
|
312
|
+
|
|
313
|
+
### Reverts
|
|
314
|
+
|
|
315
|
+
- Revert "chore: release new versions" ([a6d655d](https://github.com/adobe/spectrum-web-components/commit/a6d655d1435ee6427a3778b89f1a6cf9fe4beb9d))
|
|
316
|
+
|
|
317
|
+
## [0.11.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.11.12...@spectrum-web-components/switch@0.11.13) (2023-04-24)
|
|
318
|
+
|
|
319
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
320
|
+
|
|
321
|
+
## [0.11.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.11.11...@spectrum-web-components/switch@0.11.12) (2023-04-05)
|
|
322
|
+
|
|
323
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
324
|
+
|
|
325
|
+
## [0.11.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.11.10...@spectrum-web-components/switch@0.11.11) (2023-03-22)
|
|
326
|
+
|
|
327
|
+
### Bug Fixes
|
|
328
|
+
|
|
329
|
+
- move hover/focus hoisting into conditioning ([15ac2f7](https://github.com/adobe/spectrum-web-components/commit/15ac2f7f561b3cb5b865d1539fbd753999f25119))
|
|
330
|
+
|
|
331
|
+
## [0.11.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.11.9...@spectrum-web-components/switch@0.11.10) (2023-03-08)
|
|
332
|
+
|
|
333
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
334
|
+
|
|
335
|
+
## [0.11.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.11.8...@spectrum-web-components/switch@0.11.9) (2023-02-23)
|
|
336
|
+
|
|
337
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
338
|
+
|
|
339
|
+
## [0.11.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.11.7...@spectrum-web-components/switch@0.11.8) (2023-02-08)
|
|
340
|
+
|
|
341
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
342
|
+
|
|
343
|
+
## [0.11.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.11.6...@spectrum-web-components/switch@0.11.7) (2023-01-23)
|
|
344
|
+
|
|
345
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
346
|
+
|
|
347
|
+
## [0.11.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.11.5...@spectrum-web-components/switch@0.11.6) (2023-01-09)
|
|
348
|
+
|
|
349
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
350
|
+
|
|
351
|
+
## [0.11.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.11.4...@spectrum-web-components/switch@0.11.5) (2022-12-08)
|
|
352
|
+
|
|
353
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
354
|
+
|
|
355
|
+
## [0.11.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.11.3...@spectrum-web-components/switch@0.11.4) (2022-11-21)
|
|
356
|
+
|
|
357
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
358
|
+
|
|
359
|
+
## [0.11.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.11.2...@spectrum-web-components/switch@0.11.3) (2022-11-14)
|
|
360
|
+
|
|
361
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
362
|
+
|
|
363
|
+
## [0.11.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.11.1...@spectrum-web-components/switch@0.11.2) (2022-10-28)
|
|
364
|
+
|
|
365
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
366
|
+
|
|
367
|
+
## [0.11.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.11.0...@spectrum-web-components/switch@0.11.1) (2022-10-17)
|
|
368
|
+
|
|
369
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
370
|
+
|
|
371
|
+
# [0.11.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.10.0...@spectrum-web-components/switch@0.11.0) (2022-10-10)
|
|
372
|
+
|
|
373
|
+
### Features
|
|
374
|
+
|
|
375
|
+
- **switch:** use core tokens ([8011ead](https://github.com/adobe/spectrum-web-components/commit/8011ead4377b8e8fb5647a7b2984e8f1695bfbf7))
|
|
376
|
+
|
|
377
|
+
# [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.14...@spectrum-web-components/switch@0.10.0) (2022-08-09)
|
|
378
|
+
|
|
379
|
+
### Features
|
|
380
|
+
|
|
381
|
+
- include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
|
|
382
|
+
|
|
383
|
+
## [0.9.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.13...@spectrum-web-components/switch@0.9.14) (2022-08-04)
|
|
384
|
+
|
|
385
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
386
|
+
|
|
387
|
+
## [0.9.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.12...@spectrum-web-components/switch@0.9.13) (2022-07-18)
|
|
388
|
+
|
|
389
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
390
|
+
|
|
391
|
+
## [0.9.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.11...@spectrum-web-components/switch@0.9.12) (2022-06-29)
|
|
392
|
+
|
|
393
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
394
|
+
|
|
395
|
+
## [0.9.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.10...@spectrum-web-components/switch@0.9.11) (2022-06-07)
|
|
396
|
+
|
|
397
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
398
|
+
|
|
399
|
+
## [0.9.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.9...@spectrum-web-components/switch@0.9.10) (2022-05-27)
|
|
400
|
+
|
|
401
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
402
|
+
|
|
403
|
+
## [0.9.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.8...@spectrum-web-components/switch@0.9.9) (2022-05-12)
|
|
404
|
+
|
|
405
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
406
|
+
|
|
407
|
+
## [0.9.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.7...@spectrum-web-components/switch@0.9.8) (2022-04-21)
|
|
408
|
+
|
|
409
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
410
|
+
|
|
411
|
+
## [0.9.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.6...@spectrum-web-components/switch@0.9.7) (2022-03-30)
|
|
412
|
+
|
|
413
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
414
|
+
|
|
415
|
+
## [0.9.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.5...@spectrum-web-components/switch@0.9.6) (2022-03-08)
|
|
416
|
+
|
|
417
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
418
|
+
|
|
419
|
+
## [0.9.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.4...@spectrum-web-components/switch@0.9.5) (2022-03-04)
|
|
420
|
+
|
|
421
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
422
|
+
|
|
423
|
+
## [0.9.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.3...@spectrum-web-components/switch@0.9.4) (2022-02-22)
|
|
424
|
+
|
|
425
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
426
|
+
|
|
427
|
+
## [0.9.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.2...@spectrum-web-components/switch@0.9.3) (2022-01-26)
|
|
428
|
+
|
|
429
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
430
|
+
|
|
431
|
+
## [0.9.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.1...@spectrum-web-components/switch@0.9.2) (2022-01-07)
|
|
432
|
+
|
|
433
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
434
|
+
|
|
435
|
+
## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.9.0...@spectrum-web-components/switch@0.9.1) (2021-12-13)
|
|
436
|
+
|
|
437
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
438
|
+
|
|
439
|
+
# [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.8.1...@spectrum-web-components/switch@0.9.0) (2021-11-08)
|
|
440
|
+
|
|
441
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
442
|
+
|
|
443
|
+
## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.8.0...@spectrum-web-components/switch@0.8.1) (2021-11-08)
|
|
444
|
+
|
|
445
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
446
|
+
|
|
447
|
+
# [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.16...@spectrum-web-components/switch@0.8.0) (2021-11-02)
|
|
448
|
+
|
|
449
|
+
### Features
|
|
450
|
+
|
|
451
|
+
- adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
|
|
452
|
+
|
|
453
|
+
## [0.7.16](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.15...@spectrum-web-components/switch@0.7.16) (2021-10-12)
|
|
454
|
+
|
|
455
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
456
|
+
|
|
457
|
+
## [0.7.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.14...@spectrum-web-components/switch@0.7.15) (2021-09-20)
|
|
458
|
+
|
|
459
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
460
|
+
|
|
461
|
+
## [0.7.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.13...@spectrum-web-components/switch@0.7.14) (2021-09-13)
|
|
462
|
+
|
|
463
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
464
|
+
|
|
465
|
+
## [0.7.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.12...@spectrum-web-components/switch@0.7.13) (2021-08-24)
|
|
466
|
+
|
|
467
|
+
### Bug Fixes
|
|
468
|
+
|
|
469
|
+
- correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
|
|
470
|
+
|
|
471
|
+
## [0.7.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.11...@spectrum-web-components/switch@0.7.12) (2021-08-03)
|
|
472
|
+
|
|
473
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
474
|
+
|
|
475
|
+
## [0.7.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.10...@spectrum-web-components/switch@0.7.11) (2021-07-22)
|
|
476
|
+
|
|
477
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
478
|
+
|
|
479
|
+
## [0.7.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.9...@spectrum-web-components/switch@0.7.10) (2021-07-01)
|
|
480
|
+
|
|
481
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
482
|
+
|
|
483
|
+
## [0.7.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.8...@spectrum-web-components/switch@0.7.9) (2021-06-16)
|
|
484
|
+
|
|
485
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
486
|
+
|
|
487
|
+
## [0.7.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.7...@spectrum-web-components/switch@0.7.8) (2021-06-07)
|
|
488
|
+
|
|
489
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
490
|
+
|
|
491
|
+
## [0.7.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.6...@spectrum-web-components/switch@0.7.7) (2021-05-24)
|
|
492
|
+
|
|
493
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
494
|
+
|
|
495
|
+
## [0.7.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.5...@spectrum-web-components/switch@0.7.6) (2021-05-12)
|
|
496
|
+
|
|
497
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
498
|
+
|
|
499
|
+
## [0.7.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.4...@spectrum-web-components/switch@0.7.5) (2021-04-09)
|
|
500
|
+
|
|
501
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
502
|
+
|
|
503
|
+
## [0.7.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.3...@spectrum-web-components/switch@0.7.4) (2021-03-29)
|
|
504
|
+
|
|
505
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
506
|
+
|
|
507
|
+
## [0.7.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.2...@spectrum-web-components/switch@0.7.3) (2021-03-22)
|
|
508
|
+
|
|
509
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
510
|
+
|
|
511
|
+
## [0.7.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.1...@spectrum-web-components/switch@0.7.2) (2021-03-22)
|
|
512
|
+
|
|
513
|
+
### Bug Fixes
|
|
514
|
+
|
|
515
|
+
- add support for "readonly" attribute ([4bce3b7](https://github.com/adobe/spectrum-web-components/commit/4bce3b7b6910ac50e80efe6a8f63f57843feafb3))
|
|
516
|
+
|
|
517
|
+
## [0.7.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.7.0...@spectrum-web-components/switch@0.7.1) (2021-03-05)
|
|
518
|
+
|
|
519
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
520
|
+
|
|
521
|
+
# [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.6.3...@spectrum-web-components/switch@0.7.0) (2021-03-04)
|
|
522
|
+
|
|
523
|
+
### Features
|
|
524
|
+
|
|
525
|
+
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
|
|
526
|
+
|
|
527
|
+
## [0.6.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.6.2...@spectrum-web-components/switch@0.6.3) (2021-02-11)
|
|
528
|
+
|
|
529
|
+
### Bug Fixes
|
|
530
|
+
|
|
531
|
+
- update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
|
|
532
|
+
|
|
533
|
+
## [0.6.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.6.1...@spectrum-web-components/switch@0.6.2) (2021-02-02)
|
|
534
|
+
|
|
535
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
536
|
+
|
|
537
|
+
## [0.6.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.6.0...@spectrum-web-components/switch@0.6.1) (2021-01-28)
|
|
538
|
+
|
|
539
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
540
|
+
|
|
541
|
+
# [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.4.4...@spectrum-web-components/switch@0.6.0) (2021-01-21)
|
|
542
|
+
|
|
543
|
+
### Bug Fixes
|
|
544
|
+
|
|
545
|
+
- ensure [disabled] styling ([4c067eb](https://github.com/adobe/spectrum-web-components/commit/4c067eb82dcfc5f1aaf3ecedfbfc83f4ffb90a22))
|
|
546
|
+
- implement "emphasized" styles ([750bbe7](https://github.com/adobe/spectrum-web-components/commit/750bbe7c6a70ed590c4ea179179bf201c50526ea))
|
|
547
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
548
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
549
|
+
- update configuration for Spectrum CSS processing for specificity ([5c2e21e](https://github.com/adobe/spectrum-web-components/commit/5c2e21ed68d94a75cac0cc248925cc5bca35cc25))
|
|
550
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
551
|
+
|
|
552
|
+
### Features
|
|
553
|
+
|
|
554
|
+
- **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
|
|
555
|
+
- **switch:** update spectrum css input ([1d2ce17](https://github.com/adobe/spectrum-web-components/commit/1d2ce179650fd2206fb0b4a839361b2b0b2d9917))
|
|
556
|
+
|
|
557
|
+
# [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.4.4...@spectrum-web-components/switch@0.5.0) (2021-01-13)
|
|
558
|
+
|
|
559
|
+
### Bug Fixes
|
|
560
|
+
|
|
561
|
+
- implement "emphasized" styles ([750bbe7](https://github.com/adobe/spectrum-web-components/commit/750bbe7c6a70ed590c4ea179179bf201c50526ea))
|
|
562
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
563
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
564
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
565
|
+
|
|
566
|
+
### Features
|
|
567
|
+
|
|
568
|
+
- **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
|
|
569
|
+
- **switch:** update spectrum css input ([1d2ce17](https://github.com/adobe/spectrum-web-components/commit/1d2ce179650fd2206fb0b4a839361b2b0b2d9917))
|
|
570
|
+
|
|
571
|
+
## [0.4.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.4.3...@spectrum-web-components/switch@0.4.4) (2020-10-12)
|
|
572
|
+
|
|
573
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
574
|
+
|
|
575
|
+
## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.4.2...@spectrum-web-components/switch@0.4.3) (2020-10-12)
|
|
576
|
+
|
|
577
|
+
### Bug Fixes
|
|
578
|
+
|
|
579
|
+
- include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
|
|
580
|
+
|
|
581
|
+
## [0.4.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.4.1...@spectrum-web-components/switch@0.4.2) (2020-09-25)
|
|
582
|
+
|
|
583
|
+
### Bug Fixes
|
|
584
|
+
|
|
585
|
+
- update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
|
|
586
|
+
|
|
587
|
+
## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.4.0...@spectrum-web-components/switch@0.4.1) (2020-09-14)
|
|
588
|
+
|
|
589
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
590
|
+
|
|
591
|
+
# [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.3.4...@spectrum-web-components/switch@0.4.0) (2020-08-31)
|
|
592
|
+
|
|
593
|
+
### Features
|
|
594
|
+
|
|
595
|
+
- update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
|
|
596
|
+
- **action-group:** add action-group pattern ([d2de766](https://github.com/adobe/spectrum-web-components/commit/d2de766efde6dfbaa1cd604f99ae3128b4fc81b5))
|
|
597
|
+
|
|
598
|
+
## [0.3.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.3.3...@spectrum-web-components/switch@0.3.4) (2020-08-19)
|
|
599
|
+
|
|
600
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
601
|
+
|
|
602
|
+
## [0.3.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.3.2...@spectrum-web-components/switch@0.3.3) (2020-07-27)
|
|
603
|
+
|
|
604
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
605
|
+
|
|
606
|
+
## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.3.1...@spectrum-web-components/switch@0.3.2) (2020-07-24)
|
|
607
|
+
|
|
608
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
609
|
+
|
|
610
|
+
## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.3.0...@spectrum-web-components/switch@0.3.1) (2020-07-22)
|
|
611
|
+
|
|
612
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
613
|
+
|
|
614
|
+
# [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.16...@spectrum-web-components/switch@0.3.0) (2020-07-17)
|
|
615
|
+
|
|
616
|
+
### Bug Fixes
|
|
617
|
+
|
|
618
|
+
- **switch:** track aria-checked ([1980046](https://github.com/adobe/spectrum-web-components/commit/1980046ab0f791bfe1e147c855f43ddf2d2a424e))
|
|
619
|
+
|
|
620
|
+
### Features
|
|
621
|
+
|
|
622
|
+
- leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
|
|
623
|
+
|
|
624
|
+
## [0.2.16](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.15...@spectrum-web-components/switch@0.2.16) (2020-06-08)
|
|
625
|
+
|
|
626
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
627
|
+
|
|
628
|
+
## [0.2.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.14...@spectrum-web-components/switch@0.2.15) (2020-05-08)
|
|
629
|
+
|
|
630
|
+
### Bug Fixes
|
|
631
|
+
|
|
632
|
+
- **switch:** process CSS correction ([292fff1](https://github.com/adobe/spectrum-web-components/commit/292fff19a14225f579e5e8b4717b7db3a33895c4))
|
|
633
|
+
- ensure aria attributes based on state ([6ee43de](https://github.com/adobe/spectrum-web-components/commit/6ee43de23254f612759cc258705dfe6eed30c418))
|
|
634
|
+
|
|
635
|
+
## [0.2.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.13...@spectrum-web-components/switch@0.2.14) (2020-04-21)
|
|
636
|
+
|
|
637
|
+
### Bug Fixes
|
|
638
|
+
|
|
639
|
+
- workaround bug in Edge with switches ([7014a2c](https://github.com/adobe/spectrum-web-components/commit/7014a2cced96a704589a85f4c23f5b3d5519fb3b))
|
|
640
|
+
|
|
641
|
+
## [0.2.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.12...@spectrum-web-components/switch@0.2.13) (2020-04-16)
|
|
642
|
+
|
|
643
|
+
### Performance Improvements
|
|
644
|
+
|
|
645
|
+
- use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
|
|
646
|
+
|
|
647
|
+
## [0.2.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.11...@spectrum-web-components/switch@0.2.12) (2020-04-10)
|
|
648
|
+
|
|
649
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
650
|
+
|
|
651
|
+
## [0.2.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.10...@spectrum-web-components/switch@0.2.11) (2020-04-07)
|
|
652
|
+
|
|
653
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
654
|
+
|
|
655
|
+
## [0.2.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.9...@spectrum-web-components/switch@0.2.10) (2020-03-11)
|
|
656
|
+
|
|
657
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
658
|
+
|
|
659
|
+
## [0.2.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.8...@spectrum-web-components/switch@0.2.9) (2020-02-05)
|
|
660
|
+
|
|
661
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
662
|
+
|
|
663
|
+
## [0.2.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.7...@spectrum-web-components/switch@0.2.8) (2020-02-01)
|
|
664
|
+
|
|
665
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
666
|
+
|
|
667
|
+
## [0.2.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.6...@spectrum-web-components/switch@0.2.7) (2020-01-30)
|
|
668
|
+
|
|
669
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
670
|
+
|
|
671
|
+
## [0.2.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.5...@spectrum-web-components/switch@0.2.6) (2020-01-06)
|
|
672
|
+
|
|
673
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
674
|
+
|
|
675
|
+
## [0.2.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.4...@spectrum-web-components/switch@0.2.5) (2019-12-12)
|
|
676
|
+
|
|
677
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
678
|
+
|
|
679
|
+
## [0.2.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.3...@spectrum-web-components/switch@0.2.4) (2019-12-09)
|
|
680
|
+
|
|
681
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
682
|
+
|
|
683
|
+
## [0.2.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.2...@spectrum-web-components/switch@0.2.3) (2019-12-03)
|
|
684
|
+
|
|
685
|
+
### Bug Fixes
|
|
686
|
+
|
|
687
|
+
- focusable style ([48ea3e7](https://github.com/adobe/spectrum-web-components/commit/48ea3e7))
|
|
688
|
+
|
|
689
|
+
## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.1...@spectrum-web-components/switch@0.2.2) (2019-12-02)
|
|
690
|
+
|
|
691
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
692
|
+
|
|
693
|
+
## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.2.0...@spectrum-web-components/switch@0.2.1) (2019-11-27)
|
|
694
|
+
|
|
695
|
+
### Bug Fixes
|
|
696
|
+
|
|
697
|
+
- include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716))
|
|
698
|
+
|
|
699
|
+
# [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.1.5...@spectrum-web-components/switch@0.2.0) (2019-11-19)
|
|
700
|
+
|
|
701
|
+
### Features
|
|
702
|
+
|
|
703
|
+
- use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc7))
|
|
704
|
+
- use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/3918888))
|
|
705
|
+
|
|
706
|
+
## [0.1.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.1.4...@spectrum-web-components/switch@0.1.5) (2019-11-01)
|
|
707
|
+
|
|
708
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|
|
709
|
+
|
|
710
|
+
## [0.1.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/switch@0.1.3...@spectrum-web-components/switch@0.1.4) (2019-10-14)
|
|
711
|
+
|
|
712
|
+
### Performance Improvements
|
|
713
|
+
|
|
714
|
+
- use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0a))
|
|
715
|
+
|
|
716
|
+
## 0.1.3 (2019-10-03)
|
|
717
|
+
|
|
718
|
+
**Note:** Version bump only for package @spectrum-web-components/switch
|