@fluentui/react-menu 9.14.5 → 9.14.7
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.
- package/CHANGELOG.md +161 -132
- package/lib/components/MenuDivider/useMenuDividerStyles.styles.js +15 -9
- package/lib/components/MenuDivider/useMenuDividerStyles.styles.js.map +1 -1
- package/lib/components/MenuItem/useMenuItemStyles.styles.js +3 -3
- package/lib/components/MenuList/useMenuListStyles.styles.js +7 -4
- package/lib/components/MenuList/useMenuListStyles.styles.js.map +1 -1
- package/lib/components/MenuPopover/useMenuPopover.js +8 -8
- package/lib/components/MenuPopover/useMenuPopover.js.map +1 -1
- package/lib/components/MenuPopover/useMenuPopoverStyles.styles.js +35 -22
- package/lib/components/MenuPopover/useMenuPopoverStyles.styles.js.map +1 -1
- package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.styles.js +21 -20
- package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.styles.js.map +1 -1
- package/lib-commonjs/components/MenuItem/useMenuItemStyles.styles.js +25 -25
- package/lib-commonjs/components/MenuItem/useMenuItemStyles.styles.js.map +1 -1
- package/lib-commonjs/components/MenuList/useMenuListStyles.styles.js +9 -4
- package/lib-commonjs/components/MenuList/useMenuListStyles.styles.js.map +1 -1
- package/lib-commonjs/components/MenuPopover/useMenuPopover.js +7 -7
- package/lib-commonjs/components/MenuPopover/useMenuPopover.js.map +1 -1
- package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.styles.js +45 -76
- package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.styles.js.map +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,41 @@
|
|
1
1
|
# Change Log - @fluentui/react-menu
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 06 Jun 2024 15:22:16 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.14.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.7)
|
8
|
+
|
9
|
+
Thu, 06 Jun 2024 15:22:16 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.6..@fluentui/react-menu_v9.14.7)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- chore: disable eslint rule. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
15
|
+
- Bump @fluentui/react-aria to v9.12.0 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
16
|
+
- Bump @fluentui/react-context-selector to v9.1.61 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
17
|
+
- Bump @fluentui/react-portal to v9.4.27 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
18
|
+
- Bump @fluentui/react-positioning to v9.15.3 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
19
|
+
- Bump @fluentui/react-tabster to v9.21.5 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
20
|
+
- Bump @fluentui/react-utilities to v9.18.10 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
21
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.39 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
22
|
+
|
23
|
+
## [9.14.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.6)
|
24
|
+
|
25
|
+
Thu, 23 May 2024 08:02:45 GMT
|
26
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.5..@fluentui/react-menu_v9.14.6)
|
27
|
+
|
28
|
+
### Patches
|
29
|
+
|
30
|
+
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
31
|
+
- Bump @fluentui/react-aria to v9.11.4 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
|
32
|
+
- Bump @fluentui/react-portal to v9.4.26 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
|
33
|
+
- Bump @fluentui/react-positioning to v9.15.2 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
|
34
|
+
- Bump @fluentui/react-tabster to v9.21.4 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
|
35
|
+
|
7
36
|
## [9.14.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.5)
|
8
37
|
|
9
|
-
Mon, 20 May 2024 12:
|
38
|
+
Mon, 20 May 2024 12:44:57 GMT
|
10
39
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.4..@fluentui/react-menu_v9.14.5)
|
11
40
|
|
12
41
|
### Patches
|
@@ -24,16 +53,16 @@ Mon, 20 May 2024 12:36:33 GMT
|
|
24
53
|
|
25
54
|
## [9.14.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.4)
|
26
55
|
|
27
|
-
Thu, 16 May 2024 09:25:15 GMT
|
56
|
+
Thu, 16 May 2024 09:25:15 GMT
|
28
57
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.3..@fluentui/react-menu_v9.14.4)
|
29
58
|
|
30
59
|
### Patches
|
31
60
|
|
32
|
-
-
|
61
|
+
- chore: Upgrade react-icons version to 2.0.239 to pick up provider export map fix. ([PR #31287](https://github.com/microsoft/fluentui/pull/31287) by ololubek@microsoft.com)
|
33
62
|
|
34
63
|
## [9.14.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.3)
|
35
64
|
|
36
|
-
Thu, 09 May 2024 19:35:12 GMT
|
65
|
+
Thu, 09 May 2024 19:35:12 GMT
|
37
66
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.2..@fluentui/react-menu_v9.14.3)
|
38
67
|
|
39
68
|
### Patches
|
@@ -45,7 +74,7 @@ Thu, 09 May 2024 19:35:12 GMT
|
|
45
74
|
|
46
75
|
## [9.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.2)
|
47
76
|
|
48
|
-
Mon, 06 May 2024 12:55:02 GMT
|
77
|
+
Mon, 06 May 2024 12:55:02 GMT
|
49
78
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.1..@fluentui/react-menu_v9.14.2)
|
50
79
|
|
51
80
|
### Patches
|
@@ -61,12 +90,12 @@ Mon, 06 May 2024 12:55:02 GMT
|
|
61
90
|
|
62
91
|
## [9.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.1)
|
63
92
|
|
64
|
-
Thu, 02 May 2024 11:36:34 GMT
|
93
|
+
Thu, 02 May 2024 11:36:34 GMT
|
65
94
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.0..@fluentui/react-menu_v9.14.1)
|
66
95
|
|
67
96
|
### Patches
|
68
97
|
|
69
|
-
-
|
98
|
+
- chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
|
70
99
|
- daniharo:fix-menu-split ([PR #30959](https://github.com/microsoft/fluentui/pull/30959) by lingfangao@hotmail.com)
|
71
100
|
- refactor: use timeout and animation frame utilities ([PR #31168](https://github.com/microsoft/fluentui/pull/31168) by lingfangao@hotmail.com)
|
72
101
|
- Bump @fluentui/react-aria to v9.11.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
|
@@ -75,7 +104,7 @@ Thu, 02 May 2024 11:36:34 GMT
|
|
75
104
|
|
76
105
|
## [9.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.0)
|
77
106
|
|
78
|
-
Tue, 23 Apr 2024 08:17:47 GMT
|
107
|
+
Tue, 23 Apr 2024 08:17:47 GMT
|
79
108
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.7..@fluentui/react-menu_v9.14.0)
|
80
109
|
|
81
110
|
### Minor changes
|
@@ -92,7 +121,7 @@ Tue, 23 Apr 2024 08:17:47 GMT
|
|
92
121
|
|
93
122
|
## [9.13.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.7)
|
94
123
|
|
95
|
-
Wed, 17 Apr 2024 21:53:54 GMT
|
124
|
+
Wed, 17 Apr 2024 21:53:54 GMT
|
96
125
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.6..@fluentui/react-menu_v9.13.7)
|
97
126
|
|
98
127
|
### Patches
|
@@ -104,7 +133,7 @@ Wed, 17 Apr 2024 21:53:54 GMT
|
|
104
133
|
|
105
134
|
## [9.13.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.6)
|
106
135
|
|
107
|
-
Tue, 02 Apr 2024 09:48:01 GMT
|
136
|
+
Tue, 02 Apr 2024 09:48:01 GMT
|
108
137
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.5..@fluentui/react-menu_v9.13.6)
|
109
138
|
|
110
139
|
### Patches
|
@@ -120,7 +149,7 @@ Tue, 02 Apr 2024 09:48:01 GMT
|
|
120
149
|
|
121
150
|
## [9.13.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.5)
|
122
151
|
|
123
|
-
Mon, 25 Mar 2024 11:12:14 GMT
|
152
|
+
Mon, 25 Mar 2024 11:12:14 GMT
|
124
153
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.4..@fluentui/react-menu_v9.13.5)
|
125
154
|
|
126
155
|
### Patches
|
@@ -129,7 +158,7 @@ Mon, 25 Mar 2024 11:12:14 GMT
|
|
129
158
|
|
130
159
|
## [9.13.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.4)
|
131
160
|
|
132
|
-
Mon, 18 Mar 2024 19:50:46 GMT
|
161
|
+
Mon, 18 Mar 2024 19:50:46 GMT
|
133
162
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.3..@fluentui/react-menu_v9.13.4)
|
134
163
|
|
135
164
|
### Patches
|
@@ -146,7 +175,7 @@ Mon, 18 Mar 2024 19:50:46 GMT
|
|
146
175
|
|
147
176
|
## [9.13.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.3)
|
148
177
|
|
149
|
-
Fri, 15 Mar 2024 21:43:49 GMT
|
178
|
+
Fri, 15 Mar 2024 21:43:49 GMT
|
150
179
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.2..@fluentui/react-menu_v9.13.3)
|
151
180
|
|
152
181
|
### Patches
|
@@ -163,7 +192,7 @@ Fri, 15 Mar 2024 21:43:49 GMT
|
|
163
192
|
|
164
193
|
## [9.13.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.2)
|
165
194
|
|
166
|
-
Thu, 07 Mar 2024 19:33:22 GMT
|
195
|
+
Thu, 07 Mar 2024 19:33:22 GMT
|
167
196
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.1..@fluentui/react-menu_v9.13.2)
|
168
197
|
|
169
198
|
### Patches
|
@@ -181,7 +210,7 @@ Thu, 07 Mar 2024 19:33:22 GMT
|
|
181
210
|
|
182
211
|
## [9.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.1)
|
183
212
|
|
184
|
-
Wed, 28 Feb 2024 02:34:19 GMT
|
213
|
+
Wed, 28 Feb 2024 02:34:19 GMT
|
185
214
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.0..@fluentui/react-menu_v9.13.1)
|
186
215
|
|
187
216
|
### Patches
|
@@ -197,7 +226,7 @@ Wed, 28 Feb 2024 02:34:19 GMT
|
|
197
226
|
|
198
227
|
## [9.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.0)
|
199
228
|
|
200
|
-
Tue, 20 Feb 2024 14:22:21 GMT
|
229
|
+
Tue, 20 Feb 2024 14:22:21 GMT
|
201
230
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.50..@fluentui/react-menu_v9.13.0)
|
202
231
|
|
203
232
|
### Minor changes
|
@@ -218,7 +247,7 @@ Tue, 20 Feb 2024 14:22:21 GMT
|
|
218
247
|
|
219
248
|
## [9.12.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.50)
|
220
249
|
|
221
|
-
Tue, 06 Feb 2024 17:55:21 GMT
|
250
|
+
Tue, 06 Feb 2024 17:55:21 GMT
|
222
251
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.49..@fluentui/react-menu_v9.12.50)
|
223
252
|
|
224
253
|
### Patches
|
@@ -230,7 +259,7 @@ Tue, 06 Feb 2024 17:55:21 GMT
|
|
230
259
|
|
231
260
|
## [9.12.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.49)
|
232
261
|
|
233
|
-
Tue, 30 Jan 2024 23:16:54 GMT
|
262
|
+
Tue, 30 Jan 2024 23:16:54 GMT
|
234
263
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.48..@fluentui/react-menu_v9.12.49)
|
235
264
|
|
236
265
|
### Patches
|
@@ -245,7 +274,7 @@ Tue, 30 Jan 2024 23:16:54 GMT
|
|
245
274
|
|
246
275
|
## [9.12.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.48)
|
247
276
|
|
248
|
-
Mon, 29 Jan 2024 13:56:05 GMT
|
277
|
+
Mon, 29 Jan 2024 13:56:05 GMT
|
249
278
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.47..@fluentui/react-menu_v9.12.48)
|
250
279
|
|
251
280
|
### Patches
|
@@ -255,7 +284,7 @@ Mon, 29 Jan 2024 13:56:05 GMT
|
|
255
284
|
|
256
285
|
## [9.12.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.47)
|
257
286
|
|
258
|
-
Fri, 26 Jan 2024 10:40:22 GMT
|
287
|
+
Fri, 26 Jan 2024 10:40:22 GMT
|
259
288
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.46..@fluentui/react-menu_v9.12.47)
|
260
289
|
|
261
290
|
### Patches
|
@@ -264,7 +293,7 @@ Fri, 26 Jan 2024 10:40:22 GMT
|
|
264
293
|
|
265
294
|
## [9.12.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.46)
|
266
295
|
|
267
|
-
Tue, 23 Jan 2024 15:11:00 GMT
|
296
|
+
Tue, 23 Jan 2024 15:11:00 GMT
|
268
297
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.45..@fluentui/react-menu_v9.12.46)
|
269
298
|
|
270
299
|
### Patches
|
@@ -279,7 +308,7 @@ Tue, 23 Jan 2024 15:11:00 GMT
|
|
279
308
|
|
280
309
|
## [9.12.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.45)
|
281
310
|
|
282
|
-
Thu, 18 Jan 2024 14:25:03 GMT
|
311
|
+
Thu, 18 Jan 2024 14:25:03 GMT
|
283
312
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.44..@fluentui/react-menu_v9.12.45)
|
284
313
|
|
285
314
|
### Patches
|
@@ -295,7 +324,7 @@ Thu, 18 Jan 2024 14:25:03 GMT
|
|
295
324
|
|
296
325
|
## [9.12.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.44)
|
297
326
|
|
298
|
-
Wed, 17 Jan 2024 16:18:50 GMT
|
327
|
+
Wed, 17 Jan 2024 16:18:50 GMT
|
299
328
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.43..@fluentui/react-menu_v9.12.44)
|
300
329
|
|
301
330
|
### Patches
|
@@ -310,7 +339,7 @@ Wed, 17 Jan 2024 16:18:50 GMT
|
|
310
339
|
|
311
340
|
## [9.12.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.43)
|
312
341
|
|
313
|
-
Tue, 16 Jan 2024 13:14:19 GMT
|
342
|
+
Tue, 16 Jan 2024 13:14:19 GMT
|
314
343
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.42..@fluentui/react-menu_v9.12.43)
|
315
344
|
|
316
345
|
### Patches
|
@@ -328,7 +357,7 @@ Tue, 16 Jan 2024 13:14:19 GMT
|
|
328
357
|
|
329
358
|
## [9.12.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.42)
|
330
359
|
|
331
|
-
Thu, 11 Jan 2024 09:04:29 GMT
|
360
|
+
Thu, 11 Jan 2024 09:04:29 GMT
|
332
361
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.41..@fluentui/react-menu_v9.12.42)
|
333
362
|
|
334
363
|
### Patches
|
@@ -338,7 +367,7 @@ Thu, 11 Jan 2024 09:04:29 GMT
|
|
338
367
|
|
339
368
|
## [9.12.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.41)
|
340
369
|
|
341
|
-
Tue, 09 Jan 2024 10:21:34 GMT
|
370
|
+
Tue, 09 Jan 2024 10:21:34 GMT
|
342
371
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.40..@fluentui/react-menu_v9.12.41)
|
343
372
|
|
344
373
|
### Patches
|
@@ -347,7 +376,7 @@ Tue, 09 Jan 2024 10:21:34 GMT
|
|
347
376
|
|
348
377
|
## [9.12.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.40)
|
349
378
|
|
350
|
-
Mon, 08 Jan 2024 16:24:22 GMT
|
379
|
+
Mon, 08 Jan 2024 16:24:22 GMT
|
351
380
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.39..@fluentui/react-menu_v9.12.40)
|
352
381
|
|
353
382
|
### Patches
|
@@ -363,7 +392,7 @@ Mon, 08 Jan 2024 16:24:22 GMT
|
|
363
392
|
|
364
393
|
## [9.12.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.39)
|
365
394
|
|
366
|
-
Wed, 03 Jan 2024 09:26:44 GMT
|
395
|
+
Wed, 03 Jan 2024 09:26:44 GMT
|
367
396
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.38..@fluentui/react-menu_v9.12.39)
|
368
397
|
|
369
398
|
### Patches
|
@@ -378,7 +407,7 @@ Wed, 03 Jan 2024 09:26:44 GMT
|
|
378
407
|
|
379
408
|
## [9.12.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.38)
|
380
409
|
|
381
|
-
Mon, 18 Dec 2023 17:48:16 GMT
|
410
|
+
Mon, 18 Dec 2023 17:48:16 GMT
|
382
411
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.37..@fluentui/react-menu_v9.12.38)
|
383
412
|
|
384
413
|
### Patches
|
@@ -387,7 +416,7 @@ Mon, 18 Dec 2023 17:48:16 GMT
|
|
387
416
|
|
388
417
|
## [9.12.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.37)
|
389
418
|
|
390
|
-
Mon, 18 Dec 2023 14:40:46 GMT
|
419
|
+
Mon, 18 Dec 2023 14:40:46 GMT
|
391
420
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.36..@fluentui/react-menu_v9.12.37)
|
392
421
|
|
393
422
|
### Patches
|
@@ -403,7 +432,7 @@ Mon, 18 Dec 2023 14:40:46 GMT
|
|
403
432
|
|
404
433
|
## [9.12.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.36)
|
405
434
|
|
406
|
-
Thu, 14 Dec 2023 09:58:44 GMT
|
435
|
+
Thu, 14 Dec 2023 09:58:44 GMT
|
407
436
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.35..@fluentui/react-menu_v9.12.36)
|
408
437
|
|
409
438
|
### Patches
|
@@ -420,7 +449,7 @@ Thu, 14 Dec 2023 09:58:44 GMT
|
|
420
449
|
|
421
450
|
## [9.12.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.35)
|
422
451
|
|
423
|
-
Thu, 30 Nov 2023 13:42:08 GMT
|
452
|
+
Thu, 30 Nov 2023 13:42:08 GMT
|
424
453
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.34..@fluentui/react-menu_v9.12.35)
|
425
454
|
|
426
455
|
### Patches
|
@@ -433,7 +462,7 @@ Thu, 30 Nov 2023 13:42:08 GMT
|
|
433
462
|
|
434
463
|
## [9.12.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.34)
|
435
464
|
|
436
|
-
Mon, 20 Nov 2023 09:55:10 GMT
|
465
|
+
Mon, 20 Nov 2023 09:55:10 GMT
|
437
466
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.33..@fluentui/react-menu_v9.12.34)
|
438
467
|
|
439
468
|
### Patches
|
@@ -445,7 +474,7 @@ Mon, 20 Nov 2023 09:55:10 GMT
|
|
445
474
|
|
446
475
|
## [9.12.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.33)
|
447
476
|
|
448
|
-
Tue, 14 Nov 2023 17:51:27 GMT
|
477
|
+
Tue, 14 Nov 2023 17:51:27 GMT
|
449
478
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.32..@fluentui/react-menu_v9.12.33)
|
450
479
|
|
451
480
|
### Patches
|
@@ -455,7 +484,7 @@ Tue, 14 Nov 2023 17:51:27 GMT
|
|
455
484
|
|
456
485
|
## [9.12.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.32)
|
457
486
|
|
458
|
-
Fri, 10 Nov 2023 13:46:32 GMT
|
487
|
+
Fri, 10 Nov 2023 13:46:32 GMT
|
459
488
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.31..@fluentui/react-menu_v9.12.32)
|
460
489
|
|
461
490
|
### Patches
|
@@ -464,7 +493,7 @@ Fri, 10 Nov 2023 13:46:32 GMT
|
|
464
493
|
|
465
494
|
## [9.12.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.31)
|
466
495
|
|
467
|
-
Thu, 09 Nov 2023 17:29:37 GMT
|
496
|
+
Thu, 09 Nov 2023 17:29:37 GMT
|
468
497
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.30..@fluentui/react-menu_v9.12.31)
|
469
498
|
|
470
499
|
### Patches
|
@@ -483,7 +512,7 @@ Thu, 09 Nov 2023 17:29:37 GMT
|
|
483
512
|
|
484
513
|
## [9.12.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.30)
|
485
514
|
|
486
|
-
Wed, 01 Nov 2023 12:55:59 GMT
|
515
|
+
Wed, 01 Nov 2023 12:55:59 GMT
|
487
516
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.29..@fluentui/react-menu_v9.12.30)
|
488
517
|
|
489
518
|
### Patches
|
@@ -496,7 +525,7 @@ Wed, 01 Nov 2023 12:55:59 GMT
|
|
496
525
|
|
497
526
|
## [9.12.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.29)
|
498
527
|
|
499
|
-
Sat, 28 Oct 2023 23:35:59 GMT
|
528
|
+
Sat, 28 Oct 2023 23:35:59 GMT
|
500
529
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.28..@fluentui/react-menu_v9.12.29)
|
501
530
|
|
502
531
|
### Patches
|
@@ -508,7 +537,7 @@ Sat, 28 Oct 2023 23:35:59 GMT
|
|
508
537
|
|
509
538
|
## [9.12.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.28)
|
510
539
|
|
511
|
-
Mon, 23 Oct 2023 09:51:57 GMT
|
540
|
+
Mon, 23 Oct 2023 09:51:57 GMT
|
512
541
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.27..@fluentui/react-menu_v9.12.28)
|
513
542
|
|
514
543
|
### Patches
|
@@ -518,7 +547,7 @@ Mon, 23 Oct 2023 09:51:57 GMT
|
|
518
547
|
|
519
548
|
## [9.12.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.27)
|
520
549
|
|
521
|
-
Wed, 18 Oct 2023 17:54:04 GMT
|
550
|
+
Wed, 18 Oct 2023 17:54:04 GMT
|
522
551
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.26..@fluentui/react-menu_v9.12.27)
|
523
552
|
|
524
553
|
### Patches
|
@@ -534,7 +563,7 @@ Wed, 18 Oct 2023 17:54:04 GMT
|
|
534
563
|
|
535
564
|
## [9.12.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.26)
|
536
565
|
|
537
|
-
Thu, 12 Oct 2023 14:55:44 GMT
|
566
|
+
Thu, 12 Oct 2023 14:55:44 GMT
|
538
567
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.25..@fluentui/react-menu_v9.12.26)
|
539
568
|
|
540
569
|
### Patches
|
@@ -543,7 +572,7 @@ Thu, 12 Oct 2023 14:55:44 GMT
|
|
543
572
|
|
544
573
|
## [9.12.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.25)
|
545
574
|
|
546
|
-
Wed, 11 Oct 2023 13:54:23 GMT
|
575
|
+
Wed, 11 Oct 2023 13:54:23 GMT
|
547
576
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.24..@fluentui/react-menu_v9.12.25)
|
548
577
|
|
549
578
|
### Patches
|
@@ -560,7 +589,7 @@ Wed, 11 Oct 2023 13:54:23 GMT
|
|
560
589
|
|
561
590
|
## [9.12.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.24)
|
562
591
|
|
563
|
-
Mon, 09 Oct 2023 20:45:41 GMT
|
592
|
+
Mon, 09 Oct 2023 20:45:41 GMT
|
564
593
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.23..@fluentui/react-menu_v9.12.24)
|
565
594
|
|
566
595
|
### Patches
|
@@ -577,7 +606,7 @@ Mon, 09 Oct 2023 20:45:41 GMT
|
|
577
606
|
|
578
607
|
## [9.12.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.23)
|
579
608
|
|
580
|
-
Thu, 05 Oct 2023 15:25:31 GMT
|
609
|
+
Thu, 05 Oct 2023 15:25:31 GMT
|
581
610
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.22..@fluentui/react-menu_v9.12.23)
|
582
611
|
|
583
612
|
### Patches
|
@@ -593,7 +622,7 @@ Thu, 05 Oct 2023 15:25:31 GMT
|
|
593
622
|
|
594
623
|
## [9.12.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.22)
|
595
624
|
|
596
|
-
Wed, 04 Oct 2023 08:45:47 GMT
|
625
|
+
Wed, 04 Oct 2023 08:45:47 GMT
|
597
626
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.21..@fluentui/react-menu_v9.12.22)
|
598
627
|
|
599
628
|
### Patches
|
@@ -608,7 +637,7 @@ Wed, 04 Oct 2023 08:45:47 GMT
|
|
608
637
|
|
609
638
|
## [9.12.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.21)
|
610
639
|
|
611
|
-
Mon, 02 Oct 2023 08:56:05 GMT
|
640
|
+
Mon, 02 Oct 2023 08:56:05 GMT
|
612
641
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.20..@fluentui/react-menu_v9.12.21)
|
613
642
|
|
614
643
|
### Patches
|
@@ -620,7 +649,7 @@ Mon, 02 Oct 2023 08:56:05 GMT
|
|
620
649
|
|
621
650
|
## [9.12.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.20)
|
622
651
|
|
623
|
-
Tue, 26 Sep 2023 17:49:07 GMT
|
652
|
+
Tue, 26 Sep 2023 17:49:07 GMT
|
624
653
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.19..@fluentui/react-menu_v9.12.20)
|
625
654
|
|
626
655
|
### Patches
|
@@ -639,7 +668,7 @@ Tue, 26 Sep 2023 17:49:07 GMT
|
|
639
668
|
|
640
669
|
## [9.12.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.19)
|
641
670
|
|
642
|
-
Tue, 26 Sep 2023 15:31:55 GMT
|
671
|
+
Tue, 26 Sep 2023 15:31:55 GMT
|
643
672
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.18..@fluentui/react-menu_v9.12.19)
|
644
673
|
|
645
674
|
### Patches
|
@@ -660,7 +689,7 @@ Tue, 26 Sep 2023 15:31:55 GMT
|
|
660
689
|
|
661
690
|
## [9.12.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.18)
|
662
691
|
|
663
|
-
Wed, 20 Sep 2023 17:47:39 GMT
|
692
|
+
Wed, 20 Sep 2023 17:47:39 GMT
|
664
693
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.17..@fluentui/react-menu_v9.12.18)
|
665
694
|
|
666
695
|
### Patches
|
@@ -674,7 +703,7 @@ Wed, 20 Sep 2023 17:47:39 GMT
|
|
674
703
|
|
675
704
|
## [9.12.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.17)
|
676
705
|
|
677
|
-
Wed, 20 Sep 2023 14:59:53 GMT
|
706
|
+
Wed, 20 Sep 2023 14:59:53 GMT
|
678
707
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.16..@fluentui/react-menu_v9.12.17)
|
679
708
|
|
680
709
|
### Patches
|
@@ -687,7 +716,7 @@ Wed, 20 Sep 2023 14:59:53 GMT
|
|
687
716
|
|
688
717
|
## [9.12.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.16)
|
689
718
|
|
690
|
-
Thu, 14 Sep 2023 16:44:47 GMT
|
719
|
+
Thu, 14 Sep 2023 16:44:47 GMT
|
691
720
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.15..@fluentui/react-menu_v9.12.16)
|
692
721
|
|
693
722
|
### Patches
|
@@ -696,7 +725,7 @@ Thu, 14 Sep 2023 16:44:47 GMT
|
|
696
725
|
|
697
726
|
## [9.12.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.15)
|
698
727
|
|
699
|
-
Tue, 12 Sep 2023 08:51:34 GMT
|
728
|
+
Tue, 12 Sep 2023 08:51:34 GMT
|
700
729
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.14..@fluentui/react-menu_v9.12.15)
|
701
730
|
|
702
731
|
### Patches
|
@@ -707,7 +736,7 @@ Tue, 12 Sep 2023 08:51:34 GMT
|
|
707
736
|
|
708
737
|
## [9.12.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.14)
|
709
738
|
|
710
|
-
Wed, 06 Sep 2023 13:31:31 GMT
|
739
|
+
Wed, 06 Sep 2023 13:31:31 GMT
|
711
740
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.13..@fluentui/react-menu_v9.12.14)
|
712
741
|
|
713
742
|
### Patches
|
@@ -722,7 +751,7 @@ Wed, 06 Sep 2023 13:31:31 GMT
|
|
722
751
|
|
723
752
|
## [9.12.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.13)
|
724
753
|
|
725
|
-
Tue, 05 Sep 2023 15:39:04 GMT
|
754
|
+
Tue, 05 Sep 2023 15:39:04 GMT
|
726
755
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.12..@fluentui/react-menu_v9.12.13)
|
727
756
|
|
728
757
|
### Patches
|
@@ -737,7 +766,7 @@ Tue, 05 Sep 2023 15:39:04 GMT
|
|
737
766
|
|
738
767
|
## [9.12.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.12)
|
739
768
|
|
740
|
-
Tue, 05 Sep 2023 13:29:26 GMT
|
769
|
+
Tue, 05 Sep 2023 13:29:26 GMT
|
741
770
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.11..@fluentui/react-menu_v9.12.12)
|
742
771
|
|
743
772
|
### Patches
|
@@ -757,7 +786,7 @@ Tue, 05 Sep 2023 13:29:26 GMT
|
|
757
786
|
|
758
787
|
## [9.12.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.11)
|
759
788
|
|
760
|
-
Tue, 29 Aug 2023 12:57:36 GMT
|
789
|
+
Tue, 29 Aug 2023 12:57:36 GMT
|
761
790
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.10..@fluentui/react-menu_v9.12.11)
|
762
791
|
|
763
792
|
### Patches
|
@@ -772,7 +801,7 @@ Tue, 29 Aug 2023 12:57:36 GMT
|
|
772
801
|
|
773
802
|
## [9.12.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.10)
|
774
803
|
|
775
|
-
Thu, 24 Aug 2023 10:26:35 GMT
|
804
|
+
Thu, 24 Aug 2023 10:26:35 GMT
|
776
805
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.9..@fluentui/react-menu_v9.12.10)
|
777
806
|
|
778
807
|
### Patches
|
@@ -787,7 +816,7 @@ Thu, 24 Aug 2023 10:26:35 GMT
|
|
787
816
|
|
788
817
|
## [9.12.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.9)
|
789
818
|
|
790
|
-
Wed, 23 Aug 2023 12:01:49 GMT
|
819
|
+
Wed, 23 Aug 2023 12:01:49 GMT
|
791
820
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.8..@fluentui/react-menu_v9.12.9)
|
792
821
|
|
793
822
|
### Patches
|
@@ -802,7 +831,7 @@ Wed, 23 Aug 2023 12:01:49 GMT
|
|
802
831
|
|
803
832
|
## [9.12.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.8)
|
804
833
|
|
805
|
-
Mon, 21 Aug 2023 11:38:01 GMT
|
834
|
+
Mon, 21 Aug 2023 11:38:01 GMT
|
806
835
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.7..@fluentui/react-menu_v9.12.8)
|
807
836
|
|
808
837
|
### Patches
|
@@ -812,7 +841,7 @@ Mon, 21 Aug 2023 11:38:01 GMT
|
|
812
841
|
|
813
842
|
## [9.12.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.7)
|
814
843
|
|
815
|
-
Wed, 16 Aug 2023 17:41:08 GMT
|
844
|
+
Wed, 16 Aug 2023 17:41:08 GMT
|
816
845
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.6..@fluentui/react-menu_v9.12.7)
|
817
846
|
|
818
847
|
### Patches
|
@@ -821,7 +850,7 @@ Wed, 16 Aug 2023 17:41:08 GMT
|
|
821
850
|
|
822
851
|
## [9.12.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.6)
|
823
852
|
|
824
|
-
Wed, 16 Aug 2023 11:38:33 GMT
|
853
|
+
Wed, 16 Aug 2023 11:38:33 GMT
|
825
854
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.5..@fluentui/react-menu_v9.12.6)
|
826
855
|
|
827
856
|
### Patches
|
@@ -830,7 +859,7 @@ Wed, 16 Aug 2023 11:38:33 GMT
|
|
830
859
|
|
831
860
|
## [9.12.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.5)
|
832
861
|
|
833
|
-
Fri, 11 Aug 2023 12:14:26 GMT
|
862
|
+
Fri, 11 Aug 2023 12:14:26 GMT
|
834
863
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.4..@fluentui/react-menu_v9.12.5)
|
835
864
|
|
836
865
|
### Patches
|
@@ -845,7 +874,7 @@ Fri, 11 Aug 2023 12:14:26 GMT
|
|
845
874
|
|
846
875
|
## [9.12.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.4)
|
847
876
|
|
848
|
-
Wed, 09 Aug 2023 13:16:58 GMT
|
877
|
+
Wed, 09 Aug 2023 13:16:58 GMT
|
849
878
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.3..@fluentui/react-menu_v9.12.4)
|
850
879
|
|
851
880
|
### Patches
|
@@ -862,7 +891,7 @@ Wed, 09 Aug 2023 13:16:58 GMT
|
|
862
891
|
|
863
892
|
## [9.12.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.3)
|
864
893
|
|
865
|
-
Fri, 04 Aug 2023 08:52:56 GMT
|
894
|
+
Fri, 04 Aug 2023 08:52:56 GMT
|
866
895
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.2..@fluentui/react-menu_v9.12.3)
|
867
896
|
|
868
897
|
### Patches
|
@@ -880,7 +909,7 @@ Fri, 04 Aug 2023 08:52:56 GMT
|
|
880
909
|
|
881
910
|
## [9.12.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.2)
|
882
911
|
|
883
|
-
Tue, 01 Aug 2023 13:04:24 GMT
|
912
|
+
Tue, 01 Aug 2023 13:04:24 GMT
|
884
913
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.1..@fluentui/react-menu_v9.12.2)
|
885
914
|
|
886
915
|
### Patches
|
@@ -889,7 +918,7 @@ Tue, 01 Aug 2023 13:04:24 GMT
|
|
889
918
|
|
890
919
|
## [9.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.1)
|
891
920
|
|
892
|
-
Tue, 01 Aug 2023 10:17:19 GMT
|
921
|
+
Tue, 01 Aug 2023 10:17:19 GMT
|
893
922
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.0..@fluentui/react-menu_v9.12.1)
|
894
923
|
|
895
924
|
### Patches
|
@@ -902,7 +931,7 @@ Tue, 01 Aug 2023 10:17:19 GMT
|
|
902
931
|
|
903
932
|
## [9.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.0)
|
904
933
|
|
905
|
-
Thu, 27 Jul 2023 10:34:13 GMT
|
934
|
+
Thu, 27 Jul 2023 10:34:13 GMT
|
906
935
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.11.1..@fluentui/react-menu_v9.12.0)
|
907
936
|
|
908
937
|
### Minor changes
|
@@ -912,7 +941,7 @@ Thu, 27 Jul 2023 10:34:13 GMT
|
|
912
941
|
|
913
942
|
## [9.11.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.11.1)
|
914
943
|
|
915
|
-
Tue, 25 Jul 2023 13:29:19 GMT
|
944
|
+
Tue, 25 Jul 2023 13:29:19 GMT
|
916
945
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.11.0..@fluentui/react-menu_v9.11.1)
|
917
946
|
|
918
947
|
### Patches
|
@@ -924,7 +953,7 @@ Tue, 25 Jul 2023 13:29:19 GMT
|
|
924
953
|
|
925
954
|
## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.11.0)
|
926
955
|
|
927
|
-
Thu, 20 Jul 2023 18:27:30 GMT
|
956
|
+
Thu, 20 Jul 2023 18:27:30 GMT
|
928
957
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.10.0..@fluentui/react-menu_v9.11.0)
|
929
958
|
|
930
959
|
### Minor changes
|
@@ -940,7 +969,7 @@ Thu, 20 Jul 2023 18:27:30 GMT
|
|
940
969
|
|
941
970
|
## [9.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.10.0)
|
942
971
|
|
943
|
-
Tue, 11 Jul 2023 18:46:35 GMT
|
972
|
+
Tue, 11 Jul 2023 18:46:35 GMT
|
944
973
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.9.1..@fluentui/react-menu_v9.10.0)
|
945
974
|
|
946
975
|
### Minor changes
|
@@ -952,7 +981,7 @@ Tue, 11 Jul 2023 18:46:35 GMT
|
|
952
981
|
|
953
982
|
## [9.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.9.1)
|
954
983
|
|
955
|
-
Mon, 03 Jul 2023 13:34:27 GMT
|
984
|
+
Mon, 03 Jul 2023 13:34:27 GMT
|
956
985
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.9.0..@fluentui/react-menu_v9.9.1)
|
957
986
|
|
958
987
|
### Patches
|
@@ -963,7 +992,7 @@ Mon, 03 Jul 2023 13:34:27 GMT
|
|
963
992
|
|
964
993
|
## [9.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.9.0)
|
965
994
|
|
966
|
-
Mon, 03 Jul 2023 11:57:12 GMT
|
995
|
+
Mon, 03 Jul 2023 11:57:12 GMT
|
967
996
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.8.3..@fluentui/react-menu_v9.9.0)
|
968
997
|
|
969
998
|
### Minor changes
|
@@ -980,7 +1009,7 @@ Mon, 03 Jul 2023 11:57:12 GMT
|
|
980
1009
|
|
981
1010
|
## [9.8.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.8.3)
|
982
1011
|
|
983
|
-
Wed, 28 Jun 2023 11:12:28 GMT
|
1012
|
+
Wed, 28 Jun 2023 11:12:28 GMT
|
984
1013
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.8.2..@fluentui/react-menu_v9.8.3)
|
985
1014
|
|
986
1015
|
### Patches
|
@@ -995,7 +1024,7 @@ Wed, 28 Jun 2023 11:12:28 GMT
|
|
995
1024
|
|
996
1025
|
## [9.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.8.2)
|
997
1026
|
|
998
|
-
Tue, 27 Jun 2023 11:21:23 GMT
|
1027
|
+
Tue, 27 Jun 2023 11:21:23 GMT
|
999
1028
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.8.1..@fluentui/react-menu_v9.8.2)
|
1000
1029
|
|
1001
1030
|
### Patches
|
@@ -1005,7 +1034,7 @@ Tue, 27 Jun 2023 11:21:23 GMT
|
|
1005
1034
|
|
1006
1035
|
## [9.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.8.1)
|
1007
1036
|
|
1008
|
-
Mon, 26 Jun 2023 09:53:55 GMT
|
1037
|
+
Mon, 26 Jun 2023 09:53:55 GMT
|
1009
1038
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.8.0..@fluentui/react-menu_v9.8.1)
|
1010
1039
|
|
1011
1040
|
### Patches
|
@@ -1020,7 +1049,7 @@ Mon, 26 Jun 2023 09:53:55 GMT
|
|
1020
1049
|
|
1021
1050
|
## [9.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.8.0)
|
1022
1051
|
|
1023
|
-
Tue, 20 Jun 2023 12:38:59 GMT
|
1052
|
+
Tue, 20 Jun 2023 12:38:59 GMT
|
1024
1053
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.16..@fluentui/react-menu_v9.8.0)
|
1025
1054
|
|
1026
1055
|
### Minor changes
|
@@ -1043,7 +1072,7 @@ Tue, 20 Jun 2023 12:38:59 GMT
|
|
1043
1072
|
|
1044
1073
|
## [9.7.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.16)
|
1045
1074
|
|
1046
|
-
Wed, 31 May 2023 06:46:15 GMT
|
1075
|
+
Wed, 31 May 2023 06:46:15 GMT
|
1047
1076
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.15..@fluentui/react-menu_v9.7.16)
|
1048
1077
|
|
1049
1078
|
### Patches
|
@@ -1060,7 +1089,7 @@ Wed, 31 May 2023 06:46:15 GMT
|
|
1060
1089
|
|
1061
1090
|
## [9.7.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.15)
|
1062
1091
|
|
1063
|
-
Thu, 25 May 2023 10:00:48 GMT
|
1092
|
+
Thu, 25 May 2023 10:00:48 GMT
|
1064
1093
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.14..@fluentui/react-menu_v9.7.15)
|
1065
1094
|
|
1066
1095
|
### Patches
|
@@ -1075,7 +1104,7 @@ Thu, 25 May 2023 10:00:48 GMT
|
|
1075
1104
|
|
1076
1105
|
## [9.7.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.14)
|
1077
1106
|
|
1078
|
-
Wed, 24 May 2023 20:45:28 GMT
|
1107
|
+
Wed, 24 May 2023 20:45:28 GMT
|
1079
1108
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.13..@fluentui/react-menu_v9.7.14)
|
1080
1109
|
|
1081
1110
|
### Patches
|
@@ -1087,7 +1116,7 @@ Wed, 24 May 2023 20:45:28 GMT
|
|
1087
1116
|
|
1088
1117
|
## [9.7.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.13)
|
1089
1118
|
|
1090
|
-
Thu, 18 May 2023 13:11:08 GMT
|
1119
|
+
Thu, 18 May 2023 13:11:08 GMT
|
1091
1120
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.12..@fluentui/react-menu_v9.7.13)
|
1092
1121
|
|
1093
1122
|
### Patches
|
@@ -1097,7 +1126,7 @@ Thu, 18 May 2023 13:11:08 GMT
|
|
1097
1126
|
|
1098
1127
|
## [9.7.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.12)
|
1099
1128
|
|
1100
|
-
Thu, 18 May 2023 00:39:09 GMT
|
1129
|
+
Thu, 18 May 2023 00:39:09 GMT
|
1101
1130
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.11..@fluentui/react-menu_v9.7.12)
|
1102
1131
|
|
1103
1132
|
### Patches
|
@@ -1112,7 +1141,7 @@ Thu, 18 May 2023 00:39:09 GMT
|
|
1112
1141
|
|
1113
1142
|
## [9.7.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.11)
|
1114
1143
|
|
1115
|
-
Fri, 12 May 2023 20:27:26 GMT
|
1144
|
+
Fri, 12 May 2023 20:27:26 GMT
|
1116
1145
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.10..@fluentui/react-menu_v9.7.11)
|
1117
1146
|
|
1118
1147
|
### Patches
|
@@ -1135,7 +1164,7 @@ Fri, 12 May 2023 20:27:26 GMT
|
|
1135
1164
|
|
1136
1165
|
## [9.7.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.10)
|
1137
1166
|
|
1138
|
-
Mon, 24 Apr 2023 08:12:38 GMT
|
1167
|
+
Mon, 24 Apr 2023 08:12:38 GMT
|
1139
1168
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.9..@fluentui/react-menu_v9.7.10)
|
1140
1169
|
|
1141
1170
|
### Patches
|
@@ -1145,7 +1174,7 @@ Mon, 24 Apr 2023 08:12:38 GMT
|
|
1145
1174
|
|
1146
1175
|
## [9.7.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.9)
|
1147
1176
|
|
1148
|
-
Mon, 17 Apr 2023 17:53:52 GMT
|
1177
|
+
Mon, 17 Apr 2023 17:53:52 GMT
|
1149
1178
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.8..@fluentui/react-menu_v9.7.9)
|
1150
1179
|
|
1151
1180
|
### Patches
|
@@ -1161,7 +1190,7 @@ Mon, 17 Apr 2023 17:53:52 GMT
|
|
1161
1190
|
|
1162
1191
|
## [9.7.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.8)
|
1163
1192
|
|
1164
|
-
Wed, 12 Apr 2023 09:31:45 GMT
|
1193
|
+
Wed, 12 Apr 2023 09:31:45 GMT
|
1165
1194
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.7..@fluentui/react-menu_v9.7.8)
|
1166
1195
|
|
1167
1196
|
### Patches
|
@@ -1175,7 +1204,7 @@ Wed, 12 Apr 2023 09:31:45 GMT
|
|
1175
1204
|
|
1176
1205
|
## [9.7.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.7)
|
1177
1206
|
|
1178
|
-
Tue, 04 Apr 2023 18:44:49 GMT
|
1207
|
+
Tue, 04 Apr 2023 18:44:49 GMT
|
1179
1208
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.5..@fluentui/react-menu_v9.7.7)
|
1180
1209
|
|
1181
1210
|
### Patches
|
@@ -1190,7 +1219,7 @@ Tue, 04 Apr 2023 18:44:49 GMT
|
|
1190
1219
|
|
1191
1220
|
## [9.7.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.5)
|
1192
1221
|
|
1193
|
-
Tue, 21 Mar 2023 21:23:39 GMT
|
1222
|
+
Tue, 21 Mar 2023 21:23:39 GMT
|
1194
1223
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.4..@fluentui/react-menu_v9.7.5)
|
1195
1224
|
|
1196
1225
|
### Patches
|
@@ -1212,7 +1241,7 @@ Tue, 21 Mar 2023 21:23:39 GMT
|
|
1212
1241
|
|
1213
1242
|
## [9.7.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.4)
|
1214
1243
|
|
1215
|
-
Thu, 16 Mar 2023 14:36:59 GMT
|
1244
|
+
Thu, 16 Mar 2023 14:36:59 GMT
|
1216
1245
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.3..@fluentui/react-menu_v9.7.4)
|
1217
1246
|
|
1218
1247
|
### Patches
|
@@ -1226,7 +1255,7 @@ Thu, 16 Mar 2023 14:36:59 GMT
|
|
1226
1255
|
|
1227
1256
|
## [9.7.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.3)
|
1228
1257
|
|
1229
|
-
Wed, 15 Mar 2023 10:19:53 GMT
|
1258
|
+
Wed, 15 Mar 2023 10:19:53 GMT
|
1230
1259
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.2..@fluentui/react-menu_v9.7.3)
|
1231
1260
|
|
1232
1261
|
### Patches
|
@@ -1239,7 +1268,7 @@ Wed, 15 Mar 2023 10:19:53 GMT
|
|
1239
1268
|
|
1240
1269
|
## [9.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.2)
|
1241
1270
|
|
1242
|
-
Mon, 13 Mar 2023 08:58:24 GMT
|
1271
|
+
Mon, 13 Mar 2023 08:58:24 GMT
|
1243
1272
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.1..@fluentui/react-menu_v9.7.2)
|
1244
1273
|
|
1245
1274
|
### Patches
|
@@ -1254,7 +1283,7 @@ Mon, 13 Mar 2023 08:58:24 GMT
|
|
1254
1283
|
|
1255
1284
|
## [9.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.1)
|
1256
1285
|
|
1257
|
-
Fri, 10 Mar 2023 07:14:01 GMT
|
1286
|
+
Fri, 10 Mar 2023 07:14:01 GMT
|
1258
1287
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.0..@fluentui/react-menu_v9.7.1)
|
1259
1288
|
|
1260
1289
|
### Patches
|
@@ -1268,7 +1297,7 @@ Fri, 10 Mar 2023 07:14:01 GMT
|
|
1268
1297
|
|
1269
1298
|
## [9.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.0)
|
1270
1299
|
|
1271
|
-
Wed, 08 Mar 2023 17:42:33 GMT
|
1300
|
+
Wed, 08 Mar 2023 17:42:33 GMT
|
1272
1301
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.12..@fluentui/react-menu_v9.7.0)
|
1273
1302
|
|
1274
1303
|
### Minor changes
|
@@ -1290,7 +1319,7 @@ Wed, 08 Mar 2023 17:42:33 GMT
|
|
1290
1319
|
|
1291
1320
|
## [9.6.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.12)
|
1292
1321
|
|
1293
|
-
Wed, 22 Feb 2023 23:06:07 GMT
|
1322
|
+
Wed, 22 Feb 2023 23:06:07 GMT
|
1294
1323
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.11..@fluentui/react-menu_v9.6.12)
|
1295
1324
|
|
1296
1325
|
### Patches
|
@@ -1299,7 +1328,7 @@ Wed, 22 Feb 2023 23:06:07 GMT
|
|
1299
1328
|
|
1300
1329
|
## [9.6.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.11)
|
1301
1330
|
|
1302
|
-
Wed, 15 Feb 2023 11:44:52 GMT
|
1331
|
+
Wed, 15 Feb 2023 11:44:52 GMT
|
1303
1332
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.10..@fluentui/react-menu_v9.6.11)
|
1304
1333
|
|
1305
1334
|
### Patches
|
@@ -1313,7 +1342,7 @@ Wed, 15 Feb 2023 11:44:52 GMT
|
|
1313
1342
|
|
1314
1343
|
## [9.6.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.10)
|
1315
1344
|
|
1316
|
-
Mon, 13 Feb 2023 23:43:14 GMT
|
1345
|
+
Mon, 13 Feb 2023 23:43:14 GMT
|
1317
1346
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.9..@fluentui/react-menu_v9.6.10)
|
1318
1347
|
|
1319
1348
|
### Patches
|
@@ -1327,7 +1356,7 @@ Mon, 13 Feb 2023 23:43:14 GMT
|
|
1327
1356
|
|
1328
1357
|
## [9.6.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.9)
|
1329
1358
|
|
1330
|
-
Mon, 13 Feb 2023 09:35:46 GMT
|
1359
|
+
Mon, 13 Feb 2023 09:35:46 GMT
|
1331
1360
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.8..@fluentui/react-menu_v9.6.9)
|
1332
1361
|
|
1333
1362
|
### Patches
|
@@ -1337,7 +1366,7 @@ Mon, 13 Feb 2023 09:35:46 GMT
|
|
1337
1366
|
|
1338
1367
|
## [9.6.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.8)
|
1339
1368
|
|
1340
|
-
Fri, 10 Feb 2023 08:50:02 GMT
|
1369
|
+
Fri, 10 Feb 2023 08:50:02 GMT
|
1341
1370
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.7..@fluentui/react-menu_v9.6.8)
|
1342
1371
|
|
1343
1372
|
### Patches
|
@@ -1351,7 +1380,7 @@ Fri, 10 Feb 2023 08:50:02 GMT
|
|
1351
1380
|
|
1352
1381
|
## [9.6.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.7)
|
1353
1382
|
|
1354
|
-
Tue, 07 Feb 2023 14:13:10 GMT
|
1383
|
+
Tue, 07 Feb 2023 14:13:10 GMT
|
1355
1384
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.6..@fluentui/react-menu_v9.6.7)
|
1356
1385
|
|
1357
1386
|
### Patches
|
@@ -1362,7 +1391,7 @@ Tue, 07 Feb 2023 14:13:10 GMT
|
|
1362
1391
|
|
1363
1392
|
## [9.6.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.6)
|
1364
1393
|
|
1365
|
-
Tue, 31 Jan 2023 19:53:58 GMT
|
1394
|
+
Tue, 31 Jan 2023 19:53:58 GMT
|
1366
1395
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.5..@fluentui/react-menu_v9.6.6)
|
1367
1396
|
|
1368
1397
|
### Patches
|
@@ -1376,7 +1405,7 @@ Tue, 31 Jan 2023 19:53:58 GMT
|
|
1376
1405
|
|
1377
1406
|
## [9.6.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.5)
|
1378
1407
|
|
1379
|
-
Thu, 26 Jan 2023 13:31:03 GMT
|
1408
|
+
Thu, 26 Jan 2023 13:31:03 GMT
|
1380
1409
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.4..@fluentui/react-menu_v9.6.5)
|
1381
1410
|
|
1382
1411
|
### Patches
|
@@ -1391,7 +1420,7 @@ Thu, 26 Jan 2023 13:31:03 GMT
|
|
1391
1420
|
|
1392
1421
|
## [9.6.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.4)
|
1393
1422
|
|
1394
|
-
Mon, 23 Jan 2023 16:43:12 GMT
|
1423
|
+
Mon, 23 Jan 2023 16:43:12 GMT
|
1395
1424
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.3..@fluentui/react-menu_v9.6.4)
|
1396
1425
|
|
1397
1426
|
### Patches
|
@@ -1400,7 +1429,7 @@ Mon, 23 Jan 2023 16:43:12 GMT
|
|
1400
1429
|
|
1401
1430
|
## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.3)
|
1402
1431
|
|
1403
|
-
Wed, 18 Jan 2023 16:32:57 GMT
|
1432
|
+
Wed, 18 Jan 2023 16:32:57 GMT
|
1404
1433
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.2..@fluentui/react-menu_v9.6.3)
|
1405
1434
|
|
1406
1435
|
### Patches
|
@@ -1410,7 +1439,7 @@ Wed, 18 Jan 2023 16:32:57 GMT
|
|
1410
1439
|
|
1411
1440
|
## [9.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.2)
|
1412
1441
|
|
1413
|
-
Mon, 16 Jan 2023 08:39:04 GMT
|
1442
|
+
Mon, 16 Jan 2023 08:39:04 GMT
|
1414
1443
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.1..@fluentui/react-menu_v9.6.2)
|
1415
1444
|
|
1416
1445
|
### Patches
|
@@ -1423,7 +1452,7 @@ Mon, 16 Jan 2023 08:39:04 GMT
|
|
1423
1452
|
|
1424
1453
|
## [9.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.1)
|
1425
1454
|
|
1426
|
-
Mon, 09 Jan 2023 21:51:23 GMT
|
1455
|
+
Mon, 09 Jan 2023 21:51:23 GMT
|
1427
1456
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.0..@fluentui/react-menu_v9.6.1)
|
1428
1457
|
|
1429
1458
|
### Patches
|
@@ -1432,7 +1461,7 @@ Mon, 09 Jan 2023 21:51:23 GMT
|
|
1432
1461
|
|
1433
1462
|
## [9.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.0)
|
1434
1463
|
|
1435
|
-
Mon, 09 Jan 2023 14:34:57 GMT
|
1464
|
+
Mon, 09 Jan 2023 14:34:57 GMT
|
1436
1465
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.5.4..@fluentui/react-menu_v9.6.0)
|
1437
1466
|
|
1438
1467
|
### Minor changes
|
@@ -1451,7 +1480,7 @@ Mon, 09 Jan 2023 14:34:57 GMT
|
|
1451
1480
|
|
1452
1481
|
## [9.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.5.4)
|
1453
1482
|
|
1454
|
-
Wed, 04 Jan 2023 01:40:13 GMT
|
1483
|
+
Wed, 04 Jan 2023 01:40:13 GMT
|
1455
1484
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.5.3..@fluentui/react-menu_v9.5.4)
|
1456
1485
|
|
1457
1486
|
### Patches
|
@@ -1467,7 +1496,7 @@ Wed, 04 Jan 2023 01:40:13 GMT
|
|
1467
1496
|
|
1468
1497
|
## [9.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.5.3)
|
1469
1498
|
|
1470
|
-
Wed, 21 Dec 2022 10:20:33 GMT
|
1499
|
+
Wed, 21 Dec 2022 10:20:33 GMT
|
1471
1500
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.5.2..@fluentui/react-menu_v9.5.3)
|
1472
1501
|
|
1473
1502
|
### Patches
|
@@ -1480,7 +1509,7 @@ Wed, 21 Dec 2022 10:20:33 GMT
|
|
1480
1509
|
|
1481
1510
|
## [9.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.5.2)
|
1482
1511
|
|
1483
|
-
Tue, 20 Dec 2022 14:59:25 GMT
|
1512
|
+
Tue, 20 Dec 2022 14:59:25 GMT
|
1484
1513
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.5.1..@fluentui/react-menu_v9.5.2)
|
1485
1514
|
|
1486
1515
|
### Patches
|
@@ -1497,7 +1526,7 @@ Tue, 20 Dec 2022 14:59:25 GMT
|
|
1497
1526
|
|
1498
1527
|
## [9.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.5.1)
|
1499
1528
|
|
1500
|
-
Mon, 05 Dec 2022 18:29:24 GMT
|
1529
|
+
Mon, 05 Dec 2022 18:29:24 GMT
|
1501
1530
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.5.0..@fluentui/react-menu_v9.5.1)
|
1502
1531
|
|
1503
1532
|
### Patches
|
@@ -1512,7 +1541,7 @@ Mon, 05 Dec 2022 18:29:24 GMT
|
|
1512
1541
|
|
1513
1542
|
## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.5.0)
|
1514
1543
|
|
1515
|
-
Thu, 17 Nov 2022 23:05:41 GMT
|
1544
|
+
Thu, 17 Nov 2022 23:05:41 GMT
|
1516
1545
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.4.1..@fluentui/react-menu_v9.5.0)
|
1517
1546
|
|
1518
1547
|
### Minor changes
|
@@ -1527,7 +1556,7 @@ Thu, 17 Nov 2022 23:05:41 GMT
|
|
1527
1556
|
|
1528
1557
|
## [9.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.4.1)
|
1529
1558
|
|
1530
|
-
Fri, 11 Nov 2022 14:58:08 GMT
|
1559
|
+
Fri, 11 Nov 2022 14:58:08 GMT
|
1531
1560
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.4.0..@fluentui/react-menu_v9.4.1)
|
1532
1561
|
|
1533
1562
|
### Patches
|
@@ -1546,7 +1575,7 @@ Fri, 11 Nov 2022 14:58:08 GMT
|
|
1546
1575
|
|
1547
1576
|
## [9.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.4.0)
|
1548
1577
|
|
1549
|
-
Wed, 02 Nov 2022 11:57:54 GMT
|
1578
|
+
Wed, 02 Nov 2022 11:57:54 GMT
|
1550
1579
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.3.1..@fluentui/react-menu_v9.4.0)
|
1551
1580
|
|
1552
1581
|
### Minor changes
|
@@ -1567,7 +1596,7 @@ Wed, 02 Nov 2022 11:57:54 GMT
|
|
1567
1596
|
|
1568
1597
|
## [9.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.3.1)
|
1569
1598
|
|
1570
|
-
Thu, 20 Oct 2022 08:39:37 GMT
|
1599
|
+
Thu, 20 Oct 2022 08:39:37 GMT
|
1571
1600
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.3.0..@fluentui/react-menu_v9.3.1)
|
1572
1601
|
|
1573
1602
|
### Patches
|
@@ -1588,7 +1617,7 @@ Thu, 20 Oct 2022 08:39:37 GMT
|
|
1588
1617
|
|
1589
1618
|
## [9.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.3.0)
|
1590
1619
|
|
1591
|
-
Thu, 13 Oct 2022 12:56:30 GMT
|
1620
|
+
Thu, 13 Oct 2022 12:56:30 GMT
|
1592
1621
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.2.3..@fluentui/react-menu_v9.3.0)
|
1593
1622
|
|
1594
1623
|
### Minor changes
|
@@ -1597,7 +1626,7 @@ Thu, 13 Oct 2022 12:56:30 GMT
|
|
1597
1626
|
|
1598
1627
|
## [9.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.2.3)
|
1599
1628
|
|
1600
|
-
Thu, 13 Oct 2022 11:02:53 GMT
|
1629
|
+
Thu, 13 Oct 2022 11:02:53 GMT
|
1601
1630
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.2.2..@fluentui/react-menu_v9.2.3)
|
1602
1631
|
|
1603
1632
|
### Patches
|
@@ -1615,7 +1644,7 @@ Thu, 13 Oct 2022 11:02:53 GMT
|
|
1615
1644
|
|
1616
1645
|
## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.2.2)
|
1617
1646
|
|
1618
|
-
Mon, 03 Oct 2022 22:24:37 GMT
|
1647
|
+
Mon, 03 Oct 2022 22:24:37 GMT
|
1619
1648
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.2.1..@fluentui/react-menu_v9.2.2)
|
1620
1649
|
|
1621
1650
|
### Patches
|
@@ -1627,7 +1656,7 @@ Mon, 03 Oct 2022 22:24:37 GMT
|
|
1627
1656
|
|
1628
1657
|
## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.2.1)
|
1629
1658
|
|
1630
|
-
Fri, 23 Sep 2022 10:32:30 GMT
|
1659
|
+
Fri, 23 Sep 2022 10:32:30 GMT
|
1631
1660
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.2.0..@fluentui/react-menu_v9.2.1)
|
1632
1661
|
|
1633
1662
|
### Patches
|
@@ -1636,7 +1665,7 @@ Fri, 23 Sep 2022 10:32:30 GMT
|
|
1636
1665
|
|
1637
1666
|
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.2.0)
|
1638
1667
|
|
1639
|
-
Tue, 20 Sep 2022 20:55:45 GMT
|
1668
|
+
Tue, 20 Sep 2022 20:55:45 GMT
|
1640
1669
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.1.0..@fluentui/react-menu_v9.2.0)
|
1641
1670
|
|
1642
1671
|
### Minor changes
|
@@ -1646,7 +1675,7 @@ Tue, 20 Sep 2022 20:55:45 GMT
|
|
1646
1675
|
|
1647
1676
|
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.1.0)
|
1648
1677
|
|
1649
|
-
Thu, 15 Sep 2022 09:49:08 GMT
|
1678
|
+
Thu, 15 Sep 2022 09:49:08 GMT
|
1650
1679
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.4..@fluentui/react-menu_v9.1.0)
|
1651
1680
|
|
1652
1681
|
### Minor changes
|
@@ -1671,7 +1700,7 @@ Thu, 15 Sep 2022 09:49:08 GMT
|
|
1671
1700
|
|
1672
1701
|
## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.4)
|
1673
1702
|
|
1674
|
-
Wed, 03 Aug 2022 16:03:51 GMT
|
1703
|
+
Wed, 03 Aug 2022 16:03:51 GMT
|
1675
1704
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.3..@fluentui/react-menu_v9.0.4)
|
1676
1705
|
|
1677
1706
|
### Patches
|
@@ -1685,7 +1714,7 @@ Wed, 03 Aug 2022 16:03:51 GMT
|
|
1685
1714
|
|
1686
1715
|
## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.3)
|
1687
1716
|
|
1688
|
-
Thu, 14 Jul 2022 21:21:01 GMT
|
1717
|
+
Thu, 14 Jul 2022 21:21:01 GMT
|
1689
1718
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.2..@fluentui/react-menu_v9.0.3)
|
1690
1719
|
|
1691
1720
|
### Patches
|
@@ -1699,7 +1728,7 @@ Thu, 14 Jul 2022 21:21:01 GMT
|
|
1699
1728
|
|
1700
1729
|
## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.2)
|
1701
1730
|
|
1702
|
-
Thu, 14 Jul 2022 17:06:20 GMT
|
1731
|
+
Thu, 14 Jul 2022 17:06:20 GMT
|
1703
1732
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.1..@fluentui/react-menu_v9.0.2)
|
1704
1733
|
|
1705
1734
|
### Patches
|
@@ -1714,7 +1743,7 @@ Thu, 14 Jul 2022 17:06:20 GMT
|
|
1714
1743
|
|
1715
1744
|
## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.1)
|
1716
1745
|
|
1717
|
-
Tue, 28 Jun 2022 17:39:50 GMT
|
1746
|
+
Tue, 28 Jun 2022 17:39:50 GMT
|
1718
1747
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0..@fluentui/react-menu_v9.0.1)
|
1719
1748
|
|
1720
1749
|
### Patches
|
@@ -1727,7 +1756,7 @@ Tue, 28 Jun 2022 17:39:50 GMT
|
|
1727
1756
|
|
1728
1757
|
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0)
|
1729
1758
|
|
1730
|
-
Tue, 28 Jun 2022 15:13:41 GMT
|
1759
|
+
Tue, 28 Jun 2022 15:13:41 GMT
|
1731
1760
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.14..@fluentui/react-menu_v9.0.0)
|
1732
1761
|
|
1733
1762
|
### Patches
|
@@ -1756,7 +1785,7 @@ Tue, 28 Jun 2022 15:13:41 GMT
|
|
1756
1785
|
|
1757
1786
|
## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.14)
|
1758
1787
|
|
1759
|
-
Thu, 23 Jun 2022 14:25:31 GMT
|
1788
|
+
Thu, 23 Jun 2022 14:25:31 GMT
|
1760
1789
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.13..@fluentui/react-menu_v9.0.0-rc.14)
|
1761
1790
|
|
1762
1791
|
### Changes
|
@@ -1769,7 +1798,7 @@ Thu, 23 Jun 2022 14:25:31 GMT
|
|
1769
1798
|
|
1770
1799
|
## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.13)
|
1771
1800
|
|
1772
|
-
Tue, 31 May 2022 21:28:40 GMT
|
1801
|
+
Tue, 31 May 2022 21:28:40 GMT
|
1773
1802
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.12..@fluentui/react-menu_v9.0.0-rc.13)
|
1774
1803
|
|
1775
1804
|
### Changes
|
@@ -1786,7 +1815,7 @@ Tue, 31 May 2022 21:28:40 GMT
|
|
1786
1815
|
|
1787
1816
|
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.12)
|
1788
1817
|
|
1789
|
-
Thu, 26 May 2022 21:01:26 GMT
|
1818
|
+
Thu, 26 May 2022 21:01:26 GMT
|
1790
1819
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.11..@fluentui/react-menu_v9.0.0-rc.12)
|
1791
1820
|
|
1792
1821
|
### Changes
|
@@ -1798,7 +1827,7 @@ Thu, 26 May 2022 21:01:26 GMT
|
|
1798
1827
|
|
1799
1828
|
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.11)
|
1800
1829
|
|
1801
|
-
Mon, 23 May 2022 18:56:46 GMT
|
1830
|
+
Mon, 23 May 2022 18:56:46 GMT
|
1802
1831
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.10..@fluentui/react-menu_v9.0.0-rc.11)
|
1803
1832
|
|
1804
1833
|
### Changes
|
@@ -1815,7 +1844,7 @@ Mon, 23 May 2022 18:56:46 GMT
|
|
1815
1844
|
|
1816
1845
|
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.10)
|
1817
1846
|
|
1818
|
-
Mon, 23 May 2022 12:14:22 GMT
|
1847
|
+
Mon, 23 May 2022 12:14:22 GMT
|
1819
1848
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.9..@fluentui/react-menu_v9.0.0-rc.10)
|
1820
1849
|
|
1821
1850
|
### Changes
|
@@ -1836,7 +1865,7 @@ Mon, 23 May 2022 12:14:22 GMT
|
|
1836
1865
|
|
1837
1866
|
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.9)
|
1838
1867
|
|
1839
|
-
Thu, 05 May 2022 18:26:24 GMT
|
1868
|
+
Thu, 05 May 2022 18:26:24 GMT
|
1840
1869
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.8..@fluentui/react-menu_v9.0.0-rc.9)
|
1841
1870
|
|
1842
1871
|
### Changes
|
@@ -1854,7 +1883,7 @@ Thu, 05 May 2022 18:26:24 GMT
|
|
1854
1883
|
|
1855
1884
|
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.8)
|
1856
1885
|
|
1857
|
-
Wed, 04 May 2022 13:26:44 GMT
|
1886
|
+
Wed, 04 May 2022 13:26:44 GMT
|
1858
1887
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.7..@fluentui/react-menu_v9.0.0-rc.8)
|
1859
1888
|
|
1860
1889
|
### Changes
|