@spectrum-web-components/tabs 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 (84) hide show
  1. package/CHANGELOG.md +777 -0
  2. package/package.json +103 -103
  3. package/src/Tab.d.ts +4 -4
  4. package/src/Tabs.d.ts +1 -1
  5. package/src/TabsOverflow.d.ts +1 -1
  6. package/src/spectrum-tab.css.dev.js.map +2 -2
  7. package/src/spectrum-tab.css.js.map +2 -2
  8. package/src/spectrum-tabs-sizes.css.dev.js.map +2 -2
  9. package/src/spectrum-tabs-sizes.css.js.map +2 -2
  10. package/src/spectrum-tabs.css.dev.js.map +2 -2
  11. package/src/spectrum-tabs.css.js.map +2 -2
  12. package/src/tab-overrides.css.dev.js.map +2 -2
  13. package/src/tab-overrides.css.js.map +2 -2
  14. package/src/tab-panel.css.dev.js.map +2 -2
  15. package/src/tab-panel.css.js.map +2 -2
  16. package/src/tab.css.dev.js.map +2 -2
  17. package/src/tab.css.js.map +2 -2
  18. package/src/tabs-overflow.css.dev.js.map +2 -2
  19. package/src/tabs-overflow.css.js.map +2 -2
  20. package/src/tabs-overrides.css.dev.js.map +2 -2
  21. package/src/tabs-overrides.css.js.map +2 -2
  22. package/src/tabs-sizes-overrides.css.dev.js.map +2 -2
  23. package/src/tabs-sizes-overrides.css.js.map +2 -2
  24. package/src/tabs-sizes.css.dev.js.map +2 -2
  25. package/src/tabs-sizes.css.js.map +2 -2
  26. package/src/tabs.css.dev.js.map +2 -2
  27. package/src/tabs.css.js.map +2 -2
  28. package/stories/index.js +53 -0
  29. package/stories/index.js.map +7 -0
  30. package/stories/tabs-horizontal-sizes.stories.js +91 -0
  31. package/stories/tabs-horizontal-sizes.stories.js.map +7 -0
  32. package/stories/tabs-overflow-panel-sizes.stories.js +35 -0
  33. package/stories/tabs-overflow-panel-sizes.stories.js.map +7 -0
  34. package/stories/tabs-overflow-sizes.stories.js +31 -0
  35. package/stories/tabs-overflow-sizes.stories.js.map +7 -0
  36. package/stories/tabs-overflow.stories.js +37 -0
  37. package/stories/tabs-overflow.stories.js.map +7 -0
  38. package/stories/tabs-vertical-right-sizes.stories.js +88 -0
  39. package/stories/tabs-vertical-right-sizes.stories.js.map +7 -0
  40. package/stories/tabs-vertical-sizes.stories.js +88 -0
  41. package/stories/tabs-vertical-sizes.stories.js.map +7 -0
  42. package/stories/tabs.stories.js +504 -0
  43. package/stories/tabs.stories.js.map +7 -0
  44. package/test/benchmark/basic-test.js +13 -0
  45. package/test/benchmark/basic-test.js.map +7 -0
  46. package/test/tab.test.js +41 -0
  47. package/test/tab.test.js.map +7 -0
  48. package/test/tabs-horizontal-sizes.test-vrt.js +5 -0
  49. package/{sp-tabs-overflow.dev.js.map → test/tabs-horizontal-sizes.test-vrt.js.map} +3 -3
  50. package/test/tabs-memory.test.js +13 -0
  51. package/test/tabs-memory.test.js.map +7 -0
  52. package/test/tabs-overflow-panel-sizes.test-vrt.js +5 -0
  53. package/test/tabs-overflow-panel-sizes.test-vrt.js.map +7 -0
  54. package/test/tabs-overflow-sizes.test-vrt.js +5 -0
  55. package/{sp-tab-panel.dev.js.map → test/tabs-overflow-sizes.test-vrt.js.map} +3 -3
  56. package/test/tabs-overflow.test-vrt.js +5 -0
  57. package/{sp-tab.dev.js.map → test/tabs-overflow.test-vrt.js.map} +3 -3
  58. package/test/tabs-overflow.test.js +366 -0
  59. package/test/tabs-overflow.test.js.map +7 -0
  60. package/test/tabs-vertical-right-sizes.test-vrt.js +5 -0
  61. package/test/tabs-vertical-right-sizes.test-vrt.js.map +7 -0
  62. package/test/tabs-vertical-sizes.test-vrt.js +5 -0
  63. package/test/tabs-vertical-sizes.test-vrt.js.map +7 -0
  64. package/test/tabs.test-vrt.js +5 -0
  65. package/{sp-tabs.dev.js.map → test/tabs.test-vrt.js.map} +3 -3
  66. package/test/tabs.test.js +473 -0
  67. package/test/tabs.test.js.map +7 -0
  68. package/custom-elements.json +0 -1095
  69. package/sp-tab-panel.d.ts +0 -17
  70. package/sp-tab-panel.dev.js +0 -5
  71. package/sp-tab-panel.js +0 -2
  72. package/sp-tab-panel.js.map +0 -7
  73. package/sp-tab.d.ts +0 -17
  74. package/sp-tab.dev.js +0 -5
  75. package/sp-tab.js +0 -2
  76. package/sp-tab.js.map +0 -7
  77. package/sp-tabs-overflow.d.ts +0 -17
  78. package/sp-tabs-overflow.dev.js +0 -5
  79. package/sp-tabs-overflow.js +0 -2
  80. package/sp-tabs-overflow.js.map +0 -7
  81. package/sp-tabs.d.ts +0 -17
  82. package/sp-tabs.dev.js +0 -5
  83. package/sp-tabs.js +0 -2
  84. package/sp-tabs.js.map +0 -7
