@fluentui/react-menu 9.0.0-rc.5 → 9.0.0-rc.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.
Files changed (223) hide show
  1. package/CHANGELOG.json +194 -1
  2. package/CHANGELOG.md +177 -130
  3. package/dist/{react-menu.d.ts → index.d.ts} +46 -0
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/components/MenuDivider/useMenuDividerStyles.js +8 -1
  6. package/lib/components/MenuDivider/useMenuDividerStyles.js.map +1 -1
  7. package/lib/components/MenuGroup/useMenuGroupStyles.js +8 -1
  8. package/lib/components/MenuGroup/useMenuGroupStyles.js.map +1 -1
  9. package/lib/components/MenuGroupHeader/useMenuGroupHeaderStyles.js +8 -1
  10. package/lib/components/MenuGroupHeader/useMenuGroupHeaderStyles.js.map +1 -1
  11. package/lib/components/MenuItem/useMenuItemStyles.js +50 -14
  12. package/lib/components/MenuItem/useMenuItemStyles.js.map +1 -1
  13. package/lib/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js +29 -1
  14. package/lib/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js.map +1 -1
  15. package/lib/components/MenuItemRadio/useMenuItemRadioStyles.js +29 -1
  16. package/lib/components/MenuItemRadio/useMenuItemRadioStyles.js.map +1 -1
  17. package/lib/components/MenuList/useMenuListStyles.js +8 -1
  18. package/lib/components/MenuList/useMenuListStyles.js.map +1 -1
  19. package/lib/components/MenuPopover/useMenuPopoverStyles.js +8 -1
  20. package/lib/components/MenuPopover/useMenuPopoverStyles.js.map +1 -1
  21. package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.js +9 -2
  22. package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.js.map +1 -1
  23. package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.js +9 -2
  24. package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.js.map +1 -1
  25. package/lib-commonjs/components/MenuGroup/useMenuGroupStyles.js +9 -2
  26. package/lib-commonjs/components/MenuGroup/useMenuGroupStyles.js.map +1 -1
  27. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeaderStyles.js +9 -2
  28. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeaderStyles.js.map +1 -1
  29. package/lib-commonjs/components/MenuItem/useMenuItemStyles.js +51 -15
  30. package/lib-commonjs/components/MenuItem/useMenuItemStyles.js.map +1 -1
  31. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js +30 -2
  32. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js.map +1 -1
  33. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadioStyles.js +30 -2
  34. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadioStyles.js.map +1 -1
  35. package/lib-commonjs/components/MenuList/useMenuListStyles.js +9 -2
  36. package/lib-commonjs/components/MenuList/useMenuListStyles.js.map +1 -1
  37. package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.js +9 -2
  38. package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.js.map +1 -1
  39. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroupStyles.js +9 -2
  40. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroupStyles.js.map +1 -1
  41. package/package.json +16 -26
  42. package/lib/Menu.d.ts +0 -1
  43. package/lib/MenuDivider.d.ts +0 -1
  44. package/lib/MenuGroup.d.ts +0 -1
  45. package/lib/MenuGroupHeader.d.ts +0 -1
  46. package/lib/MenuItem.d.ts +0 -1
  47. package/lib/MenuItemCheckbox.d.ts +0 -1
  48. package/lib/MenuItemRadio.d.ts +0 -1
  49. package/lib/MenuList.d.ts +0 -1
  50. package/lib/MenuPopover.d.ts +0 -1
  51. package/lib/MenuSplitGroup.d.ts +0 -1
  52. package/lib/MenuTrigger.d.ts +0 -1
  53. package/lib/components/Menu/Menu.d.ts +0 -6
  54. package/lib/components/Menu/Menu.types.d.ts +0 -113
  55. package/lib/components/Menu/index.d.ts +0 -5
  56. package/lib/components/Menu/renderMenu.d.ts +0 -5
  57. package/lib/components/Menu/useMenu.d.ts +0 -10
  58. package/lib/components/Menu/useMenuContextValues.d.ts +0 -2
  59. package/lib/components/MenuDivider/MenuDivider.d.ts +0 -6
  60. package/lib/components/MenuDivider/MenuDivider.types.d.ts +0 -6
  61. package/lib/components/MenuDivider/index.d.ts +0 -5
  62. package/lib/components/MenuDivider/renderMenuDivider.d.ts +0 -6
  63. package/lib/components/MenuDivider/useMenuDivider.d.ts +0 -6
  64. package/lib/components/MenuDivider/useMenuDividerStyles.d.ts +0 -3
  65. package/lib/components/MenuGroup/MenuGroup.d.ts +0 -6
  66. package/lib/components/MenuGroup/MenuGroup.types.d.ts +0 -15
  67. package/lib/components/MenuGroup/index.d.ts +0 -6
  68. package/lib/components/MenuGroup/renderMenuGroup.d.ts +0 -6
  69. package/lib/components/MenuGroup/useMenuGroup.d.ts +0 -6
  70. package/lib/components/MenuGroup/useMenuGroupContextValues.d.ts +0 -2
  71. package/lib/components/MenuGroup/useMenuGroupStyles.d.ts +0 -3
  72. package/lib/components/MenuGroupHeader/MenuGroupHeader.d.ts +0 -6
  73. package/lib/components/MenuGroupHeader/MenuGroupHeader.types.d.ts +0 -6
  74. package/lib/components/MenuGroupHeader/index.d.ts +0 -5
  75. package/lib/components/MenuGroupHeader/renderMenuGroupHeader.d.ts +0 -6
  76. package/lib/components/MenuGroupHeader/useMenuGroupHeader.d.ts +0 -6
  77. package/lib/components/MenuGroupHeader/useMenuGroupHeaderStyles.d.ts +0 -3
  78. package/lib/components/MenuItem/MenuItem.d.ts +0 -6
  79. package/lib/components/MenuItem/MenuItem.types.d.ts +0 -43
  80. package/lib/components/MenuItem/index.d.ts +0 -5
  81. package/lib/components/MenuItem/renderMenuItem.d.ts +0 -5
  82. package/lib/components/MenuItem/useCharacterSearch.d.ts +0 -3
  83. package/lib/components/MenuItem/useMenuItem.d.ts +0 -6
  84. package/lib/components/MenuItem/useMenuItemStyles.d.ts +0 -4
  85. package/lib/components/MenuItemCheckbox/MenuItemCheckbox.d.ts +0 -6
  86. package/lib/components/MenuItemCheckbox/MenuItemCheckbox.types.d.ts +0 -4
  87. package/lib/components/MenuItemCheckbox/index.d.ts +0 -5
  88. package/lib/components/MenuItemCheckbox/renderMenuItemCheckbox.d.ts +0 -3
  89. package/lib/components/MenuItemCheckbox/useMenuItemCheckbox.d.ts +0 -4
  90. package/lib/components/MenuItemCheckbox/useMenuItemCheckboxStyles.d.ts +0 -3
  91. package/lib/components/MenuItemRadio/MenuItemRadio.d.ts +0 -6
  92. package/lib/components/MenuItemRadio/MenuItemRadio.types.d.ts +0 -4
  93. package/lib/components/MenuItemRadio/index.d.ts +0 -5
  94. package/lib/components/MenuItemRadio/renderMenuItemRadio.d.ts +0 -6
  95. package/lib/components/MenuItemRadio/useMenuItemRadio.d.ts +0 -6
  96. package/lib/components/MenuItemRadio/useMenuItemRadioStyles.d.ts +0 -3
  97. package/lib/components/MenuList/MenuList.d.ts +0 -6
  98. package/lib/components/MenuList/MenuList.types.d.ts +0 -55
  99. package/lib/components/MenuList/index.d.ts +0 -6
  100. package/lib/components/MenuList/renderMenuList.d.ts +0 -5
  101. package/lib/components/MenuList/useMenuList.d.ts +0 -6
  102. package/lib/components/MenuList/useMenuListContextValues.d.ts +0 -2
  103. package/lib/components/MenuList/useMenuListStyles.d.ts +0 -6
  104. package/lib/components/MenuPopover/MenuPopover.d.ts +0 -6
  105. package/lib/components/MenuPopover/MenuPopover.types.d.ts +0 -18
  106. package/lib/components/MenuPopover/index.d.ts +0 -5
  107. package/lib/components/MenuPopover/renderMenuPopover.d.ts +0 -5
  108. package/lib/components/MenuPopover/useMenuPopover.d.ts +0 -12
  109. package/lib/components/MenuPopover/useMenuPopoverStyles.d.ts +0 -6
  110. package/lib/components/MenuSplitGroup/MenuSplitGroup.d.ts +0 -6
  111. package/lib/components/MenuSplitGroup/MenuSplitGroup.types.d.ts +0 -14
  112. package/lib/components/MenuSplitGroup/index.d.ts +0 -5
  113. package/lib/components/MenuSplitGroup/renderMenuSplitGroup.d.ts +0 -5
  114. package/lib/components/MenuSplitGroup/useMenuSplitGroup.d.ts +0 -12
  115. package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.d.ts +0 -6
  116. package/lib/components/MenuTrigger/MenuTrigger.d.ts +0 -8
  117. package/lib/components/MenuTrigger/MenuTrigger.types.d.ts +0 -20
  118. package/lib/components/MenuTrigger/index.d.ts +0 -4
  119. package/lib/components/MenuTrigger/renderMenuTrigger.d.ts +0 -7
  120. package/lib/components/MenuTrigger/useMenuTrigger.d.ts +0 -8
  121. package/lib/components/index.d.ts +0 -2
  122. package/lib/contexts/menuContext.d.ts +0 -16
  123. package/lib/contexts/menuGroupContext.d.ts +0 -13
  124. package/lib/contexts/menuListContext.d.ts +0 -15
  125. package/lib/contexts/menuTriggerContext.d.ts +0 -3
  126. package/lib/index.d.ts +0 -16
  127. package/lib/selectable/index.d.ts +0 -2
  128. package/lib/selectable/types.d.ts +0 -34
  129. package/lib/selectable/useCheckmarkStyles.d.ts +0 -8
  130. package/lib/utils/index.d.ts +0 -1
  131. package/lib/utils/useIsSubmenu.d.ts +0 -9
  132. package/lib/utils/useOnMenuEnter.d.ts +0 -23
  133. package/lib-commonjs/Menu.d.ts +0 -1
  134. package/lib-commonjs/MenuDivider.d.ts +0 -1
  135. package/lib-commonjs/MenuGroup.d.ts +0 -1
  136. package/lib-commonjs/MenuGroupHeader.d.ts +0 -1
  137. package/lib-commonjs/MenuItem.d.ts +0 -1
  138. package/lib-commonjs/MenuItemCheckbox.d.ts +0 -1
  139. package/lib-commonjs/MenuItemRadio.d.ts +0 -1
  140. package/lib-commonjs/MenuList.d.ts +0 -1
  141. package/lib-commonjs/MenuPopover.d.ts +0 -1
  142. package/lib-commonjs/MenuSplitGroup.d.ts +0 -1
  143. package/lib-commonjs/MenuTrigger.d.ts +0 -1
  144. package/lib-commonjs/components/Menu/Menu.d.ts +0 -6
  145. package/lib-commonjs/components/Menu/Menu.types.d.ts +0 -113
  146. package/lib-commonjs/components/Menu/index.d.ts +0 -5
  147. package/lib-commonjs/components/Menu/renderMenu.d.ts +0 -5
  148. package/lib-commonjs/components/Menu/useMenu.d.ts +0 -10
  149. package/lib-commonjs/components/Menu/useMenuContextValues.d.ts +0 -2
  150. package/lib-commonjs/components/MenuDivider/MenuDivider.d.ts +0 -6
  151. package/lib-commonjs/components/MenuDivider/MenuDivider.types.d.ts +0 -6
  152. package/lib-commonjs/components/MenuDivider/index.d.ts +0 -5
  153. package/lib-commonjs/components/MenuDivider/renderMenuDivider.d.ts +0 -6
  154. package/lib-commonjs/components/MenuDivider/useMenuDivider.d.ts +0 -6
  155. package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.d.ts +0 -3
  156. package/lib-commonjs/components/MenuGroup/MenuGroup.d.ts +0 -6
  157. package/lib-commonjs/components/MenuGroup/MenuGroup.types.d.ts +0 -15
  158. package/lib-commonjs/components/MenuGroup/index.d.ts +0 -6
  159. package/lib-commonjs/components/MenuGroup/renderMenuGroup.d.ts +0 -6
  160. package/lib-commonjs/components/MenuGroup/useMenuGroup.d.ts +0 -6
  161. package/lib-commonjs/components/MenuGroup/useMenuGroupContextValues.d.ts +0 -2
  162. package/lib-commonjs/components/MenuGroup/useMenuGroupStyles.d.ts +0 -3
  163. package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.d.ts +0 -6
  164. package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.types.d.ts +0 -6
  165. package/lib-commonjs/components/MenuGroupHeader/index.d.ts +0 -5
  166. package/lib-commonjs/components/MenuGroupHeader/renderMenuGroupHeader.d.ts +0 -6
  167. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeader.d.ts +0 -6
  168. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeaderStyles.d.ts +0 -3
  169. package/lib-commonjs/components/MenuItem/MenuItem.d.ts +0 -6
  170. package/lib-commonjs/components/MenuItem/MenuItem.types.d.ts +0 -43
  171. package/lib-commonjs/components/MenuItem/index.d.ts +0 -5
  172. package/lib-commonjs/components/MenuItem/renderMenuItem.d.ts +0 -5
  173. package/lib-commonjs/components/MenuItem/useCharacterSearch.d.ts +0 -3
  174. package/lib-commonjs/components/MenuItem/useMenuItem.d.ts +0 -6
  175. package/lib-commonjs/components/MenuItem/useMenuItemStyles.d.ts +0 -4
  176. package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.d.ts +0 -6
  177. package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.types.d.ts +0 -4
  178. package/lib-commonjs/components/MenuItemCheckbox/index.d.ts +0 -5
  179. package/lib-commonjs/components/MenuItemCheckbox/renderMenuItemCheckbox.d.ts +0 -3
  180. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckbox.d.ts +0 -4
  181. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckboxStyles.d.ts +0 -3
  182. package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.d.ts +0 -6
  183. package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.types.d.ts +0 -4
  184. package/lib-commonjs/components/MenuItemRadio/index.d.ts +0 -5
  185. package/lib-commonjs/components/MenuItemRadio/renderMenuItemRadio.d.ts +0 -6
  186. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadio.d.ts +0 -6
  187. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadioStyles.d.ts +0 -3
  188. package/lib-commonjs/components/MenuList/MenuList.d.ts +0 -6
  189. package/lib-commonjs/components/MenuList/MenuList.types.d.ts +0 -55
  190. package/lib-commonjs/components/MenuList/index.d.ts +0 -6
  191. package/lib-commonjs/components/MenuList/renderMenuList.d.ts +0 -5
  192. package/lib-commonjs/components/MenuList/useMenuList.d.ts +0 -6
  193. package/lib-commonjs/components/MenuList/useMenuListContextValues.d.ts +0 -2
  194. package/lib-commonjs/components/MenuList/useMenuListStyles.d.ts +0 -6
  195. package/lib-commonjs/components/MenuPopover/MenuPopover.d.ts +0 -6
  196. package/lib-commonjs/components/MenuPopover/MenuPopover.types.d.ts +0 -18
  197. package/lib-commonjs/components/MenuPopover/index.d.ts +0 -5
  198. package/lib-commonjs/components/MenuPopover/renderMenuPopover.d.ts +0 -5
  199. package/lib-commonjs/components/MenuPopover/useMenuPopover.d.ts +0 -12
  200. package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.d.ts +0 -6
  201. package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.d.ts +0 -6
  202. package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.types.d.ts +0 -14
  203. package/lib-commonjs/components/MenuSplitGroup/index.d.ts +0 -5
  204. package/lib-commonjs/components/MenuSplitGroup/renderMenuSplitGroup.d.ts +0 -5
  205. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroup.d.ts +0 -12
  206. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroupStyles.d.ts +0 -6
  207. package/lib-commonjs/components/MenuTrigger/MenuTrigger.d.ts +0 -8
  208. package/lib-commonjs/components/MenuTrigger/MenuTrigger.types.d.ts +0 -20
  209. package/lib-commonjs/components/MenuTrigger/index.d.ts +0 -4
  210. package/lib-commonjs/components/MenuTrigger/renderMenuTrigger.d.ts +0 -7
  211. package/lib-commonjs/components/MenuTrigger/useMenuTrigger.d.ts +0 -8
  212. package/lib-commonjs/components/index.d.ts +0 -2
  213. package/lib-commonjs/contexts/menuContext.d.ts +0 -16
  214. package/lib-commonjs/contexts/menuGroupContext.d.ts +0 -13
  215. package/lib-commonjs/contexts/menuListContext.d.ts +0 -15
  216. package/lib-commonjs/contexts/menuTriggerContext.d.ts +0 -3
  217. package/lib-commonjs/index.d.ts +0 -16
  218. package/lib-commonjs/selectable/index.d.ts +0 -2
  219. package/lib-commonjs/selectable/types.d.ts +0 -34
  220. package/lib-commonjs/selectable/useCheckmarkStyles.d.ts +0 -8
  221. package/lib-commonjs/utils/index.d.ts +0 -1
  222. package/lib-commonjs/utils/useIsSubmenu.d.ts +0 -9
  223. package/lib-commonjs/utils/useOnMenuEnter.d.ts +0 -23
