@fluentui/react-tabster 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.10

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 (88) hide show
  1. package/CHANGELOG.json +502 -15
  2. package/CHANGELOG.md +223 -84
  3. package/README.md +5 -14
  4. package/dist/{react-tabster.d.ts → index.d.ts} +19 -30
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/focus/constants.js +7 -0
  7. package/lib/focus/constants.js.map +1 -0
  8. package/lib/focus/createCustomFocusIndicatorStyle.js +18 -0
  9. package/lib/focus/createCustomFocusIndicatorStyle.js.map +1 -0
  10. package/lib/focus/createFocusOutlineStyle.js +64 -0
  11. package/lib/focus/createFocusOutlineStyle.js.map +1 -0
  12. package/lib/focus/index.js +3 -0
  13. package/lib/focus/index.js.map +1 -0
  14. package/lib/hooks/index.js +2 -3
  15. package/lib/hooks/index.js.map +1 -1
  16. package/lib/hooks/useArrowNavigationGroup.js +7 -3
  17. package/lib/hooks/useArrowNavigationGroup.js.map +1 -1
  18. package/lib/hooks/useFocusFinders.js +25 -33
  19. package/lib/hooks/useFocusFinders.js.map +1 -1
  20. package/lib/hooks/useFocusableGroup.js +19 -22
  21. package/lib/hooks/useFocusableGroup.js.map +1 -1
  22. package/lib/hooks/useKeyboardNavAttribute.js +10 -12
  23. package/lib/hooks/useKeyboardNavAttribute.js.map +1 -1
  24. package/lib/hooks/useModalAttributes.js +12 -14
  25. package/lib/hooks/useModalAttributes.js.map +1 -1
  26. package/lib/hooks/useTabster.js +8 -5
  27. package/lib/hooks/useTabster.js.map +1 -1
  28. package/lib/hooks/useTabsterAttributes.js +1 -1
  29. package/lib/hooks/useTabsterAttributes.js.map +1 -1
  30. package/lib/index.js +2 -1
  31. package/lib/index.js.map +1 -1
  32. package/lib-commonjs/focus/constants.js +13 -0
  33. package/lib-commonjs/focus/constants.js.map +1 -0
  34. package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js +28 -0
  35. package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js.map +1 -0
  36. package/lib-commonjs/focus/createFocusOutlineStyle.js +77 -0
  37. package/lib-commonjs/focus/createFocusOutlineStyle.js.map +1 -0
  38. package/lib-commonjs/focus/index.js +12 -0
  39. package/lib-commonjs/focus/index.js.map +1 -0
  40. package/lib-commonjs/hooks/index.js +5 -7
  41. package/lib-commonjs/hooks/index.js.map +1 -1
  42. package/lib-commonjs/hooks/useArrowNavigationGroup.js +10 -6
  43. package/lib-commonjs/hooks/useArrowNavigationGroup.js.map +1 -1
  44. package/lib-commonjs/hooks/useFocusFinders.js +27 -35
  45. package/lib-commonjs/hooks/useFocusFinders.js.map +1 -1
  46. package/lib-commonjs/hooks/useFocusableGroup.js +23 -26
  47. package/lib-commonjs/hooks/useFocusableGroup.js.map +1 -1
  48. package/lib-commonjs/hooks/useKeyboardNavAttribute.js +15 -17
  49. package/lib-commonjs/hooks/useKeyboardNavAttribute.js.map +1 -1
  50. package/lib-commonjs/hooks/useModalAttributes.js +16 -18
  51. package/lib-commonjs/hooks/useModalAttributes.js.map +1 -1
  52. package/lib-commonjs/hooks/useTabster.js +10 -7
  53. package/lib-commonjs/hooks/useTabster.js.map +1 -1
  54. package/lib-commonjs/hooks/useTabsterAttributes.js +3 -3
  55. package/lib-commonjs/hooks/useTabsterAttributes.js.map +1 -1
  56. package/lib-commonjs/index.js +53 -2
  57. package/lib-commonjs/index.js.map +1 -1
  58. package/package.json +21 -19
  59. package/lib/hooks/index.d.ts +0 -7
  60. package/lib/hooks/useArrowNavigationGroup.d.ts +0 -22
  61. package/lib/hooks/useFocusFinders.d.ts +0 -10
  62. package/lib/hooks/useFocusIndicatorStyle.d.ts +0 -34
  63. package/lib/hooks/useFocusIndicatorStyle.js +0 -96
  64. package/lib/hooks/useFocusIndicatorStyle.js.map +0 -1
  65. package/lib/hooks/useFocusableGroup.d.ts +0 -26
  66. package/lib/hooks/useKeyboardNavAttribute.d.ts +0 -5
  67. package/lib/hooks/useModalAttributes.d.ts +0 -22
  68. package/lib/hooks/useTabster.d.ts +0 -9
  69. package/lib/hooks/useTabsterAttributes.d.ts +0 -5
  70. package/lib/index.d.ts +0 -1
  71. package/lib/symbols.d.ts +0 -2
  72. package/lib/symbols.js +0 -3
  73. package/lib/symbols.js.map +0 -1
  74. package/lib-commonjs/hooks/index.d.ts +0 -7
  75. package/lib-commonjs/hooks/useArrowNavigationGroup.d.ts +0 -22
  76. package/lib-commonjs/hooks/useFocusFinders.d.ts +0 -10
  77. package/lib-commonjs/hooks/useFocusIndicatorStyle.d.ts +0 -34
  78. package/lib-commonjs/hooks/useFocusIndicatorStyle.js +0 -109
  79. package/lib-commonjs/hooks/useFocusIndicatorStyle.js.map +0 -1
  80. package/lib-commonjs/hooks/useFocusableGroup.d.ts +0 -26
  81. package/lib-commonjs/hooks/useKeyboardNavAttribute.d.ts +0 -5
  82. package/lib-commonjs/hooks/useModalAttributes.d.ts +0 -22
  83. package/lib-commonjs/hooks/useTabster.d.ts +0 -9
  84. package/lib-commonjs/hooks/useTabsterAttributes.d.ts +0 -5
  85. package/lib-commonjs/index.d.ts +0 -1
  86. package/lib-commonjs/symbols.d.ts +0 -2
  87. package/lib-commonjs/symbols.js +0 -9
  88. package/lib-commonjs/symbols.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,46 +2,533 @@
