@spectrum-web-components/button 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 (73) hide show
  1. package/CHANGELOG.md +1021 -0
  2. package/package.json +100 -100
  3. package/custom-elements.json +0 -1913
  4. package/sp-button.d.ts +0 -17
  5. package/sp-button.dev.js +0 -5
  6. package/sp-button.dev.js.map +0 -7
  7. package/sp-button.js +0 -2
  8. package/sp-button.js.map +0 -7
  9. package/sp-clear-button.d.ts +0 -17
  10. package/sp-clear-button.dev.js +0 -5
  11. package/sp-clear-button.dev.js.map +0 -7
  12. package/sp-clear-button.js +0 -2
  13. package/sp-clear-button.js.map +0 -7
  14. package/sp-close-button.d.ts +0 -17
  15. package/sp-close-button.dev.js +0 -5
  16. package/sp-close-button.dev.js.map +0 -7
  17. package/sp-close-button.js +0 -2
  18. package/sp-close-button.js.map +0 -7
  19. package/src/Button.d.ts +0 -71
  20. package/src/Button.dev.js +0 -160
  21. package/src/Button.dev.js.map +0 -7
  22. package/src/Button.js +0 -5
  23. package/src/Button.js.map +0 -7
  24. package/src/ButtonBase.d.ts +0 -54
  25. package/src/ButtonBase.dev.js +0 -195
  26. package/src/ButtonBase.dev.js.map +0 -7
  27. package/src/ButtonBase.js +0 -13
  28. package/src/ButtonBase.js.map +0 -7
  29. package/src/ClearButton.d.ts +0 -44
  30. package/src/ClearButton.dev.js +0 -104
  31. package/src/ClearButton.dev.js.map +0 -7
  32. package/src/ClearButton.js +0 -24
  33. package/src/ClearButton.js.map +0 -7
  34. package/src/CloseButton.d.ts +0 -37
  35. package/src/CloseButton.dev.js +0 -70
  36. package/src/CloseButton.dev.js.map +0 -7
  37. package/src/CloseButton.js +0 -22
  38. package/src/CloseButton.js.map +0 -7
  39. package/src/StyledButton.d.ts +0 -14
  40. package/src/StyledButton.dev.js +0 -5
  41. package/src/StyledButton.dev.js.map +0 -7
  42. package/src/StyledButton.js +0 -2
  43. package/src/StyledButton.js.map +0 -7
  44. package/src/button-base.css.d.ts +0 -2
  45. package/src/button-base.css.dev.js +0 -7
  46. package/src/button-base.css.dev.js.map +0 -7
  47. package/src/button-base.css.js +0 -4
  48. package/src/button-base.css.js.map +0 -7
  49. package/src/button-overrides.css.d.ts +0 -2
  50. package/src/button-overrides.css.dev.js +0 -7
  51. package/src/button-overrides.css.dev.js.map +0 -7
  52. package/src/button-overrides.css.js +0 -4
  53. package/src/button-overrides.css.js.map +0 -7
  54. package/src/button.css.d.ts +0 -2
  55. package/src/button.css.dev.js +0 -7
  56. package/src/button.css.dev.js.map +0 -7
  57. package/src/button.css.js +0 -4
  58. package/src/button.css.js.map +0 -7
  59. package/src/index.d.ts +0 -16
  60. package/src/index.dev.js +0 -7
  61. package/src/index.dev.js.map +0 -7
  62. package/src/index.js +0 -2
  63. package/src/index.js.map +0 -7
  64. package/src/spectrum-button-base.css.d.ts +0 -2
  65. package/src/spectrum-button-base.css.dev.js +0 -7
  66. package/src/spectrum-button-base.css.dev.js.map +0 -7
  67. package/src/spectrum-button-base.css.js +0 -4
  68. package/src/spectrum-button-base.css.js.map +0 -7
  69. package/src/spectrum-button.css.d.ts +0 -2
  70. package/src/spectrum-button.css.dev.js +0 -7
  71. package/src/spectrum-button.css.dev.js.map +0 -7
  72. package/src/spectrum-button.css.js +0 -4
  73. package/src/spectrum-button.css.js.map +0 -7