package/CHANGELOG.md CHANGED
@@ -1,12 +1,59 @@
1
1
  # Change Log - @fluentui/react-menu
2
2
 
3
- This log was last generated on Fri, 04 Mar 2022 05:15:52 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
+
24
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.7)
25
+
26
+ Mon, 25 Apr 2022 09:32:19 GMT
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)
28
+
29
+ ### Changes
30
+
31
+ - Bump @fluentui/react-portal to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
32
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
33
+
34
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.6)
35
+
36
+ Tue, 19 Apr 2022 19:16:45 GMT
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)
38
+
39
+ ### Changes
40
+
41
+ - fix(MenuItem): Alignment for non v9 icons ([PR #21949](https://github.com/microsoft/fluentui/pull/21949) by gcox@microsoft.com)
42
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
43
+ - Add static classnames to Menu ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
44
+ - update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10 ([PR #22512](https://github.com/microsoft/fluentui/pull/22512) by seanmonahan@microsoft.com)
45
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
46
+ - Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
47
+ - Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
48
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
49
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
50
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
51
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
52
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
53
+
7
54
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.5)
8
55
 
9
- Fri, 04 Mar 2022 05:15:52 GMT
56
+ Fri, 04 Mar 2022 05:17:38 GMT
10
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)
11
58
 
12
59
  ### Changes
@@ -23,7 +70,7 @@ Fri, 04 Mar 2022 05:15:52 GMT
23
70
 
24
71
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.4)
25
72
 
26
- Tue, 01 Mar 2022 02:17:37 GMT
73
+ Tue, 01 Mar 2022 02:17:37 GMT
27
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)
28
75
 