2
2
  "name": "@fluentui/react-tabster",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 20 Oct 2021 09:19:30 GMT",
6
- "tag": "@fluentui/react-tabster_v9.0.0-nightly.d730088d7f.0",
7
- "version": "9.0.0-nightly.d730088d7f.0",
5
+ "date": "Mon, 23 May 2022 12:10:17 GMT",
6
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.10",
7
+ "version": "9.0.0-rc.10",
8
8
  "comments": {
9
9
  "prerelease": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-tabster",
13
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
14
+ "comment": "chore: Update Griffel to latest version"
15
+ },
16
+ {
17
+ "author": "seanmonahan@microsoft.com",
18
+ "package": "@fluentui/react-tabster",
19
+ "commit": "9bdcf7a94d2a89e77533e2ec850ba247fa6ba68d",
20
+ "comment": "Update tabster dependency from ^1.3.3 to ^1.4.0"
21
+ },
22
+ {
23
+ "author": "olfedias@microsoft.com",
24
+ "package": "@fluentui/react-tabster",
25
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
26
+ "comment": "chore: Update Griffel to latest version"
27
+ },
28
+ {
29
+ "author": "martinhochel@microsoft.com",
30
+ "package": "@fluentui/react-tabster",
31
+ "commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
32
+ "comment": "feat: ship rolluped only dts"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-tabster",
37
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
38
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-tabster",
43
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
44
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-tabster",
49
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
50
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Thu, 05 May 2022 18:26:30 GMT",
57
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.9",
58
+ "version": "9.0.0-rc.9",
59
+ "comments": {
60
+ "prerelease": [
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-tabster",
64
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
65
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-tabster",
70
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
71
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-tabster",
76
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
77
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
78
+ }
79
+ ]
80
+ }
81
+ },
82
+ {
83
+ "date": "Wed, 04 May 2022 13:26:53 GMT",
84
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.8",
85
+ "version": "9.0.0-rc.8",
86
+ "comments": {
87
+ "none": [
88
+ {
89
+ "author": "tristan.watanabe@gmail.com",
90
+ "package": "@fluentui/react-tabster",
91
+ "commit": "35dc16cc0ebb2ce181bd802b4b9002b12ea2d86f",
92
+ "comment": "react-tabster: Move to new common folder."
93
+ },
94
+ {
95
+ "author": "bsunderhus@microsoft.com",
96
+ "package": "@fluentui/react-tabster",
97
+ "commit": "df7387d8394994e1802cb1354a327b86a4d41604",
98
+ "comment": "chore: moves focus indicator from hooks folder to it's own"
99
+ }
100
+ ],
101
+ "prerelease": [
102
+ {
103
+ "author": "beachball",
104
+ "package": "@fluentui/react-tabster",
105
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
106
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
107
+ },
108
+ {
109
+ "author": "beachball",
110
+ "package": "@fluentui/react-tabster",
111
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
112
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
113
+ },
114
+ {
115
+ "author": "beachball",
116
+ "package": "@fluentui/react-tabster",
117
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
118
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
119
+ }
120
+ ]
121
+ }
122
+ },
123
+ {
124
+ "date": "Mon, 25 Apr 2022 09:32:15 GMT",
125
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.7",
126
+ "version": "9.0.0-rc.7",
127
+ "comments": {
128
+ "prerelease": [
129
+ {
130
+ "author": "marata@microsoft.com",
131
+ "package": "@fluentui/react-tabster",
132
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d",
133
+ "comment": "Adjusting accordion keyboard navigation."
134
+ }
135
+ ],
136
+ "none": [
137
+ {
138
+ "author": "martinhochel@microsoft.com",
139
+ "package": "@fluentui/react-tabster",
140
+ "commit": "31e8b97573aeba761d14b937378bb95d578c4c90",
141
+ "comment": "docs(react-tabster): remove old info about provider"
142
+ }
143
+ ]
144
+ }
145
+ },
146
+ {
147
+ "date": "Tue, 19 Apr 2022 19:16:59 GMT",
148
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.6",
149
+ "version": "9.0.0-rc.6",
150
+ "comments": {
151
+ "prerelease": [
152
+ {
153
+ "author": "olfedias@microsoft.com",
154
+ "package": "@fluentui/react-tabster",
155
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
156
+ "comment": "chore: Update Griffel to latest version"
157
+ },
158
+ {
159
+ "author": "Humberto.Morimoto@microsoft.com",
160
+ "package": "@fluentui/react-tabster",
161
+ "commit": "9c8592decacb9f7b1dc608a03c9f991918806008",
162
+ "comment": "Removing star exports at src/index.ts."
163
+ },
164
+ {
165
+ "author": "olfedias@microsoft.com",
166
+ "package": "@fluentui/react-tabster",
167
+ "commit": "829295c714ac9ff8063f5e086513574ad2e7990b",
168
+ "comment": "fix styles in getFocusOutlineStyles()"
169
+ },
170
+ {
171
+ "author": "jukapsia@microsoft.com",
172
+ "package": "@fluentui/react-tabster",
173
+ "commit": "dc1f7a2c0cb8e7a3cc51d69ce3327f44d29109d1",
174
+ "comment": "feat(react-tabster): Add grid navigation"
175
+ },
176
+ {
177
+ "author": "Humberto.Morimoto@microsoft.com",
178
+ "package": "@fluentui/react-tabster",
179
+ "commit": "2fcf8bd0341c71507dc625eeb60b4acda6369672",
180
+ "comment": "Upgrading tabster to latest version."
181
+ },
182
+ {
183
+ "author": "beachball",
184
+ "package": "@fluentui/react-tabster",
185
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
186
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
187
+ },
188
+ {
189
+ "author": "beachball",
190
+ "package": "@fluentui/react-tabster",
191
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
192
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
193
+ },
194
+ {
195
+ "author": "beachball",
196
+ "package": "@fluentui/react-tabster",
197
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
198
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
199
+ }
200
+ ],
201
+ "none": [
202
+ {
203
+ "author": "elcraig@microsoft.com",
204
+ "package": "@fluentui/react-tabster",
205
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
206
+ "comment": "Update React dev deps and hoist them to the repo root"
207
+ },
208
+ {
209
+ "author": "lingfangao@hotmail.com",
210
+ "package": "@fluentui/react-tabster",
211
+ "commit": "67dd475e49182d17dbf7d9195c5df9bce02b7b3c",
212
+ "comment": "chore: Update e2e tests to use cypress component testing"
213
+ },
214
+ {
215
+ "author": "mgodbolt@microsoft.com",
216
+ "package": "@fluentui/react-tabster",
217
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
218
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
219
+ }
220
+ ]
221
+ }
222
+ },
223
+ {
224
+ "date": "Fri, 04 Mar 2022 05:17:31 GMT",
225
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.5",
226
+ "version": "9.0.0-rc.5",
227
+ "comments": {
228
+ "prerelease": [
229
+ {
230
+ "author": "dzearing@microsoft.com",
231
+ "package": "@fluentui/react-tabster",
232
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
233
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
234
+ },
235
+ {
236
+ "author": "beachball",
237
+ "package": "@fluentui/react-tabster",
238
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
239
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
240
+ },
241
+ {
242
+ "author": "beachball",
243
+ "package": "@fluentui/react-tabster",
244
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
245
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
246
+ },
247
+ {
248
+ "author": "beachball",
249
+ "package": "@fluentui/react-tabster",
250
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
251
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
252
+ }
253
+ ]
254
+ }
255
+ },
256
+ {
257
+ "date": "Tue, 01 Mar 2022 02:17:39 GMT",
258
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.4",
259
+ "version": "9.0.0-rc.4",
260
+ "comments": {
261
+ "prerelease": [
262
+ {
263
+ "author": "olfedias@microsoft.com",
264
+ "package": "@fluentui/react-tabster",
265
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
266
+ "comment": "fix: Add react-theme as dependency"
267
+ },
268
+ {
269
+ "author": "beachball",
270
+ "package": "@fluentui/react-tabster",
271
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
272
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
273
+ }
274
+ ]
275
+ }
276
+ },
277
+ {
278
+ "date": "Fri, 18 Feb 2022 13:35:35 GMT",
279
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.3",
280
+ "version": "9.0.0-rc.3",
281
+ "comments": {
282
+ "prerelease": [
283
+ {
284
+ "author": "lingfangao@hotmail.com",
285
+ "package": "@fluentui/react-tabster",
286
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
287
+ "comment": "fix: Source maps contain original source code"
288
+ },
289
+ {
290
+ "author": "beachball",
291
+ "package": "@fluentui/react-tabster",
292
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
293
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
294
+ },
295
+ {
296
+ "author": "beachball",
297
+ "package": "@fluentui/react-tabster",
298
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
299
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
300
+ }
301
+ ]
302
+ }
303
+ },
304
+ {
305
+ "date": "Thu, 10 Feb 2022 08:50:55 GMT",
306
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.1",
307
+ "version": "9.0.0-rc.1",
308
+ "comments": {
309
+ "none": [
310
+ {
311
+ "author": "martinhochel@microsoft.com",
312
+ "package": "@fluentui/react-tabster",
313
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
314
+ "comment": "chore: use storybook runner for all vNext packages"
315
+ },
10
316
  {
11
317
  "author": "email not defined",
12
318
  "package": "@fluentui/react-tabster",
13
- "comment": "Release nightly v9",
14
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
319
+ "commit": "97752a0e494875c4dc22b268030d7d5e51b19211",
320
+ "comment": "Add workaround for cypress bug"
15
321
  },
322
+ {
323
+ "author": "olfedias@microsoft.com",
324
+ "package": "@fluentui/react-tabster",
325
+ "commit": "71ff89870b52cd0e2319a5d568603a710c3ad367",
326
+ "comment": "update tooling configs"
327
+ },
328
+ {
329
+ "author": "lingfangao@hotmail.com",
330
+ "package": "@fluentui/react-tabster",
331
+ "commit": "989c43132491b61ed7c6da70100ca4f9aac8173a",
332
+ "comment": "Fix version mismatches"
333
+ },
334
+ {
335
+ "author": "olfedias@microsoft.com",
336
+ "package": "@fluentui/react-tabster",
337
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
338
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
339
+ }
340
+ ],
341
+ "prerelease": [
342
+ {
343
+ "author": "lingfangao@hotmail.com",
344
+ "package": "@fluentui/react-tabster",
345
+ "commit": "95a6a32cbffa9d86d6017cf8e0204d4b459ef370",
346
+ "comment": "feat: Support `options` for `findNextFocusable` and `findPrevFocusable` focus finders"
347
+ },
348
+ {
349
+ "author": "lingfangao@hotmail.com",
350
+ "package": "@fluentui/react-tabster",
351
+ "commit": "f4274932701c7210e191a2982c2d2410f8657fe6",
352
+ "comment": "chore: Bump tabster and keyborg versions"
353
+ },
354
+ {
355
+ "author": "olfedias@microsoft.com",
356
+ "package": "@fluentui/react-tabster",
357
+ "commit": "ebc62b16de199691794df12080d89b77979d1131",
358
+ "comment": "use Griffel packages"
359
+ },
360
+ {
361
+ "author": "lingfangao@hotmail.com",
362
+ "package": "@fluentui/react-tabster",
363
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
364
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
365
+ },
366
+ {
367
+ "author": "olfedias@microsoft.com",
368
+ "package": "@fluentui/react-tabster",
369
+ "commit": "a76afe26daad901ff5458ffdda7e66e600d5bcac",
370
+ "comment": "use new types from makeStyles core"
371
+ },
372
+ {
373
+ "author": "Humberto.Morimoto@microsoft.com",
374
+ "package": "@fluentui/react-tabster",
375
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
376
+ "comment": "react-tabster: Replacing use of functions in makeStyles with direct use of tokens."
377
+ },
378
+ {
379
+ "author": "lingfangao@hotmail.com",
380
+ "package": "@fluentui/react-tabster",
381
+ "commit": "ff9ad1d4fe5682173c497f6ddf0ee1d7bddd6800",
382
+ "comment": "chore: bump tabster to 1.1.1 - removes IE11 support"
383
+ },
384
+ {
385
+ "author": "olfedias@microsoft.com",
386
+ "package": "@fluentui/react-tabster",
387
+ "commit": "967d6b74cf0507685a24e0cfaa8c7b9d52a351e1",
388
+ "comment": "update styles to not use CSS shorthands"
389
+ },
390
+ {
391
+ "author": "beachball",
392
+ "package": "@fluentui/react-tabster",
393
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
394
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
395
+ },
396
+ {
397
+ "author": "beachball",
398
+ "package": "@fluentui/react-tabster",
399
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
400
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
401
+ }
402
+ ]
403
+ }
404
+ },
405
+ {
406
+ "date": "Thu, 25 Nov 2021 08:34:17 GMT",
407
+ "tag": "@fluentui/react-tabster_v9.0.0-beta.5",
408
+ "version": "9.0.0-beta.5",
409
+ "comments": {
410
+ "prerelease": [
411
+ {
412
+ "author": "beachball",
413
+ "package": "@fluentui/react-tabster",
414
+ "comment": "Bump @fluentui/make-styles to v9.0.0-beta.3",
415
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
416
+ },
417
+ {
418
+ "author": "beachball",
419
+ "package": "@fluentui/react-tabster",
420
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
421
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
422
+ },
423
+ {
424
+ "author": "beachball",
425
+ "package": "@fluentui/react-tabster",
426
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
427
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
428
+ },
429
+ {
430
+ "author": "beachball",
431
+ "package": "@fluentui/react-tabster",
432
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
433
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
434
+ }
435
+ ]
436
+ }
437
+ },
438
+ {
439
+ "date": "Fri, 12 Nov 2021 13:25:07 GMT",
440
+ "tag": "@fluentui/react-tabster_v9.0.0-beta.4",
441
+ "version": "9.0.0-beta.4",
442
+ "comments": {
443
+ "prerelease": [
444
+ {
445
+ "author": "andredias@microsoft.com",
446
+ "package": "@fluentui/react-tabster",
447
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358",
448
+ "comment": "Add useFocusableGroup hook"
449
+ },
450
+ {
451
+ "author": "lingfangao@hotmail.com",
452
+ "package": "@fluentui/react-tabster",
453
+ "commit": "ed2d7c8d638535c89e24e3c3de3534c4fae30172",
454
+ "comment": "Use uncontrolled tabbing by default"
455
+ },
456
+ {
457
+ "author": "gcox@microsoft.com",
458
+ "package": "@fluentui/react-tabster",
459
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
460
+ "comment": "Updated beta and RC components to ES2019"
461
+ },
462
+ {
463
+ "author": "lingfangao@hotmail.com",
464
+ "package": "@fluentui/react-tabster",
465
+ "commit": "da10ba8b6cca0c4cf921dc176bb9b7ea57fde9fa",
466
+ "comment": "Bump tabster and keyborg to 1.0.7"
467
+ },
468
+ {
469
+ "author": "beachball",
470
+ "package": "@fluentui/react-tabster",
471
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
472
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
473
+ },
474
+ {
475
+ "author": "beachball",
476
+ "package": "@fluentui/react-tabster",
477
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
478
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
479
+ },
480
+ {
481
+ "author": "beachball",
482
+ "package": "@fluentui/react-tabster",
483
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
484
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
485
+ }
486
+ ],
487
+ "none": [
488
+ {
489
+ "author": "lingfangao@hotmail.com",
490
+ "package": "@fluentui/react-tabster",
491
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
492
+ "comment": "Remove beta release tag"
493
+ }
494
+ ]
495
+ }
496
+ },
497
+ {
498
+ "date": "Wed, 27 Oct 2021 12:14:22 GMT",
499
+ "tag": "@fluentui/react-tabster_v9.0.0-beta.3",
500
+ "version": "9.0.0-beta.3",
501
+ "comments": {
502
+ "prerelease": [
16
503
  {
17
504
  "author": "peter@draxler.ml",
18
505
  "package": "@fluentui/react-tabster",
19
- "comment": "added styling of documentation",
20
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
506
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
507
+ "comment": "added styling of documentation"
21
508
  },
22
509
  {
23
510
  "author": "beachball",
24
511
  "package": "@fluentui/react-tabster",
25
- "comment": "Bump @fluentui/make-styles to v9.0.0-nightly.d730088d7f.0",
26
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
512
+ "comment": "Bump @fluentui/make-styles to v9.0.0-beta.2",
513
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
27
514
  },
28
515
  {
29
516
  "author": "beachball",
30
517
  "package": "@fluentui/react-tabster",
31
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.d730088d7f.0",
32
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
518
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
519
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
33
520
  },
34
521
  {
35
522
  "author": "beachball",
36
523
  "package": "@fluentui/react-tabster",
37
- "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-nightly.d730088d7f.0",
38
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
524
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
525
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
39
526
  },
40
527
  {
41
528
  "author": "beachball",
42
529
  "package": "@fluentui/react-tabster",
43
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.d730088d7f.0",
44
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
530
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
531
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
45
532
  }
46
533
  ]
47
534
  }