@fluentui/react-menu 9.0.0-rc.7 → 9.0.0-rc.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (187) hide show
  1. package/CHANGELOG.json +72 -1
  2. package/CHANGELOG.md +149 -132
  3. package/dist/{react-menu.d.ts → index.d.ts} +0 -0
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/package.json +12 -12
  6. package/lib/Menu.d.ts +0 -1
  7. package/lib/MenuDivider.d.ts +0 -1
  8. package/lib/MenuGroup.d.ts +0 -1
  9. package/lib/MenuGroupHeader.d.ts +0 -1
  10. package/lib/MenuItem.d.ts +0 -1
  11. package/lib/MenuItemCheckbox.d.ts +0 -1
  12. package/lib/MenuItemRadio.d.ts +0 -1
  13. package/lib/MenuList.d.ts +0 -1
  14. package/lib/MenuPopover.d.ts +0 -1
  15. package/lib/MenuSplitGroup.d.ts +0 -1
  16. package/lib/MenuTrigger.d.ts +0 -1
  17. package/lib/components/Menu/Menu.d.ts +0 -6
  18. package/lib/components/Menu/Menu.types.d.ts +0 -113
  19. package/lib/components/Menu/index.d.ts +0 -5
  20. package/lib/components/Menu/renderMenu.d.ts +0 -5
  21. package/lib/components/Menu/useMenu.d.ts +0 -10
  22. package/lib/components/Menu/useMenuContextValues.d.ts +0 -2
  23. package/lib/components/MenuDivider/MenuDivider.d.ts +0 -6
  24. package/lib/components/MenuDivider/MenuDivider.types.d.ts +0 -6
  25. package/lib/components/MenuDivider/index.d.ts +0 -5
  26. package/lib/components/MenuDivider/renderMenuDivider.d.ts +0 -6
  27. package/lib/components/MenuDivider/useMenuDivider.d.ts +0 -6
  28. package/lib/components/MenuDivider/useMenuDividerStyles.d.ts +0 -8
  29. package/lib/components/MenuGroup/MenuGroup.d.ts +0 -6
  30. package/lib/components/MenuGroup/MenuGroup.types.d.ts +0 -15
  31. package/lib/components/MenuGroup/index.d.ts +0 -6
  32. package/lib/components/MenuGroup/renderMenuGroup.d.ts +0 -6
  33. package/lib/components/MenuGroup/useMenuGroup.d.ts +0 -6
  34. package/lib/components/MenuGroup/useMenuGroupContextValues.d.ts +0 -2
  35. package/lib/components/MenuGroup/useMenuGroupStyles.d.ts +0 -8
  36. package/lib/components/MenuGroupHeader/MenuGroupHeader.d.ts +0 -6
  37. package/lib/components/MenuGroupHeader/MenuGroupHeader.types.d.ts +0 -6
  38. package/lib/components/MenuGroupHeader/index.d.ts +0 -5
  39. package/lib/components/MenuGroupHeader/renderMenuGroupHeader.d.ts +0 -6
  40. package/lib/components/MenuGroupHeader/useMenuGroupHeader.d.ts +0 -6
  41. package/lib/components/MenuGroupHeader/useMenuGroupHeaderStyles.d.ts +0 -8
  42. package/lib/components/MenuItem/MenuItem.d.ts +0 -6
  43. package/lib/components/MenuItem/MenuItem.types.d.ts +0 -43
  44. package/lib/components/MenuItem/index.d.ts +0 -5
  45. package/lib/components/MenuItem/renderMenuItem.d.ts +0 -5
  46. package/lib/components/MenuItem/useCharacterSearch.d.ts +0 -3
  47. package/lib/components/MenuItem/useMenuItem.d.ts +0 -6
  48. package/lib/components/MenuItem/useMenuItemStyles.d.ts +0 -9
  49. package/lib/components/MenuItemCheckbox/MenuItemCheckbox.d.ts +0 -6
  50. package/lib/components/MenuItemCheckbox/MenuItemCheckbox.types.d.ts +0 -4
  51. package/lib/components/MenuItemCheckbox/index.d.ts +0 -5
  52. package/lib/components/MenuItemCheckbox/renderMenuItemCheckbox.d.ts +0 -3
  53. package/lib/components/MenuItemCheckbox/useMenuItemCheckbox.d.ts +0 -4
  54. package/lib/components/MenuItemCheckbox/useMenuItemCheckboxStyles.d.ts +0 -9
  55. package/lib/components/MenuItemRadio/MenuItemRadio.d.ts +0 -6
  56. package/lib/components/MenuItemRadio/MenuItemRadio.types.d.ts +0 -4
  57. package/lib/components/MenuItemRadio/index.d.ts +0 -5
  58. package/lib/components/MenuItemRadio/renderMenuItemRadio.d.ts +0 -6
  59. package/lib/components/MenuItemRadio/useMenuItemRadio.d.ts +0 -6
  60. package/lib/components/MenuItemRadio/useMenuItemRadioStyles.d.ts +0 -9
  61. package/lib/components/MenuList/MenuList.d.ts +0 -6
  62. package/lib/components/MenuList/MenuList.types.d.ts +0 -55
  63. package/lib/components/MenuList/index.d.ts +0 -6
  64. package/lib/components/MenuList/renderMenuList.d.ts +0 -5
  65. package/lib/components/MenuList/useMenuList.d.ts +0 -6
  66. package/lib/components/MenuList/useMenuListContextValues.d.ts +0 -2
  67. package/lib/components/MenuList/useMenuListStyles.d.ts +0 -11
  68. package/lib/components/MenuPopover/MenuPopover.d.ts +0 -6
  69. package/lib/components/MenuPopover/MenuPopover.types.d.ts +0 -18
  70. package/lib/components/MenuPopover/index.d.ts +0 -5
  71. package/lib/components/MenuPopover/renderMenuPopover.d.ts +0 -5
  72. package/lib/components/MenuPopover/useMenuPopover.d.ts +0 -12
  73. package/lib/components/MenuPopover/useMenuPopoverStyles.d.ts +0 -11
  74. package/lib/components/MenuSplitGroup/MenuSplitGroup.d.ts +0 -6
  75. package/lib/components/MenuSplitGroup/MenuSplitGroup.types.d.ts +0 -14
  76. package/lib/components/MenuSplitGroup/index.d.ts +0 -5
  77. package/lib/components/MenuSplitGroup/renderMenuSplitGroup.d.ts +0 -5
  78. package/lib/components/MenuSplitGroup/useMenuSplitGroup.d.ts +0 -12
  79. package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.d.ts +0 -11
  80. package/lib/components/MenuTrigger/MenuTrigger.d.ts +0 -8
  81. package/lib/components/MenuTrigger/MenuTrigger.types.d.ts +0 -20
  82. package/lib/components/MenuTrigger/index.d.ts +0 -4
  83. package/lib/components/MenuTrigger/renderMenuTrigger.d.ts +0 -7
  84. package/lib/components/MenuTrigger/useMenuTrigger.d.ts +0 -8
  85. package/lib/components/index.d.ts +0 -2
  86. package/lib/contexts/menuContext.d.ts +0 -16
  87. package/lib/contexts/menuGroupContext.d.ts +0 -13
  88. package/lib/contexts/menuListContext.d.ts +0 -15
  89. package/lib/contexts/menuTriggerContext.d.ts +0 -3
  90. package/lib/index.d.ts +0 -16
  91. package/lib/selectable/index.d.ts +0 -2
  92. package/lib/selectable/types.d.ts +0 -34
  93. package/lib/selectable/useCheckmarkStyles.d.ts +0 -8
  94. package/lib/utils/index.d.ts +0 -1
  95. package/lib/utils/useIsSubmenu.d.ts +0 -9
  96. package/lib/utils/useOnMenuEnter.d.ts +0 -23
  97. package/lib-commonjs/Menu.d.ts +0 -1
  98. package/lib-commonjs/MenuDivider.d.ts +0 -1
  99. package/lib-commonjs/MenuGroup.d.ts +0 -1
  100. package/lib-commonjs/MenuGroupHeader.d.ts +0 -1
  101. package/lib-commonjs/MenuItem.d.ts +0 -1
  102. package/lib-commonjs/MenuItemCheckbox.d.ts +0 -1
  103. package/lib-commonjs/MenuItemRadio.d.ts +0 -1
  104. package/lib-commonjs/MenuList.d.ts +0 -1
  105. package/lib-commonjs/MenuPopover.d.ts +0 -1
  106. package/lib-commonjs/MenuSplitGroup.d.ts +0 -1
  107. package/lib-commonjs/MenuTrigger.d.ts +0 -1
  108. package/lib-commonjs/components/Menu/Menu.d.ts +0 -6
  109. package/lib-commonjs/components/Menu/Menu.types.d.ts +0 -113
  110. package/lib-commonjs/components/Menu/index.d.ts +0 -5
  111. package/lib-commonjs/components/Menu/renderMenu.d.ts +0 -5
  112. package/lib-commonjs/components/Menu/useMenu.d.ts +0 -10
  113. package/lib-commonjs/components/Menu/useMenuContextValues.d.ts +0 -2
  114. package/lib-commonjs/components/MenuDivider/MenuDivider.d.ts +0 -6
  115. package/lib-commonjs/components/MenuDivider/MenuDivider.types.d.ts +0 -6
  116. package/lib-commonjs/components/MenuDivider/index.d.ts +0 -5
  117. package/lib-commonjs/components/MenuDivider/renderMenuDivider.d.ts +0 -6
  118. package/lib-commonjs/components/MenuDivider/useMenuDivider.d.ts +0 -6
  119. package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.d.ts +0 -8
  120. package/lib-commonjs/components/MenuGroup/MenuGroup.d.ts +0 -6
  121. package/lib-commonjs/components/MenuGroup/MenuGroup.types.d.ts +0 -15
  122. package/lib-commonjs/components/MenuGroup/index.d.ts +0 -6
  123. package/lib-commonjs/components/MenuGroup/renderMenuGroup.d.ts +0 -6
  124. package/lib-commonjs/components/MenuGroup/useMenuGroup.d.ts +0 -6
  125. package/lib-commonjs/components/MenuGroup/useMenuGroupContextValues.d.ts +0 -2
  126. package/lib-commonjs/components/MenuGroup/useMenuGroupStyles.d.ts +0 -8
  127. package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.d.ts +0 -6
  128. package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.types.d.ts +0 -6
  129. package/lib-commonjs/components/MenuGroupHeader/index.d.ts +0 -5
  130. package/lib-commonjs/components/MenuGroupHeader/renderMenuGroupHeader.d.ts +0 -6
  131. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeader.d.ts +0 -6
  132. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeaderStyles.d.ts +0 -8
  133. package/lib-commonjs/components/MenuItem/MenuItem.d.ts +0 -6
  134. package/lib-commonjs/components/MenuItem/MenuItem.types.d.ts +0 -43
  135. package/lib-commonjs/components/MenuItem/index.d.ts +0 -5
  136. package/lib-commonjs/components/MenuItem/renderMenuItem.d.ts +0 -5
  137. package/lib-commonjs/components/MenuItem/useCharacterSearch.d.ts +0 -3
  138. package/lib-commonjs/components/MenuItem/useMenuItem.d.ts +0 -6
  139. package/lib-commonjs/components/MenuItem/useMenuItemStyles.d.ts +0 -9
  140. package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.d.ts +0 -6
  141. package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.types.d.ts +0 -4
  142. package/lib-commonjs/components/MenuItemCheckbox/index.d.ts +0 -5
  143. package/lib-commonjs/components/MenuItemCheckbox/renderMenuItemCheckbox.d.ts +0 -3
  144. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckbox.d.ts +0 -4
  145. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckboxStyles.d.ts +0 -9
  146. package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.d.ts +0 -6
  147. package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.types.d.ts +0 -4
  148. package/lib-commonjs/components/MenuItemRadio/index.d.ts +0 -5
  149. package/lib-commonjs/components/MenuItemRadio/renderMenuItemRadio.d.ts +0 -6
  150. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadio.d.ts +0 -6
  151. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadioStyles.d.ts +0 -9
  152. package/lib-commonjs/components/MenuList/MenuList.d.ts +0 -6
  153. package/lib-commonjs/components/MenuList/MenuList.types.d.ts +0 -55
  154. package/lib-commonjs/components/MenuList/index.d.ts +0 -6
  155. package/lib-commonjs/components/MenuList/renderMenuList.d.ts +0 -5
  156. package/lib-commonjs/components/MenuList/useMenuList.d.ts +0 -6
  157. package/lib-commonjs/components/MenuList/useMenuListContextValues.d.ts +0 -2
  158. package/lib-commonjs/components/MenuList/useMenuListStyles.d.ts +0 -11
  159. package/lib-commonjs/components/MenuPopover/MenuPopover.d.ts +0 -6
  160. package/lib-commonjs/components/MenuPopover/MenuPopover.types.d.ts +0 -18
  161. package/lib-commonjs/components/MenuPopover/index.d.ts +0 -5
  162. package/lib-commonjs/components/MenuPopover/renderMenuPopover.d.ts +0 -5
  163. package/lib-commonjs/components/MenuPopover/useMenuPopover.d.ts +0 -12
  164. package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.d.ts +0 -11
  165. package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.d.ts +0 -6
  166. package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.types.d.ts +0 -14
  167. package/lib-commonjs/components/MenuSplitGroup/index.d.ts +0 -5
  168. package/lib-commonjs/components/MenuSplitGroup/renderMenuSplitGroup.d.ts +0 -5
  169. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroup.d.ts +0 -12
  170. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroupStyles.d.ts +0 -11
  171. package/lib-commonjs/components/MenuTrigger/MenuTrigger.d.ts +0 -8
  172. package/lib-commonjs/components/MenuTrigger/MenuTrigger.types.d.ts +0 -20
  173. package/lib-commonjs/components/MenuTrigger/index.d.ts +0 -4
  174. package/lib-commonjs/components/MenuTrigger/renderMenuTrigger.d.ts +0 -7
  175. package/lib-commonjs/components/MenuTrigger/useMenuTrigger.d.ts +0 -8
  176. package/lib-commonjs/components/index.d.ts +0 -2
  177. package/lib-commonjs/contexts/menuContext.d.ts +0 -16
  178. package/lib-commonjs/contexts/menuGroupContext.d.ts +0 -13
  179. package/lib-commonjs/contexts/menuListContext.d.ts +0 -15
  180. package/lib-commonjs/contexts/menuTriggerContext.d.ts +0 -3
  181. package/lib-commonjs/index.d.ts +0 -16
  182. package/lib-commonjs/selectable/index.d.ts +0 -2
  183. package/lib-commonjs/selectable/types.d.ts +0 -34
  184. package/lib-commonjs/selectable/useCheckmarkStyles.d.ts +0 -8
  185. package/lib-commonjs/utils/index.d.ts +0 -1
  186. package/lib-commonjs/utils/useIsSubmenu.d.ts +0 -9
  187. package/lib-commonjs/utils/useOnMenuEnter.d.ts +0 -23
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @fluentui/react-menu
2
2
 