29
76
  ### Changes
@@ -37,7 +84,7 @@ Tue, 01 Mar 2022 02:17:37 GMT
37
84
 
38
85
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.3)
39
86
 
40
- Fri, 18 Feb 2022 13:35:33 GMT
87
+ Fri, 18 Feb 2022 13:35:33 GMT
41
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)
42
89
 
43
90
  ### Changes
@@ -55,7 +102,7 @@ Fri, 18 Feb 2022 13:35:33 GMT
55
102
 
56
103
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.1)
57
104
 
58
- Thu, 10 Feb 2022 08:51:30 GMT
105
+ Thu, 10 Feb 2022 08:51:30 GMT
59
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)
60
107
 
61
108
  ### Changes
@@ -66,7 +113,7 @@ Thu, 10 Feb 2022 08:51:30 GMT
66
113
  - update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
67
114
  - Allow `MenuTrigger` to be wrapped by another trigger ([PR #21225](https://github.com/microsoft/fluentui/pull/21225) by lingfangao@hotmail.com)
68
115
  - update types related to trigger (allow only React.ReactElement & null) ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
69
- - 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)
70
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)
71
118
  - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
72
119
  - update styles to not use CSS shorthands ([PR #20820](https://github.com/microsoft/fluentui/pull/20820) by olfedias@microsoft.com)
@@ -96,7 +143,7 @@ Thu, 10 Feb 2022 08:51:30 GMT
96
143
 
97
144
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.5)
98
145
 
99
- Thu, 25 Nov 2021 08:34:14 GMT
146
+ Thu, 25 Nov 2021 08:34:14 GMT
100
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)
101
148
 
102
149
  ### Changes
@@ -115,7 +162,7 @@ Thu, 25 Nov 2021 08:34:14 GMT
115
162
 
116
163
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.4)
117
164
 
118
- Fri, 12 Nov 2021 13:25:27 GMT
165
+ Fri, 12 Nov 2021 13:25:27 GMT
119
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)
120
167
 
121
168
  ### Changes
@@ -137,7 +184,7 @@ Fri, 12 Nov 2021 13:25:27 GMT
137
184
 
138
185
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.3)
139
186
 
140
- Wed, 27 Oct 2021 12:14:20 GMT
187
+ Wed, 27 Oct 2021 12:14:20 GMT
141
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)
142
189
 
143
190
  ### Changes
@@ -157,7 +204,7 @@ Wed, 27 Oct 2021 12:14:20 GMT
157
204
 
158
205
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.2)
159
206
 
160
- Tue, 12 Oct 2021 19:45:58 GMT
207
+ Tue, 12 Oct 2021 19:45:58 GMT
161
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)
162
209
 
163
210
  ### Changes
@@ -168,7 +215,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
168
215
 
169
216
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.1)
170
217
 
171
- Wed, 06 Oct 2021 10:37:22 GMT
218
+ Wed, 06 Oct 2021 10:37:22 GMT
172
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)
173
220
 
174
221
  ### Changes
@@ -188,7 +235,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
188
235
 
189
236
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.92)
190
237
 
