@fluentui/react-toolbar 9.0.0-beta.1 → 9.0.0-beta.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 (60) hide show
  1. package/CHANGELOG.json +492 -1
  2. package/CHANGELOG.md +133 -2
  3. package/dist/index.d.ts +48 -6
  4. package/lib/components/Toolbar/Toolbar.types.js.map +1 -1
  5. package/lib/components/Toolbar/ToolbarContext.js +9 -5
  6. package/lib/components/Toolbar/ToolbarContext.js.map +1 -1
  7. package/lib/components/Toolbar/useToolbar.js +41 -6
  8. package/lib/components/Toolbar/useToolbar.js.map +1 -1
  9. package/lib/components/Toolbar/useToolbarContextValues.js +8 -2
  10. package/lib/components/Toolbar/useToolbarContextValues.js.map +1 -1
  11. package/lib/components/Toolbar/useToolbarStyles.js +13 -2
  12. package/lib/components/Toolbar/useToolbarStyles.js.map +1 -1
  13. package/lib/components/ToolbarButton/ToolbarButton.js +2 -4
  14. package/lib/components/ToolbarButton/ToolbarButton.js.map +1 -1
  15. package/lib/components/ToolbarDivider/ToolbarDivider.js +3 -5
  16. package/lib/components/ToolbarDivider/ToolbarDivider.js.map +1 -1
  17. package/lib/components/ToolbarDivider/ToolbarDivider.types.js.map +1 -1
  18. package/lib/components/ToolbarDivider/index.js +1 -0
  19. package/lib/components/ToolbarDivider/index.js.map +1 -1
  20. package/lib/components/ToolbarDivider/useToolbarDivider.js +20 -0
  21. package/lib/components/ToolbarDivider/useToolbarDivider.js.map +1 -0
  22. package/lib/components/ToolbarDivider/useToolbarDividerStyles.js +8 -2
  23. package/lib/components/ToolbarDivider/useToolbarDividerStyles.js.map +1 -1
  24. package/lib/components/ToolbarRadio/ToolbarRadio.js +2 -4
  25. package/lib/components/ToolbarRadio/ToolbarRadio.js.map +1 -1
  26. package/lib/components/ToolbarToggleButton/ToolbarToggleButton.js +5 -10
  27. package/lib/components/ToolbarToggleButton/ToolbarToggleButton.js.map +1 -1
  28. package/lib/components/ToolbarToggleButton/ToolbarToggleButton.types.js.map +1 -1
  29. package/lib/components/ToolbarToggleButton/useToolbarToggleButton.js +45 -0
  30. package/lib/components/ToolbarToggleButton/useToolbarToggleButton.js.map +1 -0
  31. package/lib/components/ToolbarToggleButton/useToolbarToggleButtonStyles.js +22 -0
  32. package/lib/components/ToolbarToggleButton/useToolbarToggleButtonStyles.js.map +1 -0
  33. package/lib-commonjs/components/Toolbar/ToolbarContext.js +11 -7
  34. package/lib-commonjs/components/Toolbar/ToolbarContext.js.map +1 -1
  35. package/lib-commonjs/components/Toolbar/useToolbar.js +43 -7
  36. package/lib-commonjs/components/Toolbar/useToolbar.js.map +1 -1
  37. package/lib-commonjs/components/Toolbar/useToolbarContextValues.js +8 -2
  38. package/lib-commonjs/components/Toolbar/useToolbarContextValues.js.map +1 -1
  39. package/lib-commonjs/components/Toolbar/useToolbarStyles.js +13 -2
  40. package/lib-commonjs/components/Toolbar/useToolbarStyles.js.map +1 -1
  41. package/lib-commonjs/components/ToolbarButton/ToolbarButton.js +1 -3
  42. package/lib-commonjs/components/ToolbarButton/ToolbarButton.js.map +1 -1
  43. package/lib-commonjs/components/ToolbarDivider/ToolbarDivider.js +3 -4
  44. package/lib-commonjs/components/ToolbarDivider/ToolbarDivider.js.map +1 -1
  45. package/lib-commonjs/components/ToolbarDivider/index.js +2 -0
  46. package/lib-commonjs/components/ToolbarDivider/index.js.map +1 -1
  47. package/lib-commonjs/components/ToolbarDivider/useToolbarDivider.js +31 -0
  48. package/lib-commonjs/components/ToolbarDivider/useToolbarDivider.js.map +1 -0
  49. package/lib-commonjs/components/ToolbarDivider/useToolbarDividerStyles.js +8 -2
  50. package/lib-commonjs/components/ToolbarDivider/useToolbarDividerStyles.js.map +1 -1
  51. package/lib-commonjs/components/ToolbarRadio/ToolbarRadio.js +1 -3
  52. package/lib-commonjs/components/ToolbarRadio/ToolbarRadio.js.map +1 -1
  53. package/lib-commonjs/components/ToolbarToggleButton/ToolbarToggleButton.js +5 -9
  54. package/lib-commonjs/components/ToolbarToggleButton/ToolbarToggleButton.js.map +1 -1
  55. package/lib-commonjs/components/ToolbarToggleButton/useToolbarToggleButton.js +56 -0
  56. package/lib-commonjs/components/ToolbarToggleButton/useToolbarToggleButton.js.map +1 -0
  57. package/lib-commonjs/components/ToolbarToggleButton/useToolbarToggleButtonStyles.js +33 -0
  58. package/lib-commonjs/components/ToolbarToggleButton/useToolbarToggleButtonStyles.js.map +1 -0
  59. package/package.json +18 -15
  60. package/dist/tsdoc-metadata.json +0 -11