3
- This log was last generated on Mon, 25 Apr 2022 09:31:20 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 04 May 2022 13:24:12 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.8)
8
+
9
+ Wed, 04 May 2022 13:24:12 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.7..@fluentui/react-menu_v9.0.0-rc.8)
11
+
12
+ ### Changes
13
+
14
+ - feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
16
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
17
+ - Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
18
+ - Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
19
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
21
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
22
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
23
+
7
24
  ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.7)
8
25
 
9
- Mon, 25 Apr 2022 09:31:20 GMT
26
+ Mon, 25 Apr 2022 09:32:19 GMT
10
27
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.6..@fluentui/react-menu_v9.0.0-rc.7)
11
28
 
12
29
  ### Changes
@@ -16,7 +33,7 @@ Mon, 25 Apr 2022 09:31:20 GMT
16
33
 
17
34
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.6)
18
35
 
19
- Tue, 19 Apr 2022 19:16:45 GMT
36
+ Tue, 19 Apr 2022 19:16:45 GMT
20
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.5..@fluentui/react-menu_v9.0.0-rc.6)
21
38
 
22
39
  ### Changes
@@ -36,7 +53,7 @@ Tue, 19 Apr 2022 19:16:45 GMT
36
53
 
37
54
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.5)
38
55
 
39
- Fri, 04 Mar 2022 05:17:38 GMT
56
+ Fri, 04 Mar 2022 05:17:38 GMT
40
57
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.4..@fluentui/react-menu_v9.0.0-rc.5)
41
58
 
