@fluentui/react-menu 9.14.6 → 9.14.8
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 +166 -137
- package/lib/components/MenuList/useMenuList.js +24 -5
- package/lib/components/MenuList/useMenuList.js.map +1 -1
- package/lib/components/MenuPopover/useMenuPopover.js +8 -8
- package/lib/components/MenuPopover/useMenuPopover.js.map +1 -1
- package/lib-commonjs/components/MenuList/useMenuList.js +23 -4
- package/lib-commonjs/components/MenuList/useMenuList.js.map +1 -1
- package/lib-commonjs/components/MenuPopover/useMenuPopover.js +7 -7
- package/lib-commonjs/components/MenuPopover/useMenuPopover.js.map +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
@@ -1,25 +1,54 @@
|
|
1
1
|
# Change Log - @fluentui/react-menu
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 17 Jun 2024 07:31:07 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.14.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.8)
|
8
|
+
|
9
|
+
Mon, 17 Jun 2024 07:31:07 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.7..@fluentui/react-menu_v9.14.8)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Removing ignoreKeydown on MenuList as it has side effect on submenus. ([PR #31393](https://github.com/microsoft/fluentui/pull/31393) by marata@microsoft.com)
|
15
|
+
- Bump @fluentui/react-aria to v9.12.1 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
|
16
|
+
- Bump @fluentui/react-context-selector to v9.1.62 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
|
17
|
+
- Bump @fluentui/react-portal to v9.4.28 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
|
18
|
+
- Bump @fluentui/react-tabster to v9.22.0 ([commit](https://github.com/microsoft/fluentui/commit/9ae683c22f2e65d94422a571ad5d3f97d0a77234) by beachball)
|
19
|
+
|
20
|
+
## [9.14.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.7)
|
21
|
+
|
22
|
+
Thu, 06 Jun 2024 15:26:34 GMT
|
23
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.6..@fluentui/react-menu_v9.14.7)
|
24
|
+
|
25
|
+
### Patches
|
26
|
+
|
27
|
+
- chore: disable eslint rule. ([PR #30967](https://github.com/microsoft/fluentui/pull/30967) by seanmonahan@microsoft.com)
|
28
|
+
- Bump @fluentui/react-aria to v9.12.0 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
29
|
+
- Bump @fluentui/react-context-selector to v9.1.61 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
30
|
+
- Bump @fluentui/react-portal to v9.4.27 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
31
|
+
- Bump @fluentui/react-positioning to v9.15.3 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
32
|
+
- Bump @fluentui/react-tabster to v9.21.5 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
33
|
+
- Bump @fluentui/react-utilities to v9.18.10 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
34
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.39 ([PR #31586](https://github.com/microsoft/fluentui/pull/31586) by beachball)
|
35
|
+
|
7
36
|
## [9.14.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.6)
|
8
37
|
|
9
|
-
Thu, 23 May 2024
|
38
|
+
Thu, 23 May 2024 08:02:45 GMT
|
10
39
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.5..@fluentui/react-menu_v9.14.6)
|
11
40
|
|
12
41
|
### Patches
|
13
42
|
|
14
43
|
- chore: replace usage of .shorthands() in styles ([PR #31432](https://github.com/microsoft/fluentui/pull/31432) by olfedias@microsoft.com)
|
15
|
-
- Bump @fluentui/react-aria to v9.11.4 ([commit](https://github.com/microsoft/fluentui/commit/
|
16
|
-
- Bump @fluentui/react-portal to v9.4.26 ([commit](https://github.com/microsoft/fluentui/commit/
|
17
|
-
- Bump @fluentui/react-positioning to v9.15.2 ([commit](https://github.com/microsoft/fluentui/commit/
|
18
|
-
- Bump @fluentui/react-tabster to v9.21.4 ([commit](https://github.com/microsoft/fluentui/commit/
|
44
|
+
- Bump @fluentui/react-aria to v9.11.4 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
|
45
|
+
- Bump @fluentui/react-portal to v9.4.26 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
|
46
|
+
- Bump @fluentui/react-positioning to v9.15.2 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
|
47
|
+
- Bump @fluentui/react-tabster to v9.21.4 ([commit](https://github.com/microsoft/fluentui/commit/03599d609e8310b08c57d1f871cffbf717d79207) by beachball)
|
19
48
|
|
20
49
|
## [9.14.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.5)
|
21
50
|
|
22
|
-
Mon, 20 May 2024 12:44:57 GMT
|
51
|
+
Mon, 20 May 2024 12:44:57 GMT
|
23
52
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.4..@fluentui/react-menu_v9.14.5)
|
24
53
|
|
25
54
|
### Patches
|
@@ -37,16 +66,16 @@ Mon, 20 May 2024 12:44:57 GMT
|
|
37
66
|
|
38
67
|
## [9.14.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.4)
|
39
68
|
|
40
|
-
Thu, 16 May 2024 09:25:15 GMT
|
69
|
+
Thu, 16 May 2024 09:25:15 GMT
|
41
70
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.3..@fluentui/react-menu_v9.14.4)
|
42
71
|
|
43
72
|
### Patches
|
44
73
|
|
45
|
-
-
|
74
|
+
- 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)
|
46
75
|
|
47
76
|
## [9.14.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.3)
|
48
77
|
|
49
|
-
Thu, 09 May 2024 19:35:12 GMT
|
78
|
+
Thu, 09 May 2024 19:35:12 GMT
|
50
79
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.2..@fluentui/react-menu_v9.14.3)
|
51
80
|
|
52
81
|
### Patches
|
@@ -58,7 +87,7 @@ Thu, 09 May 2024 19:35:12 GMT
|
|
58
87
|
|
59
88
|
## [9.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.2)
|
60
89
|
|
61
|
-
Mon, 06 May 2024 12:55:02 GMT
|
90
|
+
Mon, 06 May 2024 12:55:02 GMT
|
62
91
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.1..@fluentui/react-menu_v9.14.2)
|
63
92
|
|
64
93
|
### Patches
|
@@ -74,12 +103,12 @@ Mon, 06 May 2024 12:55:02 GMT
|
|
74
103
|
|
75
104
|
## [9.14.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.1)
|
76
105
|
|
77
|
-
Thu, 02 May 2024 11:36:34 GMT
|
106
|
+
Thu, 02 May 2024 11:36:34 GMT
|
78
107
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.14.0..@fluentui/react-menu_v9.14.1)
|
79
108
|
|
80
109
|
### Patches
|
81
110
|
|
82
|
-
-
|
111
|
+
- chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
|
83
112
|
- daniharo:fix-menu-split ([PR #30959](https://github.com/microsoft/fluentui/pull/30959) by lingfangao@hotmail.com)
|
84
113
|
- refactor: use timeout and animation frame utilities ([PR #31168](https://github.com/microsoft/fluentui/pull/31168) by lingfangao@hotmail.com)
|
85
114
|
- Bump @fluentui/react-aria to v9.11.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
|
@@ -88,7 +117,7 @@ Thu, 02 May 2024 11:36:34 GMT
|
|
88
117
|
|
89
118
|
## [9.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.14.0)
|
90
119
|
|
91
|
-
Tue, 23 Apr 2024 08:17:47 GMT
|
120
|
+
Tue, 23 Apr 2024 08:17:47 GMT
|
92
121
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.7..@fluentui/react-menu_v9.14.0)
|
93
122
|
|
94
123
|
### Minor changes
|
@@ -105,7 +134,7 @@ Tue, 23 Apr 2024 08:17:47 GMT
|
|
105
134
|
|
106
135
|
## [9.13.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.7)
|
107
136
|
|
108
|
-
Wed, 17 Apr 2024 21:53:54 GMT
|
137
|
+
Wed, 17 Apr 2024 21:53:54 GMT
|
109
138
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.6..@fluentui/react-menu_v9.13.7)
|
110
139
|
|
111
140
|
### Patches
|
@@ -117,7 +146,7 @@ Wed, 17 Apr 2024 21:53:54 GMT
|
|
117
146
|
|
118
147
|
## [9.13.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.6)
|
119
148
|
|
120
|
-
Tue, 02 Apr 2024 09:48:01 GMT
|
149
|
+
Tue, 02 Apr 2024 09:48:01 GMT
|
121
150
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.5..@fluentui/react-menu_v9.13.6)
|
122
151
|
|
123
152
|
### Patches
|
@@ -133,7 +162,7 @@ Tue, 02 Apr 2024 09:48:01 GMT
|
|
133
162
|
|
134
163
|
## [9.13.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.5)
|
135
164
|
|
136
|
-
Mon, 25 Mar 2024 11:12:14 GMT
|
165
|
+
Mon, 25 Mar 2024 11:12:14 GMT
|
137
166
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.4..@fluentui/react-menu_v9.13.5)
|
138
167
|
|
139
168
|
### Patches
|
@@ -142,7 +171,7 @@ Mon, 25 Mar 2024 11:12:14 GMT
|
|
142
171
|
|
143
172
|
## [9.13.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.4)
|
144
173
|
|
145
|
-
Mon, 18 Mar 2024 19:50:46 GMT
|
174
|
+
Mon, 18 Mar 2024 19:50:46 GMT
|
146
175
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.3..@fluentui/react-menu_v9.13.4)
|
147
176
|
|
148
177
|
### Patches
|
@@ -159,7 +188,7 @@ Mon, 18 Mar 2024 19:50:46 GMT
|
|
159
188
|
|
160
189
|
## [9.13.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.3)
|
161
190
|
|
162
|
-
Fri, 15 Mar 2024 21:43:49 GMT
|
191
|
+
Fri, 15 Mar 2024 21:43:49 GMT
|
163
192
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.2..@fluentui/react-menu_v9.13.3)
|
164
193
|
|
165
194
|
### Patches
|
@@ -176,7 +205,7 @@ Fri, 15 Mar 2024 21:43:49 GMT
|
|
176
205
|
|
177
206
|
## [9.13.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.2)
|
178
207
|
|
179
|
-
Thu, 07 Mar 2024 19:33:22 GMT
|
208
|
+
Thu, 07 Mar 2024 19:33:22 GMT
|
180
209
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.1..@fluentui/react-menu_v9.13.2)
|
181
210
|
|
182
211
|
### Patches
|
@@ -194,7 +223,7 @@ Thu, 07 Mar 2024 19:33:22 GMT
|
|
194
223
|
|
195
224
|
## [9.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.1)
|
196
225
|
|
197
|
-
Wed, 28 Feb 2024 02:34:19 GMT
|
226
|
+
Wed, 28 Feb 2024 02:34:19 GMT
|
198
227
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.13.0..@fluentui/react-menu_v9.13.1)
|
199
228
|
|
200
229
|
### Patches
|
@@ -210,7 +239,7 @@ Wed, 28 Feb 2024 02:34:19 GMT
|
|
210
239
|
|
211
240
|
## [9.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.13.0)
|
212
241
|
|
213
|
-
Tue, 20 Feb 2024 14:22:21 GMT
|
242
|
+
Tue, 20 Feb 2024 14:22:21 GMT
|
214
243
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.50..@fluentui/react-menu_v9.13.0)
|
215
244
|
|
216
245
|
### Minor changes
|
@@ -231,7 +260,7 @@ Tue, 20 Feb 2024 14:22:21 GMT
|
|
231
260
|
|
232
261
|
## [9.12.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.50)
|
233
262
|
|
234
|
-
Tue, 06 Feb 2024 17:55:21 GMT
|
263
|
+
Tue, 06 Feb 2024 17:55:21 GMT
|
235
264
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.49..@fluentui/react-menu_v9.12.50)
|
236
265
|
|
237
266
|
### Patches
|
@@ -243,7 +272,7 @@ Tue, 06 Feb 2024 17:55:21 GMT
|
|
243
272
|
|
244
273
|
## [9.12.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.49)
|
245
274
|
|
246
|
-
Tue, 30 Jan 2024 23:16:54 GMT
|
275
|
+
Tue, 30 Jan 2024 23:16:54 GMT
|
247
276
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.48..@fluentui/react-menu_v9.12.49)
|
248
277
|
|
249
278
|
### Patches
|
@@ -258,7 +287,7 @@ Tue, 30 Jan 2024 23:16:54 GMT
|
|
258
287
|
|
259
288
|
## [9.12.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.48)
|
260
289
|
|
261
|
-
Mon, 29 Jan 2024 13:56:05 GMT
|
290
|
+
Mon, 29 Jan 2024 13:56:05 GMT
|
262
291
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.47..@fluentui/react-menu_v9.12.48)
|
263
292
|
|
264
293
|
### Patches
|
@@ -268,7 +297,7 @@ Mon, 29 Jan 2024 13:56:05 GMT
|
|
268
297
|
|
269
298
|
## [9.12.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.47)
|
270
299
|
|
271
|
-
Fri, 26 Jan 2024 10:40:22 GMT
|
300
|
+
Fri, 26 Jan 2024 10:40:22 GMT
|
272
301
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.46..@fluentui/react-menu_v9.12.47)
|
273
302
|
|
274
303
|
### Patches
|
@@ -277,7 +306,7 @@ Fri, 26 Jan 2024 10:40:22 GMT
|
|
277
306
|
|
278
307
|
## [9.12.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.46)
|
279
308
|
|
280
|
-
Tue, 23 Jan 2024 15:11:00 GMT
|
309
|
+
Tue, 23 Jan 2024 15:11:00 GMT
|
281
310
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.45..@fluentui/react-menu_v9.12.46)
|
282
311
|
|
283
312
|
### Patches
|
@@ -292,7 +321,7 @@ Tue, 23 Jan 2024 15:11:00 GMT
|
|
292
321
|
|
293
322
|
## [9.12.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.45)
|
294
323
|
|
295
|
-
Thu, 18 Jan 2024 14:25:03 GMT
|
324
|
+
Thu, 18 Jan 2024 14:25:03 GMT
|
296
325
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.44..@fluentui/react-menu_v9.12.45)
|
297
326
|
|
298
327
|
### Patches
|
@@ -308,7 +337,7 @@ Thu, 18 Jan 2024 14:25:03 GMT
|
|
308
337
|
|
309
338
|
## [9.12.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.44)
|
310
339
|
|
311
|
-
Wed, 17 Jan 2024 16:18:50 GMT
|
340
|
+
Wed, 17 Jan 2024 16:18:50 GMT
|
312
341
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.43..@fluentui/react-menu_v9.12.44)
|
313
342
|
|
314
343
|
### Patches
|
@@ -323,7 +352,7 @@ Wed, 17 Jan 2024 16:18:50 GMT
|
|
323
352
|
|
324
353
|
## [9.12.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.43)
|
325
354
|
|
326
|
-
Tue, 16 Jan 2024 13:14:19 GMT
|
355
|
+
Tue, 16 Jan 2024 13:14:19 GMT
|
327
356
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.42..@fluentui/react-menu_v9.12.43)
|
328
357
|
|
329
358
|
### Patches
|
@@ -341,7 +370,7 @@ Tue, 16 Jan 2024 13:14:19 GMT
|
|
341
370
|
|
342
371
|
## [9.12.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.42)
|
343
372
|
|
344
|
-
Thu, 11 Jan 2024 09:04:29 GMT
|
373
|
+
Thu, 11 Jan 2024 09:04:29 GMT
|
345
374
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.41..@fluentui/react-menu_v9.12.42)
|
346
375
|
|
347
376
|
### Patches
|
@@ -351,7 +380,7 @@ Thu, 11 Jan 2024 09:04:29 GMT
|
|
351
380
|
|
352
381
|
## [9.12.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.41)
|
353
382
|
|
354
|
-
Tue, 09 Jan 2024 10:21:34 GMT
|
383
|
+
Tue, 09 Jan 2024 10:21:34 GMT
|
355
384
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.40..@fluentui/react-menu_v9.12.41)
|
356
385
|
|
357
386
|
### Patches
|
@@ -360,7 +389,7 @@ Tue, 09 Jan 2024 10:21:34 GMT
|
|
360
389
|
|
361
390
|
## [9.12.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.40)
|
362
391
|
|
363
|
-
Mon, 08 Jan 2024 16:24:22 GMT
|
392
|
+
Mon, 08 Jan 2024 16:24:22 GMT
|
364
393
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.39..@fluentui/react-menu_v9.12.40)
|
365
394
|
|
366
395
|
### Patches
|
@@ -376,7 +405,7 @@ Mon, 08 Jan 2024 16:24:22 GMT
|
|
376
405
|
|
377
406
|
## [9.12.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.39)
|
378
407
|
|
379
|
-
Wed, 03 Jan 2024 09:26:44 GMT
|
408
|
+
Wed, 03 Jan 2024 09:26:44 GMT
|
380
409
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.38..@fluentui/react-menu_v9.12.39)
|
381
410
|
|
382
411
|
### Patches
|
@@ -391,7 +420,7 @@ Wed, 03 Jan 2024 09:26:44 GMT
|
|
391
420
|
|
392
421
|
## [9.12.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.38)
|
393
422
|
|
394
|
-
Mon, 18 Dec 2023 17:48:16 GMT
|
423
|
+
Mon, 18 Dec 2023 17:48:16 GMT
|
395
424
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.37..@fluentui/react-menu_v9.12.38)
|
396
425
|
|
397
426
|
### Patches
|
@@ -400,7 +429,7 @@ Mon, 18 Dec 2023 17:48:16 GMT
|
|
400
429
|
|
401
430
|
## [9.12.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.37)
|
402
431
|
|
403
|
-
Mon, 18 Dec 2023 14:40:46 GMT
|
432
|
+
Mon, 18 Dec 2023 14:40:46 GMT
|
404
433
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.36..@fluentui/react-menu_v9.12.37)
|
405
434
|
|
406
435
|
### Patches
|
@@ -416,7 +445,7 @@ Mon, 18 Dec 2023 14:40:46 GMT
|
|
416
445
|
|
417
446
|
## [9.12.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.36)
|
418
447
|
|
419
|
-
Thu, 14 Dec 2023 09:58:44 GMT
|
448
|
+
Thu, 14 Dec 2023 09:58:44 GMT
|
420
449
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.35..@fluentui/react-menu_v9.12.36)
|
421
450
|
|
422
451
|
### Patches
|
@@ -433,7 +462,7 @@ Thu, 14 Dec 2023 09:58:44 GMT
|
|
433
462
|
|
434
463
|
## [9.12.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.35)
|
435
464
|
|
436
|
-
Thu, 30 Nov 2023 13:42:08 GMT
|
465
|
+
Thu, 30 Nov 2023 13:42:08 GMT
|
437
466
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.34..@fluentui/react-menu_v9.12.35)
|
438
467
|
|
439
468
|
### Patches
|
@@ -446,7 +475,7 @@ Thu, 30 Nov 2023 13:42:08 GMT
|
|
446
475
|
|
447
476
|
## [9.12.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.34)
|
448
477
|
|
449
|
-
Mon, 20 Nov 2023 09:55:10 GMT
|
478
|
+
Mon, 20 Nov 2023 09:55:10 GMT
|
450
479
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.33..@fluentui/react-menu_v9.12.34)
|
451
480
|
|
452
481
|
### Patches
|
@@ -458,7 +487,7 @@ Mon, 20 Nov 2023 09:55:10 GMT
|
|
458
487
|
|
459
488
|
## [9.12.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.33)
|
460
489
|
|
461
|
-
Tue, 14 Nov 2023 17:51:27 GMT
|
490
|
+
Tue, 14 Nov 2023 17:51:27 GMT
|
462
491
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.32..@fluentui/react-menu_v9.12.33)
|
463
492
|
|
464
493
|
### Patches
|
@@ -468,7 +497,7 @@ Tue, 14 Nov 2023 17:51:27 GMT
|
|
468
497
|
|
469
498
|
## [9.12.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.32)
|
470
499
|
|
471
|
-
Fri, 10 Nov 2023 13:46:32 GMT
|
500
|
+
Fri, 10 Nov 2023 13:46:32 GMT
|
472
501
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.31..@fluentui/react-menu_v9.12.32)
|
473
502
|
|
474
503
|
### Patches
|
@@ -477,7 +506,7 @@ Fri, 10 Nov 2023 13:46:32 GMT
|
|
477
506
|
|
478
507
|
## [9.12.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.31)
|
479
508
|
|
480
|
-
Thu, 09 Nov 2023 17:29:37 GMT
|
509
|
+
Thu, 09 Nov 2023 17:29:37 GMT
|
481
510
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.30..@fluentui/react-menu_v9.12.31)
|
482
511
|
|
483
512
|
### Patches
|
@@ -496,7 +525,7 @@ Thu, 09 Nov 2023 17:29:37 GMT
|
|
496
525
|
|
497
526
|
## [9.12.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.30)
|
498
527
|
|
499
|
-
Wed, 01 Nov 2023 12:55:59 GMT
|
528
|
+
Wed, 01 Nov 2023 12:55:59 GMT
|
500
529
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.29..@fluentui/react-menu_v9.12.30)
|
501
530
|
|
502
531
|
### Patches
|
@@ -509,7 +538,7 @@ Wed, 01 Nov 2023 12:55:59 GMT
|
|
509
538
|
|
510
539
|
## [9.12.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.29)
|
511
540
|
|
512
|
-
Sat, 28 Oct 2023 23:35:59 GMT
|
541
|
+
Sat, 28 Oct 2023 23:35:59 GMT
|
513
542
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.28..@fluentui/react-menu_v9.12.29)
|
514
543
|
|
515
544
|
### Patches
|
@@ -521,7 +550,7 @@ Sat, 28 Oct 2023 23:35:59 GMT
|
|
521
550
|
|
522
551
|
## [9.12.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.28)
|
523
552
|
|
524
|
-
Mon, 23 Oct 2023 09:51:57 GMT
|
553
|
+
Mon, 23 Oct 2023 09:51:57 GMT
|
525
554
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.27..@fluentui/react-menu_v9.12.28)
|
526
555
|
|
527
556
|
### Patches
|
@@ -531,7 +560,7 @@ Mon, 23 Oct 2023 09:51:57 GMT
|
|
531
560
|
|
532
561
|
## [9.12.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.27)
|
533
562
|
|
534
|
-
Wed, 18 Oct 2023 17:54:04 GMT
|
563
|
+
Wed, 18 Oct 2023 17:54:04 GMT
|
535
564
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.26..@fluentui/react-menu_v9.12.27)
|
536
565
|
|
537
566
|
### Patches
|
@@ -547,7 +576,7 @@ Wed, 18 Oct 2023 17:54:04 GMT
|
|
547
576
|
|
548
577
|
## [9.12.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.26)
|
549
578
|
|
550
|
-
Thu, 12 Oct 2023 14:55:44 GMT
|
579
|
+
Thu, 12 Oct 2023 14:55:44 GMT
|
551
580
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.25..@fluentui/react-menu_v9.12.26)
|
552
581
|
|
553
582
|
### Patches
|
@@ -556,7 +585,7 @@ Thu, 12 Oct 2023 14:55:44 GMT
|
|
556
585
|
|
557
586
|
## [9.12.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.25)
|
558
587
|
|
559
|
-
Wed, 11 Oct 2023 13:54:23 GMT
|
588
|
+
Wed, 11 Oct 2023 13:54:23 GMT
|
560
589
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.24..@fluentui/react-menu_v9.12.25)
|
561
590
|
|
562
591
|
### Patches
|
@@ -573,7 +602,7 @@ Wed, 11 Oct 2023 13:54:23 GMT
|
|
573
602
|
|
574
603
|
## [9.12.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.24)
|
575
604
|
|
576
|
-
Mon, 09 Oct 2023 20:45:41 GMT
|
605
|
+
Mon, 09 Oct 2023 20:45:41 GMT
|
577
606
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.23..@fluentui/react-menu_v9.12.24)
|
578
607
|
|
579
608
|
### Patches
|
@@ -590,7 +619,7 @@ Mon, 09 Oct 2023 20:45:41 GMT
|
|
590
619
|
|
591
620
|
## [9.12.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.23)
|
592
621
|
|
593
|
-
Thu, 05 Oct 2023 15:25:31 GMT
|
622
|
+
Thu, 05 Oct 2023 15:25:31 GMT
|
594
623
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.22..@fluentui/react-menu_v9.12.23)
|
595
624
|
|
596
625
|
### Patches
|
@@ -606,7 +635,7 @@ Thu, 05 Oct 2023 15:25:31 GMT
|
|
606
635
|
|
607
636
|
## [9.12.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.22)
|
608
637
|
|
609
|
-
Wed, 04 Oct 2023 08:45:47 GMT
|
638
|
+
Wed, 04 Oct 2023 08:45:47 GMT
|
610
639
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.21..@fluentui/react-menu_v9.12.22)
|
611
640
|
|
612
641
|
### Patches
|
@@ -621,7 +650,7 @@ Wed, 04 Oct 2023 08:45:47 GMT
|
|
621
650
|
|
622
651
|
## [9.12.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.21)
|
623
652
|
|
624
|
-
Mon, 02 Oct 2023 08:56:05 GMT
|
653
|
+
Mon, 02 Oct 2023 08:56:05 GMT
|
625
654
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.20..@fluentui/react-menu_v9.12.21)
|
626
655
|
|
627
656
|
### Patches
|
@@ -633,7 +662,7 @@ Mon, 02 Oct 2023 08:56:05 GMT
|
|
633
662
|
|
634
663
|
## [9.12.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.20)
|
635
664
|
|
636
|
-
Tue, 26 Sep 2023 17:49:07 GMT
|
665
|
+
Tue, 26 Sep 2023 17:49:07 GMT
|
637
666
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.19..@fluentui/react-menu_v9.12.20)
|
638
667
|
|
639
668
|
### Patches
|
@@ -652,7 +681,7 @@ Tue, 26 Sep 2023 17:49:07 GMT
|
|
652
681
|
|
653
682
|
## [9.12.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.19)
|
654
683
|
|
655
|
-
Tue, 26 Sep 2023 15:31:55 GMT
|
684
|
+
Tue, 26 Sep 2023 15:31:55 GMT
|
656
685
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.18..@fluentui/react-menu_v9.12.19)
|
657
686
|
|
658
687
|
### Patches
|
@@ -673,7 +702,7 @@ Tue, 26 Sep 2023 15:31:55 GMT
|
|
673
702
|
|
674
703
|
## [9.12.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.18)
|
675
704
|
|
676
|
-
Wed, 20 Sep 2023 17:47:39 GMT
|
705
|
+
Wed, 20 Sep 2023 17:47:39 GMT
|
677
706
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.17..@fluentui/react-menu_v9.12.18)
|
678
707
|
|
679
708
|
### Patches
|
@@ -687,7 +716,7 @@ Wed, 20 Sep 2023 17:47:39 GMT
|
|
687
716
|
|
688
717
|
## [9.12.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.17)
|
689
718
|
|
690
|
-
Wed, 20 Sep 2023 14:59:53 GMT
|
719
|
+
Wed, 20 Sep 2023 14:59:53 GMT
|
691
720
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.16..@fluentui/react-menu_v9.12.17)
|
692
721
|
|
693
722
|
### Patches
|
@@ -700,7 +729,7 @@ Wed, 20 Sep 2023 14:59:53 GMT
|
|
700
729
|
|
701
730
|
## [9.12.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.16)
|
702
731
|
|
703
|
-
Thu, 14 Sep 2023 16:44:47 GMT
|
732
|
+
Thu, 14 Sep 2023 16:44:47 GMT
|
704
733
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.15..@fluentui/react-menu_v9.12.16)
|
705
734
|
|
706
735
|
### Patches
|
@@ -709,7 +738,7 @@ Thu, 14 Sep 2023 16:44:47 GMT
|
|
709
738
|
|
710
739
|
## [9.12.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.15)
|
711
740
|
|
712
|
-
Tue, 12 Sep 2023 08:51:34 GMT
|
741
|
+
Tue, 12 Sep 2023 08:51:34 GMT
|
713
742
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.14..@fluentui/react-menu_v9.12.15)
|
714
743
|
|
715
744
|
### Patches
|
@@ -720,7 +749,7 @@ Tue, 12 Sep 2023 08:51:34 GMT
|
|
720
749
|
|
721
750
|
## [9.12.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.14)
|
722
751
|
|
723
|
-
Wed, 06 Sep 2023 13:31:31 GMT
|
752
|
+
Wed, 06 Sep 2023 13:31:31 GMT
|
724
753
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.13..@fluentui/react-menu_v9.12.14)
|
725
754
|
|
726
755
|
### Patches
|
@@ -735,7 +764,7 @@ Wed, 06 Sep 2023 13:31:31 GMT
|
|
735
764
|
|
736
765
|
## [9.12.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.13)
|
737
766
|
|
738
|
-
Tue, 05 Sep 2023 15:39:04 GMT
|
767
|
+
Tue, 05 Sep 2023 15:39:04 GMT
|
739
768
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.12..@fluentui/react-menu_v9.12.13)
|
740
769
|
|
741
770
|
### Patches
|
@@ -750,7 +779,7 @@ Tue, 05 Sep 2023 15:39:04 GMT
|
|
750
779
|
|
751
780
|
## [9.12.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.12)
|
752
781
|
|
753
|
-
Tue, 05 Sep 2023 13:29:26 GMT
|
782
|
+
Tue, 05 Sep 2023 13:29:26 GMT
|
754
783
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.11..@fluentui/react-menu_v9.12.12)
|
755
784
|
|
756
785
|
### Patches
|
@@ -770,7 +799,7 @@ Tue, 05 Sep 2023 13:29:26 GMT
|
|
770
799
|
|
771
800
|
## [9.12.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.11)
|
772
801
|
|
773
|
-
Tue, 29 Aug 2023 12:57:36 GMT
|
802
|
+
Tue, 29 Aug 2023 12:57:36 GMT
|
774
803
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.10..@fluentui/react-menu_v9.12.11)
|
775
804
|
|
776
805
|
### Patches
|
@@ -785,7 +814,7 @@ Tue, 29 Aug 2023 12:57:36 GMT
|
|
785
814
|
|
786
815
|
## [9.12.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.10)
|
787
816
|
|
788
|
-
Thu, 24 Aug 2023 10:26:35 GMT
|
817
|
+
Thu, 24 Aug 2023 10:26:35 GMT
|
789
818
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.9..@fluentui/react-menu_v9.12.10)
|
790
819
|
|
791
820
|
### Patches
|
@@ -800,7 +829,7 @@ Thu, 24 Aug 2023 10:26:35 GMT
|
|
800
829
|
|
801
830
|
## [9.12.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.9)
|
802
831
|
|
803
|
-
Wed, 23 Aug 2023 12:01:49 GMT
|
832
|
+
Wed, 23 Aug 2023 12:01:49 GMT
|
804
833
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.8..@fluentui/react-menu_v9.12.9)
|
805
834
|
|
806
835
|
### Patches
|
@@ -815,7 +844,7 @@ Wed, 23 Aug 2023 12:01:49 GMT
|
|
815
844
|
|
816
845
|
## [9.12.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.8)
|
817
846
|
|
818
|
-
Mon, 21 Aug 2023 11:38:01 GMT
|
847
|
+
Mon, 21 Aug 2023 11:38:01 GMT
|
819
848
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.7..@fluentui/react-menu_v9.12.8)
|
820
849
|
|
821
850
|
### Patches
|
@@ -825,7 +854,7 @@ Mon, 21 Aug 2023 11:38:01 GMT
|
|
825
854
|
|
826
855
|
## [9.12.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.7)
|
827
856
|
|
828
|
-
Wed, 16 Aug 2023 17:41:08 GMT
|
857
|
+
Wed, 16 Aug 2023 17:41:08 GMT
|
829
858
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.6..@fluentui/react-menu_v9.12.7)
|
830
859
|
|
831
860
|
### Patches
|
@@ -834,7 +863,7 @@ Wed, 16 Aug 2023 17:41:08 GMT
|
|
834
863
|
|
835
864
|
## [9.12.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.6)
|
836
865
|
|
837
|
-
Wed, 16 Aug 2023 11:38:33 GMT
|
866
|
+
Wed, 16 Aug 2023 11:38:33 GMT
|
838
867
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.5..@fluentui/react-menu_v9.12.6)
|
839
868
|
|
840
869
|
### Patches
|
@@ -843,7 +872,7 @@ Wed, 16 Aug 2023 11:38:33 GMT
|
|
843
872
|
|
844
873
|
## [9.12.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.5)
|
845
874
|
|
846
|
-
Fri, 11 Aug 2023 12:14:26 GMT
|
875
|
+
Fri, 11 Aug 2023 12:14:26 GMT
|
847
876
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.4..@fluentui/react-menu_v9.12.5)
|
848
877
|
|
849
878
|
### Patches
|
@@ -858,7 +887,7 @@ Fri, 11 Aug 2023 12:14:26 GMT
|
|
858
887
|
|
859
888
|
## [9.12.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.4)
|
860
889
|
|
861
|
-
Wed, 09 Aug 2023 13:16:58 GMT
|
890
|
+
Wed, 09 Aug 2023 13:16:58 GMT
|
862
891
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.3..@fluentui/react-menu_v9.12.4)
|
863
892
|
|
864
893
|
### Patches
|
@@ -875,7 +904,7 @@ Wed, 09 Aug 2023 13:16:58 GMT
|
|
875
904
|
|
876
905
|
## [9.12.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.3)
|
877
906
|
|
878
|
-
Fri, 04 Aug 2023 08:52:56 GMT
|
907
|
+
Fri, 04 Aug 2023 08:52:56 GMT
|
879
908
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.2..@fluentui/react-menu_v9.12.3)
|
880
909
|
|
881
910
|
### Patches
|
@@ -893,7 +922,7 @@ Fri, 04 Aug 2023 08:52:56 GMT
|
|
893
922
|
|
894
923
|
## [9.12.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.2)
|
895
924
|
|
896
|
-
Tue, 01 Aug 2023 13:04:24 GMT
|
925
|
+
Tue, 01 Aug 2023 13:04:24 GMT
|
897
926
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.1..@fluentui/react-menu_v9.12.2)
|
898
927
|
|
899
928
|
### Patches
|
@@ -902,7 +931,7 @@ Tue, 01 Aug 2023 13:04:24 GMT
|
|
902
931
|
|
903
932
|
## [9.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.1)
|
904
933
|
|
905
|
-
Tue, 01 Aug 2023 10:17:19 GMT
|
934
|
+
Tue, 01 Aug 2023 10:17:19 GMT
|
906
935
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.12.0..@fluentui/react-menu_v9.12.1)
|
907
936
|
|
908
937
|
### Patches
|
@@ -915,7 +944,7 @@ Tue, 01 Aug 2023 10:17:19 GMT
|
|
915
944
|
|
916
945
|
## [9.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.12.0)
|
917
946
|
|
918
|
-
Thu, 27 Jul 2023 10:34:13 GMT
|
947
|
+
Thu, 27 Jul 2023 10:34:13 GMT
|
919
948
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.11.1..@fluentui/react-menu_v9.12.0)
|
920
949
|
|
921
950
|
### Minor changes
|
@@ -925,7 +954,7 @@ Thu, 27 Jul 2023 10:34:13 GMT
|
|
925
954
|
|
926
955
|
## [9.11.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.11.1)
|
927
956
|
|
928
|
-
Tue, 25 Jul 2023 13:29:19 GMT
|
957
|
+
Tue, 25 Jul 2023 13:29:19 GMT
|
929
958
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.11.0..@fluentui/react-menu_v9.11.1)
|
930
959
|
|
931
960
|
### Patches
|
@@ -937,7 +966,7 @@ Tue, 25 Jul 2023 13:29:19 GMT
|
|
937
966
|
|
938
967
|
## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.11.0)
|
939
968
|
|
940
|
-
Thu, 20 Jul 2023 18:27:30 GMT
|
969
|
+
Thu, 20 Jul 2023 18:27:30 GMT
|
941
970
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.10.0..@fluentui/react-menu_v9.11.0)
|
942
971
|
|
943
972
|
### Minor changes
|
@@ -953,7 +982,7 @@ Thu, 20 Jul 2023 18:27:30 GMT
|
|
953
982
|
|
954
983
|
## [9.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.10.0)
|
955
984
|
|
956
|
-
Tue, 11 Jul 2023 18:46:35 GMT
|
985
|
+
Tue, 11 Jul 2023 18:46:35 GMT
|
957
986
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.9.1..@fluentui/react-menu_v9.10.0)
|
958
987
|
|
959
988
|
### Minor changes
|
@@ -965,7 +994,7 @@ Tue, 11 Jul 2023 18:46:35 GMT
|
|
965
994
|
|
966
995
|
## [9.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.9.1)
|
967
996
|
|
968
|
-
Mon, 03 Jul 2023 13:34:27 GMT
|
997
|
+
Mon, 03 Jul 2023 13:34:27 GMT
|
969
998
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.9.0..@fluentui/react-menu_v9.9.1)
|
970
999
|
|
971
1000
|
### Patches
|
@@ -976,7 +1005,7 @@ Mon, 03 Jul 2023 13:34:27 GMT
|
|
976
1005
|
|
977
1006
|
## [9.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.9.0)
|
978
1007
|
|
979
|
-
Mon, 03 Jul 2023 11:57:12 GMT
|
1008
|
+
Mon, 03 Jul 2023 11:57:12 GMT
|
980
1009
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.8.3..@fluentui/react-menu_v9.9.0)
|
981
1010
|
|
982
1011
|
### Minor changes
|
@@ -993,7 +1022,7 @@ Mon, 03 Jul 2023 11:57:12 GMT
|
|
993
1022
|
|
994
1023
|
## [9.8.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.8.3)
|
995
1024
|
|
996
|
-
Wed, 28 Jun 2023 11:12:28 GMT
|
1025
|
+
Wed, 28 Jun 2023 11:12:28 GMT
|
997
1026
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.8.2..@fluentui/react-menu_v9.8.3)
|
998
1027
|
|
999
1028
|
### Patches
|
@@ -1008,7 +1037,7 @@ Wed, 28 Jun 2023 11:12:28 GMT
|
|
1008
1037
|
|
1009
1038
|
## [9.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.8.2)
|
1010
1039
|
|
1011
|
-
Tue, 27 Jun 2023 11:21:23 GMT
|
1040
|
+
Tue, 27 Jun 2023 11:21:23 GMT
|
1012
1041
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.8.1..@fluentui/react-menu_v9.8.2)
|
1013
1042
|
|
1014
1043
|
### Patches
|
@@ -1018,7 +1047,7 @@ Tue, 27 Jun 2023 11:21:23 GMT
|
|
1018
1047
|
|
1019
1048
|
## [9.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.8.1)
|
1020
1049
|
|
1021
|
-
Mon, 26 Jun 2023 09:53:55 GMT
|
1050
|
+
Mon, 26 Jun 2023 09:53:55 GMT
|
1022
1051
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.8.0..@fluentui/react-menu_v9.8.1)
|
1023
1052
|
|
1024
1053
|
### Patches
|
@@ -1033,7 +1062,7 @@ Mon, 26 Jun 2023 09:53:55 GMT
|
|
1033
1062
|
|
1034
1063
|
## [9.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.8.0)
|
1035
1064
|
|
1036
|
-
Tue, 20 Jun 2023 12:38:59 GMT
|
1065
|
+
Tue, 20 Jun 2023 12:38:59 GMT
|
1037
1066
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.16..@fluentui/react-menu_v9.8.0)
|
1038
1067
|
|
1039
1068
|
### Minor changes
|
@@ -1056,7 +1085,7 @@ Tue, 20 Jun 2023 12:38:59 GMT
|
|
1056
1085
|
|
1057
1086
|
## [9.7.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.16)
|
1058
1087
|
|
1059
|
-
Wed, 31 May 2023 06:46:15 GMT
|
1088
|
+
Wed, 31 May 2023 06:46:15 GMT
|
1060
1089
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.15..@fluentui/react-menu_v9.7.16)
|
1061
1090
|
|
1062
1091
|
### Patches
|
@@ -1073,7 +1102,7 @@ Wed, 31 May 2023 06:46:15 GMT
|
|
1073
1102
|
|
1074
1103
|
## [9.7.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.15)
|
1075
1104
|
|
1076
|
-
Thu, 25 May 2023 10:00:48 GMT
|
1105
|
+
Thu, 25 May 2023 10:00:48 GMT
|
1077
1106
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.14..@fluentui/react-menu_v9.7.15)
|
1078
1107
|
|
1079
1108
|
### Patches
|
@@ -1088,7 +1117,7 @@ Thu, 25 May 2023 10:00:48 GMT
|
|
1088
1117
|
|
1089
1118
|
## [9.7.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.14)
|
1090
1119
|
|
1091
|
-
Wed, 24 May 2023 20:45:28 GMT
|
1120
|
+
Wed, 24 May 2023 20:45:28 GMT
|
1092
1121
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.13..@fluentui/react-menu_v9.7.14)
|
1093
1122
|
|
1094
1123
|
### Patches
|
@@ -1100,7 +1129,7 @@ Wed, 24 May 2023 20:45:28 GMT
|
|
1100
1129
|
|
1101
1130
|
## [9.7.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.13)
|
1102
1131
|
|
1103
|
-
Thu, 18 May 2023 13:11:08 GMT
|
1132
|
+
Thu, 18 May 2023 13:11:08 GMT
|
1104
1133
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.12..@fluentui/react-menu_v9.7.13)
|
1105
1134
|
|
1106
1135
|
### Patches
|
@@ -1110,7 +1139,7 @@ Thu, 18 May 2023 13:11:08 GMT
|
|
1110
1139
|
|
1111
1140
|
## [9.7.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.12)
|
1112
1141
|
|
1113
|
-
Thu, 18 May 2023 00:39:09 GMT
|
1142
|
+
Thu, 18 May 2023 00:39:09 GMT
|
1114
1143
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.11..@fluentui/react-menu_v9.7.12)
|
1115
1144
|
|
1116
1145
|
### Patches
|
@@ -1125,7 +1154,7 @@ Thu, 18 May 2023 00:39:09 GMT
|
|
1125
1154
|
|
1126
1155
|
## [9.7.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.11)
|
1127
1156
|
|
1128
|
-
Fri, 12 May 2023 20:27:26 GMT
|
1157
|
+
Fri, 12 May 2023 20:27:26 GMT
|
1129
1158
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.10..@fluentui/react-menu_v9.7.11)
|
1130
1159
|
|
1131
1160
|
### Patches
|
@@ -1148,7 +1177,7 @@ Fri, 12 May 2023 20:27:26 GMT
|
|
1148
1177
|
|
1149
1178
|
## [9.7.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.10)
|
1150
1179
|
|
1151
|
-
Mon, 24 Apr 2023 08:12:38 GMT
|
1180
|
+
Mon, 24 Apr 2023 08:12:38 GMT
|
1152
1181
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.9..@fluentui/react-menu_v9.7.10)
|
1153
1182
|
|
1154
1183
|
### Patches
|
@@ -1158,7 +1187,7 @@ Mon, 24 Apr 2023 08:12:38 GMT
|
|
1158
1187
|
|
1159
1188
|
## [9.7.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.9)
|
1160
1189
|
|
1161
|
-
Mon, 17 Apr 2023 17:53:52 GMT
|
1190
|
+
Mon, 17 Apr 2023 17:53:52 GMT
|
1162
1191
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.8..@fluentui/react-menu_v9.7.9)
|
1163
1192
|
|
1164
1193
|
### Patches
|
@@ -1174,7 +1203,7 @@ Mon, 17 Apr 2023 17:53:52 GMT
|
|
1174
1203
|
|
1175
1204
|
## [9.7.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.8)
|
1176
1205
|
|
1177
|
-
Wed, 12 Apr 2023 09:31:45 GMT
|
1206
|
+
Wed, 12 Apr 2023 09:31:45 GMT
|
1178
1207
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.7..@fluentui/react-menu_v9.7.8)
|
1179
1208
|
|
1180
1209
|
### Patches
|
@@ -1188,7 +1217,7 @@ Wed, 12 Apr 2023 09:31:45 GMT
|
|
1188
1217
|
|
1189
1218
|
## [9.7.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.7)
|
1190
1219
|
|
1191
|
-
Tue, 04 Apr 2023 18:44:49 GMT
|
1220
|
+
Tue, 04 Apr 2023 18:44:49 GMT
|
1192
1221
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.5..@fluentui/react-menu_v9.7.7)
|
1193
1222
|
|
1194
1223
|
### Patches
|
@@ -1203,7 +1232,7 @@ Tue, 04 Apr 2023 18:44:49 GMT
|
|
1203
1232
|
|
1204
1233
|
## [9.7.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.5)
|
1205
1234
|
|
1206
|
-
Tue, 21 Mar 2023 21:23:39 GMT
|
1235
|
+
Tue, 21 Mar 2023 21:23:39 GMT
|
1207
1236
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.4..@fluentui/react-menu_v9.7.5)
|
1208
1237
|
|
1209
1238
|
### Patches
|
@@ -1225,7 +1254,7 @@ Tue, 21 Mar 2023 21:23:39 GMT
|
|
1225
1254
|
|
1226
1255
|
## [9.7.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.4)
|
1227
1256
|
|
1228
|
-
Thu, 16 Mar 2023 14:36:59 GMT
|
1257
|
+
Thu, 16 Mar 2023 14:36:59 GMT
|
1229
1258
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.3..@fluentui/react-menu_v9.7.4)
|
1230
1259
|
|
1231
1260
|
### Patches
|
@@ -1239,7 +1268,7 @@ Thu, 16 Mar 2023 14:36:59 GMT
|
|
1239
1268
|
|
1240
1269
|
## [9.7.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.3)
|
1241
1270
|
|
1242
|
-
Wed, 15 Mar 2023 10:19:53 GMT
|
1271
|
+
Wed, 15 Mar 2023 10:19:53 GMT
|
1243
1272
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.2..@fluentui/react-menu_v9.7.3)
|
1244
1273
|
|
1245
1274
|
### Patches
|
@@ -1252,7 +1281,7 @@ Wed, 15 Mar 2023 10:19:53 GMT
|
|
1252
1281
|
|
1253
1282
|
## [9.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.2)
|
1254
1283
|
|
1255
|
-
Mon, 13 Mar 2023 08:58:24 GMT
|
1284
|
+
Mon, 13 Mar 2023 08:58:24 GMT
|
1256
1285
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.1..@fluentui/react-menu_v9.7.2)
|
1257
1286
|
|
1258
1287
|
### Patches
|
@@ -1267,7 +1296,7 @@ Mon, 13 Mar 2023 08:58:24 GMT
|
|
1267
1296
|
|
1268
1297
|
## [9.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.1)
|
1269
1298
|
|
1270
|
-
Fri, 10 Mar 2023 07:14:01 GMT
|
1299
|
+
Fri, 10 Mar 2023 07:14:01 GMT
|
1271
1300
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.7.0..@fluentui/react-menu_v9.7.1)
|
1272
1301
|
|
1273
1302
|
### Patches
|
@@ -1281,7 +1310,7 @@ Fri, 10 Mar 2023 07:14:01 GMT
|
|
1281
1310
|
|
1282
1311
|
## [9.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.7.0)
|
1283
1312
|
|
1284
|
-
Wed, 08 Mar 2023 17:42:33 GMT
|
1313
|
+
Wed, 08 Mar 2023 17:42:33 GMT
|
1285
1314
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.12..@fluentui/react-menu_v9.7.0)
|
1286
1315
|
|
1287
1316
|
### Minor changes
|
@@ -1303,7 +1332,7 @@ Wed, 08 Mar 2023 17:42:33 GMT
|
|
1303
1332
|
|
1304
1333
|
## [9.6.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.12)
|
1305
1334
|
|
1306
|
-
Wed, 22 Feb 2023 23:06:07 GMT
|
1335
|
+
Wed, 22 Feb 2023 23:06:07 GMT
|
1307
1336
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.11..@fluentui/react-menu_v9.6.12)
|
1308
1337
|
|
1309
1338
|
### Patches
|
@@ -1312,7 +1341,7 @@ Wed, 22 Feb 2023 23:06:07 GMT
|
|
1312
1341
|
|
1313
1342
|
## [9.6.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.11)
|
1314
1343
|
|
1315
|
-
Wed, 15 Feb 2023 11:44:52 GMT
|
1344
|
+
Wed, 15 Feb 2023 11:44:52 GMT
|
1316
1345
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.10..@fluentui/react-menu_v9.6.11)
|
1317
1346
|
|
1318
1347
|
### Patches
|
@@ -1326,7 +1355,7 @@ Wed, 15 Feb 2023 11:44:52 GMT
|
|
1326
1355
|
|
1327
1356
|
## [9.6.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.10)
|
1328
1357
|
|
1329
|
-
Mon, 13 Feb 2023 23:43:14 GMT
|
1358
|
+
Mon, 13 Feb 2023 23:43:14 GMT
|
1330
1359
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.9..@fluentui/react-menu_v9.6.10)
|
1331
1360
|
|
1332
1361
|
### Patches
|
@@ -1340,7 +1369,7 @@ Mon, 13 Feb 2023 23:43:14 GMT
|
|
1340
1369
|
|
1341
1370
|
## [9.6.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.9)
|
1342
1371
|
|
1343
|
-
Mon, 13 Feb 2023 09:35:46 GMT
|
1372
|
+
Mon, 13 Feb 2023 09:35:46 GMT
|
1344
1373
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.8..@fluentui/react-menu_v9.6.9)
|
1345
1374
|
|
1346
1375
|
### Patches
|
@@ -1350,7 +1379,7 @@ Mon, 13 Feb 2023 09:35:46 GMT
|
|
1350
1379
|
|
1351
1380
|
## [9.6.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.8)
|
1352
1381
|
|
1353
|
-
Fri, 10 Feb 2023 08:50:02 GMT
|
1382
|
+
Fri, 10 Feb 2023 08:50:02 GMT
|
1354
1383
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.7..@fluentui/react-menu_v9.6.8)
|
1355
1384
|
|
1356
1385
|
### Patches
|
@@ -1364,7 +1393,7 @@ Fri, 10 Feb 2023 08:50:02 GMT
|
|
1364
1393
|
|
1365
1394
|
## [9.6.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.7)
|
1366
1395
|
|
1367
|
-
Tue, 07 Feb 2023 14:13:10 GMT
|
1396
|
+
Tue, 07 Feb 2023 14:13:10 GMT
|
1368
1397
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.6..@fluentui/react-menu_v9.6.7)
|
1369
1398
|
|
1370
1399
|
### Patches
|
@@ -1375,7 +1404,7 @@ Tue, 07 Feb 2023 14:13:10 GMT
|
|
1375
1404
|
|
1376
1405
|
## [9.6.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.6)
|
1377
1406
|
|
1378
|
-
Tue, 31 Jan 2023 19:53:58 GMT
|
1407
|
+
Tue, 31 Jan 2023 19:53:58 GMT
|
1379
1408
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.5..@fluentui/react-menu_v9.6.6)
|
1380
1409
|
|
1381
1410
|
### Patches
|
@@ -1389,7 +1418,7 @@ Tue, 31 Jan 2023 19:53:58 GMT
|
|
1389
1418
|
|
1390
1419
|
## [9.6.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.5)
|
1391
1420
|
|
1392
|
-
Thu, 26 Jan 2023 13:31:03 GMT
|
1421
|
+
Thu, 26 Jan 2023 13:31:03 GMT
|
1393
1422
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.4..@fluentui/react-menu_v9.6.5)
|
1394
1423
|
|
1395
1424
|
### Patches
|
@@ -1404,7 +1433,7 @@ Thu, 26 Jan 2023 13:31:03 GMT
|
|
1404
1433
|
|
1405
1434
|
## [9.6.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.4)
|
1406
1435
|
|
1407
|
-
Mon, 23 Jan 2023 16:43:12 GMT
|
1436
|
+
Mon, 23 Jan 2023 16:43:12 GMT
|
1408
1437
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.3..@fluentui/react-menu_v9.6.4)
|
1409
1438
|
|
1410
1439
|
### Patches
|
@@ -1413,7 +1442,7 @@ Mon, 23 Jan 2023 16:43:12 GMT
|
|
1413
1442
|
|
1414
1443
|
## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.3)
|
1415
1444
|
|
1416
|
-
Wed, 18 Jan 2023 16:32:57 GMT
|
1445
|
+
Wed, 18 Jan 2023 16:32:57 GMT
|
1417
1446
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.2..@fluentui/react-menu_v9.6.3)
|
1418
1447
|
|
1419
1448
|
### Patches
|
@@ -1423,7 +1452,7 @@ Wed, 18 Jan 2023 16:32:57 GMT
|
|
1423
1452
|
|
1424
1453
|
## [9.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.2)
|
1425
1454
|
|
1426
|
-
Mon, 16 Jan 2023 08:39:04 GMT
|
1455
|
+
Mon, 16 Jan 2023 08:39:04 GMT
|
1427
1456
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.1..@fluentui/react-menu_v9.6.2)
|
1428
1457
|
|
1429
1458
|
### Patches
|
@@ -1436,7 +1465,7 @@ Mon, 16 Jan 2023 08:39:04 GMT
|
|
1436
1465
|
|
1437
1466
|
## [9.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.1)
|
1438
1467
|
|
1439
|
-
Mon, 09 Jan 2023 21:51:23 GMT
|
1468
|
+
Mon, 09 Jan 2023 21:51:23 GMT
|
1440
1469
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.0..@fluentui/react-menu_v9.6.1)
|
1441
1470
|
|
1442
1471
|
### Patches
|
@@ -1445,7 +1474,7 @@ Mon, 09 Jan 2023 21:51:23 GMT
|
|
1445
1474
|
|
1446
1475
|
## [9.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.0)
|
1447
1476
|
|
1448
|
-
Mon, 09 Jan 2023 14:34:57 GMT
|
1477
|
+
Mon, 09 Jan 2023 14:34:57 GMT
|
1449
1478
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.5.4..@fluentui/react-menu_v9.6.0)
|
1450
1479
|
|
1451
1480
|
### Minor changes
|
@@ -1464,7 +1493,7 @@ Mon, 09 Jan 2023 14:34:57 GMT
|
|
1464
1493
|
|
1465
1494
|
## [9.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.5.4)
|
1466
1495
|
|
1467
|
-
Wed, 04 Jan 2023 01:40:13 GMT
|
1496
|
+
Wed, 04 Jan 2023 01:40:13 GMT
|
1468
1497
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.5.3..@fluentui/react-menu_v9.5.4)
|
1469
1498
|
|
1470
1499
|
### Patches
|
@@ -1480,7 +1509,7 @@ Wed, 04 Jan 2023 01:40:13 GMT
|
|
1480
1509
|
|
1481
1510
|
## [9.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.5.3)
|
1482
1511
|
|
1483
|
-
Wed, 21 Dec 2022 10:20:33 GMT
|
1512
|
+
Wed, 21 Dec 2022 10:20:33 GMT
|
1484
1513
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.5.2..@fluentui/react-menu_v9.5.3)
|
1485
1514
|
|
1486
1515
|
### Patches
|
@@ -1493,7 +1522,7 @@ Wed, 21 Dec 2022 10:20:33 GMT
|
|
1493
1522
|
|
1494
1523
|
## [9.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.5.2)
|
1495
1524
|
|
1496
|
-
Tue, 20 Dec 2022 14:59:25 GMT
|
1525
|
+
Tue, 20 Dec 2022 14:59:25 GMT
|
1497
1526
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.5.1..@fluentui/react-menu_v9.5.2)
|
1498
1527
|
|
1499
1528
|
### Patches
|
@@ -1510,7 +1539,7 @@ Tue, 20 Dec 2022 14:59:25 GMT
|
|
1510
1539
|
|
1511
1540
|
## [9.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.5.1)
|
1512
1541
|
|
1513
|
-
Mon, 05 Dec 2022 18:29:24 GMT
|
1542
|
+
Mon, 05 Dec 2022 18:29:24 GMT
|
1514
1543
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.5.0..@fluentui/react-menu_v9.5.1)
|
1515
1544
|
|
1516
1545
|
### Patches
|
@@ -1525,7 +1554,7 @@ Mon, 05 Dec 2022 18:29:24 GMT
|
|
1525
1554
|
|
1526
1555
|
## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.5.0)
|
1527
1556
|
|
1528
|
-
Thu, 17 Nov 2022 23:05:41 GMT
|
1557
|
+
Thu, 17 Nov 2022 23:05:41 GMT
|
1529
1558
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.4.1..@fluentui/react-menu_v9.5.0)
|
1530
1559
|
|
1531
1560
|
### Minor changes
|
@@ -1540,7 +1569,7 @@ Thu, 17 Nov 2022 23:05:41 GMT
|
|
1540
1569
|
|
1541
1570
|
## [9.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.4.1)
|
1542
1571
|
|
1543
|
-
Fri, 11 Nov 2022 14:58:08 GMT
|
1572
|
+
Fri, 11 Nov 2022 14:58:08 GMT
|
1544
1573
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.4.0..@fluentui/react-menu_v9.4.1)
|
1545
1574
|
|
1546
1575
|
### Patches
|
@@ -1559,7 +1588,7 @@ Fri, 11 Nov 2022 14:58:08 GMT
|
|
1559
1588
|
|
1560
1589
|
## [9.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.4.0)
|
1561
1590
|
|
1562
|
-
Wed, 02 Nov 2022 11:57:54 GMT
|
1591
|
+
Wed, 02 Nov 2022 11:57:54 GMT
|
1563
1592
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.3.1..@fluentui/react-menu_v9.4.0)
|
1564
1593
|
|
1565
1594
|
### Minor changes
|
@@ -1580,7 +1609,7 @@ Wed, 02 Nov 2022 11:57:54 GMT
|
|
1580
1609
|
|
1581
1610
|
## [9.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.3.1)
|
1582
1611
|
|
1583
|
-
Thu, 20 Oct 2022 08:39:37 GMT
|
1612
|
+
Thu, 20 Oct 2022 08:39:37 GMT
|
1584
1613
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.3.0..@fluentui/react-menu_v9.3.1)
|
1585
1614
|
|
1586
1615
|
### Patches
|
@@ -1601,7 +1630,7 @@ Thu, 20 Oct 2022 08:39:37 GMT
|
|
1601
1630
|
|
1602
1631
|
## [9.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.3.0)
|
1603
1632
|
|
1604
|
-
Thu, 13 Oct 2022 12:56:30 GMT
|
1633
|
+
Thu, 13 Oct 2022 12:56:30 GMT
|
1605
1634
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.2.3..@fluentui/react-menu_v9.3.0)
|
1606
1635
|
|
1607
1636
|
### Minor changes
|
@@ -1610,7 +1639,7 @@ Thu, 13 Oct 2022 12:56:30 GMT
|
|
1610
1639
|
|
1611
1640
|
## [9.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.2.3)
|
1612
1641
|
|
1613
|
-
Thu, 13 Oct 2022 11:02:53 GMT
|
1642
|
+
Thu, 13 Oct 2022 11:02:53 GMT
|
1614
1643
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.2.2..@fluentui/react-menu_v9.2.3)
|
1615
1644
|
|
1616
1645
|
### Patches
|
@@ -1628,7 +1657,7 @@ Thu, 13 Oct 2022 11:02:53 GMT
|
|
1628
1657
|
|
1629
1658
|
## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.2.2)
|
1630
1659
|
|
1631
|
-
Mon, 03 Oct 2022 22:24:37 GMT
|
1660
|
+
Mon, 03 Oct 2022 22:24:37 GMT
|
1632
1661
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.2.1..@fluentui/react-menu_v9.2.2)
|
1633
1662
|
|
1634
1663
|
### Patches
|
@@ -1640,7 +1669,7 @@ Mon, 03 Oct 2022 22:24:37 GMT
|
|
1640
1669
|
|
1641
1670
|
## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.2.1)
|
1642
1671
|
|
1643
|
-
Fri, 23 Sep 2022 10:32:30 GMT
|
1672
|
+
Fri, 23 Sep 2022 10:32:30 GMT
|
1644
1673
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.2.0..@fluentui/react-menu_v9.2.1)
|
1645
1674
|
|
1646
1675
|
### Patches
|
@@ -1649,7 +1678,7 @@ Fri, 23 Sep 2022 10:32:30 GMT
|
|
1649
1678
|
|
1650
1679
|
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.2.0)
|
1651
1680
|
|
1652
|
-
Tue, 20 Sep 2022 20:55:45 GMT
|
1681
|
+
Tue, 20 Sep 2022 20:55:45 GMT
|
1653
1682
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.1.0..@fluentui/react-menu_v9.2.0)
|
1654
1683
|
|
1655
1684
|
### Minor changes
|
@@ -1659,7 +1688,7 @@ Tue, 20 Sep 2022 20:55:45 GMT
|
|
1659
1688
|
|
1660
1689
|
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.1.0)
|
1661
1690
|
|
1662
|
-
Thu, 15 Sep 2022 09:49:08 GMT
|
1691
|
+
Thu, 15 Sep 2022 09:49:08 GMT
|
1663
1692
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.4..@fluentui/react-menu_v9.1.0)
|
1664
1693
|
|
1665
1694
|
### Minor changes
|
@@ -1684,7 +1713,7 @@ Thu, 15 Sep 2022 09:49:08 GMT
|
|
1684
1713
|
|
1685
1714
|
## [9.0.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.4)
|
1686
1715
|
|
1687
|
-
Wed, 03 Aug 2022 16:03:51 GMT
|
1716
|
+
Wed, 03 Aug 2022 16:03:51 GMT
|
1688
1717
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.3..@fluentui/react-menu_v9.0.4)
|
1689
1718
|
|
1690
1719
|
### Patches
|
@@ -1698,7 +1727,7 @@ Wed, 03 Aug 2022 16:03:51 GMT
|
|
1698
1727
|
|
1699
1728
|
## [9.0.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.3)
|
1700
1729
|
|
1701
|
-
Thu, 14 Jul 2022 21:21:01 GMT
|
1730
|
+
Thu, 14 Jul 2022 21:21:01 GMT
|
1702
1731
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.2..@fluentui/react-menu_v9.0.3)
|
1703
1732
|
|
1704
1733
|
### Patches
|
@@ -1712,7 +1741,7 @@ Thu, 14 Jul 2022 21:21:01 GMT
|
|
1712
1741
|
|
1713
1742
|
## [9.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.2)
|
1714
1743
|
|
1715
|
-
Thu, 14 Jul 2022 17:06:20 GMT
|
1744
|
+
Thu, 14 Jul 2022 17:06:20 GMT
|
1716
1745
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.1..@fluentui/react-menu_v9.0.2)
|
1717
1746
|
|
1718
1747
|
### Patches
|
@@ -1727,7 +1756,7 @@ Thu, 14 Jul 2022 17:06:20 GMT
|
|
1727
1756
|
|
1728
1757
|
## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.1)
|
1729
1758
|
|
1730
|
-
Tue, 28 Jun 2022 17:39:50 GMT
|
1759
|
+
Tue, 28 Jun 2022 17:39:50 GMT
|
1731
1760
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0..@fluentui/react-menu_v9.0.1)
|
1732
1761
|
|
1733
1762
|
### Patches
|
@@ -1740,7 +1769,7 @@ Tue, 28 Jun 2022 17:39:50 GMT
|
|
1740
1769
|
|
1741
1770
|
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0)
|
1742
1771
|
|
1743
|
-
Tue, 28 Jun 2022 15:13:41 GMT
|
1772
|
+
Tue, 28 Jun 2022 15:13:41 GMT
|
1744
1773
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.14..@fluentui/react-menu_v9.0.0)
|
1745
1774
|
|
1746
1775
|
### Patches
|
@@ -1769,7 +1798,7 @@ Tue, 28 Jun 2022 15:13:41 GMT
|
|
1769
1798
|
|
1770
1799
|
## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.14)
|
1771
1800
|
|
1772
|
-
Thu, 23 Jun 2022 14:25:31 GMT
|
1801
|
+
Thu, 23 Jun 2022 14:25:31 GMT
|
1773
1802
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.13..@fluentui/react-menu_v9.0.0-rc.14)
|
1774
1803
|
|
1775
1804
|
### Changes
|
@@ -1782,7 +1811,7 @@ Thu, 23 Jun 2022 14:25:31 GMT
|
|
1782
1811
|
|
1783
1812
|
## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.13)
|
1784
1813
|
|
1785
|
-
Tue, 31 May 2022 21:28:40 GMT
|
1814
|
+
Tue, 31 May 2022 21:28:40 GMT
|
1786
1815
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.12..@fluentui/react-menu_v9.0.0-rc.13)
|
1787
1816
|
|
1788
1817
|
### Changes
|
@@ -1799,7 +1828,7 @@ Tue, 31 May 2022 21:28:40 GMT
|
|
1799
1828
|
|
1800
1829
|
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.12)
|
1801
1830
|
|
1802
|
-
Thu, 26 May 2022 21:01:26 GMT
|
1831
|
+
Thu, 26 May 2022 21:01:26 GMT
|
1803
1832
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.11..@fluentui/react-menu_v9.0.0-rc.12)
|
1804
1833
|
|
1805
1834
|
### Changes
|
@@ -1811,7 +1840,7 @@ Thu, 26 May 2022 21:01:26 GMT
|
|
1811
1840
|
|
1812
1841
|
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.11)
|
1813
1842
|
|
1814
|
-
Mon, 23 May 2022 18:56:46 GMT
|
1843
|
+
Mon, 23 May 2022 18:56:46 GMT
|
1815
1844
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.10..@fluentui/react-menu_v9.0.0-rc.11)
|
1816
1845
|
|
1817
1846
|
### Changes
|
@@ -1828,7 +1857,7 @@ Mon, 23 May 2022 18:56:46 GMT
|
|
1828
1857
|
|
1829
1858
|
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.10)
|
1830
1859
|
|
1831
|
-
Mon, 23 May 2022 12:14:22 GMT
|
1860
|
+
Mon, 23 May 2022 12:14:22 GMT
|
1832
1861
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.9..@fluentui/react-menu_v9.0.0-rc.10)
|
1833
1862
|
|
1834
1863
|
### Changes
|
@@ -1849,7 +1878,7 @@ Mon, 23 May 2022 12:14:22 GMT
|
|
1849
1878
|
|
1850
1879
|
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.9)
|
1851
1880
|
|
1852
|
-
Thu, 05 May 2022 18:26:24 GMT
|
1881
|
+
Thu, 05 May 2022 18:26:24 GMT
|
1853
1882
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.8..@fluentui/react-menu_v9.0.0-rc.9)
|
1854
1883
|
|
1855
1884
|
### Changes
|
@@ -1867,7 +1896,7 @@ Thu, 05 May 2022 18:26:24 GMT
|
|
1867
1896
|
|
1868
1897
|
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.8)
|
1869
1898
|
|
1870
|
-
Wed, 04 May 2022 13:26:44 GMT
|
1899
|
+
Wed, 04 May 2022 13:26:44 GMT
|
1871
1900
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.7..@fluentui/react-menu_v9.0.0-rc.8)
|
1872
1901
|
|
1873
1902
|
### Changes
|