191
- Tue, 05 Oct 2021 12:47:58 GMT
238
+ Tue, 05 Oct 2021 12:47:58 GMT
192
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)
193
240
 
194
241
  ### Changes
@@ -203,7 +250,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
203
250
 
204
251
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.91)
205
252
 
206
- Tue, 05 Oct 2021 09:28:07 GMT
253
+ Tue, 05 Oct 2021 09:28:07 GMT
207
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)
208
255
 
209
256
  ### Changes
@@ -222,7 +269,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
222
269
 
223
270
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.90)
224
271
 
225
- Fri, 01 Oct 2021 14:13:08 GMT
272
+ Fri, 01 Oct 2021 14:13:08 GMT
226
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)
227
274
 
228
275
  ### Changes
@@ -242,7 +289,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
242
289
 
243
290
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.88)
244
291
 
245
- Fri, 01 Oct 2021 12:30:46 GMT
292
+ Fri, 01 Oct 2021 12:30:46 GMT
246
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)
247
294
 
248
295
  ### Changes
@@ -251,7 +298,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
251
298
 
252
299
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.87)
253
300
 
254
- Fri, 01 Oct 2021 09:44:56 GMT
301
+ Fri, 01 Oct 2021 09:44:56 GMT
255
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)
256
303
 
257
304
  ### Changes
@@ -264,7 +311,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
264
311
 
265
312
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.86)
266
313
 
267
- Thu, 30 Sep 2021 09:18:15 GMT
314
+ Thu, 30 Sep 2021 09:18:15 GMT
268
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)
269
316
 
270
317
  ### Changes
@@ -273,7 +320,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
273
320
 
274
321
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.85)
275
322
 
276
- Wed, 29 Sep 2021 08:06:11 GMT
323
+ Wed, 29 Sep 2021 08:06:11 GMT
277
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)
278
325
 
279
326
  ### Changes
@@ -289,7 +336,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
289
336
 
290
337
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.84)
291
338
 
292
- Mon, 27 Sep 2021 08:06:00 GMT
339
+ Mon, 27 Sep 2021 08:06:00 GMT
293
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)
294
341
 
295
342
  ### Changes
@@ -307,7 +354,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
307
354
 
308
355
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.83)
309
356
 
310
- Fri, 24 Sep 2021 09:17:17 GMT
357
+ Fri, 24 Sep 2021 09:17:17 GMT
311
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)
312
359
 
313
360
  ### Changes
@@ -326,7 +373,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
326
373
 
327
374
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.82)
328
375
 
329
- Thu, 23 Sep 2021 08:21:34 GMT
376
+ Thu, 23 Sep 2021 08:21:34 GMT
330
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)
331
378
 
332
379
  ### Changes
@@ -344,7 +391,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
344
391
 
345
392
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.81)
346
393
 
347
- Wed, 22 Sep 2021 10:10:07 GMT
394
+ Wed, 22 Sep 2021 10:10:07 GMT
348
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)
349
396
 
350
397
  ### Changes
@@ -363,7 +410,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
363
410
 
364
411
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.80)
365
412
 
366
- Tue, 21 Sep 2021 07:42:34 GMT
413
+ Tue, 21 Sep 2021 07:42:34 GMT
367
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)
368
415
 
369
416
  ### Changes
@@ -380,7 +427,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
380
427
 
381
428
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.79)
382
429
 
383
- Mon, 20 Sep 2021 07:36:26 GMT
430
+ Mon, 20 Sep 2021 07:36:26 GMT
384
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)
385
432
 
386
433
  ### Changes
@@ -389,7 +436,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
389
436
 
390
437
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.78)
391
438
 
392
- Fri, 17 Sep 2021 07:35:26 GMT
439
+ Fri, 17 Sep 2021 07:35:26 GMT
393
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)
394
441
 
395
442
  ### Changes
@@ -399,7 +446,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
399
446
 
400
447
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.77)
401
448
 
402
- Thu, 16 Sep 2021 07:38:39 GMT
449
+ Thu, 16 Sep 2021 07:38:39 GMT
403
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)
404
451
 
405
452
  ### Changes
@@ -409,7 +456,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
409
456
 
410
457
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.76)
411
458
 
412
- Tue, 14 Sep 2021 20:09:02 GMT
459
+ Tue, 14 Sep 2021 20:09:02 GMT
413
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)
414
461
 
415
462
  ### Changes
@@ -418,7 +465,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
418
465
 
419
466
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.75)
420
467
 
421
- Fri, 10 Sep 2021 16:31:53 GMT
468
+ Fri, 10 Sep 2021 16:31:53 GMT
422
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)
423
470
 
424
471
  ### Changes
@@ -428,7 +475,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
428
475
 
429
476
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.74)
430
477
 
431
- Fri, 10 Sep 2021 07:39:51 GMT
478
+ Fri, 10 Sep 2021 07:39:51 GMT
432
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)
433
480
 
434
481
  ### Changes
@@ -437,7 +484,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
437
484
 
438
485
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.73)
439
486
 
440
- Wed, 08 Sep 2021 07:34:11 GMT
487
+ Wed, 08 Sep 2021 07:34:11 GMT
441
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)
442
489
 
443
490
  ### Changes
@@ -446,7 +493,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
446
493
 
447
494
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.72)
448
495
 
449
- Mon, 06 Sep 2021 07:34:53 GMT
496
+ Mon, 06 Sep 2021 07:34:53 GMT
450
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)
451
498
 
452
499
  ### Changes
@@ -455,7 +502,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
455
502
 
456
503
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.71)
457
504
 
458
- Thu, 02 Sep 2021 07:36:46 GMT
505
+ Thu, 02 Sep 2021 07:36:46 GMT
459
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)
460
507
 
461
508
  ### Patches
@@ -468,7 +515,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
468
515
 
469
516
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.70)
470
517
 
471
- Wed, 01 Sep 2021 07:39:56 GMT
518
+ Wed, 01 Sep 2021 07:39:56 GMT
472
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)
473
520
 
474
521
  ### Changes
@@ -477,7 +524,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
477
524
 
478
525
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.69)
479
526
 
480
- Tue, 31 Aug 2021 07:37:47 GMT
527
+ Tue, 31 Aug 2021 07:37:47 GMT
481
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)
482
529
 
483
530
  ### Changes
@@ -486,7 +533,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
486
533
 
487
534
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.68)
488
535
 
489
- Fri, 27 Aug 2021 07:33:32 GMT
536
+ Fri, 27 Aug 2021 07:33:32 GMT
490
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)
491
538
 
492
539
  ### Changes
@@ -495,7 +542,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
495
542
 
496
543
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.67)
497
544
 
498
- Thu, 26 Aug 2021 07:35:43 GMT
545
+ Thu, 26 Aug 2021 07:35:43 GMT
499
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)
500
547
 
501
548
  ### Changes
@@ -504,7 +551,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
504
551
 
505
552
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.66)
506
553
 
507
- Tue, 24 Aug 2021 07:34:48 GMT
554
+ Tue, 24 Aug 2021 07:34:48 GMT
508
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)
509
556
 
510
557
  ### Changes
@@ -513,7 +560,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
513
560
 
514
561
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.65)
515
562
 
516
- Fri, 20 Aug 2021 07:37:28 GMT
563
+ Fri, 20 Aug 2021 07:37:28 GMT
517
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)
518
565
 
519
566
  ### Changes
@@ -522,7 +569,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
522
569
 
523
570
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.64)
524
571
 