42
59
  ### Changes
@@ -53,7 +70,7 @@ Fri, 04 Mar 2022 05:17:38 GMT
53
70
 
54
71
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.4)
55
72
 
56
- Tue, 01 Mar 2022 02:17:37 GMT
73
+ Tue, 01 Mar 2022 02:17:37 GMT
57
74
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.3..@fluentui/react-menu_v9.0.0-rc.4)
58
75
 
59
76
  ### Changes
@@ -67,7 +84,7 @@ Tue, 01 Mar 2022 02:17:37 GMT
67
84
 
68
85
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.3)
69
86
 
70
- Fri, 18 Feb 2022 13:35:33 GMT
87
+ Fri, 18 Feb 2022 13:35:33 GMT
71
88
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.1..@fluentui/react-menu_v9.0.0-rc.3)
72
89
 
73
90
  ### Changes
@@ -85,7 +102,7 @@ Fri, 18 Feb 2022 13:35:33 GMT
85
102
 
86
103
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.1)
87
104
 
88
- Thu, 10 Feb 2022 08:51:30 GMT
105
+ Thu, 10 Feb 2022 08:51:30 GMT
89
106
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.5..@fluentui/react-menu_v9.0.0-rc.1)
90
107
 
91
108
  ### Changes
@@ -96,7 +113,7 @@ Thu, 10 Feb 2022 08:51:30 GMT
96
113
  - update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
97
114
  - Allow `MenuTrigger` to be wrapped by another trigger ([PR #21225](https://github.com/microsoft/fluentui/pull/21225) by lingfangao@hotmail.com)
98
115
  - update types related to trigger (allow only React.ReactElement & null) ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
99
- - BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
116
+ - BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
100
117
  - Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster. ([PR #21035](https://github.com/microsoft/fluentui/pull/21035) by Humberto.Morimoto@microsoft.com)
101
118
  - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
102
119
  - update styles to not use CSS shorthands ([PR #20820](https://github.com/microsoft/fluentui/pull/20820) by olfedias@microsoft.com)
@@ -126,7 +143,7 @@ Thu, 10 Feb 2022 08:51:30 GMT
126
143
 
127
144
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.5)
128
145
 
129
- Thu, 25 Nov 2021 08:34:14 GMT
146
+ Thu, 25 Nov 2021 08:34:14 GMT
130
147
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.4..@fluentui/react-menu_v9.0.0-beta.5)
131
148
 
132
149
  ### Changes
@@ -145,7 +162,7 @@ Thu, 25 Nov 2021 08:34:14 GMT
145
162
 
146
163
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.4)
147
164
 
148
- Fri, 12 Nov 2021 13:25:27 GMT
165
+ Fri, 12 Nov 2021 13:25:27 GMT
149
166
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.3..@fluentui/react-menu_v9.0.0-beta.4)
150
167
 
151
168
  ### Changes
@@ -167,7 +184,7 @@ Fri, 12 Nov 2021 13:25:27 GMT
167
184
 
168
185
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.3)
169
186
 
170
- Wed, 27 Oct 2021 12:14:20 GMT
187
+ Wed, 27 Oct 2021 12:14:20 GMT
171
188
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.2..@fluentui/react-menu_v9.0.0-beta.3)
172
189
 
173
190
  ### Changes
@@ -187,7 +204,7 @@ Wed, 27 Oct 2021 12:14:20 GMT
187
204
 
188
205
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.2)
189
206
 
190
- Tue, 12 Oct 2021 19:45:58 GMT
207
+ Tue, 12 Oct 2021 19:45:58 GMT
191
208
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.1..@fluentui/react-menu_v9.0.0-beta.2)
192
209
 
193
210
  ### Changes
@@ -198,7 +215,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
198
215
 
199
216
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.1)
200
217
 
201
- Wed, 06 Oct 2021 10:37:22 GMT
218
+ Wed, 06 Oct 2021 10:37:22 GMT
202
219
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.92..@fluentui/react-menu_v9.0.0-beta.1)
203
220
 
204
221
  ### Changes
@@ -218,7 +235,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
218
235
 
219
236
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.92)
220
237
 
221
- Tue, 05 Oct 2021 12:47:58 GMT
238
+ Tue, 05 Oct 2021 12:47:58 GMT
222
239
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.91..@fluentui/react-menu_v9.0.0-alpha.92)
223
240
 
224
241
  ### Changes
@@ -233,7 +250,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
233
250
 
234
251
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.91)
235
252
 
236
- Tue, 05 Oct 2021 09:28:07 GMT
253
+ Tue, 05 Oct 2021 09:28:07 GMT
237
254
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.90..@fluentui/react-menu_v9.0.0-alpha.91)
238
255
 
239
256
  ### Changes
@@ -252,7 +269,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
252
269
 
253
270
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.90)
254
271
 
255
- Fri, 01 Oct 2021 14:13:08 GMT
272
+ Fri, 01 Oct 2021 14:13:08 GMT
256
273
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.88..@fluentui/react-menu_v9.0.0-alpha.90)
257
274
 
258
275
  ### Changes
@@ -272,7 +289,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
272
289
 
273
290
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.88)
274
291
 
275
- Fri, 01 Oct 2021 12:30:46 GMT
292
+ Fri, 01 Oct 2021 12:30:46 GMT
276
293
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.87..@fluentui/react-menu_v9.0.0-alpha.88)
277
294
 
278
295
  ### Changes
@@ -281,7 +298,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
281
298
 
282
299
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.87)
283
300
 
284
- Fri, 01 Oct 2021 09:44:56 GMT
301
+ Fri, 01 Oct 2021 09:44:56 GMT
285
302
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.86..@fluentui/react-menu_v9.0.0-alpha.87)
286
303
 
287
304
  ### Changes
@@ -294,7 +311,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
294
311
 
295
312
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.86)
296
313
 
297
- Thu, 30 Sep 2021 09:18:15 GMT
314
+ Thu, 30 Sep 2021 09:18:15 GMT
298
315
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.85..@fluentui/react-menu_v9.0.0-alpha.86)
299
316
 
300
317
  ### Changes
@@ -303,7 +320,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
303
320
 
304
321
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.85)
305
322
 
306
- Wed, 29 Sep 2021 08:06:11 GMT
323
+ Wed, 29 Sep 2021 08:06:11 GMT
307
324
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.84..@fluentui/react-menu_v9.0.0-alpha.85)
308
325
 
309
326
  ### Changes
@@ -319,7 +336,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
319
336
 
320
337
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.84)
321
338
 
322
- Mon, 27 Sep 2021 08:06:00 GMT
339
+ Mon, 27 Sep 2021 08:06:00 GMT
323
340
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.83..@fluentui/react-menu_v9.0.0-alpha.84)
324
341
 
325
342
  ### Changes
@@ -337,7 +354,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
337
354
 
338
355
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.83)
339
356
 
340
- Fri, 24 Sep 2021 09:17:17 GMT
357
+ Fri, 24 Sep 2021 09:17:17 GMT
341
358
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.82..@fluentui/react-menu_v9.0.0-alpha.83)
342
359
 
343
360
  ### Changes
@@ -356,7 +373,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
356
373
 
357
374
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.82)
358
375
 
359
- Thu, 23 Sep 2021 08:21:34 GMT
376
+ Thu, 23 Sep 2021 08:21:34 GMT
360
377
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.81..@fluentui/react-menu_v9.0.0-alpha.82)
361
378
 
362
379
  ### Changes
@@ -374,7 +391,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
374
391
 