package/CHANGELOG.md ADDED
@@ -0,0 +1,777 @@
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/action-button@1.9.1-nightly.20251028214328
10
+ - @spectrum-web-components/icon@1.9.1-nightly.20251028214328
11
+ - @spectrum-web-components/icons-ui@1.9.1-nightly.20251028214328
12
+ - @spectrum-web-components/shared@1.9.1-nightly.20251028214328
13
+ - @spectrum-web-components/reactive-controllers@1.9.1-nightly.20251028214328
14
+
15
+ ## 1.9.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`7d23140`](https://github.com/adobe/spectrum-web-components/commit/7d23140c21f0006ddea8a5cf39478ff36acbfbb8)]:
20
+ - @spectrum-web-components/reactive-controllers@1.9.0
21
+ - @spectrum-web-components/action-button@1.9.0
22
+ - @spectrum-web-components/icon@1.9.0
23
+ - @spectrum-web-components/icons-ui@1.9.0
24
+ - @spectrum-web-components/base@1.9.0
25
+ - @spectrum-web-components/shared@1.9.0
26
+
27
+ ## 1.8.0
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies []:
32
+ - @spectrum-web-components/action-button@1.8.0
33
+ - @spectrum-web-components/icon@1.8.0
34
+ - @spectrum-web-components/icons-ui@1.8.0
35
+ - @spectrum-web-components/base@1.8.0
36
+ - @spectrum-web-components/reactive-controllers@1.8.0
37
+ - @spectrum-web-components/shared@1.8.0
38
+
39
+ ## 1.7.0
40
+
41
+ ### Patch Changes
42
+
43
+ - [#5429](https://github.com/adobe/spectrum-web-components/pull/5429) [`8da375b`](https://github.com/adobe/spectrum-web-components/commit/8da375be5530f56d6f37fe370913193ed373df12) Thanks [@Rajdeepc](https://github.com/Rajdeepc)! - Added `@spectrum-web-components/action-button` as a dependency for Tabs as its used in the direction button.
44
+
45
+ - Updated dependencies [[`c1669d2`](https://github.com/adobe/spectrum-web-components/commit/c1669d2dc5e1ceeb84486ce49a428f86a3173caa)]:
46
+ - @spectrum-web-components/action-button@1.7.0
47
+ - @spectrum-web-components/icon@1.7.0
48
+ - @spectrum-web-components/icons-ui@1.7.0
49
+ - @spectrum-web-components/base@1.7.0
50
+ - @spectrum-web-components/reactive-controllers@1.7.0
51
+ - @spectrum-web-components/shared@1.7.0
52
+
53
+ ## 1.6.0
54
+
55
+ ### Patch Changes
56
+
57
+ - [#5349](https://github.com/adobe/spectrum-web-components/pull/5349) [`a9727d2`](https://github.com/adobe/spectrum-web-components/commit/a9727d2975b01f440c09789c9e7e0122063b6f7e) Thanks [@renovate](https://github.com/apps/renovate)! - Remove unnecessary system theme references to reduce complexity for components that don't need the additional mapping layer.
58
+
59
+ - Updated dependencies []:
60
+ - @spectrum-web-components/icon@1.6.0
61
+ - @spectrum-web-components/icons-ui@1.6.0
62
+ - @spectrum-web-components/base@1.6.0
63
+ - @spectrum-web-components/reactive-controllers@1.6.0
64
+ - @spectrum-web-components/shared@1.6.0
65
+
66
+ ## 1.5.0
67
+
68
+ ### Patch Changes
69
+
70
+ - [#5323](https://github.com/adobe/spectrum-web-components/pull/5323) [`c7efe31`](https://github.com/adobe/spectrum-web-components/commit/c7efe314c5954c20e65302544cb0577580ba0b7b) Thanks [@mizgaionutalexandru](https://github.com/mizgaionutalexandru)! - Fixed a bug where removing the `disabled` attribute (or setting it to `false`) on an `sp-tabs` element would not correctly enable the selected `sp-tab`. The fix updates the `focusInIndex` method in the component's `RovingTabindexController` to properly identify the selected tab that should become focusable when the parent tabs component is enabled.
71
+
72
+ - Updated dependencies []:
73
+ - @spectrum-web-components/icon@1.5.0
74
+ - @spectrum-web-components/icons-ui@1.5.0
75
+ - @spectrum-web-components/base@1.5.0
76
+ - @spectrum-web-components/reactive-controllers@1.5.0
77
+ - @spectrum-web-components/shared@1.5.0
78
+
79
+ ## 1.4.0
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies []:
84
+ - @spectrum-web-components/icon@1.4.0
85
+ - @spectrum-web-components/icons-ui@1.4.0
86
+ - @spectrum-web-components/base@1.4.0
87
+ - @spectrum-web-components/reactive-controllers@1.4.0
88
+ - @spectrum-web-components/shared@1.4.0
89
+
90
+ ## 1.3.0
91
+
92
+ ### Patch Changes
93
+
94
+ - Updated dependencies [[`ea38ef0`](https://github.com/adobe/spectrum-web-components/commit/ea38ef0db33b251a054d50abf5cffc04e32f579f)]:
95
+ - @spectrum-web-components/reactive-controllers@1.3.0
96
+ - @spectrum-web-components/icon@1.3.0
97
+ - @spectrum-web-components/icons-ui@1.3.0
98
+ - @spectrum-web-components/base@1.3.0
99
+ - @spectrum-web-components/shared@1.3.0
100
+
101
+ All notable changes to this project will be documented in this file.
102
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
103
+
104
+ # [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
105
+
106
+ ### Bug Fixes
107
+
108
+ - **action menu:** keyboard accessibility omnibus ([#5031](https://github.com/adobe/spectrum-web-components/issues/5031)) ([ea38ef0](https://github.com/adobe/spectrum-web-components/commit/ea38ef0db33b251a054d50abf5cffc04e32f579f)), closes [#4623](https://github.com/adobe/spectrum-web-components/issues/4623)
109
+
110
+ ## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
111
+
112
+ **Note:** Version bump only for package @spectrum-web-components/tabs
113
+
114
+ ## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
115
+
116
+ **Note:** Version bump only for package @spectrum-web-components/tabs
117
+
118
+ # [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
119
+
120
+ ### Bug Fixes
121
+
122
+ - 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))
123
+
124
+ ## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)
125
+
126
+ **Note:** Version bump only for package @spectrum-web-components/tabs
127
+
128
+ ## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
129
+
130
+ **Note:** Version bump only for package @spectrum-web-components/tabs
131
+
132
+ # [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
133
+
134
+ **Note:** Version bump only for package @spectrum-web-components/tabs
135
+
136
+ # [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
137
+
138
+ ### Bug Fixes
139
+
140
+ - **tabs:** scroll exceeding tabs limit ([#4722](https://github.com/adobe/spectrum-web-components/issues/4722)) ([fc9a448](https://github.com/adobe/spectrum-web-components/commit/fc9a4489c13e2471226e0f79a1197a61ef8242a7))
141
+
142
+ ## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
143
+
144
+ **Note:** Version bump only for package @spectrum-web-components/tabs
145
+
146
+ # [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
147
+
148
+ **Note:** Version bump only for package @spectrum-web-components/tabs
149
+
150
+ ## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
151
+
152
+ **Note:** Version bump only for package @spectrum-web-components/tabs
153
+
154
+ ## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
155
+
156
+ **Note:** Version bump only for package @spectrum-web-components/tabs
157
+
158
+ # [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
159
+
160
+ **Note:** Version bump only for package @spectrum-web-components/tabs
161
+
162
+ # [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
163
+
164
+ **Note:** Version bump only for package @spectrum-web-components/tabs
165
+
166
+ # [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
167
+
168
+ ### Bug Fixes
169
+
170
+ - **tabs:** prevent vertical auto scroll ([#4613](https://github.com/adobe/spectrum-web-components/issues/4613)) ([e1ef097](https://github.com/adobe/spectrum-web-components/commit/e1ef097bc4c4a1e888de028f40b6f2bb5ea2d7b8))
171
+
172
+ # [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
173
+
174
+ **Note:** Version bump only for package @spectrum-web-components/tabs
175
+
176
+ # [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
177
+
178
+ **Note:** Version bump only for package @spectrum-web-components/tabs
179
+
180
+ ## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
181
+
182
+ **Note:** Version bump only for package @spectrum-web-components/tabs
183
+
184
+ ## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
185
+
186
+ **Note:** Version bump only for package @spectrum-web-components/tabs
187
+
188
+ ## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
189
+
190
+ **Note:** Version bump only for package @spectrum-web-components/tabs
191
+
192
+ ## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
193
+
194
+ **Note:** Version bump only for package @spectrum-web-components/tabs
195
+
196
+ ## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
197
+
198
+ **Note:** Version bump only for package @spectrum-web-components/tabs
199
+
200
+ # [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
201
+
202
+ ### Bug Fixes
203
+
204
+ - **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))
205
+ - **tab-overflow:** improve tab navigation experience and support custom aria labels ([#4165](https://github.com/adobe/spectrum-web-components/issues/4165)) ([9c9bf95](https://github.com/adobe/spectrum-web-components/commit/9c9bf952cf2a1e4a0c5bc35e63e46f5d5bd6afe8))
206
+
207
+ ### Features
208
+
209
+ - **asset:** use core tokens ([99e76f4](https://github.com/adobe/spectrum-web-components/commit/99e76f4d32e990960b7fa2f0613ed4144adc4f6e))
210
+
211
+ ## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
212
+
213
+ **Note:** Version bump only for package @spectrum-web-components/tabs
214
+
215
+ ## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
216
+
217
+ ### Bug Fixes
218
+
219
+ - **tabs:** bring selected tab into view ([#4032](https://github.com/adobe/spectrum-web-components/issues/4032)) ([a187057](https://github.com/adobe/spectrum-web-components/commit/a187057afa7ac073fe45117ebd0bc2315e6fea5e))
220
+
221
+ # [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
222
+
223
+ **Note:** Version bump only for package @spectrum-web-components/tabs
224
+
225
+ ## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
226
+
227
+ ### Bug Fixes
228
+
229
+ - **tabs:** account for the indicator bar in the overflow decorator ([f4a8744](https://github.com/adobe/spectrum-web-components/commit/f4a8744ed5cb38608ae856539ce7c34ca212b3d4))
230
+
231
+ ## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
232
+
233
+ **Note:** Version bump only for package @spectrum-web-components/tabs
234
+
235
+ ## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
236
+
237
+ **Note:** Version bump only for package @spectrum-web-components/tabs
238
+
239
+ ## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
240
+
241
+ **Note:** Version bump only for package @spectrum-web-components/tabs
242
+
243
+ ## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
244
+
245
+ ### Bug Fixes
246
+
247
+ - **tabs:** prevent vertical scrolling in overflow tabs ([eb0592f](https://github.com/adobe/spectrum-web-components/commit/eb0592f87c1f52fe34745af030331060b3641a59))
248
+
249
+ # [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
250
+
251
+ **Note:** Version bump only for package @spectrum-web-components/tabs
252
+
253
+ ## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
254
+
255
+ **Note:** Version bump only for package @spectrum-web-components/tabs
256
+
257
+ ## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
258
+
259
+ **Note:** Version bump only for package @spectrum-web-components/tabs
260
+
261
+ ## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
262
+
263
+ **Note:** Version bump only for package @spectrum-web-components/tabs
264
+
265
+ ## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
266
+
267
+ **Note:** Version bump only for package @spectrum-web-components/tabs
268
+
269
+ # [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
270
+
271
+ **Note:** Version bump only for package @spectrum-web-components/tabs
272
+
273
+ # [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
274
+
275
+ **Note:** Version bump only for package @spectrum-web-components/tabs
276
+
277
+ # [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
278
+
279
+ **Note:** Version bump only for package @spectrum-web-components/tabs
280
+
281
+ # [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
282
+
283
+ **Note:** Version bump only for package @spectrum-web-components/tabs
284
+
285
+ # [0.35.0](https://github.com/adobe/spectrum-web-components/compare/v0.34.0...v0.35.0) (2023-07-31)
286
+
287
+ ### Bug Fixes
288
+
289
+ - **tabs:** allow bi-directional arrow key navigation in both orientations ([#3410](https://github.com/adobe/spectrum-web-components/issues/3410)) ([ea10049](https://github.com/adobe/spectrum-web-components/commit/ea10049c4d9eea0ef619cdd41fae2e1152455570))
290
+
291
+ # [0.34.0](https://github.com/adobe/spectrum-web-components/compare/v0.33.2...v0.34.0) (2023-07-11)
292
+
293
+ ### Features
294
+
295
+ - **tabs,top-nav:** use Core Tokens ([c6ba355](https://github.com/adobe/spectrum-web-components/commit/c6ba355c2160d1a8bda1618b8a9c28213194c7c5))
296
+
297
+ ## [0.33.2](https://github.com/adobe/spectrum-web-components/compare/v0.33.1...v0.33.2) (2023-06-14)
298
+
299
+ **Note:** Version bump only for package @spectrum-web-components/tabs
300
+
301
+ # [0.33.0](https://github.com/adobe/spectrum-web-components/compare/v0.32.0...v0.33.0) (2023-06-08)
302
+
303
+ **Note:** Version bump only for package @spectrum-web-components/tabs
304
+
305
+ # [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)
306
+
307
+ **Note:** Version bump only for package @spectrum-web-components/tabs
308
+
309
+ # [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
310
+
311
+ **Note:** Version bump only for package @spectrum-web-components/tabs
312
+
313
+ # 0.30.0 (2023-05-03)
314
+
315
+ ### Bug Fixes
316
+
317
+ - allow "updateComplete" to resolve to a boolean like the LitElement default ([6127946](https://github.com/adobe/spectrum-web-components/commit/6127946fd3ffd048a30b7eb4bf6aadf9e7c8752a))
318
+ - allow Tab elements to accept slotted DOM content ([29c9517](https://github.com/adobe/spectrum-web-components/commit/29c951790159d9e02b9850f5739ecaeb486e82b1))
319
+ - check if current selected value exists before setting selected attr ([1878ca3](https://github.com/adobe/spectrum-web-components/commit/1878ca339626253ce3a664d42702b374fd4fff54))
320
+ - correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
321
+ - ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
322
+ - ensure that updates to Tab element content update the Selection Indicator ([94891eb](https://github.com/adobe/spectrum-web-components/commit/94891eb06022f8744558137d9fa237fd541ebca2))
323
+ - extract and share tshirt size styles ([3acfc30](https://github.com/adobe/spectrum-web-components/commit/3acfc308efea0993f00e7be01ee2fb49bd092449))
324
+ - extract and share tshirt size styles ([b1440f7](https://github.com/adobe/spectrum-web-components/commit/b1440f7e828f525a101ffba69df16984be154da1))
325
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
326
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
327
+ - keep compact property ([904df71](https://github.com/adobe/spectrum-web-components/commit/904df71d63d542d6f8cf724dbfb81347d0f0de1b))
328
+ - keep compact property ([b5af15f](https://github.com/adobe/spectrum-web-components/commit/b5af15fb1fa6794cee0a88ffa9839921c2b21508))
329
+ - manually support WHCM in tabs ([11884f1](https://github.com/adobe/spectrum-web-components/commit/11884f13655db88041d0470c48dee22c4bd8ec83))
330
+ - move hover/focus hoisting into conditioning ([15ac2f7](https://github.com/adobe/spectrum-web-components/commit/15ac2f7f561b3cb5b865d1539fbd753999f25119))
331
+ - proper overflow rtl support ([9b1c9d4](https://github.com/adobe/spectrum-web-components/commit/9b1c9d4470051e059c8e22b544dee7f46d03593a))
332
+ - remove attribute binding logic ([1f6833f](https://github.com/adobe/spectrum-web-components/commit/1f6833f6f1058b7c91aec45ba51330c9dfbe6372))
333
+ - remove attribute binding logic ([7bce0ae](https://github.com/adobe/spectrum-web-components/commit/7bce0ae239e55a6479268ab76a992199452c0cb5))
334
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
335
+ - support matching keydown to [dir] ([70b40a9](https://github.com/adobe/spectrum-web-components/commit/70b40a9d3bb5fe2d12208365abf132260270721b))
336
+ - tab indicator positioning ([8c20769](https://github.com/adobe/spectrum-web-components/commit/8c20769030c3c90620f1f2e397f5f5b83b2a49c9))
337
+ - **tabs:** add "emphasized" and correct WHCM delivery ([27940bd](https://github.com/adobe/spectrum-web-components/commit/27940bde2444040910bf772c757514fbabdee85c))
338
+ - **tabs:** add "quiet", "compact", and "emphasized" "direction=vertical" ([26fff53](https://github.com/adobe/spectrum-web-components/commit/26fff53d8d64c508be66406d00e6e45e48c15278))
339
+ - **tabs:** add "tablist" part to manage list styles ([bbf8074](https://github.com/adobe/spectrum-web-components/commit/bbf8074b177f51929ec3bddbffcd2c22ad1971b5))
340
+ - **tabs:** added test ([7d5f41f](https://github.com/adobe/spectrum-web-components/commit/7d5f41f74d2467e9d12a1a2328db1ff3dd6a8a71))
341
+ - **tabs:** bind tabindicator update to dir value ([09598b5](https://github.com/adobe/spectrum-web-components/commit/09598b59f1198b7ebc8067834681000ceee0918e))
342
+ - **tabs:** bind tabs overflow state with sp-tabs ([a07c45b](https://github.com/adobe/spectrum-web-components/commit/a07c45bdce27a7b0bed3faf46bd638ebab9b42d9))
343
+ - **tabs:** bind tabs overflow state with sp-tabs ([570a2cd](https://github.com/adobe/spectrum-web-components/commit/570a2cdaf282ef0f565574c65eef619c82ef2a60))
344
+ - **tabs:** correct entry focus element ([64407d3](https://github.com/adobe/spectrum-web-components/commit/64407d37fd09d3d598253a66c3b342882d51a826))
345
+ - **tabs:** correct indicator size by scaling from 100px ([a3fb68b](https://github.com/adobe/spectrum-web-components/commit/a3fb68bb8103bc87a9c1e14e3bca8a5476e3a2f1))
346
+ - **tabs:** ensure only one active tab stop in the tabs ([68b2523](https://github.com/adobe/spectrum-web-components/commit/68b2523d2287ad8bdb82d2c8b0e79b30129317c4))
347
+ - **tabs:** ensure tabs has layout ([7aba515](https://github.com/adobe/spectrum-web-components/commit/7aba51561965342ea3e18404621659aa32c2ed8f))
348
+ - **tabs:** ensure that "auto" attribute is respected ([d200775](https://github.com/adobe/spectrum-web-components/commit/d20077516fadeb42b8814416f87689254e4e0381))
349
+ - **tabs:** error on click - undefined tab target ([9742227](https://github.com/adobe/spectrum-web-components/commit/974222739745e1a8c082ed77e3e68199907f7890))
350
+ - **tabs:** include sp-tab-panel.js in the export map ([1619ae8](https://github.com/adobe/spectrum-web-components/commit/1619ae876d70d35eaff38aa955f3cd307f4a5c54))
351
+ - **tabs:** manage disabled state on tabs and tab elements ([58def1f](https://github.com/adobe/spectrum-web-components/commit/58def1fd7a724cc078459c56f39c19ebe2005f97))
352
+ - **tabs:** update css workarounds ([c2a17e0](https://github.com/adobe/spectrum-web-components/commit/c2a17e02ac019dc7a28411bdc2f666f8c27c26b8))
353
+ - **top-nav:** prototype top-nav pattern ([9708f6f](https://github.com/adobe/spectrum-web-components/commit/9708f6f63e080c0ec91c11763d3121a407349d1a))
354
+ - update indicator animation for loading and content direction ([f607f8b](https://github.com/adobe/spectrum-web-components/commit/f607f8b4fca280b7aa5eae835554ea62845abd1c))
355
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
356
+ - update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
357
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
358
+ - use CSS position relative and revert Tabs.ts changes ([a682bcf](https://github.com/adobe/spectrum-web-components/commit/a682bcf149bc8d7e09875838323145883dbd3cbd))
359
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
360
+ - use ObserveSlotText mixin to prevent white space from overriding label attribute ([610fb4b](https://github.com/adobe/spectrum-web-components/commit/610fb4b5b392b7e3673c7d46bf8f9f5f79f27ca9))
361
+ - use typescript@^4.5 for "native" document.fonts typings ([a3e4aea](https://github.com/adobe/spectrum-web-components/commit/a3e4aea802c796e9029b2bc32f58639954db831b))
362
+
363
+ ### Features
364
+
365
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
366
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
367
+ - apply sizedMixin for t-shirt sizing ([d7b63fb](https://github.com/adobe/spectrum-web-components/commit/d7b63fb0db06b5a8a412fea8370964f4db9d18ae))
368
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
369
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
370
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
371
+ - shared pkg versions, devmode define warning, registry-conflicts docs ([6e49565](https://github.com/adobe/spectrum-web-components/commit/6e4956519b845fa8127f8032948b625c252ef7a6))
372
+ - **tabs-overflow:** address comments ([b0e3398](https://github.com/adobe/spectrum-web-components/commit/b0e3398518d8c8d72dc901bd3c137a7c4c8f4b54))
373
+ - **tabs-overflow:** first round implementation of sp-tabs-overflow ([c5b589a](https://github.com/adobe/spectrum-web-components/commit/c5b589a41d74e61edfd1a10f012f70052ae39f6d))
374
+ - **tabs:** add sp-tab-panel element ([b17d276](https://github.com/adobe/spectrum-web-components/commit/b17d2765cf415578a31e5fa23515c25ff4c3922d))
375
+ - **tabs:** add test coverage, remove unused property from component class ([9933ad8](https://github.com/adobe/spectrum-web-components/commit/9933ad83dea315533bd749be9a25a15d9a33b24a))
376
+ - **tabs:** add test coverage, update import paths ([d104b52](https://github.com/adobe/spectrum-web-components/commit/d104b520f1ae0892f4905b6ba4e5d41d13e2fa76))
377
+ - **tabs:** moving tabs overflow under tabs package ([a18c692](https://github.com/adobe/spectrum-web-components/commit/a18c692a858163859cc73c86755a078ee003d67f))
378
+ - **tabs:** update bundle setup and readme ([0249b94](https://github.com/adobe/spectrum-web-components/commit/0249b94d36567f9a1e6c9de35a56ffeb1163df1b))
379
+ - **tabs:** update imports to get correct coverage ([2e421cd](https://github.com/adobe/spectrum-web-components/commit/2e421cda336833b55ba67f0e69bc76195e2b5a0a))
380
+ - **tabs:** update spectrum css input ([d875a0c](https://github.com/adobe/spectrum-web-components/commit/d875a0cdeba6e798ff129409b2b809d9d8adaae3))
381
+ - update card and tabs to latest spectrum-css ([55b8d67](https://github.com/adobe/spectrum-web-components/commit/55b8d67c03349183c3aebb52bbc54f5c58b3fdb4))
382
+ - update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
383
+ - update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
384
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
385
+ - use SixedMixin to manage "size" property ([8819821](https://github.com/adobe/spectrum-web-components/commit/88198212cb495833ed2e7644f95b43dca915318d))
386
+
387
+ ### Performance Improvements
388
+
389
+ - reduce render cycles when managing "dir" attribute ([7b28309](https://github.com/adobe/spectrum-web-components/commit/7b28309ff2b977ad8a61d9e6c41737abfbb111bf))
390
+
391
+ ## [0.11.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.11.3...@spectrum-web-components/tabs@0.11.4) (2023-04-24)
392
+
393
+ **Note:** Version bump only for package @spectrum-web-components/tabs
394
+
395
+ ## [0.11.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.11.2...@spectrum-web-components/tabs@0.11.3) (2023-04-05)
396
+
397
+ ### Performance Improvements
398
+
399
+ - reduce render cycles when managing "dir" attribute ([7b28309](https://github.com/adobe/spectrum-web-components/commit/7b28309ff2b977ad8a61d9e6c41737abfbb111bf))
400
+
401
+ ## [0.11.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.11.1...@spectrum-web-components/tabs@0.11.2) (2023-03-22)
402
+
403
+ ### Bug Fixes
404
+
405
+ - extract and share tshirt size styles ([3acfc30](https://github.com/adobe/spectrum-web-components/commit/3acfc308efea0993f00e7be01ee2fb49bd092449))
406
+ - extract and share tshirt size styles ([b1440f7](https://github.com/adobe/spectrum-web-components/commit/b1440f7e828f525a101ffba69df16984be154da1))
407
+ - keep compact property ([904df71](https://github.com/adobe/spectrum-web-components/commit/904df71d63d542d6f8cf724dbfb81347d0f0de1b))
408
+ - keep compact property ([b5af15f](https://github.com/adobe/spectrum-web-components/commit/b5af15fb1fa6794cee0a88ffa9839921c2b21508))
409
+ - move hover/focus hoisting into conditioning ([15ac2f7](https://github.com/adobe/spectrum-web-components/commit/15ac2f7f561b3cb5b865d1539fbd753999f25119))
410
+ - proper overflow rtl support ([9b1c9d4](https://github.com/adobe/spectrum-web-components/commit/9b1c9d4470051e059c8e22b544dee7f46d03593a))
411
+ - remove attribute binding logic ([1f6833f](https://github.com/adobe/spectrum-web-components/commit/1f6833f6f1058b7c91aec45ba51330c9dfbe6372))
412
+ - remove attribute binding logic ([7bce0ae](https://github.com/adobe/spectrum-web-components/commit/7bce0ae239e55a6479268ab76a992199452c0cb5))
413
+ - **tabs:** bind tabs overflow state with sp-tabs ([a07c45b](https://github.com/adobe/spectrum-web-components/commit/a07c45bdce27a7b0bed3faf46bd638ebab9b42d9))
414
+ - **tabs:** bind tabs overflow state with sp-tabs ([570a2cd](https://github.com/adobe/spectrum-web-components/commit/570a2cdaf282ef0f565574c65eef619c82ef2a60))
415
+
416
+ ## [0.11.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.11.0...@spectrum-web-components/tabs@0.11.1) (2023-03-08)
417
+
418
+ **Note:** Version bump only for package @spectrum-web-components/tabs
419
+
420
+ # [0.11.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.10.7...@spectrum-web-components/tabs@0.11.0) (2023-02-21)
421
+
422
+ ### Features
423
+
424
+ - **tabs-overflow:** address comments ([b0e3398](https://github.com/adobe/spectrum-web-components/commit/b0e3398518d8c8d72dc901bd3c137a7c4c8f4b54))
425
+ - **tabs-overflow:** first round implementation of sp-tabs-overflow ([c5b589a](https://github.com/adobe/spectrum-web-components/commit/c5b589a41d74e61edfd1a10f012f70052ae39f6d))
426
+ - **tabs:** add test coverage, remove unused property from component class ([9933ad8](https://github.com/adobe/spectrum-web-components/commit/9933ad83dea315533bd749be9a25a15d9a33b24a))
427
+ - **tabs:** add test coverage, update import paths ([d104b52](https://github.com/adobe/spectrum-web-components/commit/d104b520f1ae0892f4905b6ba4e5d41d13e2fa76))
428
+ - **tabs:** moving tabs overflow under tabs package ([a18c692](https://github.com/adobe/spectrum-web-components/commit/a18c692a858163859cc73c86755a078ee003d67f))
429
+ - **tabs:** update bundle setup and readme ([0249b94](https://github.com/adobe/spectrum-web-components/commit/0249b94d36567f9a1e6c9de35a56ffeb1163df1b))
430
+ - **tabs:** update imports to get correct coverage ([2e421cd](https://github.com/adobe/spectrum-web-components/commit/2e421cda336833b55ba67f0e69bc76195e2b5a0a))
431
+
432
+ ## [0.10.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.10.6...@spectrum-web-components/tabs@0.10.7) (2023-02-08)
433
+
434
+ ### Bug Fixes
435
+
436
+ - **tabs:** correct indicator size by scaling from 100px ([a3fb68b](https://github.com/adobe/spectrum-web-components/commit/a3fb68bb8103bc87a9c1e14e3bca8a5476e3a2f1))
437
+
438
+ ## [0.10.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.10.5...@spectrum-web-components/tabs@0.10.6) (2023-01-23)
439
+
440
+ **Note:** Version bump only for package @spectrum-web-components/tabs
441
+
442
+ ## [0.10.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.10.4...@spectrum-web-components/tabs@0.10.5) (2023-01-09)
443
+
444
+ **Note:** Version bump only for package @spectrum-web-components/tabs
445
+
446
+ ## [0.10.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.10.3...@spectrum-web-components/tabs@0.10.4) (2022-12-08)
447
+
448
+ **Note:** Version bump only for package @spectrum-web-components/tabs
449
+
450
+ ## [0.10.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.10.2...@spectrum-web-components/tabs@0.10.3) (2022-11-21)
451
+
452
+ **Note:** Version bump only for package @spectrum-web-components/tabs
453
+
454
+ ## [0.10.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.10.1...@spectrum-web-components/tabs@0.10.2) (2022-11-14)
455
+
456
+ ### Bug Fixes
457
+
458
+ - tab indicator positioning ([8c20769](https://github.com/adobe/spectrum-web-components/commit/8c20769030c3c90620f1f2e397f5f5b83b2a49c9))
459
+ - use CSS position relative and revert Tabs.ts changes ([a682bcf](https://github.com/adobe/spectrum-web-components/commit/a682bcf149bc8d7e09875838323145883dbd3cbd))
460
+
461
+ ## [0.10.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.10.0...@spectrum-web-components/tabs@0.10.1) (2022-10-28)
462
+
463
+ **Note:** Version bump only for package @spectrum-web-components/tabs
464
+
465
+ # [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.9.2...@spectrum-web-components/tabs@0.10.0) (2022-10-17)
466
+
467
+ ### Bug Fixes
468
+
469
+ - **tabs:** update css workarounds ([c2a17e0](https://github.com/adobe/spectrum-web-components/commit/c2a17e02ac019dc7a28411bdc2f666f8c27c26b8))
470
+
471
+ ### Features
472
+
473
+ - update card and tabs to latest spectrum-css ([55b8d67](https://github.com/adobe/spectrum-web-components/commit/55b8d67c03349183c3aebb52bbc54f5c58b3fdb4))
474
+
475
+ ## [0.9.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.9.1...@spectrum-web-components/tabs@0.9.2) (2022-10-10)
476
+
477
+ **Note:** Version bump only for package @spectrum-web-components/tabs
478
+
479
+ ## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.9.0...@spectrum-web-components/tabs@0.9.1) (2022-09-14)
480
+
481
+ ### Bug Fixes
482
+
483
+ - **tabs:** add "quiet", "compact", and "emphasized" "direction=vertical" ([26fff53](https://github.com/adobe/spectrum-web-components/commit/26fff53d8d64c508be66406d00e6e45e48c15278))
484
+
485
+ # [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.15...@spectrum-web-components/tabs@0.9.0) (2022-08-09)
486
+
487
+ ### Features
488
+
489
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
490
+
491
+ ## [0.8.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.14...@spectrum-web-components/tabs@0.8.15) (2022-08-04)
492
+
493
+ ### Bug Fixes
494
+
495
+ - **tabs:** add "tablist" part to manage list styles ([bbf8074](https://github.com/adobe/spectrum-web-components/commit/bbf8074b177f51929ec3bddbffcd2c22ad1971b5))
496
+
497
+ ## [0.8.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.13...@spectrum-web-components/tabs@0.8.14) (2022-07-18)
498
+
499
+ **Note:** Version bump only for package @spectrum-web-components/tabs
500
+
501
+ ## [0.8.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.12...@spectrum-web-components/tabs@0.8.13) (2022-06-29)
502
+
503
+ **Note:** Version bump only for package @spectrum-web-components/tabs
504
+
505
+ ## [0.8.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.11...@spectrum-web-components/tabs@0.8.12) (2022-06-07)
506
+
507
+ **Note:** Version bump only for package @spectrum-web-components/tabs
508
+
509
+ ## [0.8.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.10...@spectrum-web-components/tabs@0.8.11) (2022-05-27)
510
+
511
+ **Note:** Version bump only for package @spectrum-web-components/tabs
512
+
513
+ ## [0.8.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.9...@spectrum-web-components/tabs@0.8.10) (2022-05-12)
514
+
515
+ ### Bug Fixes
516
+
517
+ - **tabs:** add "emphasized" and correct WHCM delivery ([27940bd](https://github.com/adobe/spectrum-web-components/commit/27940bde2444040910bf772c757514fbabdee85c))
518
+
519
+ ## [0.8.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.8...@spectrum-web-components/tabs@0.8.9) (2022-04-21)
520
+
521
+ **Note:** Version bump only for package @spectrum-web-components/tabs
522
+
523
+ ## [0.8.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.7...@spectrum-web-components/tabs@0.8.8) (2022-03-30)
524
+
525
+ **Note:** Version bump only for package @spectrum-web-components/tabs
526
+
527
+ ## [0.8.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.6...@spectrum-web-components/tabs@0.8.7) (2022-03-08)
528
+
529
+ **Note:** Version bump only for package @spectrum-web-components/tabs
530
+
531
+ ## [0.8.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.5...@spectrum-web-components/tabs@0.8.6) (2022-03-04)
532
+
533
+ ### Bug Fixes
534
+
535
+ - manually support WHCM in tabs ([11884f1](https://github.com/adobe/spectrum-web-components/commit/11884f13655db88041d0470c48dee22c4bd8ec83))
536
+
537
+ ## [0.8.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.4...@spectrum-web-components/tabs@0.8.5) (2022-02-22)
538
+
539
+ ### Bug Fixes
540
+
541
+ - **tabs:** ensure that "auto" attribute is respected ([d200775](https://github.com/adobe/spectrum-web-components/commit/d20077516fadeb42b8814416f87689254e4e0381))
542
+
543
+ ## [0.8.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.3...@spectrum-web-components/tabs@0.8.4) (2022-02-02)
544
+
545
+ **Note:** Version bump only for package @spectrum-web-components/tabs
546
+
547
+ ## [0.8.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.2...@spectrum-web-components/tabs@0.8.3) (2022-01-26)
548
+
549
+ ### Bug Fixes
550
+
551
+ - **tabs:** added test ([7d5f41f](https://github.com/adobe/spectrum-web-components/commit/7d5f41f74d2467e9d12a1a2328db1ff3dd6a8a71))
552
+ - **tabs:** error on click - undefined tab target ([9742227](https://github.com/adobe/spectrum-web-components/commit/974222739745e1a8c082ed77e3e68199907f7890))
553
+
554
+ ## [0.8.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.1...@spectrum-web-components/tabs@0.8.2) (2022-01-07)
555
+
556
+ **Note:** Version bump only for package @spectrum-web-components/tabs
557
+
558
+ ## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.8.0...@spectrum-web-components/tabs@0.8.1) (2021-12-13)
559
+
560
+ ### Bug Fixes
561
+
562
+ - allow Tab elements to accept slotted DOM content ([29c9517](https://github.com/adobe/spectrum-web-components/commit/29c951790159d9e02b9850f5739ecaeb486e82b1))
563
+ - ensure that updates to Tab element content update the Selection Indicator ([94891eb](https://github.com/adobe/spectrum-web-components/commit/94891eb06022f8744558137d9fa237fd541ebca2))
564
+ - use typescript@^4.5 for "native" document.fonts typings ([a3e4aea](https://github.com/adobe/spectrum-web-components/commit/a3e4aea802c796e9029b2bc32f58639954db831b))
565
+
566
+ # [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.7.1...@spectrum-web-components/tabs@0.8.0) (2021-11-08)
567
+
568
+ ### Features
569
+
570
+ - update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
571
+
572
+ ## [0.7.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.7.0...@spectrum-web-components/tabs@0.7.1) (2021-11-08)
573
+
574
+ **Note:** Version bump only for package @spectrum-web-components/tabs
575
+
576
+ # [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.6.10...@spectrum-web-components/tabs@0.7.0) (2021-11-02)
577
+
578
+ ### Features
579
+
580
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
581
+
582
+ ## [0.6.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.6.9...@spectrum-web-components/tabs@0.6.10) (2021-10-12)
583
+
584
+ **Note:** Version bump only for package @spectrum-web-components/tabs
585
+
586
+ ## [0.6.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.6.8...@spectrum-web-components/tabs@0.6.9) (2021-09-20)
587
+
588
+ **Note:** Version bump only for package @spectrum-web-components/tabs
589
+
590
+ ## [0.6.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.6.7...@spectrum-web-components/tabs@0.6.8) (2021-09-13)
591
+
592
+ **Note:** Version bump only for package @spectrum-web-components/tabs
593
+
594
+ ## [0.6.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.6.6...@spectrum-web-components/tabs@0.6.7) (2021-08-24)
595
+
596
+ ### Bug Fixes
597
+
598
+ - correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
599
+
600
+ ## [0.6.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.6.5...@spectrum-web-components/tabs@0.6.6) (2021-08-03)
601
+
602
+ ### Bug Fixes
603
+
604
+ - allow "updateComplete" to resolve to a boolean like the LitElement default ([6127946](https://github.com/adobe/spectrum-web-components/commit/6127946fd3ffd048a30b7eb4bf6aadf9e7c8752a))
605
+
606
+ ## [0.6.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.6.4...@spectrum-web-components/tabs@0.6.5) (2021-07-22)
607
+
608
+ ### Bug Fixes
609
+
610
+ - **tabs:** ensure tabs has layout ([7aba515](https://github.com/adobe/spectrum-web-components/commit/7aba51561965342ea3e18404621659aa32c2ed8f))
611
+ - **tabs:** manage disabled state on tabs and tab elements ([58def1f](https://github.com/adobe/spectrum-web-components/commit/58def1fd7a724cc078459c56f39c19ebe2005f97))
612
+
613
+ ## [0.6.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.6.3...@spectrum-web-components/tabs@0.6.4) (2021-07-01)
614
+
615
+ ### Bug Fixes
616
+
617
+ - update indicator animation for loading and content direction ([f607f8b](https://github.com/adobe/spectrum-web-components/commit/f607f8b4fca280b7aa5eae835554ea62845abd1c))
618
+
619
+ ## [0.6.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.6.2...@spectrum-web-components/tabs@0.6.3) (2021-06-16)
620
+
621
+ **Note:** Version bump only for package @spectrum-web-components/tabs
622
+
623
+ ## [0.6.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.6.1...@spectrum-web-components/tabs@0.6.2) (2021-06-07)
624
+
625
+ ### Bug Fixes
626
+
627
+ - use ObserveSlotText mixin to prevent white space from overriding label attribute ([610fb4b](https://github.com/adobe/spectrum-web-components/commit/610fb4b5b392b7e3673c7d46bf8f9f5f79f27ca9))
628
+
629
+ ## [0.6.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.6.0...@spectrum-web-components/tabs@0.6.1) (2021-05-25)
630
+
631
+ ### Bug Fixes
632
+
633
+ - **tabs:** include sp-tab-panel.js in the export map ([1619ae8](https://github.com/adobe/spectrum-web-components/commit/1619ae876d70d35eaff38aa955f3cd307f4a5c54))
634
+
635
+ # [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.5.6...@spectrum-web-components/tabs@0.6.0) (2021-05-24)
636
+
637
+ ### Features
638
+
639
+ - **tabs:** add sp-tab-panel element ([b17d276](https://github.com/adobe/spectrum-web-components/commit/b17d2765cf415578a31e5fa23515c25ff4c3922d))
640
+
641
+ ## [0.5.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.5.5...@spectrum-web-components/tabs@0.5.6) (2021-05-12)
642
+
643
+ **Note:** Version bump only for package @spectrum-web-components/tabs
644
+
645
+ ## [0.5.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.5.4...@spectrum-web-components/tabs@0.5.5) (2021-04-09)
646
+
647
+ **Note:** Version bump only for package @spectrum-web-components/tabs
648
+
649
+ ## [0.5.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.5.3...@spectrum-web-components/tabs@0.5.4) (2021-03-29)
650
+
651
+ **Note:** Version bump only for package @spectrum-web-components/tabs
652
+
653
+ ## [0.5.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.5.2...@spectrum-web-components/tabs@0.5.3) (2021-03-22)
654
+
655
+ **Note:** Version bump only for package @spectrum-web-components/tabs
656
+
657
+ ## [0.5.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.5.1...@spectrum-web-components/tabs@0.5.2) (2021-03-22)
658
+
659
+ **Note:** Version bump only for package @spectrum-web-components/tabs
660
+
661
+ ## [0.5.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.5.0...@spectrum-web-components/tabs@0.5.1) (2021-03-05)
662
+
663
+ **Note:** Version bump only for package @spectrum-web-components/tabs
664
+
665
+ # [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.4.3...@spectrum-web-components/tabs@0.5.0) (2021-03-04)
666
+
667
+ ### Features
668
+
669
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
670
+
671
+ ## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.4.2...@spectrum-web-components/tabs@0.4.3) (2021-02-11)
672
+
673
+ ### Bug Fixes
674
+
675
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
676
+
677
+ ## [0.4.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.4.1...@spectrum-web-components/tabs@0.4.2) (2021-02-02)
678
+
679
+ **Note:** Version bump only for package @spectrum-web-components/tabs
680
+
681
+ ## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.4.0...@spectrum-web-components/tabs@0.4.1) (2021-01-28)
682
+
683
+ **Note:** Version bump only for package @spectrum-web-components/tabs
684
+
685
+ # [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.2.4...@spectrum-web-components/tabs@0.4.0) (2021-01-21)
686
+
687
+ ### Bug Fixes
688
+
689
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
690
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
691
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
692
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
693
+
694
+ ### Features
695
+
696
+ - apply sizedMixin for t-shirt sizing ([d7b63fb](https://github.com/adobe/spectrum-web-components/commit/d7b63fb0db06b5a8a412fea8370964f4db9d18ae))
697
+ - use SixedMixin to manage "size" property ([8819821](https://github.com/adobe/spectrum-web-components/commit/88198212cb495833ed2e7644f95b43dca915318d))
698
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
699
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
700
+ - **tabs:** update spectrum css input ([d875a0c](https://github.com/adobe/spectrum-web-components/commit/d875a0cdeba6e798ff129409b2b809d9d8adaae3))
701
+
702
+ # [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.2.4...@spectrum-web-components/tabs@0.3.0) (2021-01-13)
703
+
704
+ ### Bug Fixes
705
+
706
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
707
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
708
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
709
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
710
+
711
+ ### Features
712
+
713
+ - apply sizedMixin for t-shirt sizing ([d7b63fb](https://github.com/adobe/spectrum-web-components/commit/d7b63fb0db06b5a8a412fea8370964f4db9d18ae))
714
+ - use SixedMixin to manage "size" property ([8819821](https://github.com/adobe/spectrum-web-components/commit/88198212cb495833ed2e7644f95b43dca915318d))
715
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
716
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
717
+ - **tabs:** update spectrum css input ([d875a0c](https://github.com/adobe/spectrum-web-components/commit/d875a0cdeba6e798ff129409b2b809d9d8adaae3))
718
+
719
+ ## [0.2.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.2.3...@spectrum-web-components/tabs@0.2.4) (2020-10-12)
720
+
721
+ **Note:** Version bump only for package @spectrum-web-components/tabs
722
+
723
+ ## [0.2.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.2.2...@spectrum-web-components/tabs@0.2.3) (2020-10-12)
724
+
725
+ ### Bug Fixes
726
+
727
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
728
+
729
+ ## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.2.1...@spectrum-web-components/tabs@0.2.2) (2020-09-25)
730
+
731
+ ### Bug Fixes
732
+
733
+ - check if current selected value exists before setting selected attr ([1878ca3](https://github.com/adobe/spectrum-web-components/commit/1878ca339626253ce3a664d42702b374fd4fff54))
734
+ - update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
735
+
736
+ ## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.2.0...@spectrum-web-components/tabs@0.2.1) (2020-09-14)
737
+
738
+ ### Bug Fixes
739
+
740
+ - **top-nav:** prototype top-nav pattern ([9708f6f](https://github.com/adobe/spectrum-web-components/commit/9708f6f63e080c0ec91c11763d3121a407349d1a))
741
+
742
+ # [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.1.3...@spectrum-web-components/tabs@0.2.0) (2020-08-31)
743
+
744
+ ### Bug Fixes
745
+
746
+ - **tabs:** bind tabindicator update to dir value ([09598b5](https://github.com/adobe/spectrum-web-components/commit/09598b59f1198b7ebc8067834681000ceee0918e))
747
+ - support matching keydown to [dir](<[70b40a9](https://github.com/adobe/spectrum-web-components/commit/70b40a9d3bb5fe2d12208365abf132260270721b)>)
748
+
749
+ ### Features
750
+
751
+ - update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
752
+
753
+ ## [0.1.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.1.2...@spectrum-web-components/tabs@0.1.3) (2020-08-19)
754
+
755
+ **Note:** Version bump only for package @spectrum-web-components/tabs
756
+
757
+ ## [0.1.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.1.1...@spectrum-web-components/tabs@0.1.2) (2020-07-27)
758
+
759
+ ### Bug Fixes
760
+
761
+ - ensure browser understandable extensions ([f4e59f7](https://github.com/adobe/spectrum-web-components/commit/f4e59f76f86369593810463c6406565e28ad97e9))
762
+
763
+ ## [0.1.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/tabs@0.1.0...@spectrum-web-components/tabs@0.1.1) (2020-07-22)
764
+
765
+ ### Bug Fixes
766
+
767
+ - **tabs:** correct entry focus element ([64407d3](https://github.com/adobe/spectrum-web-components/commit/64407d37fd09d3d598253a66c3b342882d51a826))
768
+
769
+ # 0.1.0 (2020-07-17)
770
+
771
+ ### Bug Fixes
772
+
773
+ - **tabs:** ensure only one active tab stop in the tabs ([68b2523](https://github.com/adobe/spectrum-web-components/commit/68b2523d2287ad8bdb82d2c8b0e79b30129317c4))
774
+
775
+ ### Features
776
+
777
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))