@fluentui/react-tabs 9.0.0-beta.8 → 9.0.0-rc.3

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 (91) hide show
  1. package/CHANGELOG.json +371 -1
  2. package/CHANGELOG.md +101 -4
  3. package/dist/{react-tabs.d.ts → index.d.ts} +73 -70
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/components/Tab/Tab.types.js.map +1 -1
  6. package/lib/components/Tab/index.js +1 -0
  7. package/lib/components/Tab/index.js.map +1 -1
  8. package/lib/components/Tab/renderTab.js +1 -2
  9. package/lib/components/Tab/renderTab.js.map +1 -1
  10. package/lib/components/Tab/useTab.js +28 -29
  11. package/lib/components/Tab/useTab.js.map +1 -1
  12. package/lib/components/Tab/useTabAnimatedIndicator.js +134 -0
  13. package/lib/components/Tab/useTabAnimatedIndicator.js.map +1 -0
  14. package/lib/components/Tab/useTabStyles.js +220 -88
  15. package/lib/components/Tab/useTabStyles.js.map +1 -1
  16. package/lib/components/TabList/TabList.types.js.map +1 -1
  17. package/lib/components/TabList/TabListContext.js +6 -0
  18. package/lib/components/TabList/TabListContext.js.map +1 -1
  19. package/lib/components/TabList/renderTabList.js +0 -1
  20. package/lib/components/TabList/renderTabList.js.map +1 -1
  21. package/lib/components/TabList/useTabList.js +28 -52
  22. package/lib/components/TabList/useTabList.js.map +1 -1
  23. package/lib/components/TabList/useTabListContextValues.js +4 -0
  24. package/lib/components/TabList/useTabListContextValues.js.map +1 -1
  25. package/lib/components/TabList/useTabListStyles.js +14 -91
  26. package/lib/components/TabList/useTabListStyles.js.map +1 -1
  27. package/lib/index.js +2 -2
  28. package/lib/index.js.map +1 -1
  29. package/lib-commonjs/components/Tab/index.js +2 -0
  30. package/lib-commonjs/components/Tab/index.js.map +1 -1
  31. package/lib-commonjs/components/Tab/renderTab.js +1 -2
  32. package/lib-commonjs/components/Tab/renderTab.js.map +1 -1
  33. package/lib-commonjs/components/Tab/useTab.js +28 -29
  34. package/lib-commonjs/components/Tab/useTab.js.map +1 -1
  35. package/lib-commonjs/components/Tab/useTabAnimatedIndicator.js +148 -0
  36. package/lib-commonjs/components/Tab/useTabAnimatedIndicator.js.map +1 -0
  37. package/lib-commonjs/components/Tab/useTabStyles.js +220 -88
  38. package/lib-commonjs/components/Tab/useTabStyles.js.map +1 -1
  39. package/lib-commonjs/components/TabList/TabListContext.js +6 -0
  40. package/lib-commonjs/components/TabList/TabListContext.js.map +1 -1
  41. package/lib-commonjs/components/TabList/renderTabList.js +0 -1
  42. package/lib-commonjs/components/TabList/renderTabList.js.map +1 -1
  43. package/lib-commonjs/components/TabList/useTabList.js +27 -51
  44. package/lib-commonjs/components/TabList/useTabList.js.map +1 -1
  45. package/lib-commonjs/components/TabList/useTabListContextValues.js +4 -0
  46. package/lib-commonjs/components/TabList/useTabListContextValues.js.map +1 -1
  47. package/lib-commonjs/components/TabList/useTabListStyles.js +14 -94
  48. package/lib-commonjs/components/TabList/useTabListStyles.js.map +1 -1
  49. package/lib-commonjs/index.js +64 -3
  50. package/lib-commonjs/index.js.map +1 -1
  51. package/package.json +12 -21
  52. package/lib/Tab.d.ts +0 -1
  53. package/lib/TabList.d.ts +0 -1
  54. package/lib/components/Tab/Tab.d.ts +0 -6
  55. package/lib/components/Tab/Tab.types.d.ts +0 -52
  56. package/lib/components/Tab/index.d.ts +0 -5
  57. package/lib/components/Tab/renderTab.d.ts +0 -5
  58. package/lib/components/Tab/useTab.d.ts +0 -12
  59. package/lib/components/Tab/useTabStyles.d.ts +0 -6
  60. package/lib/components/TabList/TabList.d.ts +0 -6
  61. package/lib/components/TabList/TabList.types.d.ts +0 -99
  62. package/lib/components/TabList/TabListContext.d.ts +0 -3
  63. package/lib/components/TabList/index.d.ts +0 -5
  64. package/lib/components/TabList/renderTabList.d.ts +0 -5
  65. package/lib/components/TabList/useTabList.d.ts +0 -12
  66. package/lib/components/TabList/useTabListContextValues.d.ts +0 -2
  67. package/lib/components/TabList/useTabListStyles.d.ts +0 -9
  68. package/lib/index.d.ts +0 -2
  69. package/lib/tab.constants.d.ts +0 -15
  70. package/lib/tab.constants.js +0 -17
  71. package/lib/tab.constants.js.map +0 -1
  72. package/lib-commonjs/Tab.d.ts +0 -1
  73. package/lib-commonjs/TabList.d.ts +0 -1
  74. package/lib-commonjs/components/Tab/Tab.d.ts +0 -6
  75. package/lib-commonjs/components/Tab/Tab.types.d.ts +0 -52
  76. package/lib-commonjs/components/Tab/index.d.ts +0 -5
  77. package/lib-commonjs/components/Tab/renderTab.d.ts +0 -5
  78. package/lib-commonjs/components/Tab/useTab.d.ts +0 -12
  79. package/lib-commonjs/components/Tab/useTabStyles.d.ts +0 -6
  80. package/lib-commonjs/components/TabList/TabList.d.ts +0 -6
  81. package/lib-commonjs/components/TabList/TabList.types.d.ts +0 -99
  82. package/lib-commonjs/components/TabList/TabListContext.d.ts +0 -3
  83. package/lib-commonjs/components/TabList/index.d.ts +0 -5
  84. package/lib-commonjs/components/TabList/renderTabList.d.ts +0 -5
  85. package/lib-commonjs/components/TabList/useTabList.d.ts +0 -12
  86. package/lib-commonjs/components/TabList/useTabListContextValues.d.ts +0 -2
  87. package/lib-commonjs/components/TabList/useTabListStyles.d.ts +0 -9
  88. package/lib-commonjs/index.d.ts +0 -2
  89. package/lib-commonjs/tab.constants.d.ts +0 -15
  90. package/lib-commonjs/tab.constants.js +0 -23
  91. package/lib-commonjs/tab.constants.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,377 @@