375
392
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.81)
376
393
 
377
- Wed, 22 Sep 2021 10:10:07 GMT
394
+ Wed, 22 Sep 2021 10:10:07 GMT
378
395
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.80..@fluentui/react-menu_v9.0.0-alpha.81)
379
396
 
380
397
  ### Changes
@@ -393,7 +410,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
393
410
 
394
411
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.80)
395
412
 
396
- Tue, 21 Sep 2021 07:42:34 GMT
413
+ Tue, 21 Sep 2021 07:42:34 GMT
397
414
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.79..@fluentui/react-menu_v9.0.0-alpha.80)
398
415
 
399
416
  ### Changes
@@ -410,7 +427,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
410
427
 
411
428
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.79)
412
429
 
413
- Mon, 20 Sep 2021 07:36:26 GMT
430
+ Mon, 20 Sep 2021 07:36:26 GMT
414
431
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.78..@fluentui/react-menu_v9.0.0-alpha.79)
415
432
 
416
433
  ### Changes
@@ -419,7 +436,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
419
436
 
420
437
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.78)
421
438
 
422
- Fri, 17 Sep 2021 07:35:26 GMT
439
+ Fri, 17 Sep 2021 07:35:26 GMT
423
440
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.77..@fluentui/react-menu_v9.0.0-alpha.78)
424
441
 
425
442
  ### Changes
@@ -429,7 +446,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
429
446
 
430
447
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.77)
431
448
 
432
- Thu, 16 Sep 2021 07:38:39 GMT
449
+ Thu, 16 Sep 2021 07:38:39 GMT
433
450
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.76..@fluentui/react-menu_v9.0.0-alpha.77)
434
451
 
435
452
  ### Changes
@@ -439,7 +456,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
439
456
 
440
457
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.76)
441
458
 
442
- Tue, 14 Sep 2021 20:09:02 GMT
459
+ Tue, 14 Sep 2021 20:09:02 GMT
443
460
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.75..@fluentui/react-menu_v9.0.0-alpha.76)
444
461
 
445
462
  ### Changes
@@ -448,7 +465,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
448
465
 
449
466
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.75)
450
467
 
451
- Fri, 10 Sep 2021 16:31:53 GMT
468
+ Fri, 10 Sep 2021 16:31:53 GMT
452
469
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.74..@fluentui/react-menu_v9.0.0-alpha.75)
453
470
 
454
471
  ### Changes
@@ -458,7 +475,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
458
475
 
459
476
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.74)
460
477
 
461
- Fri, 10 Sep 2021 07:39:51 GMT
478
+ Fri, 10 Sep 2021 07:39:51 GMT
462
479
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.73..@fluentui/react-menu_v9.0.0-alpha.74)
463
480
 
464
481
  ### Changes
@@ -467,7 +484,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
467
484
 
468
485
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.73)
469
486
 
470
- Wed, 08 Sep 2021 07:34:11 GMT
487
+ Wed, 08 Sep 2021 07:34:11 GMT
471
488
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.72..@fluentui/react-menu_v9.0.0-alpha.73)
472
489
 
473
490
  ### Changes
@@ -476,7 +493,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
476
493
 
477
494
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.72)
478
495
 
479
- Mon, 06 Sep 2021 07:34:53 GMT
496
+ Mon, 06 Sep 2021 07:34:53 GMT
480
497
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.71..@fluentui/react-menu_v9.0.0-alpha.72)
481
498
 
482
499
  ### Changes
@@ -485,7 +502,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
485
502
 
486
503
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.71)
487
504
 
488
- Thu, 02 Sep 2021 07:36:46 GMT
505
+ Thu, 02 Sep 2021 07:36:46 GMT
489
506
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.70..@fluentui/react-menu_v9.0.0-alpha.71)
490
507
 
491
508
  ### Patches
@@ -498,7 +515,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
498
515
 
499
516
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.70)
500
517
 
501
- Wed, 01 Sep 2021 07:39:56 GMT
518
+ Wed, 01 Sep 2021 07:39:56 GMT
502
519
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.69..@fluentui/react-menu_v9.0.0-alpha.70)
503
520
 
504
521
  ### Changes
@@ -507,7 +524,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
507
524
 
508
525
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.69)
509
526
 
510
- Tue, 31 Aug 2021 07:37:47 GMT
527
+ Tue, 31 Aug 2021 07:37:47 GMT
511
528
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.68..@fluentui/react-menu_v9.0.0-alpha.69)
512
529
 
513
530
  ### Changes
@@ -516,7 +533,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
516
533
 
517
534
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.68)
518
535
 
519
- Fri, 27 Aug 2021 07:33:32 GMT
536
+ Fri, 27 Aug 2021 07:33:32 GMT
520
537
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.67..@fluentui/react-menu_v9.0.0-alpha.68)
521
538
 
522
539
  ### Changes
@@ -525,7 +542,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
525
542
 
526
543
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.67)
527
544
 
528
- Thu, 26 Aug 2021 07:35:43 GMT
545
+ Thu, 26 Aug 2021 07:35:43 GMT
529
546
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.66..@fluentui/react-menu_v9.0.0-alpha.67)
530
547
 
531
548
  ### Changes
@@ -534,7 +551,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
534
551
 
535
552
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.66)
536
553
 
537
- Tue, 24 Aug 2021 07:34:48 GMT
554
+ Tue, 24 Aug 2021 07:34:48 GMT
538
555
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.65..@fluentui/react-menu_v9.0.0-alpha.66)
539
556
 
540
557
  ### Changes
@@ -543,7 +560,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
543
560
 
544
561
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.65)
545
562
 
546
- Fri, 20 Aug 2021 07:37:28 GMT
563
+ Fri, 20 Aug 2021 07:37:28 GMT
547
564
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.64..@fluentui/react-menu_v9.0.0-alpha.65)
548
565
 
549
566
  ### Changes
@@ -552,7 +569,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
552
569
 
553
570
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.64)
554
571
 
555
- Thu, 19 Aug 2021 07:41:35 GMT
572
+ Thu, 19 Aug 2021 07:41:35 GMT
556
573
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.63..@fluentui/react-menu_v9.0.0-alpha.64)
557
574
 
558
575
  ### Changes
@@ -561,7 +578,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
561
578
 
562
579
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.63)
563
580
 
564
- Mon, 16 Aug 2021 07:36:39 GMT
581
+ Mon, 16 Aug 2021 07:36:39 GMT
565
582
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.62..@fluentui/react-menu_v9.0.0-alpha.63)
566
583
 
567
584
  ### Changes
@@ -570,7 +587,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
570
587
 
571
588
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.62)
572
589
 
573
- Fri, 13 Aug 2021 07:36:34 GMT
590
+ Fri, 13 Aug 2021 07:36:34 GMT
574
591
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.61..@fluentui/react-menu_v9.0.0-alpha.62)
575
592
 
576
593
  ### Changes
@@ -580,7 +597,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
580
597
 
581
598
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.61)
582
599
 
583
- Wed, 11 Aug 2021 07:34:54 GMT
600
+ Wed, 11 Aug 2021 07:34:54 GMT
584
601
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.60..@fluentui/react-menu_v9.0.0-alpha.61)
585
602
 
586
603
  ### Changes
@@ -589,7 +606,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
589
606
 
590
607
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.60)
591
608
 
592
- Tue, 10 Aug 2021 07:33:28 GMT
609
+ Tue, 10 Aug 2021 07:33:28 GMT
593
610
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.59..@fluentui/react-menu_v9.0.0-alpha.60)
594
611
 
595
612
  ### Changes
@@ -598,7 +615,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
598
615
 
599
616
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.59)
600
617
 
601
- Fri, 06 Aug 2021 07:35:14 GMT
618
+ Fri, 06 Aug 2021 07:35:14 GMT
602
619
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.58..@fluentui/react-menu_v9.0.0-alpha.59)
603
620
 
604
621
  ### Changes
@@ -607,7 +624,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
607
624
 
608
625
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.58)
609
626
 
