@fluentui/react-tabs 9.0.0-beta.7 → 9.0.0-rc.2

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