@spectrum-web-components/tags 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 (38) hide show
  1. package/CHANGELOG.md +691 -0
  2. package/package.json +82 -82
  3. package/src/Tag.d.ts +1 -1
  4. package/src/spectrum-tag.css.dev.js.map +2 -2
  5. package/src/spectrum-tag.css.js.map +2 -2
  6. package/src/spectrum-tags.css.dev.js.map +2 -2
  7. package/src/spectrum-tags.css.js.map +2 -2
  8. package/src/tag-overrides.css.dev.js.map +2 -2
  9. package/src/tag-overrides.css.js.map +2 -2
  10. package/src/tag.css.dev.js.map +2 -2
  11. package/src/tag.css.js.map +2 -2
  12. package/src/tags-overrides.css.dev.js.map +2 -2
  13. package/src/tags-overrides.css.js.map +2 -2
  14. package/src/tags.css.dev.js.map +2 -2
  15. package/src/tags.css.js.map +2 -2
  16. package/stories/tags-sizes.stories.js +33 -0
  17. package/stories/tags-sizes.stories.js.map +7 -0
  18. package/stories/tags.stories.js +138 -0
  19. package/stories/tags.stories.js.map +7 -0
  20. package/test/benchmark/basic-test.js +13 -0
  21. package/{sp-tags.js.map → test/benchmark/basic-test.js.map} +4 -4
  22. package/test/tag.test.js +146 -0
  23. package/test/tag.test.js.map +7 -0
  24. package/test/tags-memory.test.js +13 -0
  25. package/{sp-tag.js.map → test/tags-memory.test.js.map} +4 -4
  26. package/test/tags-sizes.test-vrt.js +5 -0
  27. package/{sp-tag.dev.js.map → test/tags-sizes.test-vrt.js.map} +3 -3
  28. package/test/tags.test-vrt.js +5 -0
  29. package/{sp-tags.dev.js.map → test/tags.test-vrt.js.map} +3 -3
  30. package/test/tags.test.js +288 -0
  31. package/test/tags.test.js.map +7 -0
  32. package/custom-elements.json +0 -275
  33. package/sp-tag.d.ts +0 -17
  34. package/sp-tag.dev.js +0 -5
  35. package/sp-tag.js +0 -2
  36. package/sp-tags.d.ts +0 -17
  37. package/sp-tags.dev.js +0 -5
  38. package/sp-tags.js +0 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,691 @@
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/button@1.9.1-nightly.20251028214328
10
+ - @spectrum-web-components/shared@1.9.1-nightly.20251028214328
11
+ - @spectrum-web-components/reactive-controllers@1.9.1-nightly.20251028214328
12
+
13
+ ## 1.9.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`7d23140`](https://github.com/adobe/spectrum-web-components/commit/7d23140c21f0006ddea8a5cf39478ff36acbfbb8), [`7d23140`](https://github.com/adobe/spectrum-web-components/commit/7d23140c21f0006ddea8a5cf39478ff36acbfbb8)]:
18
+ - @spectrum-web-components/button@1.9.0
19
+ - @spectrum-web-components/reactive-controllers@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 [[`15be17d`](https://github.com/adobe/spectrum-web-components/commit/15be17db91f1140ccf3cad52b1f2ed6c4b9e28ba)]:
28
+ - @spectrum-web-components/button@1.8.0
29
+ - @spectrum-web-components/base@1.8.0
30
+ - @spectrum-web-components/reactive-controllers@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/button@1.7.0
39
+ - @spectrum-web-components/base@1.7.0
40
+ - @spectrum-web-components/reactive-controllers@1.7.0
41
+ - @spectrum-web-components/shared@1.7.0
42
+
43
+ ## 1.6.0
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies [[`00eb0a8`](https://github.com/adobe/spectrum-web-components/commit/00eb0a889583dff9d964341d9c1c27048be3d19e)]:
48
+ - @spectrum-web-components/button@1.6.0
49
+ - @spectrum-web-components/base@1.6.0
50
+ - @spectrum-web-components/reactive-controllers@1.6.0
51
+ - @spectrum-web-components/shared@1.6.0
52
+
53
+ ## 1.5.0
54
+
55
+ ### Patch Changes
56
+
57
+ - [#5271](https://github.com/adobe/spectrum-web-components/pull/5271) [`165a904`](https://github.com/adobe/spectrum-web-components/commit/165a904bd01fddea922fe87b181bbf41281f81f0) Thanks [@renovate](https://github.com/apps/renovate)! - Remove unnecessary system theme references to reduce complexity for components that don't need the additional mapping layer.
58
+
59
+ - Updated dependencies [[`4e06533`](https://github.com/adobe/spectrum-web-components/commit/4e065332e0236757fc3a050e53747ce82ac40ed5)]:
60
+ - @spectrum-web-components/button@1.5.0
61
+ - @spectrum-web-components/base@1.5.0
62
+ - @spectrum-web-components/reactive-controllers@1.5.0
63
+ - @spectrum-web-components/shared@1.5.0
64
+
65
+ ## 1.4.0
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies []:
70
+ - @spectrum-web-components/button@1.4.0
71
+ - @spectrum-web-components/base@1.4.0
72
+ - @spectrum-web-components/reactive-controllers@1.4.0
73
+ - @spectrum-web-components/shared@1.4.0
74
+
75
+ ## 1.3.0
76
+
77
+ ### Patch Changes
78
+
79
+ - Updated dependencies [[`ea38ef0`](https://github.com/adobe/spectrum-web-components/commit/ea38ef0db33b251a054d50abf5cffc04e32f579f)]:
80
+ - @spectrum-web-components/reactive-controllers@1.3.0
81
+ - @spectrum-web-components/button@1.3.0
82
+ - @spectrum-web-components/base@1.3.0
83
+ - @spectrum-web-components/shared@1.3.0
84
+
85
+ All notable changes to this project will be documented in this file.
86
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
87
+
88
+ # [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
89
+
90
+ **Note:** Version bump only for package @spectrum-web-components/tags
91
+
92
+ ## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
93
+
94
+ **Note:** Version bump only for package @spectrum-web-components/tags
95
+
96
+ ## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
97
+
98
+ **Note:** Version bump only for package @spectrum-web-components/tags
99
+
100
+ # [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
101
+
102
+ ### Bug Fixes
103
+
104
+ - 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))
105
+
106
+ ## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)
107
+
108
+ **Note:** Version bump only for package @spectrum-web-components/tags
109
+
110
+ ## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
111
+
112
+ **Note:** Version bump only for package @spectrum-web-components/tags
113
+
114
+ # [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
115
+
116
+ **Note:** Version bump only for package @spectrum-web-components/tags
117
+
118
+ # [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
119
+
120
+ **Note:** Version bump only for package @spectrum-web-components/tags
121
+
122
+ ## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
123
+
124
+ **Note:** Version bump only for package @spectrum-web-components/tags
125
+
126
+ # [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
127
+
128
+ **Note:** Version bump only for package @spectrum-web-components/tags
129
+
130
+ ## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
131
+
132
+ **Note:** Version bump only for package @spectrum-web-components/tags
133
+
134
+ ## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
135
+
136
+ **Note:** Version bump only for package @spectrum-web-components/tags
137
+
138
+ # [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
139
+
140
+ **Note:** Version bump only for package @spectrum-web-components/tags
141
+
142
+ # [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
143
+
144
+ **Note:** Version bump only for package @spectrum-web-components/tags
145
+
146
+ # [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
147
+
148
+ **Note:** Version bump only for package @spectrum-web-components/tags
149
+
150
+ # [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
151
+
152
+ **Note:** Version bump only for package @spectrum-web-components/tags
153
+
154
+ # [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
155
+
156
+ **Note:** Version bump only for package @spectrum-web-components/tags
157
+
158
+ ## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
159
+
160
+ **Note:** Version bump only for package @spectrum-web-components/tags
161
+
162
+ ## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
163
+
164
+ **Note:** Version bump only for package @spectrum-web-components/tags
165
+
166
+ ## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
167
+
168
+ **Note:** Version bump only for package @spectrum-web-components/tags
169
+
170
+ ## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
171
+
172
+ **Note:** Version bump only for package @spectrum-web-components/tags
173
+
174
+ ## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
175
+
176
+ **Note:** Version bump only for package @spectrum-web-components/tags
177
+
178
+ # [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
179
+
180
+ ### Bug Fixes
181
+
182
+ - **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))
183
+
184
+ ### Features
185
+
186
+ - **asset:** use core tokens ([99e76f4](https://github.com/adobe/spectrum-web-components/commit/99e76f4d32e990960b7fa2f0613ed4144adc4f6e))
187
+
188
+ ## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
189
+
190
+ **Note:** Version bump only for package @spectrum-web-components/tags
191
+
192
+ ## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
193
+
194
+ **Note:** Version bump only for package @spectrum-web-components/tags
195
+
196
+ # [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
197
+
198
+ ### Features
199
+
200
+ - **icon:** use core tokens ([a11ef6b](https://github.com/adobe/spectrum-web-components/commit/a11ef6b45141769b4c73a7c79322e780a8a1fa6e))
201
+
202
+ ## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
203
+
204
+ **Note:** Version bump only for package @spectrum-web-components/tags
205
+
206
+ ## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
207
+
208
+ **Note:** Version bump only for package @spectrum-web-components/tags
209
+
210
+ ## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
211
+
212
+ **Note:** Version bump only for package @spectrum-web-components/tags
213
+
214
+ ## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
215
+
216
+ **Note:** Version bump only for package @spectrum-web-components/tags
217
+
218
+ ## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
219
+
220
+ **Note:** Version bump only for package @spectrum-web-components/tags
221
+
222
+ # [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
223
+
224
+ ### Bug Fixes
225
+
226
+ - **tags:** make the 'delete' event cancelable ([#3778](https://github.com/adobe/spectrum-web-components/issues/3778)) ([d9afd41](https://github.com/adobe/spectrum-web-components/commit/d9afd4183f85dfdfdd759236c3f77f7e7841b7c0))
227
+
228
+ ## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
229
+
230
+ **Note:** Version bump only for package @spectrum-web-components/tags
231
+
232
+ ## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
233
+
234
+ **Note:** Version bump only for package @spectrum-web-components/tags
235
+
236
+ ## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
237
+
238
+ **Note:** Version bump only for package @spectrum-web-components/tags
239
+
240
+ ## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
241
+
242
+ ### Bug Fixes
243
+
244
+ - **grid:** grid focusgroup fix on mutationObserver ([#3684](https://github.com/adobe/spectrum-web-components/issues/3684)) ([5d47db5](https://github.com/adobe/spectrum-web-components/commit/5d47db52b99ccd1cc58d9044781f3f1e38744bd6))
245
+
246
+ # [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
247
+
248
+ **Note:** Version bump only for package @spectrum-web-components/tags
249
+
250
+ # [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
251
+
252
+ ### Bug Fixes
253
+
254
+ - **tags:** add mod for clear button width ([bea891f](https://github.com/adobe/spectrum-web-components/commit/bea891fdbf69390a1321400bd17bcd77f91cf914))
255
+
256
+ # [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
257
+
258
+ **Note:** Version bump only for package @spectrum-web-components/tags
259
+
260
+ # [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
261
+
262
+ ### Bug Fixes
263
+
264
+ - added default focus in focus group ([1abe7e7](https://github.com/adobe/spectrum-web-components/commit/1abe7e7ecc74d9f1323474505e7a182b9aefda1b))
265
+ - added default focus in focus group ([cd59f18](https://github.com/adobe/spectrum-web-components/commit/cd59f180afacaa719c01a8001bf8a656b4bbcb80))
266
+ - added Mutation Observer in the tags workflow ([3af1861](https://github.com/adobe/spectrum-web-components/commit/3af1861a09aa7eac6cd4eb0dbb7cce8ab057efec))
267
+ - parentNode declaration ([c45fdc3](https://github.com/adobe/spectrum-web-components/commit/c45fdc364fa6142fa7847f9b21179787880702dd))
268
+ - removed mutation controller from tags and added to focusgroup ([aaa1bc0](https://github.com/adobe/spectrum-web-components/commit/aaa1bc04437585a0d8f30e885e076868ecb1defa))
269
+ - **tags:** delete functionality working ([60e6c2e](https://github.com/adobe/spectrum-web-components/commit/60e6c2e92e30c833d572d34ad6d41e94568a40d6))
270
+ - **tags:** performed the suggested changes ([6e3ef36](https://github.com/adobe/spectrum-web-components/commit/6e3ef36e8f423f08c2537eb2d075bec4118f2e86))
271
+ - **tags:** removed extra white spaces ([196bdae](https://github.com/adobe/spectrum-web-components/commit/196bdaef2fa5e2924676018b0ee147033237b32d))
272
+ - **tags:** some minor chnages ([36886fc](https://github.com/adobe/spectrum-web-components/commit/36886fc1fabecf23f99c5f23e8a9eae718f981b1))
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/tags
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/tags
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/tags
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/tags
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/tags
293
+
294
+ # [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
295
+
296
+ ### Bug Fixes
297
+
298
+ - **shared:** allow "disabled" first to return to "tabindex=0" in "focusable" ([160bc59](https://github.com/adobe/spectrum-web-components/commit/160bc594f516bfadb754d47ce102a02cbde12fcd))
299
+
300
+ # 0.30.0 (2023-05-03)
301
+
302
+ ### Bug Fixes
303
+
304
+ - add support for "readonly" attribute ([4bce3b7](https://github.com/adobe/spectrum-web-components/commit/4bce3b7b6910ac50e80efe6a8f63f57843feafb3))
305
+ - add t-shirt sizing to Thumbnail and support for "xxs"/"xs" sizes ([520a642](https://github.com/adobe/spectrum-web-components/commit/520a642b33e2ca5a4fdc67c15ace029d33e895ff))
306
+ - correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
307
+ - ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
308
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
309
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
310
+ - remove errant readme content, correct icon selector ([3dd1fb1](https://github.com/adobe/spectrum-web-components/commit/3dd1fb1ebd5ce5171345a6c2d4aac08e2d49a5b8))
311
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
312
+ - support matching keydown to [dir] ([70b40a9](https://github.com/adobe/spectrum-web-components/commit/70b40a9d3bb5fe2d12208365abf132260270721b))
313
+ - **tags:** correct render types ([ecfb6ab](https://github.com/adobe/spectrum-web-components/commit/ecfb6abc15a0e826c5c5087898f76109749e83fb))
314
+ - **tags:** gate focus with deletable attribute ([d5e79f6](https://github.com/adobe/spectrum-web-components/commit/d5e79f667daaac9cde47a4fa717cb42edb73332e))
315
+ - **tags:** support distant sibling selectors ([a8dcf7f](https://github.com/adobe/spectrum-web-components/commit/a8dcf7fb4d30a1bf0e0cdc3ac5e044d75701c5fa))
316
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
317
+ - update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
318
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
319
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
320
+ - use the "browsers" listing in postcss-preset-env ([4eaf6a2](https://github.com/adobe/spectrum-web-components/commit/4eaf6a28f7b5eaf60487841d264d6d804ae675ce))
321
+
322
+ ### Features
323
+
324
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
325
+ - **action-group:** add action-group pattern ([d2de766](https://github.com/adobe/spectrum-web-components/commit/d2de766efde6dfbaa1cd604f99ae3128b4fc81b5))
326
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
327
+ - **button:** use synthetic button instead of native ([49e94bc](https://github.com/adobe/spectrum-web-components/commit/49e94bcf79da6ec1ef05f4197042f992922b91ca))
328
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
329
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
330
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
331
+ - shared pkg versions, devmode define warning, registry-conflicts docs ([6e49565](https://github.com/adobe/spectrum-web-components/commit/6e4956519b845fa8127f8032948b625c252ef7a6))
332
+ - **tags:** add tags pattern ([ae91865](https://github.com/adobe/spectrum-web-components/commit/ae91865642bab3f330174ec5dd27977f73ed7b9c))
333
+ - **tags:** manage aria-disabled from disabled attribute ([657eba8](https://github.com/adobe/spectrum-web-components/commit/657eba8e6a07971148bdf177015ccb3491ef2fc8))
334
+ - **tags:** update spectrum css input ([f8a59ed](https://github.com/adobe/spectrum-web-components/commit/f8a59ed637fd52b3d213f6f6ea08d6a5cf66de5f))
335
+ - update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
336
+ - update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
337
+ - use core tokens ([d569672](https://github.com/adobe/spectrum-web-components/commit/d569672364472385a8df539a382e0f917c65f39c))
338
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
339
+
340
+ ## [0.10.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.10.7...@spectrum-web-components/tags@0.10.8) (2023-04-24)
341
+
342
+ **Note:** Version bump only for package @spectrum-web-components/tags
343
+
344
+ ## [0.10.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.10.6...@spectrum-web-components/tags@0.10.7) (2023-04-05)
345
+
346
+ **Note:** Version bump only for package @spectrum-web-components/tags
347
+
348
+ ## [0.10.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.10.5...@spectrum-web-components/tags@0.10.6) (2023-03-22)
349
+
350
+ **Note:** Version bump only for package @spectrum-web-components/tags
351
+
352
+ ## [0.10.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.10.4...@spectrum-web-components/tags@0.10.5) (2023-03-08)
353
+
354
+ **Note:** Version bump only for package @spectrum-web-components/tags
355
+
356
+ ## [0.10.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.10.3...@spectrum-web-components/tags@0.10.4) (2023-02-13)
357
+
358
+ **Note:** Version bump only for package @spectrum-web-components/tags
359
+
360
+ ## [0.10.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.10.2...@spectrum-web-components/tags@0.10.3) (2023-02-08)
361
+
362
+ **Note:** Version bump only for package @spectrum-web-components/tags
363
+
364
+ ## [0.10.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.10.1...@spectrum-web-components/tags@0.10.2) (2023-01-23)
365
+
366
+ **Note:** Version bump only for package @spectrum-web-components/tags
367
+
368
+ ## [0.10.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.10.0...@spectrum-web-components/tags@0.10.1) (2023-01-09)
369
+
370
+ **Note:** Version bump only for package @spectrum-web-components/tags
371
+
372
+ # [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.9.7...@spectrum-web-components/tags@0.10.0) (2022-12-08)
373
+
374
+ ### Features
375
+
376
+ - use core tokens ([d569672](https://github.com/adobe/spectrum-web-components/commit/d569672364472385a8df539a382e0f917c65f39c))
377
+
378
+ ## [0.9.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.9.6...@spectrum-web-components/tags@0.9.7) (2022-11-21)
379
+
380
+ **Note:** Version bump only for package @spectrum-web-components/tags
381
+
382
+ ## [0.9.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.9.5...@spectrum-web-components/tags@0.9.6) (2022-11-14)
383
+
384
+ **Note:** Version bump only for package @spectrum-web-components/tags
385
+
386
+ ## [0.9.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.9.4...@spectrum-web-components/tags@0.9.5) (2022-10-28)
387
+
388
+ **Note:** Version bump only for package @spectrum-web-components/tags
389
+
390
+ ## [0.9.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.9.3...@spectrum-web-components/tags@0.9.4) (2022-10-17)
391
+
392
+ **Note:** Version bump only for package @spectrum-web-components/tags
393
+
394
+ ## [0.9.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.9.2...@spectrum-web-components/tags@0.9.3) (2022-10-10)
395
+
396
+ **Note:** Version bump only for package @spectrum-web-components/tags
397
+
398
+ ## [0.9.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.9.1...@spectrum-web-components/tags@0.9.2) (2022-09-14)
399
+
400
+ **Note:** Version bump only for package @spectrum-web-components/tags
401
+
402
+ ## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.9.0...@spectrum-web-components/tags@0.9.1) (2022-08-24)
403
+
404
+ **Note:** Version bump only for package @spectrum-web-components/tags
405
+
406
+ # [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.15...@spectrum-web-components/tags@0.9.0) (2022-08-09)
407
+
408
+ ### Features
409
+
410
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
411
+
412
+ ## [0.8.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.14...@spectrum-web-components/tags@0.8.15) (2022-08-04)
413
+
414
+ **Note:** Version bump only for package @spectrum-web-components/tags
415
+
416
+ ## [0.8.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.13...@spectrum-web-components/tags@0.8.14) (2022-07-18)
417
+
418
+ **Note:** Version bump only for package @spectrum-web-components/tags
419
+
420
+ ## [0.8.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.12...@spectrum-web-components/tags@0.8.13) (2022-06-29)
421
+
422
+ **Note:** Version bump only for package @spectrum-web-components/tags
423
+
424
+ ## [0.8.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.11...@spectrum-web-components/tags@0.8.12) (2022-06-07)
425
+
426
+ **Note:** Version bump only for package @spectrum-web-components/tags
427
+
428
+ ## [0.8.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.10...@spectrum-web-components/tags@0.8.11) (2022-05-27)
429
+
430
+ **Note:** Version bump only for package @spectrum-web-components/tags
431
+
432
+ ## [0.8.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.9...@spectrum-web-components/tags@0.8.10) (2022-05-12)
433
+
434
+ **Note:** Version bump only for package @spectrum-web-components/tags
435
+
436
+ ## [0.8.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.8...@spectrum-web-components/tags@0.8.9) (2022-04-21)
437
+
438
+ **Note:** Version bump only for package @spectrum-web-components/tags
439
+
440
+ ## [0.8.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.7...@spectrum-web-components/tags@0.8.8) (2022-03-30)
441
+
442
+ **Note:** Version bump only for package @spectrum-web-components/tags
443
+
444
+ ## [0.8.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.6...@spectrum-web-components/tags@0.8.7) (2022-03-08)
445
+
446
+ **Note:** Version bump only for package @spectrum-web-components/tags
447
+
448
+ ## [0.8.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.5...@spectrum-web-components/tags@0.8.6) (2022-03-04)
449
+
450
+ **Note:** Version bump only for package @spectrum-web-components/tags
451
+
452
+ ## [0.8.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.4...@spectrum-web-components/tags@0.8.5) (2022-02-22)
453
+
454
+ **Note:** Version bump only for package @spectrum-web-components/tags
455
+
456
+ ## [0.8.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.3...@spectrum-web-components/tags@0.8.4) (2022-02-02)
457
+
458
+ **Note:** Version bump only for package @spectrum-web-components/tags
459
+
460
+ ## [0.8.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.2...@spectrum-web-components/tags@0.8.3) (2022-01-26)
461
+
462
+ **Note:** Version bump only for package @spectrum-web-components/tags
463
+
464
+ ## [0.8.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.1...@spectrum-web-components/tags@0.8.2) (2022-01-07)
465
+
466
+ **Note:** Version bump only for package @spectrum-web-components/tags
467
+
468
+ ## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.8.0...@spectrum-web-components/tags@0.8.1) (2021-12-13)
469
+
470
+ ### Bug Fixes
471
+
472
+ - add t-shirt sizing to Thumbnail and support for "xxs"/"xs" sizes ([520a642](https://github.com/adobe/spectrum-web-components/commit/520a642b33e2ca5a4fdc67c15ace029d33e895ff))
473
+
474
+ # [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.7.1...@spectrum-web-components/tags@0.8.0) (2021-11-08)
475
+
476
+ ### Features
477
+
478
+ - update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
479
+
480
+ ## [0.7.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.7.0...@spectrum-web-components/tags@0.7.1) (2021-11-08)
481
+
482
+ **Note:** Version bump only for package @spectrum-web-components/tags
483
+
484
+ # [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.17...@spectrum-web-components/tags@0.7.0) (2021-11-02)
485
+
486
+ ### Features
487
+
488
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
489
+
490
+ ## [0.6.17](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.16...@spectrum-web-components/tags@0.6.17) (2021-10-12)
491
+
492
+ **Note:** Version bump only for package @spectrum-web-components/tags
493
+
494
+ ## [0.6.16](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.15...@spectrum-web-components/tags@0.6.16) (2021-09-20)
495
+
496
+ **Note:** Version bump only for package @spectrum-web-components/tags
497
+
498
+ ## [0.6.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.14...@spectrum-web-components/tags@0.6.15) (2021-09-13)
499
+
500
+ **Note:** Version bump only for package @spectrum-web-components/tags
501
+
502
+ ## [0.6.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.13...@spectrum-web-components/tags@0.6.14) (2021-08-24)
503
+
504
+ ### Bug Fixes
505
+
506
+ - correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
507
+
508
+ ## [0.6.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.12...@spectrum-web-components/tags@0.6.13) (2021-08-03)
509
+
510
+ **Note:** Version bump only for package @spectrum-web-components/tags
511
+
512
+ ## [0.6.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.11...@spectrum-web-components/tags@0.6.12) (2021-07-22)
513
+
514
+ **Note:** Version bump only for package @spectrum-web-components/tags
515
+
516
+ ## [0.6.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.10...@spectrum-web-components/tags@0.6.11) (2021-07-01)
517
+
518
+ **Note:** Version bump only for package @spectrum-web-components/tags
519
+
520
+ ## [0.6.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.9...@spectrum-web-components/tags@0.6.10) (2021-06-16)
521
+
522
+ **Note:** Version bump only for package @spectrum-web-components/tags
523
+
524
+ ## [0.6.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.8...@spectrum-web-components/tags@0.6.9) (2021-06-07)
525
+
526
+ **Note:** Version bump only for package @spectrum-web-components/tags
527
+
528
+ ## [0.6.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.7...@spectrum-web-components/tags@0.6.8) (2021-05-24)
529
+
530
+ **Note:** Version bump only for package @spectrum-web-components/tags
531
+
532
+ ## [0.6.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.6...@spectrum-web-components/tags@0.6.7) (2021-05-12)
533
+
534
+ ### Bug Fixes
535
+
536
+ - **tags:** gate focus with deletable attribute ([d5e79f6](https://github.com/adobe/spectrum-web-components/commit/d5e79f667daaac9cde47a4fa717cb42edb73332e))
537
+
538
+ ## [0.6.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.5...@spectrum-web-components/tags@0.6.6) (2021-04-15)
539
+
540
+ **Note:** Version bump only for package @spectrum-web-components/tags
541
+
542
+ ## [0.6.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.4...@spectrum-web-components/tags@0.6.5) (2021-04-09)
543
+
544
+ **Note:** Version bump only for package @spectrum-web-components/tags
545
+
546
+ ## [0.6.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.3...@spectrum-web-components/tags@0.6.4) (2021-03-29)
547
+
548
+ **Note:** Version bump only for package @spectrum-web-components/tags
549
+
550
+ ## [0.6.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.2...@spectrum-web-components/tags@0.6.3) (2021-03-22)
551
+
552
+ **Note:** Version bump only for package @spectrum-web-components/tags
553
+
554
+ ## [0.6.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.1...@spectrum-web-components/tags@0.6.2) (2021-03-22)
555
+
556
+ ### Bug Fixes
557
+
558
+ - add support for "readonly" attribute ([4bce3b7](https://github.com/adobe/spectrum-web-components/commit/4bce3b7b6910ac50e80efe6a8f63f57843feafb3))
559
+
560
+ ## [0.6.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.6.0...@spectrum-web-components/tags@0.6.1) (2021-03-05)
561
+
562
+ **Note:** Version bump only for package @spectrum-web-components/tags
563
+
564
+ # [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.5.3...@spectrum-web-components/tags@0.6.0) (2021-03-04)
565
+
566
+ ### Features
567
+
568
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
569
+
570
+ ## [0.5.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.5.2...@spectrum-web-components/tags@0.5.3) (2021-02-11)
571
+
572
+ ### Bug Fixes
573
+
574
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
575
+
576
+ ## [0.5.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.5.1...@spectrum-web-components/tags@0.5.2) (2021-02-02)
577
+
578
+ **Note:** Version bump only for package @spectrum-web-components/tags
579
+
580
+ ## [0.5.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.5.0...@spectrum-web-components/tags@0.5.1) (2021-01-28)
581
+
582
+ **Note:** Version bump only for package @spectrum-web-components/tags
583
+
584
+ # [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.3.4...@spectrum-web-components/tags@0.5.0) (2021-01-21)
585
+
586
+ ### Bug Fixes
587
+
588
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
589
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
590
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
591
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
592
+ - use the "browsers" listing in postcss-preset-env ([4eaf6a2](https://github.com/adobe/spectrum-web-components/commit/4eaf6a28f7b5eaf60487841d264d6d804ae675ce))
593
+
594
+ ### Features
595
+
596
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
597
+ - **button:** use synthetic button instead of native ([49e94bc](https://github.com/adobe/spectrum-web-components/commit/49e94bcf79da6ec1ef05f4197042f992922b91ca))
598
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
599
+ - **tags:** update spectrum css input ([f8a59ed](https://github.com/adobe/spectrum-web-components/commit/f8a59ed637fd52b3d213f6f6ea08d6a5cf66de5f))
600
+
601
+ # [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.3.4...@spectrum-web-components/tags@0.4.0) (2021-01-13)
602
+
603
+ ### Bug Fixes
604
+
605
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
606
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
607
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
608
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
609
+
610
+ ### Features
611
+
612
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
613
+ - **button:** use synthetic button instead of native ([49e94bc](https://github.com/adobe/spectrum-web-components/commit/49e94bcf79da6ec1ef05f4197042f992922b91ca))
614
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
615
+ - **tags:** update spectrum css input ([f8a59ed](https://github.com/adobe/spectrum-web-components/commit/f8a59ed637fd52b3d213f6f6ea08d6a5cf66de5f))
616
+
617
+ ## [0.3.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.3.3...@spectrum-web-components/tags@0.3.4) (2020-10-12)
618
+
619
+ **Note:** Version bump only for package @spectrum-web-components/tags
620
+
621
+ ## [0.3.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.3.2...@spectrum-web-components/tags@0.3.3) (2020-10-12)
622
+
623
+ ### Bug Fixes
624
+
625
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
626
+
627
+ ## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.3.1...@spectrum-web-components/tags@0.3.2) (2020-09-25)
628
+
629
+ ### Bug Fixes
630
+
631
+ - update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
632
+
633
+ ## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.3.0...@spectrum-web-components/tags@0.3.1) (2020-09-14)
634
+
635
+ **Note:** Version bump only for package @spectrum-web-components/tags
636
+
637
+ # [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.2.4...@spectrum-web-components/tags@0.3.0) (2020-08-31)
638
+
639
+ ### Bug Fixes
640
+
641
+ - support matching keydown to [dir](<[70b40a9](https://github.com/adobe/spectrum-web-components/commit/70b40a9d3bb5fe2d12208365abf132260270721b)>)
642
+ - **tags:** correct render types ([ecfb6ab](https://github.com/adobe/spectrum-web-components/commit/ecfb6abc15a0e826c5c5087898f76109749e83fb))
643
+ - **tags:** support distant sibling selectors ([a8dcf7f](https://github.com/adobe/spectrum-web-components/commit/a8dcf7fb4d30a1bf0e0cdc3ac5e044d75701c5fa))
644
+
645
+ ### Features
646
+
647
+ - update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
648
+ - **action-group:** add action-group pattern ([d2de766](https://github.com/adobe/spectrum-web-components/commit/d2de766efde6dfbaa1cd604f99ae3128b4fc81b5))
649
+
650
+ ## [0.2.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.2.3...@spectrum-web-components/tags@0.2.4) (2020-08-19)
651
+
652
+ **Note:** Version bump only for package @spectrum-web-components/tags
653
+
654
+ ## [0.2.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.2.2...@spectrum-web-components/tags@0.2.3) (2020-07-27)
655
+
656
+ **Note:** Version bump only for package @spectrum-web-components/tags
657
+
658
+ ## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.2.1...@spectrum-web-components/tags@0.2.2) (2020-07-24)
659
+
660
+ ### Bug Fixes
661
+
662
+ - ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
663
+
664
+ ## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.2.0...@spectrum-web-components/tags@0.2.1) (2020-07-22)
665
+
666
+ **Note:** Version bump only for package @spectrum-web-components/tags
667
+
668
+ # [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.1.2...@spectrum-web-components/tags@0.2.0) (2020-07-17)
669
+
670
+ ### Features
671
+
672
+ - **tags:** manage aria-disabled from disabled attribute ([657eba8](https://github.com/adobe/spectrum-web-components/commit/657eba8e6a07971148bdf177015ccb3491ef2fc8))
673
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
674
+
675
+ ## [0.1.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.1.1...@spectrum-web-components/tags@0.1.2) (2020-06-08)
676
+
677
+ **Note:** Version bump only for package @spectrum-web-components/tags
678
+
679
+ ## [0.1.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tags@0.1.0...@spectrum-web-components/tags@0.1.1) (2020-05-12)
680
+
681
+ **Note:** Version bump only for package @spectrum-web-components/tags
682
+
683
+ # 0.1.0 (2020-05-08)
684
+
685
+ ### Bug Fixes
686
+
687
+ - remove errant readme content, correct icon selector ([3dd1fb1](https://github.com/adobe/spectrum-web-components/commit/3dd1fb1ebd5ce5171345a6c2d4aac08e2d49a5b8))
688
+
689
+ ### Features
690
+
691
+ - **tags:** add tags pattern ([ae91865](https://github.com/adobe/spectrum-web-components/commit/ae91865642bab3f330174ec5dd27977f73ed7b9c))