package/CHANGELOG.md ADDED
@@ -0,0 +1,1021 @@
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/clear-button@1.9.1-nightly.20251028214328
10
+ - @spectrum-web-components/close-button@1.9.1-nightly.20251028214328
11
+ - @spectrum-web-components/icon@1.9.1-nightly.20251028214328
12
+ - @spectrum-web-components/icons-ui@1.9.1-nightly.20251028214328
13
+ - @spectrum-web-components/progress-circle@1.9.1-nightly.20251028214328
14
+ - @spectrum-web-components/shared@1.9.1-nightly.20251028214328
15
+ - @spectrum-web-components/reactive-controllers@1.9.1-nightly.20251028214328
16
+
17
+ ## 1.9.0
18
+
19
+ ### Patch Changes
20
+
21
+ - [#5730](https://github.com/adobe/spectrum-web-components/pull/5730) [`7d23140`](https://github.com/adobe/spectrum-web-components/commit/7d23140c21f0006ddea8a5cf39478ff36acbfbb8) Thanks [@caseyisonit](https://github.com/caseyisonit)! - - **Fixed**: Aria-label handling in `<sp-button>` component.
22
+ - **Fixed**: Moved aria-label updates to occur after slot content changes are processed to prevent timing issues
23
+ - **Added**: Enhanced `label` property support for programmatic aria-label control
24
+ - **Added**: Comprehensive tests for aria-label behavior during content and pending state changes
25
+ - **Fixed**: Removed duplicate aria-label update logic in `update()` method
26
+
27
+ These changes ensure that aria-labels are properly managed and preserved across component state changes, improving accessibility for screen reader users.
28
+
29
+ - Updated dependencies [[`7d23140`](https://github.com/adobe/spectrum-web-components/commit/7d23140c21f0006ddea8a5cf39478ff36acbfbb8), [`7d23140`](https://github.com/adobe/spectrum-web-components/commit/7d23140c21f0006ddea8a5cf39478ff36acbfbb8)]:
30
+ - @spectrum-web-components/progress-circle@1.9.0
31
+ - @spectrum-web-components/reactive-controllers@1.9.0
32
+ - @spectrum-web-components/icon@1.9.0
33
+ - @spectrum-web-components/icons-ui@1.9.0
34
+ - @spectrum-web-components/clear-button@1.9.0
35
+ - @spectrum-web-components/close-button@1.9.0
36
+ - @spectrum-web-components/base@1.9.0
37
+ - @spectrum-web-components/shared@1.9.0
38
+
39
+ ## 1.8.0
40
+
41
+ ### Minor Changes
42
+
43
+ - [#5320](https://github.com/adobe/spectrum-web-components/pull/5320) [`15be17d`](https://github.com/adobe/spectrum-web-components/commit/15be17db91f1140ccf3cad52b1f2ed6c4b9e28ba) Thanks [@renovate](https://github.com/apps/renovate)! - Clear button styles have been updated to the latest Spectrum CSS version of the clear button. This update includes a major reduction in the number of custom property abstractions needed to support the multiple theming layers (as seen in the `styles` package).
44
+
45
+ This update spans the following additional packages:
46
+ - @spectrum-web-components/button
47
+ - @spectrum-web-components/styles
48
+
49
+ As the updated styles now offer additional styling options, we have added the following API to the clear button component that exists in the `button` package:
50
+ - `quiet` - when set to true, the button will be rendered as a quiet button. This is useful for cases where you want to use the clear button in a more subtle way.
51
+ - `disabled` - when set to true, the button will be rendered as a disabled button.
52
+ - `static-color` - currently this only supports the `white` context color. This is useful for cases where the button appears on a dark background texture. This is a replacement for the previously used `variant="overBackground"` attribute which is deprecated.
53
+
54
+ ### Deprecation
55
+
56
+ The `variant="overBackground"` attribute is deprecated; please use the new `static-color="white"` attribute instead. When this property is used in the component, a deprecation warning will be shown in the console when in debug mode. The `variant` attribute will be removed in a future release.
57
+
58
+ ### Patch Changes
59
+
60
+ - Updated dependencies [[`15be17d`](https://github.com/adobe/spectrum-web-components/commit/15be17db91f1140ccf3cad52b1f2ed6c4b9e28ba)]:
61
+ - @spectrum-web-components/clear-button@1.8.0
62
+ - @spectrum-web-components/close-button@1.8.0
63
+ - @spectrum-web-components/icon@1.8.0
64
+ - @spectrum-web-components/icons-ui@1.8.0
65
+ - @spectrum-web-components/progress-circle@1.8.0
66
+ - @spectrum-web-components/base@1.8.0
67
+ - @spectrum-web-components/reactive-controllers@1.8.0
68
+ - @spectrum-web-components/shared@1.8.0
69
+
70
+ ## 1.7.0
71
+
72
+ ### Patch Changes
73
+
74
+ - Updated dependencies []:
75
+ - @spectrum-web-components/clear-button@1.7.0
76
+ - @spectrum-web-components/close-button@1.7.0
77
+ - @spectrum-web-components/icon@1.7.0
78
+ - @spectrum-web-components/icons-ui@1.7.0
79
+ - @spectrum-web-components/progress-circle@1.7.0
80
+ - @spectrum-web-components/base@1.7.0
81
+ - @spectrum-web-components/reactive-controllers@1.7.0
82
+ - @spectrum-web-components/shared@1.7.0
83
+
84
+ ## 1.6.0
85
+
86
+ ### Patch Changes
87
+
88
+ - [#5174](https://github.com/adobe/spectrum-web-components/pull/5174) [`00eb0a8`](https://github.com/adobe/spectrum-web-components/commit/00eb0a889583dff9d964341d9c1c27048be3d19e) Thanks [@Rajdeepc](https://github.com/Rajdeepc)! - Updated the deprecation warning to allow `variant` and `static-color` exist on the same component.
89
+ Added `primary` and `secondary` stories to `white` and `black` button directories on storybook.
90
+ Updates documentation site to reflect this as well.
91
+ - Updated dependencies [[`a9727d2`](https://github.com/adobe/spectrum-web-components/commit/a9727d2975b01f440c09789c9e7e0122063b6f7e)]:
92
+ - @spectrum-web-components/close-button@1.6.0
93
+ - @spectrum-web-components/clear-button@1.6.0
94
+ - @spectrum-web-components/icon@1.6.0
95
+ - @spectrum-web-components/icons-ui@1.6.0
96
+ - @spectrum-web-components/progress-circle@1.6.0
97
+ - @spectrum-web-components/base@1.6.0
98
+ - @spectrum-web-components/reactive-controllers@1.6.0
99
+ - @spectrum-web-components/shared@1.6.0
100
+
101
+ ## 1.5.0
102
+
103
+ ### Patch Changes
104
+
105
+ - [#5363](https://github.com/adobe/spectrum-web-components/pull/5363) [`4e06533`](https://github.com/adobe/spectrum-web-components/commit/4e065332e0236757fc3a050e53747ce82ac40ed5) Thanks [@castastrophe](https://github.com/castastrophe)!
106
+
107
+ Adjust S1/Express static outline variant content color (from transparent-black/white to solid black/white) to fix unintentional regression.
108
+
109
+ From [@spectrum-css/button v14.1.6](https://www.npmjs.com/package/@spectrum-css/button/v/14.1.6): [#3665](https://github.com/adobe/spectrum-css/pull/3665) Thanks [@rise-erpelding](https://github.com/rise-erpelding)!
110
+
111
+ This update aims to simplify `--mod-*` access by ensuring local variants and states aren't hooking into those custom properties for overrides. This updates all local variants and states to override the `--spectrum-button-*` properties instead and adjusts the specificity to ensure no regressions in rendered results.
112
+
113
+ From [@spectrum-css/button v14.1.3](https://www.npmjs.com/package/@spectrum-css/button/v/14.1.3): [#3613](https://github.com/adobe/spectrum-css/pull/3613) Thanks [@​rise-erpelding](https://github.com/rise-erpelding)!
114
+
115
+ Adjusts static color buttons to more closely resemble the S2 specifications. There are no expected changes to non-static button variants in S2, and no expected changes to other themes.
116
+
117
+ This PR includes changes to:
118
+ - Static white primary button (outline variant), static white secondary button (fill variant), static black primary button (outline variant), static black secondary button (fill variant)
119
+ - Static white secondary button (outline variant) and static black secondary button (outline variant) border and background colors
120
+ - Static color buttons' content color
121
+ - Static white primary button (fill variant) and static black primary button (fill variant) background colors
122
+
123
+ From [@spectrum-css/button v14.1.2](https://www.npmjs.com/package/@spectrum-css/button/v/14.1.2): [#​3600](https://github.com/adobe/spectrum-css/pull/3600) Thanks [@​rise-erpelding](https://github.com/rise-erpelding)!
124
+
125
+ Adjust border colors for static black and static white outline buttons, primary variant to match S2 specifications.
126
+
127
+ - Updated dependencies []:
128
+ - @spectrum-web-components/clear-button@1.5.0
129
+ - @spectrum-web-components/close-button@1.5.0
130
+ - @spectrum-web-components/icon@1.5.0
131
+ - @spectrum-web-components/icons-ui@1.5.0
132
+ - @spectrum-web-components/progress-circle@1.5.0
133
+ - @spectrum-web-components/base@1.5.0
134
+ - @spectrum-web-components/reactive-controllers@1.5.0
135
+ - @spectrum-web-components/shared@1.5.0
136
+
137
+ ## 1.4.0
138
+
139
+ ### Patch Changes
140
+
141
+ - Updated dependencies []:
142
+ - @spectrum-web-components/clear-button@1.4.0
143
+ - @spectrum-web-components/close-button@1.4.0
144
+ - @spectrum-web-components/icon@1.4.0
145
+ - @spectrum-web-components/icons-ui@1.4.0
146
+ - @spectrum-web-components/progress-circle@1.4.0
147
+ - @spectrum-web-components/base@1.4.0
148
+ - @spectrum-web-components/reactive-controllers@1.4.0
149
+ - @spectrum-web-components/shared@1.4.0
150
+
151
+ ## 1.3.0
152
+
153
+ ### Patch Changes
154
+
155
+ - Updated dependencies [[`ea38ef0`](https://github.com/adobe/spectrum-web-components/commit/ea38ef0db33b251a054d50abf5cffc04e32f579f)]:
156
+ - @spectrum-web-components/reactive-controllers@1.3.0
157
+ - @spectrum-web-components/clear-button@1.3.0
158
+ - @spectrum-web-components/close-button@1.3.0
159
+ - @spectrum-web-components/icon@1.3.0
160
+ - @spectrum-web-components/icons-ui@1.3.0
161
+ - @spectrum-web-components/progress-circle@1.3.0
162
+ - @spectrum-web-components/base@1.3.0
163
+ - @spectrum-web-components/shared@1.3.0
164
+
165
+ All notable changes to this project will be documented in this file.
166
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
167
+
168
+ # [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
169
+
170
+ ### Features
171
+
172
+ - **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))
173
+
174
+ ## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
175
+
176
+ **Note:** Version bump only for package @spectrum-web-components/button
177
+
178
+ ## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
179
+
180
+ **Note:** Version bump only for package @spectrum-web-components/button
181
+
182
+ # [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
183
+
184
+ ### Bug Fixes
185
+
186
+ - 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))
187
+ - **overlay:** make :focus-visible consistent when using overlay type modal ([#4912](https://github.com/adobe/spectrum-web-components/issues/4912)) ([7a5f786](https://github.com/adobe/spectrum-web-components/commit/7a5f786819ff200f5ae2648e2e2c4db3729050a2)), closes [#5021](https://github.com/adobe/spectrum-web-components/issues/5021)
188
+
189
+ ## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)
190
+
191
+ ### Bug Fixes
192
+
193
+ - **action-button:** action-button with href can be perceived by screen reader ([#4927](https://github.com/adobe/spectrum-web-components/issues/4927)) ([2a0b3a5](https://github.com/adobe/spectrum-web-components/commit/2a0b3a5b300d51c002db60c6d899694d74834d39))
194
+
195
+ ## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
196
+
197
+ **Note:** Version bump only for package @spectrum-web-components/button
198
+
199
+ # [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
200
+
201
+ ### BREAKING CHANGES
202
+
203
+ - remove deprecated 'static' references ([#4818](https://github.com/adobe/spectrum-web-components/issues/4818))
204
+
205
+ # [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
206
+
207
+ ### Features
208
+
209
+ - 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))
210
+ - **button:** add noWrap property ([#4779](https://github.com/adobe/spectrum-web-components/issues/4779)) ([6760ec2](https://github.com/adobe/spectrum-web-components/commit/6760ec283ad190f45f9639e636953e90ea562385))
211
+
212
+ ## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
213
+
214
+ **Note:** Version bump only for package @spectrum-web-components/button
215
+
216
+ # [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
217
+
218
+ ### Features
219
+
220
+ - **reactive-controller:** new pending state controller ([#4605](https://github.com/adobe/spectrum-web-components/issues/4605)) ([68baf94](https://github.com/adobe/spectrum-web-components/commit/68baf94f257b9c7525253819a2ed3c8fa1b6c408))
221
+
222
+ ## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
223
+
224
+ **Note:** Version bump only for package @spectrum-web-components/button
225
+
226
+ ## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
227
+
228
+ **Note:** Version bump only for package @spectrum-web-components/button
229
+
230
+ # [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
231
+
232
+ **Note:** Version bump only for package @spectrum-web-components/button
233
+
234
+ # [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
235
+
236
+ **Note:** Version bump only for package @spectrum-web-components/button
237
+
238
+ # [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
239
+
240
+ **Note:** Version bump only for package @spectrum-web-components/button
241
+
242
+ # [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
243
+
244
+ **Note:** Version bump only for package @spectrum-web-components/button
245
+
246
+ # [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
247
+
248
+ **Note:** Version bump only for package @spectrum-web-components/button
249
+
250
+ ## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
251
+
252
+ **Note:** Version bump only for package @spectrum-web-components/button
253
+
254
+ ## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
255
+
256
+ **Note:** Version bump only for package @spectrum-web-components/button
257
+
258
+ ## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
259
+
260
+ **Note:** Version bump only for package @spectrum-web-components/button
261
+
262
+ ## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
263
+
264
+ **Note:** Version bump only for package @spectrum-web-components/button
265
+
266
+ ## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
267
+
268
+ ### Bug Fixes
269
+
270
+ - **shared:** ensure the "updateComplete" in Focusable is stable ([885b4a5](https://github.com/adobe/spectrum-web-components/commit/885b4a5e12430910bb0dbacddc865081fe46d9a1))
271
+
272
+ # [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
273
+
274
+ ### Bug Fixes
275
+
276
+ - **button:** prevent pointer interaction of child/slotted content ([2cd5823](https://github.com/adobe/spectrum-web-components/commit/2cd5823649f71ca849df0eb39d01d64034a4af70))
277
+ - **styles, theme:** surface exports that omit Spectrum Vars proactively ([#4142](https://github.com/adobe/spectrum-web-components/issues/4142)) ([5b524c1](https://github.com/adobe/spectrum-web-components/commit/5b524c1d54a64225cb3b2f71b92f581695985519))
278
+
279
+ ## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
280
+
281
+ ### Bug Fixes
282
+
283
+ - **button:** add missing progress-circle dependency ([#4086](https://github.com/adobe/spectrum-web-components/issues/4086)) ([2dfeeb3](https://github.com/adobe/spectrum-web-components/commit/2dfeeb3c5f1febec269fef00933cc65a1d0a0c43))
284
+
285
+ ## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
286
+
287
+ ### Bug Fixes
288
+
289
+ - **progress-circle:** ensure size can be applied to non-"size" attribute bearing elements ([2bc1065](https://github.com/adobe/spectrum-web-components/commit/2bc10652ff9d7337c15eb8b3704678d0f2c700c9))
290
+
291
+ # [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
292
+
293
+ ### Features
294
+
295
+ - **icon:** use core tokens ([a11ef6b](https://github.com/adobe/spectrum-web-components/commit/a11ef6b45141769b4c73a7c79322e780a8a1fa6e))
296
+
297
+ ## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
298
+
299
+ ### Bug Fixes
300
+
301
+ - **button:** use larger icons in Close Button ([c4aa02c](https://github.com/adobe/spectrum-web-components/commit/c4aa02c8a1c6456f8d9805ba02d74c7e4ecefaa3))
302
+
303
+ ## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
304
+
305
+ ### Bug Fixes
306
+
307
+ - **shared:** update and expand attribute coverage in likeAnchor ([5cb5f1d](https://github.com/adobe/spectrum-web-components/commit/5cb5f1d67c3afe4d62941632d65177a2cd8804c6))
308
+
309
+ ## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
310
+
311
+ ### Bug Fixes
312
+
313
+ - **button:** adds pending button, fixes [#3162](https://github.com/adobe/spectrum-web-components/issues/3162) ([#3163](https://github.com/adobe/spectrum-web-components/issues/3163)) ([71254ec](https://github.com/adobe/spectrum-web-components/commit/71254ec2b29f18e62a9a2e5285ca8c35273d8d43))
314
+
315
+ ## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
316
+
317
+ **Note:** Version bump only for package @spectrum-web-components/button
318
+
319
+ ## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
320
+
321
+ **Note:** Version bump only for package @spectrum-web-components/button
322
+
323
+ # [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
324
+
325
+ ### Bug Fixes
326
+
327
+ - **button:** support [icon-only] delivery ([#3716](https://github.com/adobe/spectrum-web-components/issues/3716)) ([e236a50](https://github.com/adobe/spectrum-web-components/commit/e236a50d8e51da0d019758f744e1a1a8a9370b1c))
328
+
329
+ ## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
330
+
331
+ **Note:** Version bump only for package @spectrum-web-components/button
332
+
333
+ ## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
334
+
335
+ **Note:** Version bump only for package @spectrum-web-components/button
336
+
337
+ ## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
338
+
339
+ **Note:** Version bump only for package @spectrum-web-components/button
340
+
341
+ ## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
342
+
343
+ **Note:** Version bump only for package @spectrum-web-components/button
344
+
345
+ # [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
346
+
347
+ **Note:** Version bump only for package @spectrum-web-components/button
348
+
349
+ # [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
350
+
351
+ **Note:** Version bump only for package @spectrum-web-components/button
352
+
353
+ # [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
354
+
355
+ ### Bug Fixes
356
+
357
+ - handle longpress and over filter overlays ([483e52d](https://github.com/adobe/spectrum-web-components/commit/483e52df24f56be027d8417c1ae530211ef0deb1))
358
+
359
+ # [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
360
+
361
+ **Note:** Version bump only for package @spectrum-web-components/button
362
+
363
+ # [0.35.0](https://github.com/adobe/spectrum-web-components/compare/v0.34.0...v0.35.0) (2023-07-31)
364
+
365
+ ### Features
366
+
367
+ - **action-bar:** use core tokens ([4e21edf](https://github.com/adobe/spectrum-web-components/commit/4e21edfa369dcdbba823e3cfc1b35d65f48cab6f))
368
+
369
+ # [0.34.0](https://github.com/adobe/spectrum-web-components/compare/v0.33.2...v0.34.0) (2023-07-11)
370
+
371
+ ### Bug Fixes
372
+
373
+ - added role for href button ([5a4ad98](https://github.com/adobe/spectrum-web-components/commit/5a4ad98afa69669a8a4fb2a88d82a837c0c40c55))
374
+ - text fixes ([0121fd6](https://github.com/adobe/spectrum-web-components/commit/0121fd6e25755881f5f00c8b7cd989fc47e201d8))
375
+
376
+ ## [0.33.2](https://github.com/adobe/spectrum-web-components/compare/v0.33.1...v0.33.2) (2023-06-14)
377
+
378
+ **Note:** Version bump only for package @spectrum-web-components/button
379
+
380
+ # [0.33.0](https://github.com/adobe/spectrum-web-components/compare/v0.32.0...v0.33.0) (2023-06-08)
381
+
382
+ **Note:** Version bump only for package @spectrum-web-components/button
383
+
384
+ # [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)
385
+
386
+ **Note:** Version bump only for package @spectrum-web-components/button
387
+
388
+ # [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
389
+
390
+ ### Bug Fixes
391
+
392
+ - **shared:** allow "disabled" first to return to "tabindex=0" in "focusable" ([160bc59](https://github.com/adobe/spectrum-web-components/commit/160bc594f516bfadb754d47ce102a02cbde12fcd))
393
+
394
+ # 0.30.0 (2023-05-03)
395
+
396
+ ### Bug Fixes
397
+
398
+ - add t-shirt sizing to Thumbnail and support for "xxs"/"xs" sizes ([520a642](https://github.com/adobe/spectrum-web-components/commit/520a642b33e2ca5a4fdc67c15ace029d33e895ff))
399
+ - allow rendered anchors to be aria-hidden ([2e9aa23](https://github.com/adobe/spectrum-web-components/commit/2e9aa2324013e1d2311a8d4307dafe17912328ee))
400
+ - allow sp-dropdown to accept focus visibly from sp-field-label ([134bafc](https://github.com/adobe/spectrum-web-components/commit/134bafc9c2e4d06e48107182f82dd7487066b7f1))
401
+ - **button:** add "toggles" attribute to action button ([3e2d80c](https://github.com/adobe/spectrum-web-components/commit/3e2d80c5d004eb13b6523ee7e71d550d5e468d07))
402
+ - **button:** add excludeSourceSelector to reduce duplication of styles ([683e88e](https://github.com/adobe/spectrum-web-components/commit/683e88e8ac659e789c20d77bf0af602a305b54f9))
403
+ - **button:** add multiple ui icon imports to sp-button ([2f17fa9](https://github.com/adobe/spectrum-web-components/commit/2f17fa984fdf198ee8e2104fa14d0673ce348aa6))
404
+ - **button:** allow element content in the default/label slot ([7b0ef58](https://github.com/adobe/spectrum-web-components/commit/7b0ef584cc2b946155eaa234269f3e376381bb9f))
405
+ - **button:** apply icon as slotted content in action-button styles ([3b1487b](https://github.com/adobe/spectrum-web-components/commit/3b1487b76cd0f703cc95e05a9a8cb3f461a6c281))
406
+ - **button:** clean up clear button for reuse across elements ([4c71eb1](https://github.com/adobe/spectrum-web-components/commit/4c71eb12112283ec31a40de38fdb79195ac52fd5))
407
+ - **button:** delivery hold affordance when attribute available ([aecc6fe](https://github.com/adobe/spectrum-web-components/commit/aecc6fe7e632fec4556c4425d56a731605492873))
408
+ - **button:** include "pointerleave" in management of the "active" state ([2e702e4](https://github.com/adobe/spectrum-web-components/commit/2e702e45516cb736ea930fdf927e457c10439e8e))
409
+ - **button:** minor docs spelling fix ([a7a1359](https://github.com/adobe/spectrum-web-components/commit/a7a1359990f54869e116d61f1a53626010db8477))
410
+ - **button:** no double link clicks ([02d576c](https://github.com/adobe/spectrum-web-components/commit/02d576c89561ba9459feb1efdba613ea289e808c))
411
+ - **button:** prevent default on "space" based activations ([708d587](https://github.com/adobe/spectrum-web-components/commit/708d587385147b02dcb71932c0472b134f15038f))
412
+ - **button:** relate to this.href correctly ([fade3ea](https://github.com/adobe/spectrum-web-components/commit/fade3ea9bd6bda6192f84a0ab9af4b812517e267))
413
+ - **button:** remove old package export listings ([32e8573](https://github.com/adobe/spectrum-web-components/commit/32e85733e2ed96b6d80ce6c2461f1a98c0f1470a))
414
+ - **button:** revert default "variant" application when missing ([fab993e](https://github.com/adobe/spectrum-web-components/commit/fab993e72dad8d7c4962e6d00632803c1a4d30ef))
415
+ - **button:** use slot text observer pattern ([a7288c3](https://github.com/adobe/spectrum-web-components/commit/a7288c3f95587f548952a83c78708eef06870fc0))
416
+ - correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
417
+ - correct specificity of webkit appearance work around ([f0d06bf](https://github.com/adobe/spectrum-web-components/commit/f0d06bf17bbf1d7d2a41a3008373a4b0f4097cf9))
418
+ - correctly delivery visuals and mouse interactions for litAnchor and extensions ([0ae889a](https://github.com/adobe/spectrum-web-components/commit/0ae889a8aab9b3417a021b917dfc817a8310f50f))
419
+ - docs button variant usage ([894282c](https://github.com/adobe/spectrum-web-components/commit/894282c579b39a3d69ff0d401e0598746c78c352))
420
+ - **dropdown:** correctly support "quiet" variant ([2a51a2b](https://github.com/adobe/spectrum-web-components/commit/2a51a2bf58d12319ebb328ce6c7298aeb8570507))
421
+ - ensure "click" on "NumpadEnter" key press ([450fa01](https://github.com/adobe/spectrum-web-components/commit/450fa019d44f447a349707d77635f95bbc9f1049))
422
+ - ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
423
+ - final prerelease review of canary builds ([1fc032f](https://github.com/adobe/spectrum-web-components/commit/1fc032ff436d8be1817a2784787e30b07a2873c6))
424
+ - implement "emphasized" styles ([750bbe7](https://github.com/adobe/spectrum-web-components/commit/750bbe7c6a70ed590c4ea179179bf201c50526ea))
425
+ - include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716f2f787deb8d868a78bd28c8e62fe90e21))
426
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
427
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
428
+ - match "pointerup" listeners with "pointercancel" for full coverage ([7f2ce92](https://github.com/adobe/spectrum-web-components/commit/7f2ce924ce03fb0881505e6f144184bd3d25355d))
429
+ - prevent default hoisting of custom pseudo elements ([7f66346](https://github.com/adobe/spectrum-web-components/commit/7f6634665fb9fdc530bd3009246e62c24cac1904))
430
+ - remove errant readme content, correct icon selector ([3dd1fb1](https://github.com/adobe/spectrum-web-components/commit/3dd1fb1ebd5ce5171345a6c2d4aac08e2d49a5b8))
431
+ - **shared:** make Focusable pass disabled always ([a339d6f](https://github.com/adobe/spectrum-web-components/commit/a339d6fb2aa9645e7bca5472487618edff5f1182))
432
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
433
+ - update consumption of Spectrum CSS for latest version ([ed2305b](https://github.com/adobe/spectrum-web-components/commit/ed2305b7334c973ea5c8299cbbce33a365896329))
434
+ - update file path access ([8898bf7](https://github.com/adobe/spectrum-web-components/commit/8898bf707e6e28abb78c92a0a0858d459e65347b))
435
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
436
+ - update role application logic to not overwrite menu\* roles ([94b6aec](https://github.com/adobe/spectrum-web-components/commit/94b6aecffc1e5686feab09361d4e07ec3e854726))
437
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
438
+ - updating spectrum-config to support new label styles ([cefeaad](https://github.com/adobe/spectrum-web-components/commit/cefeaade098d246f7b222e54de5ff8becf42d315))
439
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
440
+ - use the "browsers" listing in postcss-preset-env ([4eaf6a2](https://github.com/adobe/spectrum-web-components/commit/4eaf6a28f7b5eaf60487841d264d6d804ae675ce))
441
+ - work around icon positioning error in CSS source ([ef5271c](https://github.com/adobe/spectrum-web-components/commit/ef5271c208569b44166b00692baa2caeb0a30d27))
442
+
443
+ ### Features
444
+
445
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
446
+ - **action-group:** add action-group pattern ([d2de766](https://github.com/adobe/spectrum-web-components/commit/d2de766efde6dfbaa1cd604f99ae3128b4fc81b5))
447
+ - **action-group:** manage "one" and "multiple" selections ([6fad59e](https://github.com/adobe/spectrum-web-components/commit/6fad59e0df1210108fe6b54ab075c0cbd94cae78))
448
+ - add and use icons-ui package ([d9c3ab2](https://github.com/adobe/spectrum-web-components/commit/d9c3ab212b4f756334e857fc513ccbf0a4dff9cc))
449
+ - add dialog, dialog-wrapped, and underlay elements ([3df9050](https://github.com/adobe/spectrum-web-components/commit/3df9050f65bd3a95f9b986aa728cfc1a2eaee432))
450
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
451
+ - allow activation of longpress content ([55e71fd](https://github.com/adobe/spectrum-web-components/commit/55e71fdf9fd5dde489871c3d9798ef8957f4e5b6))
452
+ - apply sizedMixin for t-shirt sizing ([d7b63fb](https://github.com/adobe/spectrum-web-components/commit/d7b63fb0db06b5a8a412fea8370964f4db9d18ae))
453
+ - **button-group:** add ButtonGroup pattern ([c4d85b5](https://github.com/adobe/spectrum-web-components/commit/c4d85b5524f6623dbd3cb22c0d6fa8fc00e98733))
454
+ - **button:** accept update Spectrum Tokens ([d6d6db1](https://github.com/adobe/spectrum-web-components/commit/d6d6db152ea9a1bf1ca7a475ce847ff3ca471037))
455
+ - **button:** action-buttons with icons AND text ([aa788b1](https://github.com/adobe/spectrum-web-components/commit/aa788b106b6d649841f54a61de61e131293a244a))
456
+ - **button:** add support for "sp-clear-button" ([9028b6d](https://github.com/adobe/spectrum-web-components/commit/9028b6da78b461d6972ea38a5df28dcdb38f20f6))
457
+ - **button:** allow icon only buttons ([25623d6](https://github.com/adobe/spectrum-web-components/commit/25623d686663388ef1fe427e99c9040359516fa7))
458
+ - **button:** move "white" and "black" out of "variant" and into "static" ([5cf51df](https://github.com/adobe/spectrum-web-components/commit/5cf51df7db6f010f4c22d125b17a68e54fd507ba))
459
+ - **button:** pass "label" property to "aria-label" ([78ae59d](https://github.com/adobe/spectrum-web-components/commit/78ae59d260c7e2c0aec16841d96c0c3177061bab))
460
+ - **button:** update spectrum css input ([7b5b200](https://github.com/adobe/spectrum-web-components/commit/7b5b20012621a4a43c8402fb07fe163fe919495d))
461
+ - **button:** use latest @spectrum-css/button beta ([b3b20ed](https://github.com/adobe/spectrum-web-components/commit/b3b20ed85923955deca5ca4d18d95ea8c5ce15ea))
462
+ - **button:** use synthetic button instead of native ([49e94bc](https://github.com/adobe/spectrum-web-components/commit/49e94bcf79da6ec1ef05f4197042f992922b91ca))
463
+ - **button:** using core-tokens for button ([a4a6d42](https://github.com/adobe/spectrum-web-components/commit/a4a6d42e7615466c6de344ccf36c8d7b4903a921))
464
+ - **card:** upgrade to Spectrum CSS v3.0.0 ([84cf1a9](https://github.com/adobe/spectrum-web-components/commit/84cf1a9758b1e357f18efac5763d17d6a4db0578))
465
+ - **close-button:** add Close Button pattern ([8e9e1ad](https://github.com/adobe/spectrum-web-components/commit/8e9e1ad1ac84a989c4052f1368d8d3d8ddc5f60e))
466
+ - deprecate "icon-right" in buttons as per Spectrum ([064a775](https://github.com/adobe/spectrum-web-components/commit/064a775f9915523a3c9a744f824b5903f26c382e))
467
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
468
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
469
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
470
+ - leverage latest Spectrum button API ([9caf2f6](https://github.com/adobe/spectrum-web-components/commit/9caf2f6313424450c91c039fafea89bf8aa72624))
471
+ - **search:** adds sp-search element ([d484fc2](https://github.com/adobe/spectrum-web-components/commit/d484fc2848a08d52ebb1fc2064202a4288b6b4b3))
472
+ - shared pkg versions, devmode define warning, registry-conflicts docs ([6e49565](https://github.com/adobe/spectrum-web-components/commit/6e4956519b845fa8127f8032948b625c252ef7a6))
473
+ - **split-button:** add split-button pattern ([4833a59](https://github.com/adobe/spectrum-web-components/commit/4833a598bb3da3552d194586350a3888dba79543))
474
+ - support Spectrum Token consumption and update Action Button to use them ([743ab16](https://github.com/adobe/spectrum-web-components/commit/743ab16d8f05335d320440effbdcb8cd4bffc97d))
475
+ - support static white and static black variants of Action Button ([7f1e25b](https://github.com/adobe/spectrum-web-components/commit/7f1e25bce122bd3601c6aa5ed505cba436e8b952))
476
+ - **tabs:** add sp-tab-panel element ([b17d276](https://github.com/adobe/spectrum-web-components/commit/b17d2765cf415578a31e5fa23515c25ff4c3922d))
477
+ - update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
478
+ - use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc77960de8e57dd9c49bb7669df689f0ebaa))
479
+ - use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/39188887afad9bec52ef48d4e22596f9b757a9fe))
480
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
481
+ - use SixedMixin to manage "size" property ([8819821](https://github.com/adobe/spectrum-web-components/commit/88198212cb495833ed2e7644f95b43dca915318d))
482
+
483
+ ### Performance Improvements
484
+
485
+ - accept new Spectrum CSS featuring simpler DOM structure ([a0b042b](https://github.com/adobe/spectrum-web-components/commit/a0b042b1d05bc23b0b824123af94df5bc3e1e0d2))
486
+ - **button:** recentralize shared styles in base ([85d3d0a](https://github.com/adobe/spectrum-web-components/commit/85d3d0a3c84301dcf5be492e2b42cd00e8986089))
487
+ - use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
488
+ - use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0accd643c2f35cbf1ba809b54f52c25628d))
489
+
490
+ ### Reverts
491
+
492
+ - Revert "chore: release new versions" ([a6d655d](https://github.com/adobe/spectrum-web-components/commit/a6d655d1435ee6427a3778b89f1a6cf9fe4beb9d))
493
+
494
+ ## [0.20.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.20.4...@spectrum-web-components/button@0.20.5) (2023-04-24)
495
+
496
+ **Note:** Version bump only for package @spectrum-web-components/button
497
+
498
+ ## [0.20.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.20.3...@spectrum-web-components/button@0.20.4) (2023-04-05)
499
+
500
+ **Note:** Version bump only for package @spectrum-web-components/button
501
+
502
+ ## [0.20.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.20.2...@spectrum-web-components/button@0.20.3) (2023-03-22)
503
+
504
+ ### Bug Fixes
505
+
506
+ - prevent default hoisting of custom pseudo elements ([7f66346](https://github.com/adobe/spectrum-web-components/commit/7f6634665fb9fdc530bd3009246e62c24cac1904))
507
+
508
+ ### Performance Improvements
509
+
510
+ - accept new Spectrum CSS featuring simpler DOM structure ([a0b042b](https://github.com/adobe/spectrum-web-components/commit/a0b042b1d05bc23b0b824123af94df5bc3e1e0d2))
511
+
512
+ ## [0.20.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.20.1...@spectrum-web-components/button@0.20.2) (2023-03-08)
513
+
514
+ ### Bug Fixes
515
+
516
+ - docs button variant usage ([894282c](https://github.com/adobe/spectrum-web-components/commit/894282c579b39a3d69ff0d401e0598746c78c352))
517
+
518
+ ## [0.20.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.20.0...@spectrum-web-components/button@0.20.1) (2023-02-13)
519
+
520
+ ### Bug Fixes
521
+
522
+ - **button:** revert default "variant" application when missing ([fab993e](https://github.com/adobe/spectrum-web-components/commit/fab993e72dad8d7c4962e6d00632803c1a4d30ef))
523
+
524
+ # [0.20.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.19.10...@spectrum-web-components/button@0.20.0) (2023-02-08)
525
+
526
+ ### Bug Fixes
527
+
528
+ - updating spectrum-config to support new label styles ([cefeaad](https://github.com/adobe/spectrum-web-components/commit/cefeaade098d246f7b222e54de5ff8becf42d315))
529
+ - work around icon positioning error in CSS source ([ef5271c](https://github.com/adobe/spectrum-web-components/commit/ef5271c208569b44166b00692baa2caeb0a30d27))
530
+
531
+ ### Features
532
+
533
+ - **button:** move "white" and "black" out of "variant" and into "static" ([5cf51df](https://github.com/adobe/spectrum-web-components/commit/5cf51df7db6f010f4c22d125b17a68e54fd507ba))
534
+ - **button:** using core-tokens for button ([a4a6d42](https://github.com/adobe/spectrum-web-components/commit/a4a6d42e7615466c6de344ccf36c8d7b4903a921))
535
+
536
+ ## [0.19.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.19.9...@spectrum-web-components/button@0.19.10) (2023-01-23)
537
+
538
+ **Note:** Version bump only for package @spectrum-web-components/button
539
+
540
+ ## [0.19.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.19.8...@spectrum-web-components/button@0.19.9) (2023-01-09)
541
+
542
+ **Note:** Version bump only for package @spectrum-web-components/button
543
+
544
+ ## [0.19.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.19.7...@spectrum-web-components/button@0.19.8) (2022-12-08)
545
+
546
+ **Note:** Version bump only for package @spectrum-web-components/button
547
+
548
+ ## [0.19.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.19.6...@spectrum-web-components/button@0.19.7) (2022-11-21)
549
+
550
+ **Note:** Version bump only for package @spectrum-web-components/button
551
+
552
+ ## [0.19.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.19.5...@spectrum-web-components/button@0.19.6) (2022-11-14)
553
+
554
+ **Note:** Version bump only for package @spectrum-web-components/button
555
+
556
+ ## [0.19.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.19.4...@spectrum-web-components/button@0.19.5) (2022-10-28)
557
+
558
+ ### Bug Fixes
559
+
560
+ - **button:** minor docs spelling fix ([a7a1359](https://github.com/adobe/spectrum-web-components/commit/a7a1359990f54869e116d61f1a53626010db8477))
561
+
562
+ ## [0.19.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.19.3...@spectrum-web-components/button@0.19.4) (2022-10-17)
563
+
564
+ **Note:** Version bump only for package @spectrum-web-components/button
565
+
566
+ ## [0.19.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.19.2...@spectrum-web-components/button@0.19.3) (2022-10-10)
567
+
568
+ ### Bug Fixes
569
+
570
+ - match "pointerup" listeners with "pointercancel" for full coverage ([7f2ce92](https://github.com/adobe/spectrum-web-components/commit/7f2ce924ce03fb0881505e6f144184bd3d25355d))
571
+
572
+ ## [0.19.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.19.1...@spectrum-web-components/button@0.19.2) (2022-09-14)
573
+
574
+ **Note:** Version bump only for package @spectrum-web-components/button
575
+
576
+ ## [0.19.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.19.0...@spectrum-web-components/button@0.19.1) (2022-08-24)
577
+
578
+ **Note:** Version bump only for package @spectrum-web-components/button
579
+
580
+ # [0.19.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.18.1...@spectrum-web-components/button@0.19.0) (2022-08-09)
581
+
582
+ ### Features
583
+
584
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
585
+
586
+ ## [0.18.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.18.0...@spectrum-web-components/button@0.18.1) (2022-08-04)
587
+
588
+ **Note:** Version bump only for package @spectrum-web-components/button
589
+
590
+ # [0.18.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.17.7...@spectrum-web-components/button@0.18.0) (2022-07-18)
591
+
592
+ ### Features
593
+
594
+ - support Spectrum Token consumption and update Action Button to use them ([743ab16](https://github.com/adobe/spectrum-web-components/commit/743ab16d8f05335d320440effbdcb8cd4bffc97d))
595
+
596
+ ## [0.17.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.17.6...@spectrum-web-components/button@0.17.7) (2022-06-29)
597
+
598
+ **Note:** Version bump only for package @spectrum-web-components/button
599
+
600
+ ## [0.17.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.17.5...@spectrum-web-components/button@0.17.6) (2022-06-07)
601
+
602
+ **Note:** Version bump only for package @spectrum-web-components/button
603
+
604
+ ## [0.17.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.17.4...@spectrum-web-components/button@0.17.5) (2022-05-27)
605
+
606
+ ### Bug Fixes
607
+
608
+ - update consumption of Spectrum CSS for latest version ([ed2305b](https://github.com/adobe/spectrum-web-components/commit/ed2305b7334c973ea5c8299cbbce33a365896329))
609
+
610
+ ## [0.17.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.17.3...@spectrum-web-components/button@0.17.4) (2022-05-12)
611
+
612
+ **Note:** Version bump only for package @spectrum-web-components/button
613
+
614
+ ## [0.17.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.17.2...@spectrum-web-components/button@0.17.3) (2022-04-21)
615
+
616
+ ### Bug Fixes
617
+
618
+ - **button:** add multiple ui icon imports to sp-button ([2f17fa9](https://github.com/adobe/spectrum-web-components/commit/2f17fa984fdf198ee8e2104fa14d0673ce348aa6))
619
+
620
+ ## [0.17.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.17.1...@spectrum-web-components/button@0.17.2) (2022-03-30)
621
+
622
+ **Note:** Version bump only for package @spectrum-web-components/button
623
+
624
+ ## [0.17.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.17.0...@spectrum-web-components/button@0.17.1) (2022-03-08)
625
+
626
+ **Note:** Version bump only for package @spectrum-web-components/button
627
+
628
+ # [0.17.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.16.4...@spectrum-web-components/button@0.17.0) (2022-03-04)
629
+
630
+ ### Features
631
+
632
+ - **close-button:** add Close Button pattern ([8e9e1ad](https://github.com/adobe/spectrum-web-components/commit/8e9e1ad1ac84a989c4052f1368d8d3d8ddc5f60e))
633
+ - leverage latest Spectrum button API ([9caf2f6](https://github.com/adobe/spectrum-web-components/commit/9caf2f6313424450c91c039fafea89bf8aa72624))
634
+ - support static white and static black variants of Action Button ([7f1e25b](https://github.com/adobe/spectrum-web-components/commit/7f1e25bce122bd3601c6aa5ed505cba436e8b952))
635
+
636
+ ## [0.16.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.16.3...@spectrum-web-components/button@0.16.4) (2022-02-22)
637
+
638
+ **Note:** Version bump only for package @spectrum-web-components/button
639
+
640
+ ## [0.16.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.16.2...@spectrum-web-components/button@0.16.3) (2022-01-26)
641
+
642
+ **Note:** Version bump only for package @spectrum-web-components/button
643
+
644
+ ## [0.16.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.16.1...@spectrum-web-components/button@0.16.2) (2022-01-07)
645
+
646
+ **Note:** Version bump only for package @spectrum-web-components/button
647
+
648
+ ## [0.16.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.16.0...@spectrum-web-components/button@0.16.1) (2021-12-13)
649
+
650
+ ### Bug Fixes
651
+
652
+ - add t-shirt sizing to Thumbnail and support for "xxs"/"xs" sizes ([520a642](https://github.com/adobe/spectrum-web-components/commit/520a642b33e2ca5a4fdc67c15ace029d33e895ff))
653
+
654
+ # [0.16.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.15.1...@spectrum-web-components/button@0.16.0) (2021-11-08)
655
+
656
+ ### Features
657
+
658
+ - update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
659
+
660
+ ## [0.15.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.15.0...@spectrum-web-components/button@0.15.1) (2021-11-08)
661
+
662
+ **Note:** Version bump only for package @spectrum-web-components/button
663
+
664
+ # [0.15.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.14.9...@spectrum-web-components/button@0.15.0) (2021-11-02)
665
+
666
+ ### Features
667
+
668
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
669
+
670
+ ## [0.14.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.14.8...@spectrum-web-components/button@0.14.9) (2021-10-12)
671
+
672
+ **Note:** Version bump only for package @spectrum-web-components/button
673
+
674
+ ## [0.14.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.14.7...@spectrum-web-components/button@0.14.8) (2021-09-20)
675
+
676
+ ### Bug Fixes
677
+
678
+ - ensure "click" on "NumpadEnter" key press ([450fa01](https://github.com/adobe/spectrum-web-components/commit/450fa019d44f447a349707d77635f95bbc9f1049))
679
+
680
+ ## [0.14.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.14.6...@spectrum-web-components/button@0.14.7) (2021-09-13)
681
+
682
+ **Note:** Version bump only for package @spectrum-web-components/button
683
+
684
+ ## [0.14.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.14.5...@spectrum-web-components/button@0.14.6) (2021-08-24)
685
+
686
+ ### Bug Fixes
687
+
688
+ - correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
689
+
690
+ ## [0.14.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.14.4...@spectrum-web-components/button@0.14.5) (2021-08-03)
691
+
692
+ **Note:** Version bump only for package @spectrum-web-components/button
693
+
694
+ ## [0.14.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.14.3...@spectrum-web-components/button@0.14.4) (2021-07-22)
695
+
696
+ **Note:** Version bump only for package @spectrum-web-components/button
697
+
698
+ ## [0.14.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.14.2...@spectrum-web-components/button@0.14.3) (2021-07-01)
699
+
700
+ **Note:** Version bump only for package @spectrum-web-components/button
701
+
702
+ ## [0.14.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.14.1...@spectrum-web-components/button@0.14.2) (2021-06-16)
703
+
704
+ ### Bug Fixes
705
+
706
+ - update role application logic to not overwrite menu\* roles ([94b6aec](https://github.com/adobe/spectrum-web-components/commit/94b6aecffc1e5686feab09361d4e07ec3e854726))
707
+
708
+ ## [0.14.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.14.0...@spectrum-web-components/button@0.14.1) (2021-06-07)
709
+
710
+ **Note:** Version bump only for package @spectrum-web-components/button
711
+
712
+ # [0.14.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.13.7...@spectrum-web-components/button@0.14.0) (2021-05-24)
713
+
714
+ ### Features
715
+
716
+ - **tabs:** add sp-tab-panel element ([b17d276](https://github.com/adobe/spectrum-web-components/commit/b17d2765cf415578a31e5fa23515c25ff4c3922d))
717
+
718
+ ## [0.13.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.13.6...@spectrum-web-components/button@0.13.7) (2021-05-12)
719
+
720
+ ### Bug Fixes
721
+
722
+ - allow rendered anchors to be aria-hidden ([2e9aa23](https://github.com/adobe/spectrum-web-components/commit/2e9aa2324013e1d2311a8d4307dafe17912328ee))
723
+
724
+ ## [0.13.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.13.5...@spectrum-web-components/button@0.13.6) (2021-04-15)
725
+
726
+ ### Bug Fixes
727
+
728
+ - **button:** no double link clicks ([02d576c](https://github.com/adobe/spectrum-web-components/commit/02d576c89561ba9459feb1efdba613ea289e808c))
729
+
730
+ ## [0.13.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.13.4...@spectrum-web-components/button@0.13.5) (2021-04-09)
731
+
732
+ **Note:** Version bump only for package @spectrum-web-components/button
733
+
734
+ ## [0.13.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.13.3...@spectrum-web-components/button@0.13.4) (2021-03-29)
735
+
736
+ ### Bug Fixes
737
+
738
+ - **button:** prevent default on "space" based activations ([708d587](https://github.com/adobe/spectrum-web-components/commit/708d587385147b02dcb71932c0472b134f15038f))
739
+
740
+ ## [0.13.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.13.2...@spectrum-web-components/button@0.13.3) (2021-03-22)
741
+
742
+ **Note:** Version bump only for package @spectrum-web-components/button
743
+
744
+ ## [0.13.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.13.1...@spectrum-web-components/button@0.13.2) (2021-03-22)
745
+
746
+ ### Bug Fixes
747
+
748
+ - correctly delivery visuals and mouse interactions for litAnchor and extensions ([0ae889a](https://github.com/adobe/spectrum-web-components/commit/0ae889a8aab9b3417a021b917dfc817a8310f50f))
749
+
750
+ ## [0.13.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.13.0...@spectrum-web-components/button@0.13.1) (2021-03-05)
751
+
752
+ **Note:** Version bump only for package @spectrum-web-components/button
753
+
754
+ # [0.13.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.12.0...@spectrum-web-components/button@0.13.0) (2021-03-04)
755
+
756
+ ### Bug Fixes
757
+
758
+ - **button:** include "pointerleave" in management of the "active" state ([2e702e4](https://github.com/adobe/spectrum-web-components/commit/2e702e45516cb736ea930fdf927e457c10439e8e))
759
+
760
+ ### Features
761
+
762
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
763
+
764
+ # [0.12.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.11.2...@spectrum-web-components/button@0.12.0) (2021-02-11)
765
+
766
+ ### Bug Fixes
767
+
768
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
769
+
770
+ ### Features
771
+
772
+ - allow activation of longpress content ([55e71fd](https://github.com/adobe/spectrum-web-components/commit/55e71fdf9fd5dde489871c3d9798ef8957f4e5b6))
773
+
774
+ ### Performance Improvements
775
+
776
+ - **button:** recentralize shared styles in base ([85d3d0a](https://github.com/adobe/spectrum-web-components/commit/85d3d0a3c84301dcf5be492e2b42cd00e8986089))
777
+
778
+ ## [0.11.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.11.1...@spectrum-web-components/button@0.11.2) (2021-02-02)
779
+
780
+ **Note:** Version bump only for package @spectrum-web-components/button
781
+
782
+ ## [0.11.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.11.0...@spectrum-web-components/button@0.11.1) (2021-01-28)
783
+
784
+ ### Bug Fixes
785
+
786
+ - **button:** remove old package export listings ([32e8573](https://github.com/adobe/spectrum-web-components/commit/32e85733e2ed96b6d80ce6c2461f1a98c0f1470a))
787
+
788
+ # [0.11.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.9.4...@spectrum-web-components/button@0.11.0) (2021-01-21)
789
+
790
+ ### Bug Fixes
791
+
792
+ - allow sp-dropdown to accept focus visibly from sp-field-label ([134bafc](https://github.com/adobe/spectrum-web-components/commit/134bafc9c2e4d06e48107182f82dd7487066b7f1))
793
+ - correct specificity of webkit appearance work around ([f0d06bf](https://github.com/adobe/spectrum-web-components/commit/f0d06bf17bbf1d7d2a41a3008373a4b0f4097cf9))
794
+ - final prerelease review of canary builds ([1fc032f](https://github.com/adobe/spectrum-web-components/commit/1fc032ff436d8be1817a2784787e30b07a2873c6))
795
+ - implement "emphasized" styles ([750bbe7](https://github.com/adobe/spectrum-web-components/commit/750bbe7c6a70ed590c4ea179179bf201c50526ea))
796
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
797
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
798
+ - update file path access ([8898bf7](https://github.com/adobe/spectrum-web-components/commit/8898bf707e6e28abb78c92a0a0858d459e65347b))
799
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
800
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
801
+ - use the "browsers" listing in postcss-preset-env ([4eaf6a2](https://github.com/adobe/spectrum-web-components/commit/4eaf6a28f7b5eaf60487841d264d6d804ae675ce))
802
+ - **button:** delivery hold affordance when attribute available ([aecc6fe](https://github.com/adobe/spectrum-web-components/commit/aecc6fe7e632fec4556c4425d56a731605492873))
803
+ - **button:** relate to this.href correctly ([fade3ea](https://github.com/adobe/spectrum-web-components/commit/fade3ea9bd6bda6192f84a0ab9af4b812517e267))
804
+
805
+ ### Features
806
+
807
+ - apply sizedMixin for t-shirt sizing ([d7b63fb](https://github.com/adobe/spectrum-web-components/commit/d7b63fb0db06b5a8a412fea8370964f4db9d18ae))
808
+ - deprecate "icon-right" in buttons as per Spectrum ([064a775](https://github.com/adobe/spectrum-web-components/commit/064a775f9915523a3c9a744f824b5903f26c382e))
809
+ - use SixedMixin to manage "size" property ([8819821](https://github.com/adobe/spectrum-web-components/commit/88198212cb495833ed2e7644f95b43dca915318d))
810
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
811
+ - **action-group:** manage "one" and "multiple" selections ([6fad59e](https://github.com/adobe/spectrum-web-components/commit/6fad59e0df1210108fe6b54ab075c0cbd94cae78))
812
+ - **button:** update spectrum css input ([7b5b200](https://github.com/adobe/spectrum-web-components/commit/7b5b20012621a4a43c8402fb07fe163fe919495d))
813
+ - **button:** use latest @spectrum-css/button beta ([b3b20ed](https://github.com/adobe/spectrum-web-components/commit/b3b20ed85923955deca5ca4d18d95ea8c5ce15ea))
814
+ - **button:** use synthetic button instead of native ([49e94bc](https://github.com/adobe/spectrum-web-components/commit/49e94bcf79da6ec1ef05f4197042f992922b91ca))
815
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
816
+
817
+ # [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.9.4...@spectrum-web-components/button@0.10.0) (2021-01-13)
818
+
819
+ ### Bug Fixes
820
+
821
+ - final prerelease review of canary builds ([1fc032f](https://github.com/adobe/spectrum-web-components/commit/1fc032ff436d8be1817a2784787e30b07a2873c6))
822
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
823
+ - **button:** relate to this.href correctly ([fade3ea](https://github.com/adobe/spectrum-web-components/commit/fade3ea9bd6bda6192f84a0ab9af4b812517e267))
824
+ - allow sp-dropdown to accept focus visibly from sp-field-label ([134bafc](https://github.com/adobe/spectrum-web-components/commit/134bafc9c2e4d06e48107182f82dd7487066b7f1))
825
+ - implement "emphasized" styles ([750bbe7](https://github.com/adobe/spectrum-web-components/commit/750bbe7c6a70ed590c4ea179179bf201c50526ea))
826
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
827
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
828
+ - update file path access ([8898bf7](https://github.com/adobe/spectrum-web-components/commit/8898bf707e6e28abb78c92a0a0858d459e65347b))
829
+ - **button:** delivery hold affordance when attribute available ([aecc6fe](https://github.com/adobe/spectrum-web-components/commit/aecc6fe7e632fec4556c4425d56a731605492873))
830
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
831
+
832
+ ### Features
833
+
834
+ - apply sizedMixin for t-shirt sizing ([d7b63fb](https://github.com/adobe/spectrum-web-components/commit/d7b63fb0db06b5a8a412fea8370964f4db9d18ae))
835
+ - use SixedMixin to manage "size" property ([8819821](https://github.com/adobe/spectrum-web-components/commit/88198212cb495833ed2e7644f95b43dca915318d))
836
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
837
+ - **action-group:** manage "one" and "multiple" selections ([6fad59e](https://github.com/adobe/spectrum-web-components/commit/6fad59e0df1210108fe6b54ab075c0cbd94cae78))
838
+ - **button:** update spectrum css input ([7b5b200](https://github.com/adobe/spectrum-web-components/commit/7b5b20012621a4a43c8402fb07fe163fe919495d))
839
+ - **button:** use latest @spectrum-css/button beta ([b3b20ed](https://github.com/adobe/spectrum-web-components/commit/b3b20ed85923955deca5ca4d18d95ea8c5ce15ea))
840
+ - **button:** use synthetic button instead of native ([49e94bc](https://github.com/adobe/spectrum-web-components/commit/49e94bcf79da6ec1ef05f4197042f992922b91ca))
841
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
842
+
843
+ ## [0.9.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.9.3...@spectrum-web-components/button@0.9.4) (2020-10-12)
844
+
845
+ **Note:** Version bump only for package @spectrum-web-components/button
846
+
847
+ ## [0.9.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.9.2...@spectrum-web-components/button@0.9.3) (2020-10-12)
848
+
849
+ ### Bug Fixes
850
+
851
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
852
+
853
+ ## [0.9.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.9.1...@spectrum-web-components/button@0.9.2) (2020-09-25)
854
+
855
+ **Note:** Version bump only for package @spectrum-web-components/button
856
+
857
+ ## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.9.0...@spectrum-web-components/button@0.9.1) (2020-09-14)
858
+
859
+ **Note:** Version bump only for package @spectrum-web-components/button
860
+
861
+ # [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.8.4...@spectrum-web-components/button@0.9.0) (2020-08-31)
862
+
863
+ ### Features
864
+
865
+ - **action-group:** add action-group pattern ([d2de766](https://github.com/adobe/spectrum-web-components/commit/d2de766efde6dfbaa1cd604f99ae3128b4fc81b5))
866
+ - **card:** upgrade to Spectrum CSS v3.0.0 ([84cf1a9](https://github.com/adobe/spectrum-web-components/commit/84cf1a9758b1e357f18efac5763d17d6a4db0578))
867
+ - **split-button:** add split-button pattern ([4833a59](https://github.com/adobe/spectrum-web-components/commit/4833a598bb3da3552d194586350a3888dba79543))
868
+
869
+ ## [0.8.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.8.3...@spectrum-web-components/button@0.8.4) (2020-08-19)
870
+
871
+ **Note:** Version bump only for package @spectrum-web-components/button
872
+
873
+ ## [0.8.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.8.2...@spectrum-web-components/button@0.8.3) (2020-07-27)
874
+
875
+ **Note:** Version bump only for package @spectrum-web-components/button
876
+
877
+ ## [0.8.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.8.1...@spectrum-web-components/button@0.8.2) (2020-07-24)
878
+
879
+ ### Bug Fixes
880
+
881
+ - ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
882
+
883
+ ## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.8.0...@spectrum-web-components/button@0.8.1) (2020-07-22)
884
+
885
+ **Note:** Version bump only for package @spectrum-web-components/button
886
+
887
+ # [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.7.0...@spectrum-web-components/button@0.8.0) (2020-07-17)
888
+
889
+ ### Features
890
+
891
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
892
+
893
+ # [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.6.0...@spectrum-web-components/button@0.7.0) (2020-06-08)
894
+
895
+ ### Features
896
+
897
+ - **button-group:** add ButtonGroup pattern ([c4d85b5](https://github.com/adobe/spectrum-web-components/commit/c4d85b5524f6623dbd3cb22c0d6fa8fc00e98733))
898
+
899
+ # [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.5.2...@spectrum-web-components/button@0.6.0) (2020-05-12)
900
+
901
+ ### Features
902
+
903
+ - add dialog, dialog-wrapped, and underlay elements ([3df9050](https://github.com/adobe/spectrum-web-components/commit/3df9050f65bd3a95f9b986aa728cfc1a2eaee432))
904
+
905
+ ## [0.5.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.5.1...@spectrum-web-components/button@0.5.2) (2020-05-08)
906
+
907
+ ### Bug Fixes
908
+
909
+ - **button:** clean up clear button for reuse across elements ([4c71eb1](https://github.com/adobe/spectrum-web-components/commit/4c71eb12112283ec31a40de38fdb79195ac52fd5))
910
+ - remove errant readme content, correct icon selector ([3dd1fb1](https://github.com/adobe/spectrum-web-components/commit/3dd1fb1ebd5ce5171345a6c2d4aac08e2d49a5b8))
911
+
912
+ ## [0.5.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.5.0...@spectrum-web-components/button@0.5.1) (2020-04-21)
913
+
914
+ **Note:** Version bump only for package @spectrum-web-components/button
915
+
916
+ # [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.4.8...@spectrum-web-components/button@0.5.0) (2020-04-16)
917
+
918
+ ### Bug Fixes
919
+
920
+ - **button:** add excludeSourceSelector to reduce duplication of styles ([683e88e](https://github.com/adobe/spectrum-web-components/commit/683e88e8ac659e789c20d77bf0af602a305b54f9))
921
+
922
+ ### Features
923
+
924
+ - add and use icons-ui package ([d9c3ab2](https://github.com/adobe/spectrum-web-components/commit/d9c3ab212b4f756334e857fc513ccbf0a4dff9cc))
925
+
926
+ ### Performance Improvements
927
+
928
+ - use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
929
+
930
+ ## [0.4.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.4.7...@spectrum-web-components/button@0.4.8) (2020-04-10)
931
+
932
+ **Note:** Version bump only for package @spectrum-web-components/button
933
+
934
+ ## [0.4.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.4.6...@spectrum-web-components/button@0.4.7) (2020-04-07)
935
+
936
+ ### Bug Fixes
937
+
938
+ - **button:** add "toggles" attribute to action button ([3e2d80c](https://github.com/adobe/spectrum-web-components/commit/3e2d80c5d004eb13b6523ee7e71d550d5e468d07))
939
+
940
+ ## [0.4.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.4.5...@spectrum-web-components/button@0.4.6) (2020-03-11)
941
+
942
+ ### Bug Fixes
943
+
944
+ - **dropdown:** correctly support "quiet" variant ([2a51a2b](https://github.com/adobe/spectrum-web-components/commit/2a51a2b))
945
+
946
+ ## [0.4.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.4.4...@spectrum-web-components/button@0.4.5) (2020-02-05)
947
+
948
+ **Note:** Version bump only for package @spectrum-web-components/button
949
+
950
+ ## [0.4.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.4.3...@spectrum-web-components/button@0.4.4) (2020-02-01)
951
+
952
+ **Note:** Version bump only for package @spectrum-web-components/button
953
+
954
+ ## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.4.2...@spectrum-web-components/button@0.4.3) (2020-01-30)
955
+
956
+ **Note:** Version bump only for package @spectrum-web-components/button
957
+
958
+ ## [0.4.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.4.1...@spectrum-web-components/button@0.4.2) (2020-01-06)
959
+
960
+ **Note:** Version bump only for package @spectrum-web-components/button
961
+
962
+ ## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.4.0...@spectrum-web-components/button@0.4.1) (2019-12-12)
963
+
964
+ **Note:** Version bump only for package @spectrum-web-components/button
965
+
966
+ # [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.3.2...@spectrum-web-components/button@0.4.0) (2019-12-09)
967
+
968
+ ### Features
969
+
970
+ - **button:** add support for "sp-clear-button" ([9028b6d](https://github.com/adobe/spectrum-web-components/commit/9028b6d))
971
+
972
+ ## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.3.1...@spectrum-web-components/button@0.3.2) (2019-12-02)
973
+
974
+ **Note:** Version bump only for package @spectrum-web-components/button
975
+
976
+ ## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.3.0...@spectrum-web-components/button@0.3.1) (2019-11-27)
977
+
978
+ ### Bug Fixes
979
+
980
+ - include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716))
981
+
982
+ # [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.2.2...@spectrum-web-components/button@0.3.0) (2019-11-19)
983
+
984
+ ### Features
985
+
986
+ - use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc7))
987
+ - use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/3918888))
988
+
989
+ ## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.2.1...@spectrum-web-components/button@0.2.2) (2019-11-01)
990
+
991
+ ### Bug Fixes
992
+
993
+ - **button:** use slot text observer pattern ([a7288c3](https://github.com/adobe/spectrum-web-components/commit/a7288c3))
994
+ - **shared:** make Focusable pass disabled always ([a339d6f](https://github.com/adobe/spectrum-web-components/commit/a339d6f))
995
+
996
+ ## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.2.0...@spectrum-web-components/button@0.2.1) (2019-10-16)
997
+
998
+ ### Bug Fixes
999
+
1000
+ - **button:** allow element content in the default/label slot ([7b0ef58](https://github.com/adobe/spectrum-web-components/commit/7b0ef58))
1001
+
1002
+ # [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/button@0.1.3...@spectrum-web-components/button@0.2.0) (2019-10-14)
1003
+
1004
+ ### Bug Fixes
1005
+
1006
+ - **button:** apply icon as slotted content in action-button styles ([3b1487b](https://github.com/adobe/spectrum-web-components/commit/3b1487b))
1007
+
1008
+ ### Features
1009
+
1010
+ - **button:** action-buttons with icons AND text ([aa788b1](https://github.com/adobe/spectrum-web-components/commit/aa788b1))
1011
+ - **button:** allow icon only buttons ([25623d6](https://github.com/adobe/spectrum-web-components/commit/25623d6))
1012
+ - **button:** pass "label" property to "aria-label" ([78ae59d](https://github.com/adobe/spectrum-web-components/commit/78ae59d))
1013
+ - **search:** adds sp-search element ([d484fc2](https://github.com/adobe/spectrum-web-components/commit/d484fc2))
1014
+
1015
+ ### Performance Improvements
1016
+
1017
+ - use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0a))
1018
+
1019
+ ## 0.1.3 (2019-10-03)
1020
+
1021
+ **Note:** Version bump only for package @spectrum-web-components/button