610
- Tue, 03 Aug 2021 07:39:30 GMT
627
+ Tue, 03 Aug 2021 07:39:30 GMT
611
628
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.57..@fluentui/react-menu_v9.0.0-alpha.58)
612
629
 
613
630
  ### Patches
@@ -623,7 +640,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
623
640
 
624
641
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.57)
625
642
 
626
- Mon, 02 Aug 2021 07:36:20 GMT
643
+ Mon, 02 Aug 2021 07:36:20 GMT
627
644
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.56..@fluentui/react-menu_v9.0.0-alpha.57)
628
645
 
629
646
  ### Changes
@@ -632,7 +649,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
632
649
 
633
650
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.56)
634
651
 
635
- Tue, 27 Jul 2021 07:34:27 GMT
652
+ Tue, 27 Jul 2021 07:34:27 GMT
636
653
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.55..@fluentui/react-menu_v9.0.0-alpha.56)
637
654
 
638
655
  ### Changes
@@ -641,7 +658,7 @@ Tue, 27 Jul 2021 07:34:27 GMT
641
658
 
642
659
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.55)
643
660
 
644
- Mon, 26 Jul 2021 07:37:30 GMT
661
+ Mon, 26 Jul 2021 07:37:30 GMT
645
662
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.54..@fluentui/react-menu_v9.0.0-alpha.55)
646
663
 
647
664
  ### Changes
@@ -650,7 +667,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
650
667
 
651
668
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.54)
652
669
 
653
- Fri, 23 Jul 2021 07:38:19 GMT
670
+ Fri, 23 Jul 2021 07:38:19 GMT
654
671
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.53..@fluentui/react-menu_v9.0.0-alpha.54)
655
672
 
656
673
  ### Changes
@@ -659,7 +676,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
659
676
 
660
677
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.53)
661
678
 
662
- Thu, 22 Jul 2021 07:36:55 GMT
679
+ Thu, 22 Jul 2021 07:36:55 GMT
663
680
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.52..@fluentui/react-menu_v9.0.0-alpha.53)
664
681
 
665
682
  ### Changes
@@ -668,7 +685,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
668
685
 
669
686
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.52)
670
687
 
671
- Tue, 20 Jul 2021 22:23:17 GMT
688
+ Tue, 20 Jul 2021 22:23:17 GMT
672
689
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.51..@fluentui/react-menu_v9.0.0-alpha.52)
673
690
 
674
691
  ### Changes
@@ -677,7 +694,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
677
694
 
678
695
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.51)
679
696
 
680
- Fri, 16 Jul 2021 22:53:17 GMT
697
+ Fri, 16 Jul 2021 22:53:17 GMT
681
698
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.50..@fluentui/react-menu_v9.0.0-alpha.51)
682
699
 
683
700
  ### Changes
@@ -686,7 +703,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
686
703
 
687
704
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.50)
688
705
 
689
- Thu, 15 Jul 2021 07:36:18 GMT
706
+ Thu, 15 Jul 2021 07:36:18 GMT
690
707
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.49..@fluentui/react-menu_v9.0.0-alpha.50)
691
708
 
692
709
  ### Changes
@@ -696,7 +713,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
696
713
 
697
714
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.49)
698
715
 
699
- Tue, 13 Jul 2021 22:32:58 GMT
716
+ Tue, 13 Jul 2021 22:32:58 GMT
700
717
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.48..@fluentui/react-menu_v9.0.0-alpha.49)
701
718
 
702
719
  ### Patches
@@ -705,7 +722,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
705
722
 
706
723
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.48)
707
724
 
708
- Tue, 13 Jul 2021 07:35:36 GMT
725
+ Tue, 13 Jul 2021 07:35:36 GMT
709
726
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.47..@fluentui/react-menu_v9.0.0-alpha.48)
710
727
 
711
728
  ### Changes
@@ -714,7 +731,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
714
731
 
715
732
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.47)
716
733
 
717
- Mon, 12 Jul 2021 07:33:23 GMT
734
+ Mon, 12 Jul 2021 07:33:23 GMT
718
735
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.46..@fluentui/react-menu_v9.0.0-alpha.47)
719
736
 
720
737
  ### Changes
@@ -723,7 +740,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
723
740
 
724
741
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.46)
725
742
 
726
- Fri, 09 Jul 2021 07:39:31 GMT
743
+ Fri, 09 Jul 2021 07:39:31 GMT
727
744
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.45..@fluentui/react-menu_v9.0.0-alpha.46)
728
745
 
729
746
  ### Patches
@@ -739,7 +756,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
739
756
 
740
757
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.45)
741
758
 
742
- Fri, 02 Jul 2021 23:15:55 GMT
759
+ Fri, 02 Jul 2021 23:15:55 GMT
743
760
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.44..@fluentui/react-menu_v9.0.0-alpha.45)
744
761
 
745
762
  ### Changes
@@ -748,7 +765,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
748
765
 
749
766
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.44)
750
767
 
751
- Fri, 02 Jul 2021 07:37:06 GMT
768
+ Fri, 02 Jul 2021 07:37:06 GMT
752
769
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.43..@fluentui/react-menu_v9.0.0-alpha.44)
753
770
 
754
771
  ### Changes
@@ -758,7 +775,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
758
775
 
759
776
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.43)
760
777
 
761
- Thu, 01 Jul 2021 07:35:05 GMT
778
+ Thu, 01 Jul 2021 07:35:05 GMT
762
779
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.42..@fluentui/react-menu_v9.0.0-alpha.43)
763
780
 
764
781
  ### Changes
@@ -767,7 +784,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
767
784
 
768
785
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.42)
769
786
 
770
- Wed, 30 Jun 2021 07:38:35 GMT
787
+ Wed, 30 Jun 2021 07:38:35 GMT
771
788
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.41..@fluentui/react-menu_v9.0.0-alpha.42)
772
789
 
773
790
  ### Changes
@@ -776,7 +793,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
776
793
 
777
794
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.41)
778
795
 
779
- Tue, 29 Jun 2021 07:33:32 GMT
796
+ Tue, 29 Jun 2021 07:33:32 GMT
780
797
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.40..@fluentui/react-menu_v9.0.0-alpha.41)
781
798
 
782
799
  ### Changes
@@ -785,7 +802,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
785
802
 
786
803
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.40)
787
804
 
788
- Tue, 22 Jun 2021 07:35:11 GMT
805
+ Tue, 22 Jun 2021 07:35:11 GMT
789
806
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.39..@fluentui/react-menu_v9.0.0-alpha.40)
790
807
 
791
808
  ### Changes
@@ -794,7 +811,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
794
811
 
795
812
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.39)
796
813
 
797
- Mon, 21 Jun 2021 07:34:33 GMT
814
+ Mon, 21 Jun 2021 07:34:33 GMT
798
815
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.38..@fluentui/react-menu_v9.0.0-alpha.39)
799
816
 
800
817
  ### Changes
@@ -804,7 +821,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
804
821
 
805
822
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.38)
806
823
 
807
- Thu, 17 Jun 2021 07:34:11 GMT
824
+ Thu, 17 Jun 2021 07:34:11 GMT
808
825
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.37..@fluentui/react-menu_v9.0.0-alpha.38)
809
826
 
810
827
  ### Changes
@@ -813,7 +830,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
813
830
 
814
831
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.37)
815
832
 
816
- Wed, 16 Jun 2021 07:34:24 GMT
833
+ Wed, 16 Jun 2021 07:34:24 GMT
817
834
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.36..@fluentui/react-menu_v9.0.0-alpha.37)
818
835
 
819
836
  ### Changes
@@ -822,7 +839,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
822
839
 
823
840
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.36)
824
841
 
825
- Tue, 15 Jun 2021 07:40:20 GMT
842
+ Tue, 15 Jun 2021 07:40:20 GMT
826
843
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.35..@fluentui/react-menu_v9.0.0-alpha.36)
827
844
 
828
845
  ### Changes
@@ -831,7 +848,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
831
848
 
832
849
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.35)
833
850
 
834
- Thu, 10 Jun 2021 07:32:59 GMT
851
+ Thu, 10 Jun 2021 07:32:59 GMT
835
852
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.34..@fluentui/react-menu_v9.0.0-alpha.35)
836
853
 