525
- Thu, 19 Aug 2021 07:41:35 GMT
572
+ Thu, 19 Aug 2021 07:41:35 GMT
526
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)
527
574
 
528
575
  ### Changes
@@ -531,7 +578,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
531
578
 
532
579
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.63)
533
580
 
534
- Mon, 16 Aug 2021 07:36:39 GMT
581
+ Mon, 16 Aug 2021 07:36:39 GMT
535
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)
536
583
 
537
584
  ### Changes
@@ -540,7 +587,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
540
587
 
541
588
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.62)
542
589
 
543
- Fri, 13 Aug 2021 07:36:34 GMT
590
+ Fri, 13 Aug 2021 07:36:34 GMT
544
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)
545
592
 
546
593
  ### Changes
@@ -550,7 +597,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
550
597
 
551
598
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.61)
552
599
 
553
- Wed, 11 Aug 2021 07:34:54 GMT
600
+ Wed, 11 Aug 2021 07:34:54 GMT
554
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)
555
602
 
556
603
  ### Changes
@@ -559,7 +606,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
559
606
 
560
607
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.60)
561
608
 
562
- Tue, 10 Aug 2021 07:33:28 GMT
609
+ Tue, 10 Aug 2021 07:33:28 GMT
563
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)
564
611
 
565
612
  ### Changes
@@ -568,7 +615,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
568
615
 
569
616
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.59)
570
617
 
571
- Fri, 06 Aug 2021 07:35:14 GMT
618
+ Fri, 06 Aug 2021 07:35:14 GMT
572
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)
573
620
 
574
621
  ### Changes
@@ -577,7 +624,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
577
624
 
578
625
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.58)
579
626
 
580
- Tue, 03 Aug 2021 07:39:30 GMT
627
+ Tue, 03 Aug 2021 07:39:30 GMT
581
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)
582
629
 
583
630
  ### Patches
@@ -593,7 +640,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
593
640
 
594
641
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.57)
595
642
 
596
- Mon, 02 Aug 2021 07:36:20 GMT
643
+ Mon, 02 Aug 2021 07:36:20 GMT
597
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)
598
645
 
599
646
  ### Changes
@@ -602,7 +649,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
602
649
 
603
650
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.56)
604
651
 
605
- Tue, 27 Jul 2021 07:34:27 GMT
652
+ Tue, 27 Jul 2021 07:34:27 GMT
606
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)
607
654
 
608
655
  ### Changes
@@ -611,7 +658,7 @@ Tue, 27 Jul 2021 07:34:27 GMT
611
658
 
612
659
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.55)
613
660
 
614
- Mon, 26 Jul 2021 07:37:30 GMT
661
+ Mon, 26 Jul 2021 07:37:30 GMT
615
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)
616
663
 
617
664
  ### Changes
@@ -620,7 +667,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
620
667
 
621
668
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.54)
622
669
 
623
- Fri, 23 Jul 2021 07:38:19 GMT
670
+ Fri, 23 Jul 2021 07:38:19 GMT
624
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)
625
672
 
626
673
  ### Changes
@@ -629,7 +676,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
629
676
 
630
677
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.53)
631
678
 
632
- Thu, 22 Jul 2021 07:36:55 GMT
679
+ Thu, 22 Jul 2021 07:36:55 GMT
633
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)
634
681
 
635
682
  ### Changes
@@ -638,7 +685,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
638
685
 
639
686
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.52)
640
687
 
641
- Tue, 20 Jul 2021 22:23:17 GMT
688
+ Tue, 20 Jul 2021 22:23:17 GMT
642
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)
643
690
 
644
691
  ### Changes
@@ -647,7 +694,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
647
694
 
648
695
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.51)
649
696
 
650
- Fri, 16 Jul 2021 22:53:17 GMT
697
+ Fri, 16 Jul 2021 22:53:17 GMT
651
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)
652
699
 
653
700
  ### Changes
@@ -656,7 +703,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
656
703
 
657
704
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.50)
658
705
 
659
- Thu, 15 Jul 2021 07:36:18 GMT
706
+ Thu, 15 Jul 2021 07:36:18 GMT
660
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)
661
708
 
662
709
  ### Changes
@@ -666,7 +713,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
666
713
 
667
714
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.49)
668
715
 
669
- Tue, 13 Jul 2021 22:32:58 GMT
716
+ Tue, 13 Jul 2021 22:32:58 GMT
670
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)
671
718
 
672
719
  ### Patches
@@ -675,7 +722,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
675
722
 
676
723
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.48)
677
724
 
678
- Tue, 13 Jul 2021 07:35:36 GMT
725
+ Tue, 13 Jul 2021 07:35:36 GMT
679
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)
680
727
 
681
728
  ### Changes
@@ -684,7 +731,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
684
731
 
685
732
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.47)
686
733
 
687
- Mon, 12 Jul 2021 07:33:23 GMT
734
+ Mon, 12 Jul 2021 07:33:23 GMT
688
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)
689
736
 
690
737
  ### Changes
@@ -693,7 +740,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
693
740
 
694
741
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.46)
695
742
 
696
- Fri, 09 Jul 2021 07:39:31 GMT
743
+ Fri, 09 Jul 2021 07:39:31 GMT
697
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)
698
745
 
699
746
  ### Patches
@@ -709,7 +756,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
709
756
 
710
757
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.45)
711
758
 
712
- Fri, 02 Jul 2021 23:15:55 GMT
759
+ Fri, 02 Jul 2021 23:15:55 GMT
713
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)
714
761
 
715
762
  ### Changes
@@ -718,7 +765,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
718
765
 
719
766
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.44)
720
767
 
721
- Fri, 02 Jul 2021 07:37:06 GMT
768
+ Fri, 02 Jul 2021 07:37:06 GMT
722
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)
723
770
 
724
771
  ### Changes
@@ -728,7 +775,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
728
775
 
729
776
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.43)
730
777
 
731
- Thu, 01 Jul 2021 07:35:05 GMT
778
+ Thu, 01 Jul 2021 07:35:05 GMT
732
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)
733
780
 
734
781
  ### Changes
@@ -737,7 +784,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
737
784
 
738
785
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.42)
739
786
 
740
- Wed, 30 Jun 2021 07:38:35 GMT
787
+ Wed, 30 Jun 2021 07:38:35 GMT
741
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)
742
789
 
743
790
  ### Changes
@@ -746,7 +793,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
746
793
 
747
794
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.41)
748
795
 
749
- Tue, 29 Jun 2021 07:33:32 GMT
796
+ Tue, 29 Jun 2021 07:33:32 GMT
750
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)
751
798
 
752
799
  ### Changes
@@ -755,7 +802,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
755
802
 
756
803
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.40)
757
804
 
758
- Tue, 22 Jun 2021 07:35:11 GMT
805
+ Tue, 22 Jun 2021 07:35:11 GMT
759
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)
760
807
 
761
808
  ### Changes
@@ -764,7 +811,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
764
811
 
765
812
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.39)
766
813
 
767
- Mon, 21 Jun 2021 07:34:33 GMT
814
+ Mon, 21 Jun 2021 07:34:33 GMT
768
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)
769
816
 
770
817
  ### Changes
@@ -774,7 +821,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
774
821
 
775
822
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.38)
776
823
 
777
- Thu, 17 Jun 2021 07:34:11 GMT
824
+ Thu, 17 Jun 2021 07:34:11 GMT
778
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)
779
826
 
780
827
  ### Changes
@@ -783,7 +830,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
783
830
 
784
831
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.37)
785
832
 