package/CHANGELOG.json CHANGED
@@ -2,7 +2,498 @@
2
2
  "name": "@fluentui/react-toolbar",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 28 Jun 2022 15:08:34 GMT",
5
+ "date": "Thu, 20 Oct 2022 08:35:31 GMT",
6
+ "tag": "@fluentui/react-toolbar_v9.0.0-beta.10",
7
+ "version": "9.0.0-beta.10",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "chassunc@microsoft.com",
12
+ "package": "@fluentui/react-toolbar",
13
+ "commit": "9d4b8f5d85760307e49781ad694ae5db19b2018b",
14
+ "comment": "chore: typo"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "olfedias@microsoft.com",
20
+ "package": "@fluentui/react-toolbar",
21
+ "commit": "06865dada128321804646582f564ee86d835d174",
22
+ "comment": "chore: Update Griffel to latest version"
23
+ },
24
+ {
25
+ "author": "mgodbolt@microsoft.com",
26
+ "package": "@fluentui/react-toolbar",
27
+ "commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
28
+ "comment": "chore: Bump peer deps to support React 18"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-toolbar",
33
+ "comment": "Bump @fluentui/react-button to v9.1.5",
34
+ "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@fluentui/react-toolbar",
39
+ "comment": "Bump @fluentui/react-divider to v9.1.2",
40
+ "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
41
+ },
42
+ {
43
+ "author": "beachball",
44
+ "package": "@fluentui/react-toolbar",
45
+ "comment": "Bump @fluentui/react-theme to v9.1.1",
46
+ "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
47
+ },
48
+ {
49
+ "author": "beachball",
50
+ "package": "@fluentui/react-toolbar",
51
+ "comment": "Bump @fluentui/react-utilities to v9.1.2",
52
+ "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
53
+ },
54
+ {
55
+ "author": "beachball",
56
+ "package": "@fluentui/react-toolbar",
57
+ "comment": "Bump @fluentui/react-context-selector to v9.0.5",
58
+ "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
59
+ },
60
+ {
61
+ "author": "beachball",
62
+ "package": "@fluentui/react-toolbar",
63
+ "comment": "Bump @fluentui/react-radio to v9.0.9",
64
+ "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
65
+ },
66
+ {
67
+ "author": "beachball",
68
+ "package": "@fluentui/react-toolbar",
69
+ "comment": "Bump @fluentui/react-tabster to v9.2.0",
70
+ "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
71
+ },
72
+ {
73
+ "author": "beachball",
74
+ "package": "@fluentui/react-toolbar",
75
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
76
+ "commit": "be27026d83b8a019bcb945d0f42635ae76c00385"
77
+ }
78
+ ]
79
+ }
80
+ },
81
+ {
82
+ "date": "Thu, 13 Oct 2022 11:03:03 GMT",
83
+ "tag": "@fluentui/react-toolbar_v9.0.0-beta.9",
84
+ "version": "9.0.0-beta.9",
85
+ "comments": {
86
+ "prerelease": [
87
+ {
88
+ "author": "lingfangao@hotmail.com",
89
+ "package": "@fluentui/react-toolbar",
90
+ "commit": "2d36a7c692d301b420b6a4b1a78b139fdc955612",
91
+ "comment": "fix: Toolbar selection should work"
92
+ },
93
+ {
94
+ "author": "olfedias@microsoft.com",
95
+ "package": "@fluentui/react-toolbar",
96
+ "commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
97
+ "comment": "chore: Update Griffel to latest version"
98
+ },
99
+ {
100
+ "author": "beachball",
101
+ "package": "@fluentui/react-toolbar",
102
+ "comment": "Bump @fluentui/react-button to v9.1.4",
103
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
104
+ },
105
+ {
106
+ "author": "beachball",
107
+ "package": "@fluentui/react-toolbar",
108
+ "comment": "Bump @fluentui/react-divider to v9.1.1",
109
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
110
+ },
111
+ {
112
+ "author": "beachball",
113
+ "package": "@fluentui/react-toolbar",
114
+ "comment": "Bump @fluentui/react-utilities to v9.1.1",
115
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
116
+ },
117
+ {
118
+ "author": "beachball",
119
+ "package": "@fluentui/react-toolbar",
120
+ "comment": "Bump @fluentui/react-context-selector to v9.0.4",
121
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
122
+ },
123
+ {
124
+ "author": "beachball",
125
+ "package": "@fluentui/react-toolbar",
126
+ "comment": "Bump @fluentui/react-radio to v9.0.8",
127
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
128
+ },
129
+ {
130
+ "author": "beachball",
131
+ "package": "@fluentui/react-toolbar",
132
+ "comment": "Bump @fluentui/react-tabster to v9.1.3",
133
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
134
+ },
135
+ {
136
+ "author": "beachball",
137
+ "package": "@fluentui/react-toolbar",
138
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.15",
139
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
140
+ }
141
+ ],
142
+ "none": [
143
+ {
144
+ "author": "chassunc@microsoft.com",
145
+ "package": "@fluentui/react-toolbar",
146
+ "commit": "41c30da2fdb58551d5ec3ce2450ccab5d2d49969",
147
+ "comment": "chore: update api"
148
+ }
149
+ ]
150
+ }
151
+ },
152
+ {
153
+ "date": "Mon, 03 Oct 2022 22:24:42 GMT",
154
+ "tag": "@fluentui/react-toolbar_v9.0.0-beta.8",
155
+ "version": "9.0.0-beta.8",
156
+ "comments": {
157
+ "prerelease": [
158
+ {
159
+ "author": "beachball",
160
+ "package": "@fluentui/react-toolbar",
161
+ "comment": "Bump @fluentui/react-button to v9.1.3",
162
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
163
+ },
164
+ {
165
+ "author": "beachball",
166
+ "package": "@fluentui/react-toolbar",
167
+ "comment": "Bump @fluentui/react-radio to v9.0.7",
168
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
169
+ },
170
+ {
171
+ "author": "beachball",
172
+ "package": "@fluentui/react-toolbar",
173
+ "comment": "Bump @fluentui/react-tabster to v9.1.2",
174
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
175
+ }
176
+ ]
177
+ }
178
+ },
179
+ {
180
+ "date": "Tue, 20 Sep 2022 20:55:45 GMT",
181
+ "tag": "@fluentui/react-toolbar_v9.0.0-beta.7",
182
+ "version": "9.0.0-beta.7",
183
+ "comments": {
184
+ "prerelease": [
185
+ {
186
+ "author": "beachball",
187
+ "package": "@fluentui/react-toolbar",
188
+ "comment": "Bump @fluentui/react-button to v9.1.2",
189
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
190
+ },
191
+ {
192
+ "author": "beachball",
193
+ "package": "@fluentui/react-toolbar",
194
+ "comment": "Bump @fluentui/react-divider to v9.1.0",
195
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
196
+ },
197
+ {
198
+ "author": "beachball",
199
+ "package": "@fluentui/react-toolbar",
200
+ "comment": "Bump @fluentui/react-radio to v9.0.6",
201
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
202
+ },
203
+ {
204
+ "author": "beachball",
205
+ "package": "@fluentui/react-toolbar",
206
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
207
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
208
+ }
209
+ ]
210
+ }
211
+ },
212
+ {
213
+ "date": "Thu, 15 Sep 2022 09:49:41 GMT",
214
+ "tag": "@fluentui/react-toolbar_v9.0.0-beta.6",
215
+ "version": "9.0.0-beta.6",
216
+ "comments": {
217
+ "prerelease": [
218
+ {
219
+ "author": "lingfangao@hotmail.com",
220
+ "package": "@fluentui/react-toolbar",
221
+ "commit": "a0cfab0e5f74e3a3bfa9c269fff574295042d7f2",
222
+ "comment": "chore: fix no-context-default-value lint violations"
223
+ },
224
+ {
225
+ "author": "olfedias@microsoft.com",
226
+ "package": "@fluentui/react-toolbar",
227
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
228
+ "comment": "chore: Update Griffel to latest version"
229
+ },
230
+ {
231
+ "author": "beachball",
232
+ "package": "@fluentui/react-toolbar",
233
+ "comment": "Bump @fluentui/react-button to v9.1.1",
234
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
235
+ },
236
+ {
237
+ "author": "beachball",
238
+ "package": "@fluentui/react-toolbar",
239
+ "comment": "Bump @fluentui/react-divider to v9.0.5",
240
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
241
+ },
242
+ {
243
+ "author": "beachball",
244
+ "package": "@fluentui/react-toolbar",
245
+ "comment": "Bump @fluentui/react-theme to v9.1.0",
246
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
247
+ },
248
+ {
249
+ "author": "beachball",
250
+ "package": "@fluentui/react-toolbar",
251
+ "comment": "Bump @fluentui/react-utilities to v9.1.0",
252
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
253
+ },
254
+ {
255
+ "author": "beachball",
256
+ "package": "@fluentui/react-toolbar",
257
+ "comment": "Bump @fluentui/react-radio to v9.0.5",
258
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
259
+ },
260
+ {
261
+ "author": "beachball",
262
+ "package": "@fluentui/react-toolbar",
263
+ "comment": "Bump @fluentui/react-tabster to v9.1.1",
264
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
265
+ },
266
+ {
267
+ "author": "beachball",
268
+ "package": "@fluentui/react-toolbar",
269
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13",
270
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
271
+ }
272
+ ],
273
+ "none": [
274
+ {
275
+ "author": "chassunc@microsoft.com",
276
+ "package": "@fluentui/react-toolbar",
277
+ "commit": "bee2c5b4e2ced66d3897fe2ca7d255f17f5f865b",
278
+ "comment": "feat: add toolbar controlled state example for toggle buttons"
279
+ },
280
+ {
281
+ "author": "chassunc@microsoft.com",
282
+ "package": "@fluentui/react-toolbar",
283
+ "commit": "92a2649587483cef44c5ce186f05b0254e015e02",
284
+ "comment": "chore: add e2e tests for toolbar"
285
+ },
286
+ {
287
+ "author": "martinhochel@microsoft.com",
288
+ "package": "@fluentui/react-toolbar",
289
+ "commit": "ba9444d594f3a960cc590eae5237c08bf7c5a07f",
290
+ "comment": "chore: consume cypress.config from it's package boundary"
291
+ },
292
+ {
293
+ "author": "martinhochel@microsoft.com",
294
+ "package": "@fluentui/react-toolbar",
295
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
296
+ "comment": "chore: update package scaffold"
297
+ }
298
+ ]
299
+ }
300
+ },
301
+ {
302
+ "date": "Wed, 03 Aug 2022 16:04:08 GMT",
303
+ "tag": "@fluentui/react-toolbar_v9.0.0-beta.5",
304
+ "version": "9.0.0-beta.5",
305
+ "comments": {
306
+ "prerelease": [
307
+ {
308
+ "author": "miroslav.stastny@microsoft.com",
309
+ "package": "@fluentui/react-toolbar",
310
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
311
+ "comment": "chore: Bump Griffel dependencies"
312
+ },
313
+ {
314
+ "author": "beachball",
315
+ "package": "@fluentui/react-toolbar",
316
+ "comment": "Bump @fluentui/react-button to v9.1.0",
317
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
318
+ },
319
+ {
320
+ "author": "beachball",
321
+ "package": "@fluentui/react-toolbar",
322
+ "comment": "Bump @fluentui/react-divider to v9.0.4",
323
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
324
+ },
325
+ {
326
+ "author": "beachball",
327
+ "package": "@fluentui/react-toolbar",
328
+ "comment": "Bump @fluentui/react-radio to v9.0.4",
329
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
330
+ },
331
+ {
332
+ "author": "beachball",
333
+ "package": "@fluentui/react-toolbar",
334
+ "comment": "Bump @fluentui/react-tabster to v9.1.0",
335
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
336
+ },
337
+ {
338
+ "author": "beachball",
339
+ "package": "@fluentui/react-toolbar",
340
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12",
341
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
342
+ }
343
+ ],
344
+ "none": [
345
+ {
346
+ "author": "bernardo.sunderhus@gmail.com",
347
+ "package": "@fluentui/react-toolbar",
348
+ "commit": "d966ea3d9169f2e8d69f0d2a4daf86fe4ca328d6",
349
+ "comment": "disables eslint rule @fluentui/no-context-default-value for local component context"
350
+ },
351
+ {
352
+ "author": "popatudor@microsoft.com",
353
+ "package": "@fluentui/react-toolbar",
354
+ "commit": "2eb2198f78bbbbfecdd0eeb6a543ac52f11135ed",
355
+ "comment": "fix(docs): add description and unstable usage warning for Toolbar"
356
+ }
357
+ ]
358
+ }
359
+ },
360
+ {
361
+ "date": "Thu, 14 Jul 2022 21:21:06 GMT",
362
+ "tag": "@fluentui/react-toolbar_v9.0.0-beta.4",
363
+ "version": "9.0.0-beta.4",
364
+ "comments": {
365
+ "prerelease": [
366
+ {
367
+ "author": "Humberto.Morimoto@microsoft.com",
368
+ "package": "@fluentui/react-toolbar",
369
+ "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2",
370
+ "comment": "fix: Fixing bad version bump of @fluentui/react-utilities."
371
+ },
372
+ {
373
+ "author": "beachball",
374
+ "package": "@fluentui/react-toolbar",
375
+ "comment": "Bump @fluentui/react-button to v9.0.3",
376
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
377
+ },
378
+ {
379
+ "author": "beachball",
380
+ "package": "@fluentui/react-toolbar",
381
+ "comment": "Bump @fluentui/react-divider to v9.0.3",
382
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
383
+ },
384
+ {
385
+ "author": "beachball",
386
+ "package": "@fluentui/react-toolbar",
387
+ "comment": "Bump @fluentui/react-utilities to v9.0.2",
388
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
389
+ },
390
+ {
391
+ "author": "beachball",
392
+ "package": "@fluentui/react-toolbar",
393
+ "comment": "Bump @fluentui/react-radio to v9.0.3",
394
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
395
+ },
396
+ {
397
+ "author": "beachball",
398
+ "package": "@fluentui/react-toolbar",
399
+ "comment": "Bump @fluentui/react-tabster to v9.0.3",
400
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
401
+ }
402
+ ]
403
+ }
404
+ },
405
+ {
406
+ "date": "Thu, 14 Jul 2022 17:06:26 GMT",
407
+ "tag": "@fluentui/react-toolbar_v9.0.0-beta.3",
408
+ "version": "9.0.0-beta.3",
409
+ "comments": {
410
+ "prerelease": [
411
+ {
412
+ "author": "beachball",
413
+ "package": "@fluentui/react-toolbar",
414
+ "comment": "Bump @fluentui/react-button to v9.0.2",
415
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
416
+ },
417
+ {
418
+ "author": "beachball",
419
+ "package": "@fluentui/react-toolbar",
420
+ "comment": "Bump @fluentui/react-divider to v9.0.2",
421
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
422
+ },
423
+ {
424
+ "author": "beachball",
425
+ "package": "@fluentui/react-toolbar",
426
+ "comment": "Bump @fluentui/react-utilities to v9.0.1-0",
427
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
428
+ },
429
+ {
430
+ "author": "beachball",
431
+ "package": "@fluentui/react-toolbar",
432
+ "comment": "Bump @fluentui/react-radio to v9.0.2",
433
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
434
+ },
435
+ {
436
+ "author": "beachball",
437
+ "package": "@fluentui/react-toolbar",
438
+ "comment": "Bump @fluentui/react-tabster to v9.0.2",
439
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
440
+ },
441
+ {
442
+ "author": "beachball",
443
+ "package": "@fluentui/react-toolbar",
444
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11",
445
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
446
+ }
447
+ ]
448
+ }
449
+ },
450
+ {
451
+ "date": "Tue, 28 Jun 2022 17:39:54 GMT",
452
+ "tag": "@fluentui/react-toolbar_v9.0.0-beta.2",
453
+ "version": "9.0.0-beta.2",
454
+ "comments": {
455
+ "prerelease": [
456
+ {
457
+ "author": "lingfangao@hotmail.com",
458
+ "package": "@fluentui/react-toolbar",
459
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b",
460
+ "comment": "fix: Use caret dependency range for Griffel"
461
+ },
462
+ {
463
+ "author": "beachball",
464
+ "package": "@fluentui/react-toolbar",
465
+ "comment": "Bump @fluentui/react-button to v9.0.1",
466
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
467
+ },
468
+ {
469
+ "author": "beachball",
470
+ "package": "@fluentui/react-toolbar",
471
+ "comment": "Bump @fluentui/react-divider to v9.0.1",
472
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
473
+ },
474
+ {
475
+ "author": "beachball",
476
+ "package": "@fluentui/react-toolbar",
477
+ "comment": "Bump @fluentui/react-radio to v9.0.1",
478
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
479
+ },
480
+ {
481
+ "author": "beachball",
482
+ "package": "@fluentui/react-toolbar",
483
+ "comment": "Bump @fluentui/react-tabster to v9.0.1",
484
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
485
+ },
486
+ {
487
+ "author": "beachball",
488
+ "package": "@fluentui/react-toolbar",
489
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10",
490
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
491
+ }
492
+ ]
493
+ }
494
+ },
495
+ {
496
+ "date": "Tue, 28 Jun 2022 15:13:22 GMT",
6
497
  "tag": "@fluentui/react-toolbar_v9.0.0-beta.1",
7
498
  "version": "9.0.0-beta.1",
8
499
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,143 @@
1
1
  # Change Log - @fluentui/react-toolbar
2
2
 
3
- This log was last generated on Tue, 28 Jun 2022 15:08:34 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 20 Oct 2022 08:35:31 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.0.0-beta.10)
8
+
9
+ Thu, 20 Oct 2022 08:35:31 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.0.0-beta.9..@fluentui/react-toolbar_v9.0.0-beta.10)
11
+
12
+ ### Changes
13
+
14
+ - chore: Update Griffel to latest version ([PR #25212](https://github.com/microsoft/fluentui/pull/25212) by olfedias@microsoft.com)
15
+ - chore: Bump peer deps to support React 18 ([PR #24972](https://github.com/microsoft/fluentui/pull/24972) by mgodbolt@microsoft.com)
16
+ - Bump @fluentui/react-button to v9.1.5 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
17
+ - Bump @fluentui/react-divider to v9.1.2 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
18
+ - Bump @fluentui/react-theme to v9.1.1 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.1.2 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
20
+ - Bump @fluentui/react-context-selector to v9.0.5 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
21
+ - Bump @fluentui/react-radio to v9.0.9 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
22
+ - Bump @fluentui/react-tabster to v9.2.0 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
23
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16 ([commit](https://github.com/microsoft/fluentui/commit/be27026d83b8a019bcb945d0f42635ae76c00385) by beachball)
24
+
25
+ ## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.0.0-beta.9)
26
+
27
+ Thu, 13 Oct 2022 11:03:03 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.0.0-beta.8..@fluentui/react-toolbar_v9.0.0-beta.9)
29
+
30
+ ### Changes
31
+
32
+ - fix: Toolbar selection should work ([PR #25153](https://github.com/microsoft/fluentui/pull/25153) by lingfangao@hotmail.com)
33
+ - chore: Update Griffel to latest version ([PR #25075](https://github.com/microsoft/fluentui/pull/25075) by olfedias@microsoft.com)
34
+ - Bump @fluentui/react-button to v9.1.4 ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by beachball)
35
+ - Bump @fluentui/react-divider to v9.1.1 ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by beachball)
36
+ - Bump @fluentui/react-utilities to v9.1.1 ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by beachball)
37
+ - Bump @fluentui/react-context-selector to v9.0.4 ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by beachball)
38
+ - Bump @fluentui/react-radio to v9.0.8 ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by beachball)
39
+ - Bump @fluentui/react-tabster to v9.1.3 ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by beachball)
40
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.15 ([PR #25181](https://github.com/microsoft/fluentui/pull/25181) by beachball)
41
+
42
+ ## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.0.0-beta.8)
43
+
44
+ Mon, 03 Oct 2022 22:24:42 GMT
45
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.0.0-beta.7..@fluentui/react-toolbar_v9.0.0-beta.8)
46
+
47
+ ### Changes
48
+
49
+ - Bump @fluentui/react-button to v9.1.3 ([PR #25055](https://github.com/microsoft/fluentui/pull/25055) by beachball)
50
+ - Bump @fluentui/react-radio to v9.0.7 ([PR #25055](https://github.com/microsoft/fluentui/pull/25055) by beachball)
51
+ - Bump @fluentui/react-tabster to v9.1.2 ([PR #25055](https://github.com/microsoft/fluentui/pull/25055) by beachball)
52
+
53
+ ## [9.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.0.0-beta.7)
54
+
55
+ Tue, 20 Sep 2022 20:55:45 GMT
56
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.0.0-beta.6..@fluentui/react-toolbar_v9.0.0-beta.7)
57
+
58
+ ### Changes
59
+
60
+ - Bump @fluentui/react-button to v9.1.2 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball)
61
+ - Bump @fluentui/react-divider to v9.1.0 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball)
62
+ - Bump @fluentui/react-radio to v9.0.6 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball)
63
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball)
64
+
65
+ ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.0.0-beta.6)
66
+
67
+ Thu, 15 Sep 2022 09:49:41 GMT
68
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.0.0-beta.5..@fluentui/react-toolbar_v9.0.0-beta.6)
69
+
70
+ ### Changes
71
+
72
+ - chore: fix no-context-default-value lint violations ([PR #24276](https://github.com/microsoft/fluentui/pull/24276) by lingfangao@hotmail.com)
73
+ - chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com)
74
+ - Bump @fluentui/react-button to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
75
+ - Bump @fluentui/react-divider to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
76
+ - Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
77
+ - Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
78
+ - Bump @fluentui/react-radio to v9.0.5 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
79
+ - Bump @fluentui/react-tabster to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
80
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
81
+
82
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.0.0-beta.5)
83
+
84
+ Wed, 03 Aug 2022 16:04:08 GMT
85
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.0.0-beta.4..@fluentui/react-toolbar_v9.0.0-beta.5)
86
+
87
+ ### Changes
88
+
89
+ - chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
90
+ - Bump @fluentui/react-button to v9.1.0 ([PR #24131](https://github.com/microsoft/fluentui/pull/24131) by beachball)
91
+ - Bump @fluentui/react-divider to v9.0.4 ([PR #24131](https://github.com/microsoft/fluentui/pull/24131) by beachball)
92
+ - Bump @fluentui/react-radio to v9.0.4 ([PR #24131](https://github.com/microsoft/fluentui/pull/24131) by beachball)
93
+ - Bump @fluentui/react-tabster to v9.1.0 ([PR #24131](https://github.com/microsoft/fluentui/pull/24131) by beachball)
94
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12 ([PR #24131](https://github.com/microsoft/fluentui/pull/24131) by beachball)
95
+
96
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.0.0-beta.4)
97
+
98
+ Thu, 14 Jul 2022 21:21:06 GMT
99
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.0.0-beta.3..@fluentui/react-toolbar_v9.0.0-beta.4)
100
+
101
+ ### Changes
102
+
103
+ - fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
104
+ - Bump @fluentui/react-button to v9.0.3 ([PR #23918](https://github.com/microsoft/fluentui/pull/23918) by beachball)
105
+ - Bump @fluentui/react-divider to v9.0.3 ([PR #23918](https://github.com/microsoft/fluentui/pull/23918) by beachball)
106
+ - Bump @fluentui/react-utilities to v9.0.2 ([PR #23918](https://github.com/microsoft/fluentui/pull/23918) by beachball)
107
+ - Bump @fluentui/react-radio to v9.0.3 ([PR #23918](https://github.com/microsoft/fluentui/pull/23918) by beachball)
108
+ - Bump @fluentui/react-tabster to v9.0.3 ([PR #23918](https://github.com/microsoft/fluentui/pull/23918) by beachball)
109
+
110
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.0.0-beta.3)
111
+
112
+ Thu, 14 Jul 2022 17:06:26 GMT
113
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.0.0-beta.2..@fluentui/react-toolbar_v9.0.0-beta.3)
114
+
115
+ ### Changes
116
+
117
+ - Bump @fluentui/react-button to v9.0.2 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
118
+ - Bump @fluentui/react-divider to v9.0.2 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
119
+ - Bump @fluentui/react-utilities to v9.0.1-0 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
120
+ - Bump @fluentui/react-radio to v9.0.2 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
121
+ - Bump @fluentui/react-tabster to v9.0.2 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
122
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
123
+
124
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.0.0-beta.2)
125
+
126
+ Tue, 28 Jun 2022 17:39:54 GMT
127
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.0.0-beta.1..@fluentui/react-toolbar_v9.0.0-beta.2)
128
+
129
+ ### Changes
130
+
131
+ - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com)
132
+ - Bump @fluentui/react-button to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
133
+ - Bump @fluentui/react-divider to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
134
+ - Bump @fluentui/react-radio to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
135
+ - Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
136
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
137
+
7
138
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.0.0-beta.1)
8
139
 
9
- Tue, 28 Jun 2022 15:08:34 GMT
140
+ Tue, 28 Jun 2022 15:13:22 GMT
10
141
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.0.0-beta.0..@fluentui/react-toolbar_v9.0.0-beta.1)
11
142
 
12
143
  ### Changes