837
854
  ### Changes
@@ -840,7 +857,7 @@ Thu, 10 Jun 2021 07:32:59 GMT
840
857
 
841
858
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.34)
842
859
 
843
- Wed, 09 Jun 2021 07:33:38 GMT
860
+ Wed, 09 Jun 2021 07:33:38 GMT
844
861
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.33..@fluentui/react-menu_v9.0.0-alpha.34)
845
862
 
846
863
  ### Changes
@@ -849,7 +866,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
849
866
 
850
867
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.33)
851
868
 
852
- Mon, 07 Jun 2021 07:38:15 GMT
869
+ Mon, 07 Jun 2021 07:38:15 GMT
853
870
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.32..@fluentui/react-menu_v9.0.0-alpha.33)
854
871
 
855
872
  ### Patches
@@ -865,7 +882,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
865
882
 
866
883
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.32)
867
884
 
868
- Fri, 04 Jun 2021 07:37:23 GMT
885
+ Fri, 04 Jun 2021 07:37:23 GMT
869
886
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.31..@fluentui/react-menu_v9.0.0-alpha.32)
870
887
 
871
888
  ### Changes
@@ -874,7 +891,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
874
891
 
875
892
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.31)
876
893
 
877
- Thu, 03 Jun 2021 07:36:03 GMT
894
+ Thu, 03 Jun 2021 07:36:03 GMT
878
895
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.30..@fluentui/react-menu_v9.0.0-alpha.31)
879
896
 
880
897
  ### Changes
@@ -884,7 +901,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
884
901
 
885
902
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.30)
886
903
 
887
- Wed, 02 Jun 2021 07:37:15 GMT
904
+ Wed, 02 Jun 2021 07:37:15 GMT
888
905
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.29..@fluentui/react-menu_v9.0.0-alpha.30)
889
906
 
890
907
  ### Changes
@@ -893,7 +910,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
893
910
 
894
911
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.29)
895
912
 
896
- Fri, 28 May 2021 07:33:57 GMT
913
+ Fri, 28 May 2021 07:33:57 GMT
897
914
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.28..@fluentui/react-menu_v9.0.0-alpha.29)
898
915
 
899
916
  ### Changes
@@ -902,7 +919,7 @@ Fri, 28 May 2021 07:33:57 GMT
902
919
 
903
920
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.28)
904
921
 
905
- Thu, 27 May 2021 07:33:21 GMT
922
+ Thu, 27 May 2021 07:33:21 GMT
906
923
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.27..@fluentui/react-menu_v9.0.0-alpha.28)
907
924
 
908
925
  ### Changes
@@ -911,7 +928,7 @@ Thu, 27 May 2021 07:33:21 GMT
911
928
 
912
929
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.27)
913
930
 
914
- Wed, 26 May 2021 07:35:43 GMT
931
+ Wed, 26 May 2021 07:35:43 GMT
915
932
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.26..@fluentui/react-menu_v9.0.0-alpha.27)
916
933
 
917
934
  ### Changes
@@ -920,7 +937,7 @@ Wed, 26 May 2021 07:35:43 GMT
920
937
 
921
938
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.26)
922
939
 
923
- Fri, 21 May 2021 07:34:54 GMT
940
+ Fri, 21 May 2021 07:34:54 GMT
924
941
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.25..@fluentui/react-menu_v9.0.0-alpha.26)
925
942
 
926
943
  ### Changes
@@ -929,7 +946,7 @@ Fri, 21 May 2021 07:34:54 GMT
929
946
 
930
947
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.25)
931
948
 
932
- Thu, 20 May 2021 07:41:54 GMT
949
+ Thu, 20 May 2021 07:41:54 GMT
933
950
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.24..@fluentui/react-menu_v9.0.0-alpha.25)
934
951
 
935
952
  ### Patches
@@ -945,7 +962,7 @@ Thu, 20 May 2021 07:41:54 GMT
945
962
 
946
963
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.24)
947
964
 
948
- Wed, 19 May 2021 07:34:20 GMT
965
+ Wed, 19 May 2021 07:34:20 GMT
949
966
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.23..@fluentui/react-menu_v9.0.0-alpha.24)
950
967
 
951
968
  ### Patches
@@ -958,7 +975,7 @@ Wed, 19 May 2021 07:34:20 GMT
958
975
 
959
976
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.23)
960
977
 
961
- Tue, 18 May 2021 07:34:38 GMT
978
+ Tue, 18 May 2021 07:34:38 GMT
962
979
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.22..@fluentui/react-menu_v9.0.0-alpha.23)
963
980
 
964
981
  ### Changes
@@ -967,7 +984,7 @@ Tue, 18 May 2021 07:34:38 GMT
967
984
 
968
985
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.22)
969
986
 
970
- Thu, 13 May 2021 07:36:55 GMT
987
+ Thu, 13 May 2021 07:36:55 GMT
971
988
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.21..@fluentui/react-menu_v9.0.0-alpha.22)
972
989
 
973
990
  ### Changes
@@ -976,7 +993,7 @@ Thu, 13 May 2021 07:36:55 GMT
976
993
 
977
994
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.21)
978
995
 
979
- Wed, 12 May 2021 07:36:20 GMT
996
+ Wed, 12 May 2021 07:36:20 GMT
980
997
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.20..@fluentui/react-menu_v9.0.0-alpha.21)
981
998
 
982
999
  ### Changes
@@ -985,7 +1002,7 @@ Wed, 12 May 2021 07:36:20 GMT
985
1002
 
986
1003
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.20)
987
1004
 
988
- Mon, 10 May 2021 07:36:07 GMT
1005
+ Mon, 10 May 2021 07:36:07 GMT
989
1006
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.19..@fluentui/react-menu_v9.0.0-alpha.20)
990
1007
 
991
1008
  ### Changes
@@ -994,7 +1011,7 @@ Mon, 10 May 2021 07:36:07 GMT
994
1011
 
995
1012
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.19)
996
1013
 
997
- Wed, 05 May 2021 07:36:50 GMT
1014
+ Wed, 05 May 2021 07:36:50 GMT
998
1015
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.18..@fluentui/react-menu_v9.0.0-alpha.19)
999
1016
 
1000
1017
  ### Changes
@@ -1004,7 +1021,7 @@ Wed, 05 May 2021 07:36:50 GMT
1004
1021
 
1005
1022
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.18)
1006
1023
 
1007
- Tue, 04 May 2021 07:36:35 GMT
1024
+ Tue, 04 May 2021 07:36:35 GMT
1008
1025
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.17..@fluentui/react-menu_v9.0.0-alpha.18)
1009
1026
 
1010
1027
  ### Changes
@@ -1013,7 +1030,7 @@ Tue, 04 May 2021 07:36:35 GMT
1013
1030
 
1014
1031
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.17)
1015
1032
 
1016
- Mon, 03 May 2021 07:45:19 GMT
1033
+ Mon, 03 May 2021 07:45:19 GMT
1017
1034
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.16..@fluentui/react-menu_v9.0.0-alpha.17)
1018
1035
 
1019
1036
  ### Changes
@@ -1023,7 +1040,7 @@ Mon, 03 May 2021 07:45:19 GMT
1023
1040
 
1024
1041
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.16)
1025
1042
 
1026
- Fri, 30 Apr 2021 07:42:23 GMT
1043
+ Fri, 30 Apr 2021 07:42:23 GMT
1027
1044
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.15..@fluentui/react-menu_v9.0.0-alpha.16)
1028
1045
 
1029
1046
  ### Patches
@@ -1040,7 +1057,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
1040
1057
 
1041
1058
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.15)
1042
1059
 
1043
- Wed, 28 Apr 2021 07:32:59 GMT
1060
+ Wed, 28 Apr 2021 07:32:59 GMT
1044
1061
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.14..@fluentui/react-menu_v9.0.0-alpha.15)
1045
1062
 
1046
1063
  ### Changes
@@ -1049,7 +1066,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
1049
1066
 
1050
1067
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.14)
1051
1068
 