2
2
  "name": "@fluentui/react-tabs",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 04 Mar 2022 05:15:44 GMT",
5
+ "date": "Mon, 23 May 2022 18:54:54 GMT",
6
+ "tag": "@fluentui/react-tabs_v9.0.0-rc.3",
7
+ "version": "9.0.0-rc.3",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "esteban.230@hotmail.com",
12
+ "package": "@fluentui/react-tabs",
13
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
14
+ "comment": "Removing commons type from Label."
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-tabs",
19
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.11",
20
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-tabs",
25
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
26
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-tabs",
31
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
32
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Mon, 23 May 2022 12:13:48 GMT",
39
+ "tag": "@fluentui/react-tabs_v9.0.0-rc.2",
40
+ "version": "9.0.0-rc.2",
41
+ "comments": {
42
+ "prerelease": [
43
+ {
44
+ "author": "gcox@microsoft.com",
45
+ "package": "@fluentui/react-tabs",
46
+ "commit": "5a4a2c6b1ed8d4c2abb12a08d1abec71e9055ce6",
47
+ "comment": "Removed TabListCommons and TabCommons types"
48
+ },
49
+ {
50
+ "author": "gcox@microsoft.com",
51
+ "package": "@fluentui/react-tabs",
52
+ "commit": "58c5aafd8deb82eaf1ff117d9e2c9029f5658168",
53
+ "comment": "Removed flexgap from useTabStyles"
54
+ },
55
+ {
56
+ "author": "gcox@microsoft.com",
57
+ "package": "@fluentui/react-tabs",
58
+ "commit": "3460b40b4faf6c8939680f69878446da23ea20f9",
59
+ "comment": "Updated to focus on current selected tab"
60
+ },
61
+ {
62
+ "author": "gcox@microsoft.com",
63
+ "package": "@fluentui/react-tabs",
64
+ "commit": "447a9aa0c3527d42bd071e63777b7afa1a14b273",
65
+ "comment": "Used background rather than border"
66
+ },
67
+ {
68
+ "author": "gcox@microsoft.com",
69
+ "package": "@fluentui/react-tabs",
70
+ "commit": "083e54e4374c25be4200c27922c16621431bb2bc",
71
+ "comment": "Moved react-tabs to stable and rc.1"
72
+ },
73
+ {
74
+ "author": "martinhochel@microsoft.com",
75
+ "package": "@fluentui/react-tabs",
76
+ "commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
77
+ "comment": "feat: ship rolluped only dts"
78
+ },
79
+ {
80
+ "author": "olfedias@microsoft.com",
81
+ "package": "@fluentui/react-tabs",
82
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
83
+ "comment": "chore: Update Griffel to latest version"
84
+ },
85
+ {
86
+ "author": "gcox@microsoft.com",
87
+ "package": "@fluentui/react-tabs",
88
+ "commit": "42e0900f7a008d83fdca5a6e5620f49951ecedf1",
89
+ "comment": "Remove overflow to allow focus outline to display"
90
+ },
91
+ {
92
+ "author": "olfedias@microsoft.com",
93
+ "package": "@fluentui/react-tabs",
94
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
95
+ "comment": "chore: Update Griffel to latest version"
96
+ },
97
+ {
98
+ "author": "gcox@microsoft.com",
99
+ "package": "@fluentui/react-tabs",
100
+ "commit": "48bc32c6df6279b46ba94aab16f8bf650b17bd1e",
101
+ "comment": "Add aria-label for icon only story"
102
+ },
103
+ {
104
+ "author": "beachball",
105
+ "package": "@fluentui/react-tabs",
106
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.9",
107
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
108
+ },
109
+ {
110
+ "author": "beachball",
111
+ "package": "@fluentui/react-tabs",
112
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
113
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
114
+ },
115
+ {
116
+ "author": "beachball",
117
+ "package": "@fluentui/react-tabs",
118
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
119
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
120
+ },
121
+ {
122
+ "author": "beachball",
123
+ "package": "@fluentui/react-tabs",
124
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
125
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
126
+ },
127
+ {
128
+ "author": "beachball",
129
+ "package": "@fluentui/react-tabs",
130
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
131
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
132
+ }
133
+ ]
134
+ }
135
+ },
136
+ {
137
+ "date": "Thu, 05 May 2022 18:26:30 GMT",
138
+ "tag": "@fluentui/react-tabs_v9.0.0-beta.12",
139
+ "version": "9.0.0-beta.12",
140
+ "comments": {
141
+ "prerelease": [
142
+ {
143
+ "author": "beachball",
144
+ "package": "@fluentui/react-tabs",
145
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.8",
146
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
147
+ },
148
+ {
149
+ "author": "beachball",
150
+ "package": "@fluentui/react-tabs",
151
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
152
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
153
+ },
154
+ {
155
+ "author": "beachball",
156
+ "package": "@fluentui/react-tabs",
157
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
158
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
159
+ },
160
+ {
161
+ "author": "beachball",
162
+ "package": "@fluentui/react-tabs",
163
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
164
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
165
+ },
166
+ {
167
+ "author": "beachball",
168
+ "package": "@fluentui/react-tabs",
169
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
170
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
171
+ }
172
+ ]
173
+ }
174
+ },
175
+ {
176
+ "date": "Wed, 04 May 2022 13:26:52 GMT",
177
+ "tag": "@fluentui/react-tabs_v9.0.0-beta.11",
178
+ "version": "9.0.0-beta.11",
179
+ "comments": {
180
+ "prerelease": [
181
+ {
182
+ "author": "gcox@microsoft.com",
183
+ "package": "@fluentui/react-tabs",
184
+ "commit": "97939a4e5f523b3ef05c815f909819701eee92ea",
185
+ "comment": "Added aria-selected"
186
+ },
187
+ {
188
+ "author": "gcox@microsoft.com",
189
+ "package": "@fluentui/react-tabs",
190
+ "commit": "c2562b5382305152a09402a367ec853d603438e7",
191
+ "comment": "Updated to use correct pseudo-elements"
192
+ },
193
+ {
194
+ "author": "gcox@microsoft.com",
195
+ "package": "@fluentui/react-tabs",
196
+ "commit": "6c764b820241483c1a9a6e225f758a4c8d4b060e",
197
+ "comment": "Updated to use tokens"
198
+ },
199
+ {
200
+ "author": "gcox@microsoft.com",
201
+ "package": "@fluentui/react-tabs",
202
+ "commit": "55e2b1b53e81efa510a5bc15c6ab0398b52ace7f",
203
+ "comment": "Removed unnecessary width and height from indicators"
204
+ },
205
+ {
206
+ "author": "gcox@microsoft.com",
207
+ "package": "@fluentui/react-tabs",
208
+ "commit": "17ed5008371df7344540af658209840985dc4754",
209
+ "comment": "Allow tab to animate when value is numeric zero"
210
+ },
211
+ {
212
+ "author": "beachball",
213
+ "package": "@fluentui/react-tabs",
214
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.7",
215
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
216
+ },
217
+ {
218
+ "author": "beachball",
219
+ "package": "@fluentui/react-tabs",
220
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
221
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
222
+ },
223
+ {
224
+ "author": "beachball",
225
+ "package": "@fluentui/react-tabs",
226
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
227
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
228
+ },
229
+ {
230
+ "author": "beachball",
231
+ "package": "@fluentui/react-tabs",
232
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
233
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
234
+ }
235
+ ],
236
+ "none": [
237
+ {
238
+ "author": "tristan.watanabe@gmail.com",
239
+ "package": "@fluentui/react-tabs",
240
+ "commit": "f1c470c25de01baef3180067fa99dcc10ec9ebd5",
241
+ "comment": "react-tabs: Move to new common folder."
242
+ }
243
+ ]
244
+ }
245
+ },
246
+ {
247
+ "date": "Mon, 25 Apr 2022 09:32:15 GMT",
248
+ "tag": "@fluentui/react-tabs_v9.0.0-beta.10",
249
+ "version": "9.0.0-beta.10",
250
+ "comments": {
251
+ "prerelease": [
252
+ {
253
+ "author": "gcox@microsoft.com",
254
+ "package": "@fluentui/react-tabs",
255
+ "commit": "9b558cf266817f6499fece14e71bd90e98385a6b",
256
+ "comment": "Added styles to support future overflow calcs"
257
+ },
258
+ {
259
+ "author": "beachball",
260
+ "package": "@fluentui/react-tabs",
261
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.7",
262
+ "commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
263
+ }
264
+ ]
265
+ }
266
+ },
267
+ {
268
+ "date": "Tue, 19 Apr 2022 19:16:56 GMT",
269
+ "tag": "@fluentui/react-tabs_v9.0.0-beta.9",
270
+ "version": "9.0.0-beta.9",
271
+ "comments": {
272
+ "prerelease": [
273
+ {
274
+ "author": "gcox@microsoft.com",
275
+ "package": "@fluentui/react-tabs",
276
+ "commit": "b514b6072c080c6d3539cfc67c4a3e554d9bb775",
277
+ "comment": "Set disabled tab background to transparent"
278
+ },
279
+ {
280
+ "author": "seanmonahan@microsoft.com",
281
+ "package": "@fluentui/react-tabs",
282
+ "commit": "086a675fd0c648944ff4048450190a0a13467de3",
283
+ "comment": "Add static classnames to Tabs"
284
+ },
285
+ {
286
+ "author": "olfedias@microsoft.com",
287
+ "package": "@fluentui/react-tabs",
288
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
289
+ "comment": "chore: Update Griffel to latest version"
290
+ },
291
+ {
292
+ "author": "Humberto.Morimoto@microsoft.com",
293
+ "package": "@fluentui/react-tabs",
294
+ "commit": "ad93ede78815d6767af5bf496ea6ad3ab6f47120",
295
+ "comment": "Removing star exports."
296
+ },
297
+ {
298
+ "author": "martinhochel@microsoft.com",
299
+ "package": "@fluentui/react-tabs",
300
+ "commit": "8722596e561b57decfe9aa79121db844737102ff",
301
+ "comment": "fix missing dependencies and lint warnings"
302
+ },
303
+ {
304
+ "author": "gcox@microsoft.com",
305
+ "package": "@fluentui/react-tabs",
306
+ "commit": "72fa867ab6b084656b53c8f644df74b31077ae15",
307
+ "comment": "Fix subtle style on tabs"
308
+ },
309
+ {
310
+ "author": "gcox@microsoft.com",
311
+ "package": "@fluentui/react-tabs",
312
+ "commit": "374dca7b9d662f71a1f81297d7e4f4ea95615645",
313
+ "comment": "react-tabs fit and finish"
314
+ },
315
+ {
316
+ "author": "gcox@microsoft.com",
317
+ "package": "@fluentui/react-tabs",
318
+ "commit": "69bcdf2f52fe6a8bf7d5f7ca71be74d753202356",
319
+ "comment": "Set subtle tab background to subtle background tokens"
320
+ },
321
+ {
322
+ "author": "gcox@microsoft.com",
323
+ "package": "@fluentui/react-tabs",
324
+ "commit": "f098bb23b512e4084534238f2eca794a39a5c2e0",
325
+ "comment": "Updated to decrease gap of small vertical tab per figma change"
326
+ },
327
+ {
328
+ "author": "beachball",
329
+ "package": "@fluentui/react-tabs",
330
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.6",
331
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
332
+ },
333
+ {
334
+ "author": "beachball",
335
+ "package": "@fluentui/react-tabs",
336
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
337
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
338
+ },
339
+ {
340
+ "author": "beachball",
341
+ "package": "@fluentui/react-tabs",
342
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
343
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
344
+ },
345
+ {
346
+ "author": "beachball",
347
+ "package": "@fluentui/react-tabs",
348
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
349
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
350
+ },
351
+ {
352
+ "author": "beachball",
353
+ "package": "@fluentui/react-tabs",
354
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
355
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
356
+ }
357
+ ],
358
+ "none": [
359
+ {
360
+ "author": "elcraig@microsoft.com",
361
+ "package": "@fluentui/react-tabs",
362
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
363
+ "comment": "Update React dev deps and hoist them to the repo root"
364
+ },
365
+ {
366
+ "author": "mgodbolt@microsoft.com",
367
+ "package": "@fluentui/react-tabs",
368
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
369
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
370
+ }
371
+ ]
372
+ }
373
+ },
374
+ {
375
+ "date": "Fri, 04 Mar 2022 05:17:30 GMT",
6
376
  "tag": "@fluentui/react-tabs_v9.0.0-beta.8",
7
377
  "version": "9.0.0-beta.8",
8
378
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,109 @@
1
1
  # Change Log - @fluentui/react-tabs
2
2
 
3
- This log was last generated on Fri, 04 Mar 2022 05:15:44 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 18:54:54 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v9.0.0-rc.3)
8
+
9
+ Mon, 23 May 2022 18:54:54 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabs_v9.0.0-rc.2..@fluentui/react-tabs_v9.0.0-rc.3)
11
+
12
+ ### Changes
13
+
14
+ - Removing commons type from Label. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
15
+ - Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
16
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
17
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
18
+
19
+ ## [9.0.0-rc.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v9.0.0-rc.2)
20
+
21
+ Mon, 23 May 2022 12:13:48 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabs_v9.0.0-beta.12..@fluentui/react-tabs_v9.0.0-rc.2)
23
+
24
+ ### Changes
25
+
26
+ - Removed TabListCommons and TabCommons types ([PR #22922](https://github.com/microsoft/fluentui/pull/22922) by gcox@microsoft.com)
27
+ - Removed flexgap from useTabStyles ([PR #22920](https://github.com/microsoft/fluentui/pull/22920) by gcox@microsoft.com)
28
+ - Updated to focus on current selected tab ([PR #22900](https://github.com/microsoft/fluentui/pull/22900) by gcox@microsoft.com)
29
+ - Used background rather than border ([PR #22869](https://github.com/microsoft/fluentui/pull/22869) by gcox@microsoft.com)
30
+ - Moved react-tabs to stable and rc.1 ([PR #22923](https://github.com/microsoft/fluentui/pull/22923) by gcox@microsoft.com)
31
+ - feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
32
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
33
+ - Remove overflow to allow focus outline to display ([PR #22897](https://github.com/microsoft/fluentui/pull/22897) by gcox@microsoft.com)
34
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
35
+ - Add aria-label for icon only story ([PR #22898](https://github.com/microsoft/fluentui/pull/22898) by gcox@microsoft.com)
36
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
37
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
38
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
39
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
40
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
41
+
42
+ ## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v9.0.0-beta.12)
43
+
44
+ Thu, 05 May 2022 18:26:30 GMT
45
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabs_v9.0.0-beta.11..@fluentui/react-tabs_v9.0.0-beta.12)
46
+
47
+ ### Changes
48
+
49
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
50
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
51
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
52
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
53
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
54
+
55
+ ## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v9.0.0-beta.11)
56
+
57
+ Wed, 04 May 2022 13:26:52 GMT
58
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabs_v9.0.0-beta.10..@fluentui/react-tabs_v9.0.0-beta.11)
59
+
60
+ ### Changes
61
+
62
+ - Added aria-selected ([PR #22742](https://github.com/microsoft/fluentui/pull/22742) by gcox@microsoft.com)
63
+ - Updated to use correct pseudo-elements ([PR #22768](https://github.com/microsoft/fluentui/pull/22768) by gcox@microsoft.com)
64
+ - Updated to use tokens ([PR #22717](https://github.com/microsoft/fluentui/pull/22717) by gcox@microsoft.com)
65
+ - Removed unnecessary width and height from indicators ([PR #22744](https://github.com/microsoft/fluentui/pull/22744) by gcox@microsoft.com)
66
+ - Allow tab to animate when value is numeric zero ([PR #22754](https://github.com/microsoft/fluentui/pull/22754) by gcox@microsoft.com)
67
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
68
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
69
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
70
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
71
+
72
+ ## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v9.0.0-beta.10)
73
+
74
+ Mon, 25 Apr 2022 09:32:15 GMT
75
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabs_v9.0.0-beta.9..@fluentui/react-tabs_v9.0.0-beta.10)
76
+
77
+ ### Changes
78
+
79
+ - Added styles to support future overflow calcs ([PR #22548](https://github.com/microsoft/fluentui/pull/22548) by gcox@microsoft.com)
80
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
81
+
82
+ ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v9.0.0-beta.9)
83
+
84
+ Tue, 19 Apr 2022 19:16:56 GMT
85
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabs_v9.0.0-beta.8..@fluentui/react-tabs_v9.0.0-beta.9)
86
+
87
+ ### Changes
88
+
89
+ - Set disabled tab background to transparent ([PR #22342](https://github.com/microsoft/fluentui/pull/22342) by gcox@microsoft.com)
90
+ - Add static classnames to Tabs ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
91
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
92
+ - Removing star exports. ([PR #22151](https://github.com/microsoft/fluentui/pull/22151) by Humberto.Morimoto@microsoft.com)
93
+ - fix missing dependencies and lint warnings ([PR #21924](https://github.com/microsoft/fluentui/pull/21924) by martinhochel@microsoft.com)
94
+ - Fix subtle style on tabs ([PR #22439](https://github.com/microsoft/fluentui/pull/22439) by gcox@microsoft.com)
95
+ - react-tabs fit and finish ([PR #22225](https://github.com/microsoft/fluentui/pull/22225) by gcox@microsoft.com)
96
+ - Set subtle tab background to subtle background tokens ([PR #22346](https://github.com/microsoft/fluentui/pull/22346) by gcox@microsoft.com)
97
+ - Updated to decrease gap of small vertical tab per figma change ([PR #22335](https://github.com/microsoft/fluentui/pull/22335) by gcox@microsoft.com)
98
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
99
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
100
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
101
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
102
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
103
+
7
104
  ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v9.0.0-beta.8)
8
105
 
9
- Fri, 04 Mar 2022 05:15:44 GMT
106
+ Fri, 04 Mar 2022 05:17:30 GMT
10
107
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabs_v9.0.0-beta.7..@fluentui/react-tabs_v9.0.0-beta.8)
11
108
 
12
109
  ### Changes
@@ -19,7 +116,7 @@ Fri, 04 Mar 2022 05:15:44 GMT
19
116
 
20
117
  ## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v9.0.0-beta.7)
21
118
 
22
- Tue, 01 Mar 2022 02:17:39 GMT
119
+ Tue, 01 Mar 2022 02:17:39 GMT
23
120
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabs_v9.0.0-beta.6..@fluentui/react-tabs_v9.0.0-beta.7)
24
121
 
25
122
  ### Changes
@@ -31,7 +128,7 @@ Tue, 01 Mar 2022 02:17:39 GMT
31
128
 
32
129
  ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v9.0.0-beta.6)
33
130
 
34
- Fri, 18 Feb 2022 13:35:35 GMT
131
+ Fri, 18 Feb 2022 13:35:35 GMT
35
132
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabs_v9.0.0-beta.4..@fluentui/react-tabs_v9.0.0-beta.6)
36
133
 
37
134
  ### Changes