786
- Wed, 16 Jun 2021 07:34:24 GMT
833
+ Wed, 16 Jun 2021 07:34:24 GMT
787
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)
788
835
 
789
836
  ### Changes
@@ -792,7 +839,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
792
839
 
793
840
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.36)
794
841
 
795
- Tue, 15 Jun 2021 07:40:20 GMT
842
+ Tue, 15 Jun 2021 07:40:20 GMT
796
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)
797
844
 
798
845
  ### Changes
@@ -801,7 +848,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
801
848
 
802
849
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.35)
803
850
 
804
- Thu, 10 Jun 2021 07:32:59 GMT
851
+ Thu, 10 Jun 2021 07:32:59 GMT
805
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)
806
853
 
807
854
  ### Changes
@@ -810,7 +857,7 @@ Thu, 10 Jun 2021 07:32:59 GMT
810
857
 
811
858
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.34)
812
859
 
813
- Wed, 09 Jun 2021 07:33:38 GMT
860
+ Wed, 09 Jun 2021 07:33:38 GMT
814
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)
815
862
 
816
863
  ### Changes
@@ -819,7 +866,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
819
866
 
820
867
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.33)
821
868
 
822
- Mon, 07 Jun 2021 07:38:15 GMT
869
+ Mon, 07 Jun 2021 07:38:15 GMT
823
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)
824
871
 
825
872
  ### Patches
@@ -835,7 +882,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
835
882
 
836
883
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.32)
837
884
 
838
- Fri, 04 Jun 2021 07:37:23 GMT
885
+ Fri, 04 Jun 2021 07:37:23 GMT
839
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)
840
887
 
841
888
  ### Changes
@@ -844,7 +891,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
844
891
 
845
892
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.31)
846
893
 
847
- Thu, 03 Jun 2021 07:36:03 GMT
894
+ Thu, 03 Jun 2021 07:36:03 GMT
848
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)
849
896
 
850
897
  ### Changes
@@ -854,7 +901,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
854
901
 
855
902
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.30)
856
903
 
857
- Wed, 02 Jun 2021 07:37:15 GMT
904
+ Wed, 02 Jun 2021 07:37:15 GMT
858
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)
859
906
 
860
907
  ### Changes
@@ -863,7 +910,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
863
910
 
864
911
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.29)
865
912
 
866
- Fri, 28 May 2021 07:33:57 GMT
913
+ Fri, 28 May 2021 07:33:57 GMT
867
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)
868
915
 
869
916
  ### Changes
@@ -872,7 +919,7 @@ Fri, 28 May 2021 07:33:57 GMT
872
919
 
873
920
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.28)
874
921
 
875
- Thu, 27 May 2021 07:33:21 GMT
922
+ Thu, 27 May 2021 07:33:21 GMT
876
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)
877
924
 
878
925
  ### Changes
@@ -881,7 +928,7 @@ Thu, 27 May 2021 07:33:21 GMT
881
928
 
882
929
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.27)
883
930
 
884
- Wed, 26 May 2021 07:35:43 GMT
931
+ Wed, 26 May 2021 07:35:43 GMT
885
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)
886
933
 
887
934
  ### Changes
@@ -890,7 +937,7 @@ Wed, 26 May 2021 07:35:43 GMT
890
937
 
891
938
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.26)
892
939
 
893
- Fri, 21 May 2021 07:34:54 GMT
940
+ Fri, 21 May 2021 07:34:54 GMT
894
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)
895
942
 
896
943
  ### Changes
@@ -899,7 +946,7 @@ Fri, 21 May 2021 07:34:54 GMT
899
946
 
900
947
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.25)
901
948
 
902
- Thu, 20 May 2021 07:41:54 GMT
949
+ Thu, 20 May 2021 07:41:54 GMT
903
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)
904
951
 
905
952
  ### Patches
@@ -915,7 +962,7 @@ Thu, 20 May 2021 07:41:54 GMT
915
962
 
916
963
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.24)
917
964
 
918
- Wed, 19 May 2021 07:34:20 GMT
965
+ Wed, 19 May 2021 07:34:20 GMT
919
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)
920
967
 
921
968
  ### Patches
@@ -928,7 +975,7 @@ Wed, 19 May 2021 07:34:20 GMT
928
975
 
929
976
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.23)
930
977
 
931
- Tue, 18 May 2021 07:34:38 GMT
978
+ Tue, 18 May 2021 07:34:38 GMT
932
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)
933
980
 
934
981
  ### Changes
@@ -937,7 +984,7 @@ Tue, 18 May 2021 07:34:38 GMT
937
984
 
938
985
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.22)
939
986
 
940
- Thu, 13 May 2021 07:36:55 GMT
987
+ Thu, 13 May 2021 07:36:55 GMT
941
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)
942
989
 
943
990
  ### Changes
@@ -946,7 +993,7 @@ Thu, 13 May 2021 07:36:55 GMT
946
993
 
947
994
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.21)
948
995
 
949
- Wed, 12 May 2021 07:36:20 GMT
996
+ Wed, 12 May 2021 07:36:20 GMT
950
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)
951
998
 
952
999
  ### Changes
@@ -955,7 +1002,7 @@ Wed, 12 May 2021 07:36:20 GMT
955
1002
 
956
1003
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.20)
957
1004
 
958
- Mon, 10 May 2021 07:36:07 GMT
1005
+ Mon, 10 May 2021 07:36:07 GMT
959
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)
960
1007
 
961
1008
  ### Changes
@@ -964,7 +1011,7 @@ Mon, 10 May 2021 07:36:07 GMT
964
1011
 
965
1012
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.19)
966
1013
 
967
- Wed, 05 May 2021 07:36:50 GMT
1014
+ Wed, 05 May 2021 07:36:50 GMT
968
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)
969
1016
 
970
1017
  ### Changes
@@ -974,7 +1021,7 @@ Wed, 05 May 2021 07:36:50 GMT
974
1021
 
975
1022
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.18)
976
1023
 
977
- Tue, 04 May 2021 07:36:35 GMT
1024
+ Tue, 04 May 2021 07:36:35 GMT
978
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)
979
1026
 
980
1027
  ### Changes
@@ -983,7 +1030,7 @@ Tue, 04 May 2021 07:36:35 GMT
983
1030
 
984
1031
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.17)
985
1032
 
986
- Mon, 03 May 2021 07:45:19 GMT
1033
+ Mon, 03 May 2021 07:45:19 GMT
987
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)
988
1035
 
989
1036
  ### Changes
@@ -993,7 +1040,7 @@ Mon, 03 May 2021 07:45:19 GMT
993
1040
 
994
1041
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.16)
995
1042
 
996
- Fri, 30 Apr 2021 07:42:23 GMT
1043
+ Fri, 30 Apr 2021 07:42:23 GMT
997
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)
998
1045
 
999
1046
  ### Patches
@@ -1010,7 +1057,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
1010
1057
 
1011
1058
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.15)
1012
1059
 
1013
- Wed, 28 Apr 2021 07:32:59 GMT
1060
+ Wed, 28 Apr 2021 07:32:59 GMT
1014
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)
1015
1062
 
1016
1063
  ### Changes
@@ -1019,7 +1066,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
1019
1066
 
1020
1067
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.14)
1021
1068
 
1022
- Tue, 27 Apr 2021 07:34:03 GMT
1069
+ Tue, 27 Apr 2021 07:34:03 GMT
1023
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)
1024
1071
 
1025
1072
  ### Changes
@@ -1028,7 +1075,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
1028
1075
 