1052
- Tue, 27 Apr 2021 07:34:03 GMT
1069
+ Tue, 27 Apr 2021 07:34:03 GMT
1053
1070
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.13..@fluentui/react-menu_v9.0.0-alpha.14)
1054
1071
 
1055
1072
  ### Changes
@@ -1058,7 +1075,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
1058
1075
 
1059
1076
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.13)
1060
1077
 
1061
- Mon, 26 Apr 2021 07:34:31 GMT
1078
+ Mon, 26 Apr 2021 07:34:31 GMT
1062
1079
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.12..@fluentui/react-menu_v9.0.0-alpha.13)
1063
1080
 
1064
1081
  ### Changes
@@ -1067,7 +1084,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
1067
1084
 
1068
1085
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.12)
1069
1086
 
1070
- Fri, 23 Apr 2021 07:37:10 GMT
1087
+ Fri, 23 Apr 2021 07:37:10 GMT
1071
1088
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.11..@fluentui/react-menu_v9.0.0-alpha.12)
1072
1089
 
1073
1090
  ### Patches
@@ -1083,7 +1100,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
1083
1100
 
1084
1101
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.11)
1085
1102
 
1086
- Thu, 22 Apr 2021 07:33:28 GMT
1103
+ Thu, 22 Apr 2021 07:33:28 GMT
1087
1104
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.10..@fluentui/react-menu_v9.0.0-alpha.11)
1088
1105
 
1089
1106
  ### Changes
@@ -1092,7 +1109,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
1092
1109
 
1093
1110
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.10)
1094
1111
 
1095
- Wed, 21 Apr 2021 07:31:50 GMT
1112
+ Wed, 21 Apr 2021 07:31:50 GMT
1096
1113
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.9..@fluentui/react-menu_v9.0.0-alpha.10)
1097
1114
 
1098
1115
  ### Changes
@@ -1102,7 +1119,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
1102
1119
 
1103
1120
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.9)
1104
1121
 
1105
- Tue, 20 Apr 2021 07:31:35 GMT
1122
+ Tue, 20 Apr 2021 07:31:35 GMT
1106
1123
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.8..@fluentui/react-menu_v9.0.0-alpha.9)
1107
1124
 
1108
1125
  ### Changes
@@ -1111,7 +1128,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
1111
1128
 
1112
1129
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.8)
1113
1130
 
1114
- Fri, 16 Apr 2021 18:08:21 GMT
1131
+ Fri, 16 Apr 2021 18:08:21 GMT
1115
1132
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.7..@fluentui/react-menu_v9.0.0-alpha.8)
1116
1133
 
1117
1134
  ### Changes
@@ -1120,7 +1137,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
1120
1137
 
1121
1138
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.7)
1122
1139
 
1123
- Fri, 16 Apr 2021 07:32:08 GMT
1140
+ Fri, 16 Apr 2021 07:32:08 GMT
1124
1141
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.6..@fluentui/react-menu_v9.0.0-alpha.7)
1125
1142
 
1126
1143
  ### Changes
@@ -1129,7 +1146,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
1129
1146
 
1130
1147
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.6)
1131
1148
 
1132
- Wed, 14 Apr 2021 07:34:12 GMT
1149
+ Wed, 14 Apr 2021 07:34:12 GMT
1133
1150
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.5..@fluentui/react-menu_v9.0.0-alpha.6)
1134
1151
 
1135
1152
  ### Changes
@@ -1138,7 +1155,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
1138
1155
 
1139
1156
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.5)
1140
1157
 
1141
- Fri, 09 Apr 2021 23:42:49 GMT
1158
+ Fri, 09 Apr 2021 23:42:49 GMT
1142
1159
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.4..@fluentui/react-menu_v9.0.0-alpha.5)
1143
1160
 
1144
1161
  ### Changes
@@ -1147,7 +1164,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
1147
1164
 
1148
1165
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.4)
1149
1166
 
1150
- Fri, 09 Apr 2021 07:31:06 GMT
1167
+ Fri, 09 Apr 2021 07:31:06 GMT
1151
1168
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.3..@fluentui/react-menu_v9.0.0-alpha.4)
1152
1169
 
1153
1170
  ### Changes
@@ -1156,7 +1173,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
1156
1173
 
1157
1174
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.3)
1158
1175
 
1159
- Thu, 08 Apr 2021 07:33:06 GMT
1176
+ Thu, 08 Apr 2021 07:33:06 GMT
1160
1177
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.2..@fluentui/react-menu_v9.0.0-alpha.3)
1161
1178
 
1162
1179
  ### Changes
@@ -1165,7 +1182,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
1165
1182
 
1166
1183
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.2)
1167
1184
 
1168
- Wed, 07 Apr 2021 08:04:03 GMT
1185
+ Wed, 07 Apr 2021 08:04:03 GMT
1169
1186
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.1..@fluentui/react-menu_v9.0.0-alpha.2)
1170
1187
 
1171
1188
  ### Changes
@@ -1175,7 +1192,7 @@ Wed, 07 Apr 2021 08:04:03 GMT
1175
1192
 
1176
1193
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.1)
1177
1194
 
1178
- Thu, 01 Apr 2021 20:13:37 GMT
1195
+ Thu, 01 Apr 2021 20:13:37 GMT
1179
1196
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.14.0..@fluentui/react-menu_v9.0.0-alpha.1)
1180
1197
 
1181
1198
  ### Changes
@@ -1186,7 +1203,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
1186
1203
 
1187
1204
  ## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.14.0)
1188
1205
 
1189
- Thu, 01 Apr 2021 07:33:24 GMT
1206
+ Thu, 01 Apr 2021 07:33:24 GMT
1190
1207
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.13.0..@fluentui/react-menu_v0.14.0)
1191
1208
 
1192
1209
  ### Minor changes
@@ -1196,7 +1213,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
1196
1213
 
1197
1214
  ## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.13.0)
1198
1215
 
1199
- Wed, 31 Mar 2021 00:53:43 GMT
1216
+ Wed, 31 Mar 2021 00:53:43 GMT
1200
1217
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.12.1..@fluentui/react-menu_v0.13.0)
1201
1218
 
1202
1219
  ### Minor changes
@@ -1222,7 +1239,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
1222
1239
 
1223
1240
  ## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.12.1)
1224
1241
 
1225
- Tue, 30 Mar 2021 07:34:45 GMT
1242
+ Tue, 30 Mar 2021 07:34:45 GMT
1226
1243
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.12.0..@fluentui/react-menu_v0.12.1)
1227
1244
 
1228
1245
  ### Patches
@@ -1241,7 +1258,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
1241
1258
 
1242
1259
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.12.0)
1243
1260
 
1244
- Fri, 26 Mar 2021 07:32:34 GMT
1261
+ Fri, 26 Mar 2021 07:32:34 GMT
1245
1262
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.11.0..@fluentui/react-menu_v0.12.0)
1246
1263
 
1247
1264
  ### Minor changes
@@ -1258,7 +1275,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1258
1275
 
1259
1276
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.11.0)
1260
1277
 
1261
- Thu, 25 Mar 2021 07:33:24 GMT
1278
+ Thu, 25 Mar 2021 07:33:24 GMT
1262
1279
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.11.0..@fluentui/react-menu_v0.11.0)
1263
1280
 
1264
1281
  ### Changes
@@ -1271,7 +1288,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1271
1288
 
1272
1289
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.11.0)
1273
1290
 
1274
- Tue, 23 Mar 2021 07:31:43 GMT
1291
+ Tue, 23 Mar 2021 07:31:43 GMT
1275
1292
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.10.0..@fluentui/react-menu_v0.11.0)
1276
1293
 
1277
1294
  ### Minor changes
@@ -1288,7 +1305,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1288
1305
 
1289
1306
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.10.0)
1290
1307
 
1291
- Fri, 19 Mar 2021 07:32:43 GMT
1308
+ Fri, 19 Mar 2021 07:32:43 GMT
1292
1309
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.9.0..@fluentui/react-menu_v0.10.0)
1293
1310
 
1294
1311
  ### Minor changes
