@spectrum-web-components/checkbox 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.
Files changed (43) hide show
  1. package/CHANGELOG.md +794 -0
  2. package/package.json +80 -80
  3. package/custom-elements.json +0 -547
  4. package/sp-checkbox.d.ts +0 -17
  5. package/sp-checkbox.dev.js +0 -5
  6. package/sp-checkbox.dev.js.map +0 -7
  7. package/sp-checkbox.js +0 -2
  8. package/sp-checkbox.js.map +0 -7
  9. package/src/Checkbox.d.ts +0 -54
  10. package/src/Checkbox.dev.js +0 -184
  11. package/src/Checkbox.dev.js.map +0 -7
  12. package/src/Checkbox.js +0 -49
  13. package/src/Checkbox.js.map +0 -7
  14. package/src/CheckboxBase.d.ts +0 -20
  15. package/src/CheckboxBase.dev.js +0 -9
  16. package/src/CheckboxBase.dev.js.map +0 -7
  17. package/src/CheckboxBase.js +0 -2
  18. package/src/CheckboxBase.js.map +0 -7
  19. package/src/CheckboxMixin.d.ts +0 -25
  20. package/src/CheckboxMixin.dev.js +0 -71
  21. package/src/CheckboxMixin.dev.js.map +0 -7
  22. package/src/CheckboxMixin.js +0 -11
  23. package/src/CheckboxMixin.js.map +0 -7
  24. package/src/checkbox-overrides.css.d.ts +0 -2
  25. package/src/checkbox-overrides.css.dev.js +0 -7
  26. package/src/checkbox-overrides.css.dev.js.map +0 -7
  27. package/src/checkbox-overrides.css.js +0 -4
  28. package/src/checkbox-overrides.css.js.map +0 -7
  29. package/src/checkbox.css.d.ts +0 -2
  30. package/src/checkbox.css.dev.js +0 -7
  31. package/src/checkbox.css.dev.js.map +0 -7
  32. package/src/checkbox.css.js +0 -4
  33. package/src/checkbox.css.js.map +0 -7
  34. package/src/index.d.ts +0 -12
  35. package/src/index.dev.js +0 -3
  36. package/src/index.dev.js.map +0 -7
  37. package/src/index.js +0 -2
  38. package/src/index.js.map +0 -7
  39. package/src/spectrum-checkbox.css.d.ts +0 -2
  40. package/src/spectrum-checkbox.css.dev.js +0 -7
  41. package/src/spectrum-checkbox.css.dev.js.map +0 -7
  42. package/src/spectrum-checkbox.css.js +0 -4
  43. package/src/spectrum-checkbox.css.js.map +0 -7