1029
1076
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.13)
1030
1077
 
1031
- Mon, 26 Apr 2021 07:34:31 GMT
1078
+ Mon, 26 Apr 2021 07:34:31 GMT
1032
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)
1033
1080
 
1034
1081
  ### Changes
@@ -1037,7 +1084,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
1037
1084
 
1038
1085
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.12)
1039
1086
 
1040
- Fri, 23 Apr 2021 07:37:10 GMT
1087
+ Fri, 23 Apr 2021 07:37:10 GMT
1041
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)
1042
1089
 
1043
1090
  ### Patches
@@ -1053,7 +1100,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
1053
1100
 
1054
1101
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.11)
1055
1102
 
1056
- Thu, 22 Apr 2021 07:33:28 GMT
1103
+ Thu, 22 Apr 2021 07:33:28 GMT
1057
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)
1058
1105
 
1059
1106
  ### Changes
@@ -1062,7 +1109,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
1062
1109
 
1063
1110
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.10)
1064
1111
 
1065
- Wed, 21 Apr 2021 07:31:50 GMT
1112
+ Wed, 21 Apr 2021 07:31:50 GMT
1066
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)
1067
1114
 
1068
1115
  ### Changes
@@ -1072,7 +1119,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
1072
1119
 
1073
1120
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.9)
1074
1121
 
1075
- Tue, 20 Apr 2021 07:31:35 GMT
1122
+ Tue, 20 Apr 2021 07:31:35 GMT
1076
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)
1077
1124
 
1078
1125
  ### Changes
@@ -1081,7 +1128,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
1081
1128
 
1082
1129
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.8)
1083
1130
 
1084
- Fri, 16 Apr 2021 18:08:21 GMT
1131
+ Fri, 16 Apr 2021 18:08:21 GMT
1085
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)
1086
1133
 
1087
1134
  ### Changes
@@ -1090,7 +1137,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
1090
1137
 
1091
1138
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.7)
1092
1139
 
1093
- Fri, 16 Apr 2021 07:32:08 GMT
1140
+ Fri, 16 Apr 2021 07:32:08 GMT
1094
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)
1095
1142
 
1096
1143
  ### Changes
@@ -1099,7 +1146,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
1099
1146
 
1100
1147
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.6)
1101
1148
 
1102
- Wed, 14 Apr 2021 07:34:12 GMT
1149
+ Wed, 14 Apr 2021 07:34:12 GMT
1103
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)
1104
1151
 
1105
1152
  ### Changes
@@ -1108,7 +1155,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
1108
1155
 
1109
1156
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.5)
1110
1157
 
1111
- Fri, 09 Apr 2021 23:42:49 GMT
1158
+ Fri, 09 Apr 2021 23:42:49 GMT
1112
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)
1113
1160
 
1114
1161
  ### Changes
@@ -1117,7 +1164,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
1117
1164
 
1118
1165
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.4)
1119
1166
 
1120
- Fri, 09 Apr 2021 07:31:06 GMT
1167
+ Fri, 09 Apr 2021 07:31:06 GMT
1121
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)
1122
1169
 
1123
1170
  ### Changes
@@ -1126,7 +1173,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
1126
1173
 
1127
1174
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.3)
1128
1175
 
1129
- Thu, 08 Apr 2021 07:33:06 GMT
1176
+ Thu, 08 Apr 2021 07:33:06 GMT
1130
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)
1131
1178
 
1132
1179
  ### Changes
@@ -1135,7 +1182,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
1135
1182
 
1136
1183
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.2)
1137
1184
 
1138
- Wed, 07 Apr 2021 08:04:03 GMT
1185
+ Wed, 07 Apr 2021 08:04:03 GMT
1139
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)
1140
1187
 
1141
1188
  ### Changes
@@ -1145,7 +1192,7 @@ Wed, 07 Apr 2021 08:04:03 GMT
1145
1192
 
1146
1193
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.1)
1147
1194
 
1148
- Thu, 01 Apr 2021 20:13:37 GMT
1195
+ Thu, 01 Apr 2021 20:13:37 GMT
1149
1196
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.14.0..@fluentui/react-menu_v9.0.0-alpha.1)
1150
1197
 
1151
1198
  ### Changes
@@ -1156,7 +1203,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
1156
1203
 
1157
1204
  ## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.14.0)
1158
1205
 
1159
- Thu, 01 Apr 2021 07:33:24 GMT
1206
+ Thu, 01 Apr 2021 07:33:24 GMT
1160
1207
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.13.0..@fluentui/react-menu_v0.14.0)
1161
1208
 
1162
1209
  ### Minor changes
@@ -1166,7 +1213,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
1166
1213
 
1167
1214
  ## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.13.0)
1168
1215
 
1169
- Wed, 31 Mar 2021 00:53:43 GMT
1216
+ Wed, 31 Mar 2021 00:53:43 GMT
1170
1217
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.12.1..@fluentui/react-menu_v0.13.0)
1171
1218
 
1172
1219
  ### Minor changes
@@ -1192,7 +1239,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
1192
1239
 
1193
1240
  ## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.12.1)
1194
1241
 
1195
- Tue, 30 Mar 2021 07:34:45 GMT
1242
+ Tue, 30 Mar 2021 07:34:45 GMT
1196
1243
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.12.0..@fluentui/react-menu_v0.12.1)
1197
1244
 
1198
1245
  ### Patches
@@ -1211,7 +1258,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
1211
1258
 
1212
1259
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.12.0)
1213
1260
 
1214
- Fri, 26 Mar 2021 07:32:34 GMT
1261
+ Fri, 26 Mar 2021 07:32:34 GMT
1215
1262
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.11.0..@fluentui/react-menu_v0.12.0)
1216
1263
 
1217
1264
  ### Minor changes
@@ -1228,7 +1275,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1228
1275
 
1229
1276
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.11.0)
1230
1277
 
1231
- Thu, 25 Mar 2021 07:33:24 GMT
1278
+ Thu, 25 Mar 2021 07:33:24 GMT
1232
1279
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.11.0..@fluentui/react-menu_v0.11.0)
1233
1280
 
1234
1281
  ### Changes
@@ -1241,7 +1288,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1241
1288
 
1242
1289
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.11.0)
1243
1290
 
1244
- Tue, 23 Mar 2021 07:31:43 GMT
1291
+ Tue, 23 Mar 2021 07:31:43 GMT
1245
1292
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.10.0..@fluentui/react-menu_v0.11.0)
1246
1293
 
1247
1294
  ### Minor changes
@@ -1258,7 +1305,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1258
1305
 
1259
1306
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.10.0)
1260
1307
 
1261
- Fri, 19 Mar 2021 07:32:43 GMT
1308
+ Fri, 19 Mar 2021 07:32:43 GMT
1262
1309
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.9.0..@fluentui/react-menu_v0.10.0)
1263
1310
 
1264
1311
  ### Minor changes
@@ -1267,7 +1314,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
1267
1314
 
1268
1315
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.9.0)
1269
1316
 
1270
- Thu, 18 Mar 2021 20:15:34 GMT
1317
+ Thu, 18 Mar 2021 20:15:34 GMT
1271
1318
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.3..@fluentui/react-menu_v0.9.0)
1272
1319
 
1273
1320
  ### Minor changes
@@ -1283,7 +1330,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1283
1330
 
1284
1331
  ## [0.8.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.3)
1285
1332
 