@@ -1297,7 +1314,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
1297
1314
 
1298
1315
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.9.0)
1299
1316
 
1300
- Thu, 18 Mar 2021 20:15:34 GMT
1317
+ Thu, 18 Mar 2021 20:15:34 GMT
1301
1318
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.3..@fluentui/react-menu_v0.9.0)
1302
1319
 
1303
1320
  ### Minor changes
@@ -1313,7 +1330,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1313
1330
 
1314
1331
  ## [0.8.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.3)
1315
1332
 
1316
- Tue, 16 Mar 2021 07:32:44 GMT
1333
+ Tue, 16 Mar 2021 07:32:44 GMT
1317
1334
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.2..@fluentui/react-menu_v0.8.3)
1318
1335
 
1319
1336
  ### Patches
@@ -1326,7 +1343,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1326
1343
 
1327
1344
  ## [0.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.2)
1328
1345
 
1329
- Mon, 15 Mar 2021 07:36:20 GMT
1346
+ Mon, 15 Mar 2021 07:36:20 GMT
1330
1347
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.1..@fluentui/react-menu_v0.8.2)
1331
1348
 
1332
1349
  ### Patches
@@ -1335,7 +1352,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
1335
1352
 
1336
1353
  ## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.1)
1337
1354
 
1338
- Fri, 12 Mar 2021 20:04:27 GMT
1355
+ Fri, 12 Mar 2021 20:04:27 GMT
1339
1356
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.0..@fluentui/react-menu_v0.8.1)
1340
1357
 
1341
1358
  ### Patches
@@ -1348,7 +1365,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1348
1365
 
1349
1366
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.0)
1350
1367
 
1351
- Wed, 10 Mar 2021 07:34:39 GMT
1368
+ Wed, 10 Mar 2021 07:34:39 GMT
1352
1369
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.0..@fluentui/react-menu_v0.8.0)
1353
1370
 
1354
1371
  ### Changes
@@ -1359,7 +1376,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1359
1376
 
1360
1377
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.0)
1361
1378
 
1362
- Sun, 07 Mar 2021 23:34:51 GMT
1379
+ Sun, 07 Mar 2021 23:34:51 GMT
1363
1380
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.7.0..@fluentui/react-menu_v0.8.0)
1364
1381
 
1365
1382
  ### Minor changes
@@ -1368,7 +1385,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
1368
1385
 
1369
1386
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.7.0)
1370
1387
 
1371
- Fri, 05 Mar 2021 20:30:59 GMT
1388
+ Fri, 05 Mar 2021 20:30:59 GMT
1372
1389
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.7.0..@fluentui/react-menu_v0.7.0)
1373
1390
 
1374
1391
  ### Changes
@@ -1379,7 +1396,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1379
1396
 
1380
1397
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.7.0)
1381
1398
 
1382
- Wed, 03 Mar 2021 00:10:09 GMT
1399
+ Wed, 03 Mar 2021 00:10:09 GMT
1383
1400
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.1..@fluentui/react-menu_v0.7.0)
1384
1401
 
1385
1402
  ### Minor changes
@@ -1398,7 +1415,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1398
1415
 
1399
1416
  ## [0.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.1)
1400
1417
 
1401
- Tue, 02 Mar 2021 07:24:27 GMT
1418
+ Tue, 02 Mar 2021 07:24:27 GMT
1402
1419
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.1..@fluentui/react-menu_v0.6.1)
1403
1420
 
1404
1421
  ### Changes
@@ -1409,7 +1426,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1409
1426
 
1410
1427
  ## [0.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.1)
1411
1428
 
1412
- Fri, 26 Feb 2021 01:16:27 GMT
1429
+ Fri, 26 Feb 2021 01:16:27 GMT
1413
1430
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.0..@fluentui/react-menu_v0.6.1)
1414
1431
 
1415
1432
  ### Patches
@@ -1424,7 +1441,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1424
1441
 
1425
1442
  ## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.0)
1426
1443
 
1427
- Thu, 25 Feb 2021 20:16:39 GMT
1444
+ Thu, 25 Feb 2021 20:16:39 GMT
1428
1445
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.0..@fluentui/react-menu_v0.6.0)
1429
1446
 
1430
1447
  ### Changes
@@ -1433,7 +1450,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1433
1450
 
1434
1451
  ## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.0)
1435
1452
 
1436
- Thu, 25 Feb 2021 01:15:27 GMT
1453
+ Thu, 25 Feb 2021 01:15:27 GMT
1437
1454
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.5.1..@fluentui/react-menu_v0.6.0)
1438
1455
 
1439
1456
  ### Minor changes
@@ -1453,7 +1470,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1453
1470
 
1454
1471
  ## [0.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.5.1)
1455
1472
 
1456
- Wed, 24 Feb 2021 00:05:29 GMT
1473
+ Wed, 24 Feb 2021 00:05:29 GMT
1457
1474
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.5.0..@fluentui/react-menu_v0.5.1)
1458
1475
 
1459
1476
  ### Patches
@@ -1467,7 +1484,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
1467
1484
 
1468
1485
  ## [0.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.5.0)
1469
1486
 
1470
- Mon, 22 Feb 2021 12:26:22 GMT
1487
+ Mon, 22 Feb 2021 12:26:22 GMT
1471
1488
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.2..@fluentui/react-menu_v0.5.0)
1472
1489
 
1473
1490
  ### Minor changes
@@ -1485,7 +1502,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1485
1502
 
1486
1503
  ## [0.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.2)
1487
1504
 
1488
- Thu, 18 Feb 2021 19:38:50 GMT
1505
+ Thu, 18 Feb 2021 19:38:50 GMT
1489
1506
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.1..@fluentui/react-menu_v0.4.2)
1490
1507
 
1491
1508
  ### Patches
@@ -1500,7 +1517,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
1500
1517
 
1501
1518
  ## [0.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.1)
1502
1519
 
1503
- Thu, 18 Feb 2021 12:27:34 GMT
1520
+ Thu, 18 Feb 2021 12:27:34 GMT
1504
1521
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.0..@fluentui/react-menu_v0.4.1)
1505
1522
 
1506
1523
  ### Patches
@@ -1518,7 +1535,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
1518
1535
 
1519
1536
  ## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.0)
1520
1537
 
1521
- Wed, 17 Feb 2021 12:21:39 GMT
1538
+ Wed, 17 Feb 2021 12:21:39 GMT
1522
1539
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.3.0..@fluentui/react-menu_v0.4.0)
1523
1540
 
1524
1541
  ### Minor changes
@@ -1527,7 +1544,7 @@ Wed, 17 Feb 2021 12:21:39 GMT
1527
1544
 
1528
1545
  ## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.3.0)
1529
1546
 
1530
- Mon, 15 Feb 2021 12:22:00 GMT
1547
+ Mon, 15 Feb 2021 12:22:00 GMT
1531
1548
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.1..@fluentui/react-menu_v0.3.0)
1532
1549
 
1533
1550
  ### Minor changes
@@ -1546,7 +1563,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1546
1563
 
1547
1564
  ## [0.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.1)
1548
1565
 
1549
- Fri, 12 Feb 2021 12:26:20 GMT
1566
+ Fri, 12 Feb 2021 12:26:20 GMT
1550
1567
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.0..@fluentui/react-menu_v0.2.1)
1551
1568
 
1552
1569
  ### Patches
@@ -1560,7 +1577,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1560
1577
 
1561
1578
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.0)
1562
1579
 
1563
- Thu, 11 Feb 2021 00:58:10 GMT
1580
+ Thu, 11 Feb 2021 00:58:10 GMT
1564
1581
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.0..@fluentui/react-menu_v0.2.0)
1565
1582
 
1566
1583
  ### Changes
@@ -1572,7 +1589,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1572
1589
 
1573
1590
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.0)
1574
1591
 
1575
- Tue, 09 Feb 2021 00:56:52 GMT
1592
+ Tue, 09 Feb 2021 00:56:52 GMT
1576
1593
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.1.0..@fluentui/react-menu_v0.2.0)
1577
1594
 
1578
1595
  ### Minor changes