package/CHANGELOG.md ADDED
@@ -0,0 +1,794 @@
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/icon@1.9.1-nightly.20251028214328
10
+ - @spectrum-web-components/icons-ui@1.9.1-nightly.20251028214328
11
+ - @spectrum-web-components/shared@1.9.1-nightly.20251028214328
12
+
13
+ ## 1.9.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies []:
18
+ - @spectrum-web-components/icon@1.9.0
19
+ - @spectrum-web-components/icons-ui@1.9.0
20
+ - @spectrum-web-components/base@1.9.0
21
+ - @spectrum-web-components/shared@1.9.0
22
+
23
+ ## 1.8.0
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies []:
28
+ - @spectrum-web-components/icon@1.8.0
29
+ - @spectrum-web-components/icons-ui@1.8.0
30
+ - @spectrum-web-components/base@1.8.0
31
+ - @spectrum-web-components/shared@1.8.0
32
+
33
+ ## 1.7.0
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies []:
38
+ - @spectrum-web-components/icon@1.7.0
39
+ - @spectrum-web-components/icons-ui@1.7.0
40
+ - @spectrum-web-components/base@1.7.0
41
+ - @spectrum-web-components/shared@1.7.0
42
+
43
+ ## 1.6.0
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies []:
48
+ - @spectrum-web-components/icon@1.6.0
49
+ - @spectrum-web-components/icons-ui@1.6.0
50
+ - @spectrum-web-components/base@1.6.0
51
+ - @spectrum-web-components/shared@1.6.0
52
+
53
+ ## 1.5.0
54
+
55
+ ### Patch Changes
56
+
57
+ - [#5228](https://github.com/adobe/spectrum-web-components/pull/5228) [`a4de4c7`](https://github.com/adobe/spectrum-web-components/commit/a4de4c76c38ae274535fc7df8ab32490a796485a) Thanks [@renovate](https://github.com/apps/renovate)! - 📝 [#3617](https://github.com/adobe/spectrum-css/pull/3617) Thanks [@marissahuysentruyt](https://redirect.github.com/marissahuysentruyt)!
58
+
59
+ Adds a `::before` pseudo element to properly target the checkbox checked input + box element. The selector update, specifically in the invalid + checked + hover state should now get the proper error background color, as opposed to the default background color.
60
+
61
+ - Updated dependencies []:
62
+ - @spectrum-web-components/icon@1.5.0
63
+ - @spectrum-web-components/icons-ui@1.5.0
64
+ - @spectrum-web-components/base@1.5.0
65
+ - @spectrum-web-components/shared@1.5.0
66
+
67
+ ## 1.4.0
68
+
69
+ ### Patch Changes
70
+
71
+ - Updated dependencies []:
72
+ - @spectrum-web-components/icon@1.4.0
73
+ - @spectrum-web-components/icons-ui@1.4.0
74
+ - @spectrum-web-components/base@1.4.0
75
+ - @spectrum-web-components/shared@1.4.0
76
+
77
+ ## 1.3.0
78
+
79
+ ### Patch Changes
80
+
81
+ - [#5176](https://github.com/adobe/spectrum-web-components/pull/5176) [`468314f`](https://github.com/adobe/spectrum-web-components/commit/468314f45cf5fedb2e9029da210a5886260abca9) Thanks [@TarunAdobe](https://github.com/TarunAdobe)!
82
+ 1. chore(checkbox): updated to latest css v10.1.1 for s2 fast follow
83
+ 2. chore(dialog):
84
+ The error property was not properly deprecated with a full migration plan in place. This has caused confusion and false sense of urgency for consumers to migrate. We are removing it to eliminate those pain points for consumers while we take a deep look at our dialogs and patterns.
85
+ 3. chore(menu): updated to latest css v9.1.1 for s2 fast follow
86
+ 4. fix(overlay):
87
+ sp-overlay with type="manual" should close on pressing ESC key. When the last item is on overlay stack we are triggering the close method on esc key event.
88
+
89
+ - Updated dependencies []:
90
+ - @spectrum-web-components/icon@1.3.0
91
+ - @spectrum-web-components/icons-ui@1.3.0
92
+ - @spectrum-web-components/base@1.3.0
93
+ - @spectrum-web-components/shared@1.3.0
94
+
95
+ All notable changes to this project will be documented in this file.
96
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
97
+
98
+ # [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
99
+
100
+ ### Features
101
+
102
+ - **reactive-controllers:** Migrate to Colorjs from Tinycolor ([#4713](https://github.com/adobe/spectrum-web-components/issues/4713)) ([9d740f0](https://github.com/adobe/spectrum-web-components/commit/9d740f0c830aa44273097181e761e9a92d3df4be))
103
+
104
+ ## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
105
+
106
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
107
+
108
+ ## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
109
+
110
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
111
+
112
+ # [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
113
+
114
+ ### Bug Fixes
115
+
116
+ - 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))
117
+
118
+ ## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)
119
+
120
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
121
+
122
+ ## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
123
+
124
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
125
+
126
+ # [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
127
+
128
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
129
+
130
+ # [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
131
+
132
+ ### Features
133
+
134
+ - add `static-color` to replace `static` ([#4808](https://github.com/adobe/spectrum-web-components/issues/4808)) ([43cf086](https://github.com/adobe/spectrum-web-components/commit/43cf0865d902346568c755650f53410c7788f2a1))
135
+
136
+ ## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
137
+
138
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
139
+
140
+ # [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
141
+
142
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
143
+
144
+ ## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
145
+
146
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
147
+
148
+ ## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
149
+
150
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
151
+
152
+ # [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
153
+
154
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
155
+
156
+ # [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
157
+
158
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
159
+
160
+ # [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
161
+
162
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
163
+
164
+ # [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
165
+
166
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
167
+
168
+ # [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
169
+
170
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
171
+
172
+ ## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
173
+
174
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
175
+
176
+ ## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
177
+
178
+ ### Bug Fixes
179
+
180
+ - **base:** move lit imports to base ([#4416](https://github.com/adobe/spectrum-web-components/issues/4416)) ([b7cb07e](https://github.com/adobe/spectrum-web-components/commit/b7cb07e98e17754c83d3e0112aac9728139e043b))
181
+
182
+ ## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
183
+
184
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
185
+
186
+ ## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
187
+
188
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
189
+
190
+ ## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
191
+
192
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
193
+
194
+ # [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
195
+
196
+ ### Features
197
+
198
+ - **asset:** use core tokens ([99e76f4](https://github.com/adobe/spectrum-web-components/commit/99e76f4d32e990960b7fa2f0613ed4144adc4f6e))
199
+
200
+ ## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
201
+
202
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
203
+
204
+ ## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
205
+
206
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
207
+
208
+ # [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
209
+
210
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
211
+
212
+ ## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
213
+
214
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
215
+
216
+ ## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
217
+
218
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
219
+
220
+ ## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
221
+
222
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
223
+
224
+ ## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
225
+
226
+ ### Bug Fixes
227
+
228
+ - **checkbox:** add missing readonly prop ([#3859](https://github.com/adobe/spectrum-web-components/issues/3859)) ([35b5649](https://github.com/adobe/spectrum-web-components/commit/35b56490e9c03dccbb852935caf51bc52f922143))
229
+
230
+ ## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
231
+
232
+ ### Performance Improvements
233
+
234
+ - **checkbox:** refactor architecture for more rendering perf and DOM element count ([7c2277f](https://github.com/adobe/spectrum-web-components/commit/7c2277f1a21e2e886678c3a3ad1d454cbd6637e0))
235
+
236
+ # [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
237
+
238
+ ### Features
239
+
240
+ - **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))
241
+
242
+ ## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
243
+
244
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
245
+
246
+ ## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
247
+
248
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
249
+
250
+ ## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
251
+
252
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
253
+
254
+ ## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
255
+
256
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
257
+
258
+ # [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
259
+
260
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
261
+
262
+ # [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
263
+
264
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
265
+
266
+ # [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
267
+
268
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
269
+
270
+ # [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
271
+
272
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
273
+
274
+ # [0.35.0](https://github.com/adobe/spectrum-web-components/compare/v0.34.0...v0.35.0) (2023-07-31)
275
+
276
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
277
+
278
+ # [0.34.0](https://github.com/adobe/spectrum-web-components/compare/v0.33.2...v0.34.0) (2023-07-11)
279
+
280
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
281
+
282
+ ## [0.33.2](https://github.com/adobe/spectrum-web-components/compare/v0.33.1...v0.33.2) (2023-06-14)
283
+
284
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
285
+
286
+ # [0.33.0](https://github.com/adobe/spectrum-web-components/compare/v0.32.0...v0.33.0) (2023-06-08)
287
+
288
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
289
+
290
+ # [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)
291
+
292
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
293
+
294
+ # [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
295
+
296
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
297
+
298
+ # 0.30.0 (2023-05-03)
299
+
300
+ ### Bug Fixes
301
+
302
+ - [#353](https://github.com/adobe/spectrum-web-components/issues/353) with a temporary override ([e6b4e37](https://github.com/adobe/spectrum-web-components/commit/e6b4e37dbdefe03f1a0f023a26149c5cea7531be))
303
+ - add support for "readonly" attribute ([4bce3b7](https://github.com/adobe/spectrum-web-components/commit/4bce3b7b6910ac50e80efe6a8f63f57843feafb3))
304
+ - add t-shirt sizing to Thumbnail and support for "xxs"/"xs" sizes ([520a642](https://github.com/adobe/spectrum-web-components/commit/520a642b33e2ca5a4fdc67c15ace029d33e895ff))
305
+ - **checkbox:** allow events to be cancelled on checkboxbase ([aab568c](https://github.com/adobe/spectrum-web-components/commit/aab568c9588717b9d0be0c9b9ccf61b80531fb0a))
306
+ - **checkbox:** work around specificity changes when processing Spectrum CSS and cover with tests ([d53a871](https://github.com/adobe/spectrum-web-components/commit/d53a871f1ef5117c69ac5c4fc3b31aa9f151515c))
307
+ - complete deprecation of "quiet" attribute in checkbox and radio ([29d8452](https://github.com/adobe/spectrum-web-components/commit/29d84526cd63fe3217937119e85d8a1a87aa0d27))
308
+ - correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
309
+ - ensure [disabled] styling ([4c067eb](https://github.com/adobe/spectrum-web-components/commit/4c067eb82dcfc5f1aaf3ecedfbfc83f4ffb90a22))
310
+ - ensure aria attributes based on state ([6369ff3](https://github.com/adobe/spectrum-web-components/commit/6369ff3f35b2ed26777bdbd16bae3b3acd816bf6))
311
+ - ensure aria attributes based on state ([6ee43de](https://github.com/adobe/spectrum-web-components/commit/6ee43de23254f612759cc258705dfe6eed30c418))
312
+ - ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
313
+ - focusable style ([48ea3e7](https://github.com/adobe/spectrum-web-components/commit/48ea3e79828b737ad3df9e0fcac5e48c50124085))
314
+ - implement "emphasized" styles ([750bbe7](https://github.com/adobe/spectrum-web-components/commit/750bbe7c6a70ed590c4ea179179bf201c50526ea))
315
+ - include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716f2f787deb8d868a78bd28c8e62fe90e21))
316
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
317
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
318
+ - move hover/focus hoisting into conditioning ([15ac2f7](https://github.com/adobe/spectrum-web-components/commit/15ac2f7f561b3cb5b865d1539fbd753999f25119))
319
+ - prevent tabindex=-1 elements from placing focus on their host ([1ac1293](https://github.com/adobe/spectrum-web-components/commit/1ac12931771c6d5fdbc99f5d214702ed644cb81a))
320
+ - reduce cycles ([66a4efb](https://github.com/adobe/spectrum-web-components/commit/66a4efbc55c108e886699ce9dd0eb1c7e57e5a7d))
321
+ - **shared:** prevent focusable returning focus to host ([745f7b0](https://github.com/adobe/spectrum-web-components/commit/745f7b0d23c14efd937e4a0be4d488c5d0865f34))
322
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
323
+ - support a wider number of sizes ([ee44978](https://github.com/adobe/spectrum-web-components/commit/ee4497830da0d3bc63d4414ad5548291a39588c7))
324
+ - **textfield:** remove use of sp-icons-\* ([9a5c213](https://github.com/adobe/spectrum-web-components/commit/9a5c213a886146709601a2878484529c315d9f51))
325
+ - update configuration for Spectrum CSS processing for specificity ([5c2e21e](https://github.com/adobe/spectrum-web-components/commit/5c2e21ed68d94a75cac0cc248925cc5bca35cc25))
326
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
327
+ - update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
328
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
329
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
330
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
331
+
332
+ ### Features
333
+
334
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
335
+ - **action-group:** add action-group pattern ([d2de766](https://github.com/adobe/spectrum-web-components/commit/d2de766efde6dfbaa1cd604f99ae3128b4fc81b5))
336
+ - add and use icons-ui package ([d9c3ab2](https://github.com/adobe/spectrum-web-components/commit/d9c3ab212b4f756334e857fc513ccbf0a4dff9cc))
337
+ - add t-shirt sizing with visual regressions to checkbox and picker elements ([ce47ec8](https://github.com/adobe/spectrum-web-components/commit/ce47ec88bd2c6c8d236c05826d28b2d0dadf12b8))
338
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
339
+ - **card:** upgrade to Spectrum CSS v3.0.0 ([84cf1a9](https://github.com/adobe/spectrum-web-components/commit/84cf1a9758b1e357f18efac5763d17d6a4db0578))
340
+ - **checkbox:** update spectrum css input ([e894cb4](https://github.com/adobe/spectrum-web-components/commit/e894cb4bc2b36882a9124d1bcbe94d5ad7dbb38e))
341
+ - conditionally load focus-visible polyfill ([6b5e5cf](https://github.com/adobe/spectrum-web-components/commit/6b5e5cf515f02ef14f072b7aee62feed7a83c281))
342
+ - **field-group:** add field-group pattern ([f8d265c](https://github.com/adobe/spectrum-web-components/commit/f8d265c3352f4a97fc103a09ce8eb56511dcedbb))
343
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
344
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
345
+ - shared pkg versions, devmode define warning, registry-conflicts docs ([6e49565](https://github.com/adobe/spectrum-web-components/commit/6e4956519b845fa8127f8032948b625c252ef7a6))
346
+ - **tabs:** add sp-tab-panel element ([b17d276](https://github.com/adobe/spectrum-web-components/commit/b17d2765cf415578a31e5fa23515c25ff4c3922d))
347
+ - use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc77960de8e57dd9c49bb7669df689f0ebaa))
348
+ - use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/39188887afad9bec52ef48d4e22596f9b757a9fe))
349
+ - use 3.0.0-beta.\* release for styles ([877b485](https://github.com/adobe/spectrum-web-components/commit/877b485f20c76ec8f77975747322f572eea88e97))
350
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
351
+
352
+ ### Performance Improvements
353
+
354
+ - use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
355
+ - use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0accd643c2f35cbf1ba809b54f52c25628d))
356
+
357
+ ### Reverts
358
+
359
+ - Revert "chore: release new versions" ([a6d655d](https://github.com/adobe/spectrum-web-components/commit/a6d655d1435ee6427a3778b89f1a6cf9fe4beb9d))
360
+
361
+ ## [0.14.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.14.13...@spectrum-web-components/checkbox@0.14.14) (2023-04-24)
362
+
363
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
364
+
365
+ ## [0.14.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.14.12...@spectrum-web-components/checkbox@0.14.13) (2023-04-05)
366
+
367
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
368
+
369
+ ## [0.14.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.14.11...@spectrum-web-components/checkbox@0.14.12) (2023-03-22)
370
+
371
+ ### Bug Fixes
372
+
373
+ - move hover/focus hoisting into conditioning ([15ac2f7](https://github.com/adobe/spectrum-web-components/commit/15ac2f7f561b3cb5b865d1539fbd753999f25119))
374
+
375
+ ## [0.14.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.14.10...@spectrum-web-components/checkbox@0.14.11) (2023-03-08)
376
+
377
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
378
+
379
+ ## [0.14.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.14.9...@spectrum-web-components/checkbox@0.14.10) (2023-02-23)
380
+
381
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
382
+
383
+ ## [0.14.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.14.8...@spectrum-web-components/checkbox@0.14.9) (2023-02-08)
384
+
385
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
386
+
387
+ ## [0.14.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.14.7...@spectrum-web-components/checkbox@0.14.8) (2023-01-23)
388
+
389
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
390
+
391
+ ## [0.14.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.14.6...@spectrum-web-components/checkbox@0.14.7) (2023-01-09)
392
+
393
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
394
+
395
+ ## [0.14.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.14.5...@spectrum-web-components/checkbox@0.14.6) (2022-12-08)
396
+
397
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
398
+
399
+ ## [0.14.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.14.4...@spectrum-web-components/checkbox@0.14.5) (2022-11-21)
400
+
401
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
402
+
403
+ ## [0.14.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.14.3...@spectrum-web-components/checkbox@0.14.4) (2022-11-14)
404
+
405
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
406
+
407
+ ## [0.14.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.14.2...@spectrum-web-components/checkbox@0.14.3) (2022-10-28)
408
+
409
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
410
+
411
+ ## [0.14.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.14.1...@spectrum-web-components/checkbox@0.14.2) (2022-10-17)
412
+
413
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
414
+
415
+ ## [0.14.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.14.0...@spectrum-web-components/checkbox@0.14.1) (2022-10-10)
416
+
417
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
418
+
419
+ # [0.14.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.13.6...@spectrum-web-components/checkbox@0.14.0) (2022-08-09)
420
+
421
+ ### Features
422
+
423
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
424
+
425
+ ## [0.13.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.13.5...@spectrum-web-components/checkbox@0.13.6) (2022-08-04)
426
+
427
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
428
+
429
+ ## [0.13.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.13.4...@spectrum-web-components/checkbox@0.13.5) (2022-07-18)
430
+
431
+ ### Bug Fixes
432
+
433
+ - **checkbox:** allow events to be cancelled on checkboxbase ([aab568c](https://github.com/adobe/spectrum-web-components/commit/aab568c9588717b9d0be0c9b9ccf61b80531fb0a))
434
+
435
+ ## [0.13.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.13.3...@spectrum-web-components/checkbox@0.13.4) (2022-06-29)
436
+
437
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
438
+
439
+ ## [0.13.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.13.2...@spectrum-web-components/checkbox@0.13.3) (2022-06-07)
440
+
441
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
442
+
443
+ ## [0.13.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.13.1...@spectrum-web-components/checkbox@0.13.2) (2022-05-27)
444
+
445
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
446
+
447
+ ## [0.13.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.13.0...@spectrum-web-components/checkbox@0.13.1) (2022-05-12)
448
+
449
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
450
+
451
+ # [0.13.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.12.7...@spectrum-web-components/checkbox@0.13.0) (2022-04-21)
452
+
453
+ ### Features
454
+
455
+ - conditionally load focus-visible polyfill ([6b5e5cf](https://github.com/adobe/spectrum-web-components/commit/6b5e5cf515f02ef14f072b7aee62feed7a83c281))
456
+
457
+ ## [0.12.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.12.6...@spectrum-web-components/checkbox@0.12.7) (2022-03-30)
458
+
459
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
460
+
461
+ ## [0.12.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.12.5...@spectrum-web-components/checkbox@0.12.6) (2022-03-08)
462
+
463
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
464
+
465
+ ## [0.12.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.12.4...@spectrum-web-components/checkbox@0.12.5) (2022-03-04)
466
+
467
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
468
+
469
+ ## [0.12.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.12.3...@spectrum-web-components/checkbox@0.12.4) (2022-02-22)
470
+
471
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
472
+
473
+ ## [0.12.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.12.2...@spectrum-web-components/checkbox@0.12.3) (2022-01-26)
474
+
475
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
476
+
477
+ ## [0.12.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.12.1...@spectrum-web-components/checkbox@0.12.2) (2022-01-07)
478
+
479
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
480
+
481
+ ## [0.12.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.12.0...@spectrum-web-components/checkbox@0.12.1) (2021-12-13)
482
+
483
+ ### Bug Fixes
484
+
485
+ - add t-shirt sizing to Thumbnail and support for "xxs"/"xs" sizes ([520a642](https://github.com/adobe/spectrum-web-components/commit/520a642b33e2ca5a4fdc67c15ace029d33e895ff))
486
+
487
+ # [0.12.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.11.1...@spectrum-web-components/checkbox@0.12.0) (2021-11-08)
488
+
489
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
490
+
491
+ ## [0.11.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.11.0...@spectrum-web-components/checkbox@0.11.1) (2021-11-08)
492
+
493
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
494
+
495
+ # [0.11.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.10.9...@spectrum-web-components/checkbox@0.11.0) (2021-11-02)
496
+
497
+ ### Features
498
+
499
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
500
+
501
+ ## [0.10.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.10.8...@spectrum-web-components/checkbox@0.10.9) (2021-10-12)
502
+
503
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
504
+
505
+ ## [0.10.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.10.7...@spectrum-web-components/checkbox@0.10.8) (2021-09-20)
506
+
507
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
508
+
509
+ ## [0.10.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.10.6...@spectrum-web-components/checkbox@0.10.7) (2021-09-13)
510
+
511
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
512
+
513
+ ## [0.10.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.10.5...@spectrum-web-components/checkbox@0.10.6) (2021-08-24)
514
+
515
+ ### Bug Fixes
516
+
517
+ - correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
518
+
519
+ ## [0.10.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.10.4...@spectrum-web-components/checkbox@0.10.5) (2021-08-03)
520
+
521
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
522
+
523
+ ## [0.10.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.10.3...@spectrum-web-components/checkbox@0.10.4) (2021-07-22)
524
+
525
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
526
+
527
+ ## [0.10.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.10.2...@spectrum-web-components/checkbox@0.10.3) (2021-07-01)
528
+
529
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
530
+
531
+ ## [0.10.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.10.1...@spectrum-web-components/checkbox@0.10.2) (2021-06-16)
532
+
533
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
534
+
535
+ ## [0.10.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.10.0...@spectrum-web-components/checkbox@0.10.1) (2021-06-07)
536
+
537
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
538
+
539
+ # [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.9.6...@spectrum-web-components/checkbox@0.10.0) (2021-05-24)
540
+
541
+ ### Bug Fixes
542
+
543
+ - prevent tabindex=-1 elements from placing focus on their host ([1ac1293](https://github.com/adobe/spectrum-web-components/commit/1ac12931771c6d5fdbc99f5d214702ed644cb81a))
544
+
545
+ ### Features
546
+
547
+ - **tabs:** add sp-tab-panel element ([b17d276](https://github.com/adobe/spectrum-web-components/commit/b17d2765cf415578a31e5fa23515c25ff4c3922d))
548
+
549
+ ## [0.9.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.9.5...@spectrum-web-components/checkbox@0.9.6) (2021-05-12)
550
+
551
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
552
+
553
+ ## [0.9.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.9.4...@spectrum-web-components/checkbox@0.9.5) (2021-04-09)
554
+
555
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
556
+
557
+ ## [0.9.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.9.3...@spectrum-web-components/checkbox@0.9.4) (2021-03-29)
558
+
559
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
560
+
561
+ ## [0.9.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.9.2...@spectrum-web-components/checkbox@0.9.3) (2021-03-22)
562
+
563
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
564
+
565
+ ## [0.9.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.9.1...@spectrum-web-components/checkbox@0.9.2) (2021-03-22)
566
+
567
+ ### Bug Fixes
568
+
569
+ - add support for "readonly" attribute ([4bce3b7](https://github.com/adobe/spectrum-web-components/commit/4bce3b7b6910ac50e80efe6a8f63f57843feafb3))
570
+ - reduce cycles ([66a4efb](https://github.com/adobe/spectrum-web-components/commit/66a4efbc55c108e886699ce9dd0eb1c7e57e5a7d))
571
+
572
+ ## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.9.0...@spectrum-web-components/checkbox@0.9.1) (2021-03-05)
573
+
574
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
575
+
576
+ # [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.8.0...@spectrum-web-components/checkbox@0.9.0) (2021-03-04)
577
+
578
+ ### Bug Fixes
579
+
580
+ - support a wider number of sizes ([ee44978](https://github.com/adobe/spectrum-web-components/commit/ee4497830da0d3bc63d4414ad5548291a39588c7))
581
+
582
+ ### Features
583
+
584
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
585
+
586
+ # [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.7.2...@spectrum-web-components/checkbox@0.8.0) (2021-02-11)
587
+
588
+ ### Bug Fixes
589
+
590
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
591
+
592
+ ### Features
593
+
594
+ - add t-shirt sizing with visual regressions to checkbox and picker elements ([ce47ec8](https://github.com/adobe/spectrum-web-components/commit/ce47ec88bd2c6c8d236c05826d28b2d0dadf12b8))
595
+
596
+ ## [0.7.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.7.1...@spectrum-web-components/checkbox@0.7.2) (2021-02-02)
597
+
598
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
599
+
600
+ ## [0.7.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.7.0...@spectrum-web-components/checkbox@0.7.1) (2021-01-28)
601
+
602
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
603
+
604
+ # [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.5.4...@spectrum-web-components/checkbox@0.7.0) (2021-01-21)
605
+
606
+ ### Bug Fixes
607
+
608
+ - complete deprecation of "quiet" attribute in checkbox and radio ([29d8452](https://github.com/adobe/spectrum-web-components/commit/29d84526cd63fe3217937119e85d8a1a87aa0d27))
609
+ - ensure [disabled] styling ([4c067eb](https://github.com/adobe/spectrum-web-components/commit/4c067eb82dcfc5f1aaf3ecedfbfc83f4ffb90a22))
610
+ - implement "emphasized" styles ([750bbe7](https://github.com/adobe/spectrum-web-components/commit/750bbe7c6a70ed590c4ea179179bf201c50526ea))
611
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
612
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
613
+ - update configuration for Spectrum CSS processing for specificity ([5c2e21e](https://github.com/adobe/spectrum-web-components/commit/5c2e21ed68d94a75cac0cc248925cc5bca35cc25))
614
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
615
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
616
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
617
+
618
+ ### Features
619
+
620
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
621
+ - **checkbox:** update spectrum css input ([e894cb4](https://github.com/adobe/spectrum-web-components/commit/e894cb4bc2b36882a9124d1bcbe94d5ad7dbb38e))
622
+ - **field-group:** add field-group pattern ([f8d265c](https://github.com/adobe/spectrum-web-components/commit/f8d265c3352f4a97fc103a09ce8eb56511dcedbb))
623
+
624
+ # [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.5.4...@spectrum-web-components/checkbox@0.6.0) (2021-01-13)
625
+
626
+ ### Bug Fixes
627
+
628
+ - implement "emphasized" styles ([750bbe7](https://github.com/adobe/spectrum-web-components/commit/750bbe7c6a70ed590c4ea179179bf201c50526ea))
629
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
630
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
631
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
632
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
633
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
634
+
635
+ ### Features
636
+
637
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
638
+ - **checkbox:** update spectrum css input ([e894cb4](https://github.com/adobe/spectrum-web-components/commit/e894cb4bc2b36882a9124d1bcbe94d5ad7dbb38e))
639
+ - **field-group:** add field-group pattern ([f8d265c](https://github.com/adobe/spectrum-web-components/commit/f8d265c3352f4a97fc103a09ce8eb56511dcedbb))
640
+
641
+ ## [0.5.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.5.3...@spectrum-web-components/checkbox@0.5.4) (2020-10-12)
642
+
643
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
644
+
645
+ ## [0.5.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.5.2...@spectrum-web-components/checkbox@0.5.3) (2020-10-12)
646
+
647
+ ### Bug Fixes
648
+
649
+ - **checkbox:** work around specificity changes when processing Spectrum CSS and cover with tests ([d53a871](https://github.com/adobe/spectrum-web-components/commit/d53a871f1ef5117c69ac5c4fc3b31aa9f151515c))
650
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
651
+
652
+ ## [0.5.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.5.1...@spectrum-web-components/checkbox@0.5.2) (2020-09-25)
653
+
654
+ ### Bug Fixes
655
+
656
+ - update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
657
+
658
+ ## [0.5.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.5.0...@spectrum-web-components/checkbox@0.5.1) (2020-09-14)
659
+
660
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
661
+
662
+ # [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.4.4...@spectrum-web-components/checkbox@0.5.0) (2020-08-31)
663
+
664
+ ### Features
665
+
666
+ - **action-group:** add action-group pattern ([d2de766](https://github.com/adobe/spectrum-web-components/commit/d2de766efde6dfbaa1cd604f99ae3128b4fc81b5))
667
+ - **card:** upgrade to Spectrum CSS v3.0.0 ([84cf1a9](https://github.com/adobe/spectrum-web-components/commit/84cf1a9758b1e357f18efac5763d17d6a4db0578))
668
+ - use 3.0.0-beta.\* release for styles ([877b485](https://github.com/adobe/spectrum-web-components/commit/877b485f20c76ec8f77975747322f572eea88e97))
669
+
670
+ ## [0.4.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.4.3...@spectrum-web-components/checkbox@0.4.4) (2020-08-19)
671
+
672
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
673
+
674
+ ## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.4.2...@spectrum-web-components/checkbox@0.4.3) (2020-07-27)
675
+
676
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
677
+
678
+ ## [0.4.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.4.1...@spectrum-web-components/checkbox@0.4.2) (2020-07-24)
679
+
680
+ ### Bug Fixes
681
+
682
+ - ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
683
+
684
+ ## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.4.0...@spectrum-web-components/checkbox@0.4.1) (2020-07-22)
685
+
686
+ ### Bug Fixes
687
+
688
+ - **shared:** prevent focusable returning focus to host ([745f7b0](https://github.com/adobe/spectrum-web-components/commit/745f7b0d23c14efd937e4a0be4d488c5d0865f34))
689
+
690
+ # [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.3.2...@spectrum-web-components/checkbox@0.4.0) (2020-07-17)
691
+
692
+ ### Features
693
+
694
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
695
+
696
+ ## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.3.1...@spectrum-web-components/checkbox@0.3.2) (2020-06-08)
697
+
698
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
699
+
700
+ ## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.3.0...@spectrum-web-components/checkbox@0.3.1) (2020-05-08)
701
+
702
+ ### Bug Fixes
703
+
704
+ - ensure aria attributes based on state ([6369ff3](https://github.com/adobe/spectrum-web-components/commit/6369ff3f35b2ed26777bdbd16bae3b3acd816bf6))
705
+ - ensure aria attributes based on state ([6ee43de](https://github.com/adobe/spectrum-web-components/commit/6ee43de23254f612759cc258705dfe6eed30c418))
706
+
707
+ # [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.2.12...@spectrum-web-components/checkbox@0.3.0) (2020-04-16)
708
+
709
+ ### Bug Fixes
710
+
711
+ - **textfield:** remove use of sp-icons-\* ([9a5c213](https://github.com/adobe/spectrum-web-components/commit/9a5c213a886146709601a2878484529c315d9f51))
712
+
713
+ ### Features
714
+
715
+ - add and use icons-ui package ([d9c3ab2](https://github.com/adobe/spectrum-web-components/commit/d9c3ab212b4f756334e857fc513ccbf0a4dff9cc))
716
+
717
+ ### Performance Improvements
718
+
719
+ - use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
720
+
721
+ ## [0.2.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.2.11...@spectrum-web-components/checkbox@0.2.12) (2020-04-10)
722
+
723
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
724
+
725
+ ## [0.2.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.2.10...@spectrum-web-components/checkbox@0.2.11) (2020-04-07)
726
+
727
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
728
+
729
+ ## [0.2.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.2.9...@spectrum-web-components/checkbox@0.2.10) (2020-03-11)
730
+
731
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
732
+
733
+ ## [0.2.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.2.8...@spectrum-web-components/checkbox@0.2.9) (2020-02-05)
734
+
735
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
736
+
737
+ ## [0.2.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.2.7...@spectrum-web-components/checkbox@0.2.8) (2020-02-01)
738
+
739
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
740
+
741
+ ## [0.2.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.2.6...@spectrum-web-components/checkbox@0.2.7) (2020-01-30)
742
+
743
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
744
+
745
+ ## [0.2.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.2.5...@spectrum-web-components/checkbox@0.2.6) (2020-01-06)
746
+
747
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
748
+
749
+ ## [0.2.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.2.4...@spectrum-web-components/checkbox@0.2.5) (2019-12-12)
750
+
751
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
752
+
753
+ ## [0.2.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.2.3...@spectrum-web-components/checkbox@0.2.4) (2019-12-09)
754
+
755
+ ### Bug Fixes
756
+
757
+ - [#353](https://github.com/adobe/spectrum-web-components/issues/353) with a temporary override ([e6b4e37](https://github.com/adobe/spectrum-web-components/commit/e6b4e37))
758
+
759
+ ## [0.2.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.2.2...@spectrum-web-components/checkbox@0.2.3) (2019-12-03)
760
+
761
+ ### Bug Fixes
762
+
763
+ - focusable style ([48ea3e7](https://github.com/adobe/spectrum-web-components/commit/48ea3e7))
764
+
765
+ ## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.2.1...@spectrum-web-components/checkbox@0.2.2) (2019-12-02)
766
+
767
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
768
+
769
+ ## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.2.0...@spectrum-web-components/checkbox@0.2.1) (2019-11-27)
770
+
771
+ ### Bug Fixes
772
+
773
+ - include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716))
774
+
775
+ # [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.1.5...@spectrum-web-components/checkbox@0.2.0) (2019-11-19)
776
+
777
+ ### Features
778
+
779
+ - use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc7))
780
+ - use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/3918888))
781
+
782
+ ## [0.1.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.1.4...@spectrum-web-components/checkbox@0.1.5) (2019-11-01)
783
+
784
+ **Note:** Version bump only for package @spectrum-web-components/checkbox
785
+
786
+ ## [0.1.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/checkbox@0.1.3...@spectrum-web-components/checkbox@0.1.4) (2019-10-14)
787
+
788
+ ### Performance Improvements
789
+
790
+ - use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0a))
791
+
792
+ ## 0.1.3 (2019-10-03)
793
+
794
+ **Note:** Version bump only for package @spectrum-web-components/checkbox