1286
- Tue, 16 Mar 2021 07:32:44 GMT
1333
+ Tue, 16 Mar 2021 07:32:44 GMT
1287
1334
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.2..@fluentui/react-menu_v0.8.3)
1288
1335
 
1289
1336
  ### Patches
@@ -1296,7 +1343,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1296
1343
 
1297
1344
  ## [0.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.2)
1298
1345
 
1299
- Mon, 15 Mar 2021 07:36:20 GMT
1346
+ Mon, 15 Mar 2021 07:36:20 GMT
1300
1347
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.1..@fluentui/react-menu_v0.8.2)
1301
1348
 
1302
1349
  ### Patches
@@ -1305,7 +1352,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
1305
1352
 
1306
1353
  ## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.1)
1307
1354
 
1308
- Fri, 12 Mar 2021 20:04:27 GMT
1355
+ Fri, 12 Mar 2021 20:04:27 GMT
1309
1356
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.0..@fluentui/react-menu_v0.8.1)
1310
1357
 
1311
1358
  ### Patches
@@ -1318,7 +1365,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1318
1365
 
1319
1366
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.0)
1320
1367
 
1321
- Wed, 10 Mar 2021 07:34:39 GMT
1368
+ Wed, 10 Mar 2021 07:34:39 GMT
1322
1369
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.0..@fluentui/react-menu_v0.8.0)
1323
1370
 
1324
1371
  ### Changes
@@ -1329,7 +1376,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1329
1376
 
1330
1377
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.0)
1331
1378
 
1332
- Sun, 07 Mar 2021 23:34:51 GMT
1379
+ Sun, 07 Mar 2021 23:34:51 GMT
1333
1380
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.7.0..@fluentui/react-menu_v0.8.0)
1334
1381
 
1335
1382
  ### Minor changes
@@ -1338,7 +1385,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
1338
1385
 
1339
1386
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.7.0)
1340
1387
 
1341
- Fri, 05 Mar 2021 20:30:59 GMT
1388
+ Fri, 05 Mar 2021 20:30:59 GMT
1342
1389
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.7.0..@fluentui/react-menu_v0.7.0)
1343
1390
 
1344
1391
  ### Changes
@@ -1349,7 +1396,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1349
1396
 
1350
1397
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.7.0)
1351
1398
 
1352
- Wed, 03 Mar 2021 00:10:09 GMT
1399
+ Wed, 03 Mar 2021 00:10:09 GMT
1353
1400
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.1..@fluentui/react-menu_v0.7.0)
1354
1401
 
1355
1402
  ### Minor changes
@@ -1368,7 +1415,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1368
1415
 
1369
1416
  ## [0.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.1)
1370
1417
 
1371
- Tue, 02 Mar 2021 07:24:27 GMT
1418
+ Tue, 02 Mar 2021 07:24:27 GMT
1372
1419
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.1..@fluentui/react-menu_v0.6.1)
1373
1420
 
1374
1421
  ### Changes
@@ -1379,7 +1426,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1379
1426
 
1380
1427
  ## [0.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.1)
1381
1428
 
1382
- Fri, 26 Feb 2021 01:16:27 GMT
1429
+ Fri, 26 Feb 2021 01:16:27 GMT
1383
1430
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.0..@fluentui/react-menu_v0.6.1)
1384
1431
 
1385
1432
  ### Patches
@@ -1394,7 +1441,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1394
1441
 
1395
1442
  ## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.0)
1396
1443
 
1397
- Thu, 25 Feb 2021 20:16:39 GMT
1444
+ Thu, 25 Feb 2021 20:16:39 GMT
1398
1445
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.0..@fluentui/react-menu_v0.6.0)
1399
1446
 
1400
1447
  ### Changes
@@ -1403,7 +1450,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1403
1450
 
1404
1451
  ## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.0)
1405
1452
 
1406
- Thu, 25 Feb 2021 01:15:27 GMT
1453
+ Thu, 25 Feb 2021 01:15:27 GMT
1407
1454
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.5.1..@fluentui/react-menu_v0.6.0)
1408
1455
 
1409
1456
  ### Minor changes
@@ -1423,7 +1470,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1423
1470
 
1424
1471
  ## [0.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.5.1)
1425
1472
 
1426
- Wed, 24 Feb 2021 00:05:29 GMT
1473
+ Wed, 24 Feb 2021 00:05:29 GMT
1427
1474
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.5.0..@fluentui/react-menu_v0.5.1)
1428
1475
 
1429
1476
  ### Patches
@@ -1437,7 +1484,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
1437
1484
 
1438
1485
  ## [0.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.5.0)
1439
1486
 
1440
- Mon, 22 Feb 2021 12:26:22 GMT
1487
+ Mon, 22 Feb 2021 12:26:22 GMT
1441
1488
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.2..@fluentui/react-menu_v0.5.0)
1442
1489
 
1443
1490
  ### Minor changes
@@ -1455,7 +1502,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1455
1502
 
1456
1503
  ## [0.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.2)
1457
1504
 
1458
- Thu, 18 Feb 2021 19:38:50 GMT
1505
+ Thu, 18 Feb 2021 19:38:50 GMT
1459
1506
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.1..@fluentui/react-menu_v0.4.2)
1460
1507
 
1461
1508
  ### Patches
@@ -1470,7 +1517,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
1470
1517
 
1471
1518
  ## [0.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.1)
1472
1519
 
1473
- Thu, 18 Feb 2021 12:27:34 GMT
1520
+ Thu, 18 Feb 2021 12:27:34 GMT
1474
1521
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.0..@fluentui/react-menu_v0.4.1)
1475
1522
 
1476
1523
  ### Patches
@@ -1488,7 +1535,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
1488
1535
 
1489
1536
  ## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.0)
1490
1537
 
1491
- Wed, 17 Feb 2021 12:21:39 GMT
1538
+ Wed, 17 Feb 2021 12:21:39 GMT
1492
1539
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.3.0..@fluentui/react-menu_v0.4.0)
1493
1540
 
1494
1541
  ### Minor changes
@@ -1497,7 +1544,7 @@ Wed, 17 Feb 2021 12:21:39 GMT
1497
1544
 
1498
1545
  ## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.3.0)
1499
1546
 
1500
- Mon, 15 Feb 2021 12:22:00 GMT
1547
+ Mon, 15 Feb 2021 12:22:00 GMT
1501
1548
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.1..@fluentui/react-menu_v0.3.0)
1502
1549
 
1503
1550
  ### Minor changes
@@ -1516,7 +1563,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1516
1563
 
1517
1564
  ## [0.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.1)
1518
1565
 
1519
- Fri, 12 Feb 2021 12:26:20 GMT
1566
+ Fri, 12 Feb 2021 12:26:20 GMT
1520
1567
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.0..@fluentui/react-menu_v0.2.1)
1521
1568
 
1522
1569
  ### Patches
@@ -1530,7 +1577,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1530
1577
 
1531
1578
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.0)
1532
1579
 
1533
- Thu, 11 Feb 2021 00:58:10 GMT
1580
+ Thu, 11 Feb 2021 00:58:10 GMT
1534
1581
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.0..@fluentui/react-menu_v0.2.0)
1535
1582
 
1536
1583
  ### Changes
@@ -1542,7 +1589,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1542
1589
 
1543
1590
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.0)
1544
1591
 
1545
- Tue, 09 Feb 2021 00:56:52 GMT
1592
+ Tue, 09 Feb 2021 00:56:52 GMT
1546
1593
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.1.0..@fluentui/react-menu_v0.2.0)
1547
1594
 
1548
1595
  ### Minor changes