@fluentui/react-menu 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (512) hide show
  1. package/CHANGELOG.json +981 -32
  2. package/CHANGELOG.md +354 -138
  3. package/Spec.md +21 -16
  4. package/dist/{react-menu.d.ts → index.d.ts} +295 -166
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/Menu.js.map +1 -1
  7. package/lib/MenuDivider.js.map +1 -1
  8. package/lib/MenuGroup.js.map +1 -1
  9. package/lib/MenuGroupHeader.js.map +1 -1
  10. package/lib/MenuItem.js.map +1 -1
  11. package/lib/MenuItemCheckbox.js.map +1 -1
  12. package/lib/MenuItemRadio.js.map +1 -1
  13. package/lib/MenuList.js.map +1 -1
  14. package/lib/MenuPopover.js.map +1 -1
  15. package/lib/MenuSplitGroup.js +2 -0
  16. package/lib/MenuSplitGroup.js.map +1 -0
  17. package/lib/MenuTrigger.js.map +1 -1
  18. package/lib/components/Menu/Menu.js +7 -7
  19. package/lib/components/Menu/Menu.js.map +1 -1
  20. package/lib/components/Menu/Menu.types.js.map +1 -1
  21. package/lib/components/Menu/index.js.map +1 -1
  22. package/lib/components/Menu/renderMenu.js +1 -1
  23. package/lib/components/Menu/renderMenu.js.map +1 -1
  24. package/lib/components/Menu/useMenu.js +120 -129
  25. package/lib/components/Menu/useMenu.js.map +1 -1
  26. package/lib/components/Menu/useMenuContextValues.js +35 -33
  27. package/lib/components/Menu/useMenuContextValues.js.map +1 -1
  28. package/lib/components/MenuDivider/MenuDivider.js +8 -8
  29. package/lib/components/MenuDivider/MenuDivider.js.map +1 -1
  30. package/lib/components/MenuDivider/MenuDivider.types.js.map +1 -1
  31. package/lib/components/MenuDivider/index.js.map +1 -1
  32. package/lib/components/MenuDivider/renderMenuDivider.js +7 -7
  33. package/lib/components/MenuDivider/renderMenuDivider.js.map +1 -1
  34. package/lib/components/MenuDivider/useMenuDivider.js +9 -7
  35. package/lib/components/MenuDivider/useMenuDivider.js.map +1 -1
  36. package/lib/components/MenuDivider/useMenuDividerStyles.js +14 -5
  37. package/lib/components/MenuDivider/useMenuDividerStyles.js.map +1 -1
  38. package/lib/components/MenuGroup/MenuGroup.js +10 -8
  39. package/lib/components/MenuGroup/MenuGroup.js.map +1 -1
  40. package/lib/components/MenuGroup/MenuGroup.types.js.map +1 -1
  41. package/lib/components/MenuGroup/index.js +1 -0
  42. package/lib/components/MenuGroup/index.js.map +1 -1
  43. package/lib/components/MenuGroup/renderMenuGroup.js +7 -7
  44. package/lib/components/MenuGroup/renderMenuGroup.js.map +1 -1
  45. package/lib/components/MenuGroup/useMenuGroup.js +10 -7
  46. package/lib/components/MenuGroup/useMenuGroup.js.map +1 -1
  47. package/lib/components/MenuGroup/useMenuGroupContextValues.js +8 -8
  48. package/lib/components/MenuGroup/useMenuGroupContextValues.js.map +1 -1
  49. package/lib/components/MenuGroup/useMenuGroupStyles.js +14 -0
  50. package/lib/components/MenuGroup/useMenuGroupStyles.js.map +1 -0
  51. package/lib/components/MenuGroupHeader/MenuGroupHeader.js +8 -8
  52. package/lib/components/MenuGroupHeader/MenuGroupHeader.js.map +1 -1
  53. package/lib/components/MenuGroupHeader/MenuGroupHeader.types.js.map +1 -1
  54. package/lib/components/MenuGroupHeader/index.js.map +1 -1
  55. package/lib/components/MenuGroupHeader/renderMenuGroupHeader.js +7 -7
  56. package/lib/components/MenuGroupHeader/renderMenuGroupHeader.js.map +1 -1
  57. package/lib/components/MenuGroupHeader/useMenuGroupHeader.js +13 -8
  58. package/lib/components/MenuGroupHeader/useMenuGroupHeader.js.map +1 -1
  59. package/lib/components/MenuGroupHeader/useMenuGroupHeaderStyles.js +14 -5
  60. package/lib/components/MenuGroupHeader/useMenuGroupHeaderStyles.js.map +1 -1
  61. package/lib/components/MenuItem/MenuItem.js +8 -10
  62. package/lib/components/MenuItem/MenuItem.js.map +1 -1
  63. package/lib/components/MenuItem/MenuItem.types.js.map +1 -1
  64. package/lib/components/MenuItem/index.js.map +1 -1
  65. package/lib/components/MenuItem/renderMenuItem.js +12 -8
  66. package/lib/components/MenuItem/renderMenuItem.js.map +1 -1
  67. package/lib/components/MenuItem/useCharacterSearch.js +7 -7
  68. package/lib/components/MenuItem/useCharacterSearch.js.map +1 -1
  69. package/lib/components/MenuItem/useMenuItem.js +37 -44
  70. package/lib/components/MenuItem/useMenuItem.js.map +1 -1
  71. package/lib/components/MenuItem/useMenuItemStyles.js +61 -17
  72. package/lib/components/MenuItem/useMenuItemStyles.js.map +1 -1
  73. package/lib/components/MenuItemCheckbox/MenuItemCheckbox.js +8 -8
  74. package/lib/components/MenuItemCheckbox/MenuItemCheckbox.js.map +1 -1
  75. package/lib/components/MenuItemCheckbox/MenuItemCheckbox.types.js.map +1 -1
  76. package/lib/components/MenuItemCheckbox/index.js +1 -0
  77. package/lib/components/MenuItemCheckbox/index.js.map +1 -1
  78. package/lib/components/MenuItemCheckbox/renderMenuItemCheckbox.js +11 -8
  79. package/lib/components/MenuItemCheckbox/renderMenuItemCheckbox.js.map +1 -1
  80. package/lib/components/MenuItemCheckbox/useMenuItemCheckbox.js +14 -15
  81. package/lib/components/MenuItemCheckbox/useMenuItemCheckbox.js.map +1 -1
  82. package/lib/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js +36 -5
  83. package/lib/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js.map +1 -1
  84. package/lib/components/MenuItemRadio/MenuItemRadio.js +8 -8
  85. package/lib/components/MenuItemRadio/MenuItemRadio.js.map +1 -1
  86. package/lib/components/MenuItemRadio/MenuItemRadio.types.js.map +1 -1
  87. package/lib/components/MenuItemRadio/index.js +1 -0
  88. package/lib/components/MenuItemRadio/index.js.map +1 -1
  89. package/lib/components/MenuItemRadio/renderMenuItemRadio.js +11 -8
  90. package/lib/components/MenuItemRadio/renderMenuItemRadio.js.map +1 -1
  91. package/lib/components/MenuItemRadio/useMenuItemRadio.js +14 -14
  92. package/lib/components/MenuItemRadio/useMenuItemRadio.js.map +1 -1
  93. package/lib/components/MenuItemRadio/useMenuItemRadioStyles.js +36 -5
  94. package/lib/components/MenuItemRadio/useMenuItemRadioStyles.js.map +1 -1
  95. package/lib/components/MenuList/MenuList.js +10 -10
  96. package/lib/components/MenuList/MenuList.js.map +1 -1
  97. package/lib/components/MenuList/MenuList.types.js.map +1 -1
  98. package/lib/components/MenuList/index.js.map +1 -1
  99. package/lib/components/MenuList/renderMenuList.js +7 -7
  100. package/lib/components/MenuList/renderMenuList.js.map +1 -1
  101. package/lib/components/MenuList/useMenuList.js +71 -88
  102. package/lib/components/MenuList/useMenuList.js.map +1 -1
  103. package/lib/components/MenuList/useMenuListContextValues.js +19 -17
  104. package/lib/components/MenuList/useMenuListContextValues.js.map +1 -1
  105. package/lib/components/MenuList/useMenuListStyles.js +16 -7
  106. package/lib/components/MenuList/useMenuListStyles.js.map +1 -1
  107. package/lib/components/MenuPopover/MenuPopover.js +7 -7
  108. package/lib/components/MenuPopover/MenuPopover.js.map +1 -1
  109. package/lib/components/MenuPopover/MenuPopover.types.js.map +1 -1
  110. package/lib/components/MenuPopover/index.js.map +1 -1
  111. package/lib/components/MenuPopover/renderMenuPopover.js +9 -7
  112. package/lib/components/MenuPopover/renderMenuPopover.js.map +1 -1
  113. package/lib/components/MenuPopover/useMenuPopover.js +35 -41
  114. package/lib/components/MenuPopover/useMenuPopover.js.map +1 -1
  115. package/lib/components/MenuPopover/useMenuPopoverStyles.js +20 -8
  116. package/lib/components/MenuPopover/useMenuPopoverStyles.js.map +1 -1
  117. package/lib/components/MenuSplitGroup/MenuSplitGroup.js +15 -0
  118. package/lib/components/MenuSplitGroup/MenuSplitGroup.js.map +1 -0
  119. package/lib/components/MenuSplitGroup/MenuSplitGroup.types.js +2 -0
  120. package/lib/components/MenuSplitGroup/MenuSplitGroup.types.js.map +1 -0
  121. package/lib/components/MenuSplitGroup/index.js +6 -0
  122. package/lib/components/MenuSplitGroup/index.js.map +1 -0
  123. package/lib/components/MenuSplitGroup/renderMenuSplitGroup.js +15 -0
  124. package/lib/components/MenuSplitGroup/renderMenuSplitGroup.js.map +1 -0
  125. package/lib/components/MenuSplitGroup/useMenuSplitGroup.js +67 -0
  126. package/lib/components/MenuSplitGroup/useMenuSplitGroup.js.map +1 -0
  127. package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.js +42 -0
  128. package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.js.map +1 -0
  129. package/lib/components/MenuTrigger/MenuTrigger.js +6 -5
  130. package/lib/components/MenuTrigger/MenuTrigger.js.map +1 -1
  131. package/lib/components/MenuTrigger/MenuTrigger.types.js.map +1 -1
  132. package/lib/components/MenuTrigger/index.js.map +1 -1
  133. package/lib/components/MenuTrigger/renderMenuTrigger.js +2 -2
  134. package/lib/components/MenuTrigger/renderMenuTrigger.js.map +1 -1
  135. package/lib/components/MenuTrigger/useMenuTrigger.js +167 -5
  136. package/lib/components/MenuTrigger/useMenuTrigger.js.map +1 -1
  137. package/lib/components/index.js.map +1 -1
  138. package/lib/contexts/menuContext.js +5 -11
  139. package/lib/contexts/menuContext.js.map +1 -1
  140. package/lib/contexts/menuGroupContext.js +3 -5
  141. package/lib/contexts/menuGroupContext.js.map +1 -1
  142. package/lib/contexts/menuListContext.js +7 -17
  143. package/lib/contexts/menuListContext.js.map +1 -1
  144. package/lib/contexts/menuTriggerContext.js +4 -6
  145. package/lib/contexts/menuTriggerContext.js.map +1 -1
  146. package/lib/index.js +25 -15
  147. package/lib/index.js.map +1 -1
  148. package/lib/selectable/index.js.map +1 -1
  149. package/lib/selectable/types.js.map +1 -1
  150. package/lib/selectable/useCheckmarkStyles.js +4 -4
  151. package/lib/selectable/useCheckmarkStyles.js.map +1 -1
  152. package/lib/utils/index.js.map +1 -1
  153. package/lib/utils/useIsSubmenu.js +3 -5
  154. package/lib/utils/useIsSubmenu.js.map +1 -1
  155. package/lib/utils/useOnMenuEnter.js +16 -14
  156. package/lib/utils/useOnMenuEnter.js.map +1 -1
  157. package/lib-commonjs/Menu.js +1 -1
  158. package/lib-commonjs/Menu.js.map +1 -1
  159. package/lib-commonjs/MenuDivider.js +1 -1
  160. package/lib-commonjs/MenuDivider.js.map +1 -1
  161. package/lib-commonjs/MenuGroup.js +1 -1
  162. package/lib-commonjs/MenuGroup.js.map +1 -1
  163. package/lib-commonjs/MenuGroupHeader.js +1 -1
  164. package/lib-commonjs/MenuGroupHeader.js.map +1 -1
  165. package/lib-commonjs/MenuItem.js +1 -1
  166. package/lib-commonjs/MenuItem.js.map +1 -1
  167. package/lib-commonjs/MenuItemCheckbox.js +1 -1
  168. package/lib-commonjs/MenuItemCheckbox.js.map +1 -1
  169. package/lib-commonjs/MenuItemRadio.js +1 -1
  170. package/lib-commonjs/MenuItemRadio.js.map +1 -1
  171. package/lib-commonjs/MenuList.js +1 -1
  172. package/lib-commonjs/MenuList.js.map +1 -1
  173. package/lib-commonjs/MenuPopover.js +1 -1
  174. package/lib-commonjs/MenuPopover.js.map +1 -1
  175. package/lib-commonjs/MenuSplitGroup.js +10 -0
  176. package/lib-commonjs/MenuSplitGroup.js.map +1 -0
  177. package/lib-commonjs/MenuTrigger.js +1 -1
  178. package/lib-commonjs/MenuTrigger.js.map +1 -1
  179. package/lib-commonjs/components/Menu/Menu.js +7 -7
  180. package/lib-commonjs/components/Menu/Menu.js.map +1 -1
  181. package/lib-commonjs/components/Menu/Menu.types.js.map +1 -1
  182. package/lib-commonjs/components/Menu/index.js +1 -1
  183. package/lib-commonjs/components/Menu/index.js.map +1 -1
  184. package/lib-commonjs/components/Menu/renderMenu.js +5 -5
  185. package/lib-commonjs/components/Menu/renderMenu.js.map +1 -1
  186. package/lib-commonjs/components/Menu/useMenu.js +131 -142
  187. package/lib-commonjs/components/Menu/useMenu.js.map +1 -1
  188. package/lib-commonjs/components/Menu/useMenuContextValues.js +37 -35
  189. package/lib-commonjs/components/Menu/useMenuContextValues.js.map +1 -1
  190. package/lib-commonjs/components/MenuDivider/MenuDivider.js +9 -9
  191. package/lib-commonjs/components/MenuDivider/MenuDivider.js.map +1 -1
  192. package/lib-commonjs/components/MenuDivider/MenuDivider.types.js.map +1 -1
  193. package/lib-commonjs/components/MenuDivider/index.js +1 -1
  194. package/lib-commonjs/components/MenuDivider/index.js.map +1 -1
  195. package/lib-commonjs/components/MenuDivider/renderMenuDivider.js +11 -12
  196. package/lib-commonjs/components/MenuDivider/renderMenuDivider.js.map +1 -1
  197. package/lib-commonjs/components/MenuDivider/useMenuDivider.js +12 -11
  198. package/lib-commonjs/components/MenuDivider/useMenuDivider.js.map +1 -1
  199. package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.js +18 -7
  200. package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.js.map +1 -1
  201. package/lib-commonjs/components/MenuGroup/MenuGroup.js +12 -9
  202. package/lib-commonjs/components/MenuGroup/MenuGroup.js.map +1 -1
  203. package/lib-commonjs/components/MenuGroup/MenuGroup.types.js.map +1 -1
  204. package/lib-commonjs/components/MenuGroup/index.js +3 -1
  205. package/lib-commonjs/components/MenuGroup/index.js.map +1 -1
  206. package/lib-commonjs/components/MenuGroup/renderMenuGroup.js +12 -13
  207. package/lib-commonjs/components/MenuGroup/renderMenuGroup.js.map +1 -1
  208. package/lib-commonjs/components/MenuGroup/useMenuGroup.js +13 -11
  209. package/lib-commonjs/components/MenuGroup/useMenuGroup.js.map +1 -1
  210. package/lib-commonjs/components/MenuGroup/useMenuGroupContextValues.js +11 -11
  211. package/lib-commonjs/components/MenuGroup/useMenuGroupContextValues.js.map +1 -1
  212. package/lib-commonjs/components/MenuGroup/useMenuGroupStyles.js +25 -0
  213. package/lib-commonjs/components/MenuGroup/useMenuGroupStyles.js.map +1 -0
  214. package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.js +9 -9
  215. package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.js.map +1 -1
  216. package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.types.js.map +1 -1
  217. package/lib-commonjs/components/MenuGroupHeader/index.js +1 -1
  218. package/lib-commonjs/components/MenuGroupHeader/index.js.map +1 -1
  219. package/lib-commonjs/components/MenuGroupHeader/renderMenuGroupHeader.js +11 -12
  220. package/lib-commonjs/components/MenuGroupHeader/renderMenuGroupHeader.js.map +1 -1
  221. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeader.js +16 -12
  222. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeader.js.map +1 -1
  223. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeaderStyles.js +18 -7
  224. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeaderStyles.js.map +1 -1
  225. package/lib-commonjs/components/MenuItem/MenuItem.js +9 -12
  226. package/lib-commonjs/components/MenuItem/MenuItem.js.map +1 -1
  227. package/lib-commonjs/components/MenuItem/MenuItem.types.js.map +1 -1
  228. package/lib-commonjs/components/MenuItem/index.js +1 -1
  229. package/lib-commonjs/components/MenuItem/index.js.map +1 -1
  230. package/lib-commonjs/components/MenuItem/renderMenuItem.js +16 -14
  231. package/lib-commonjs/components/MenuItem/renderMenuItem.js.map +1 -1
  232. package/lib-commonjs/components/MenuItem/useCharacterSearch.js +7 -7
  233. package/lib-commonjs/components/MenuItem/useCharacterSearch.js.map +1 -1
  234. package/lib-commonjs/components/MenuItem/useMenuItem.js +45 -53
  235. package/lib-commonjs/components/MenuItem/useMenuItem.js.map +1 -1
  236. package/lib-commonjs/components/MenuItem/useMenuItemStyles.js +68 -20
  237. package/lib-commonjs/components/MenuItem/useMenuItemStyles.js.map +1 -1
  238. package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.js +9 -9
  239. package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.js.map +1 -1
  240. package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.types.js.map +1 -1
  241. package/lib-commonjs/components/MenuItemCheckbox/index.js +3 -1
  242. package/lib-commonjs/components/MenuItemCheckbox/index.js.map +1 -1
  243. package/lib-commonjs/components/MenuItemCheckbox/renderMenuItemCheckbox.js +15 -14
  244. package/lib-commonjs/components/MenuItemCheckbox/renderMenuItemCheckbox.js.map +1 -1
  245. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckbox.js +19 -21
  246. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckbox.js.map +1 -1
  247. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js +40 -7
  248. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js.map +1 -1
  249. package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.js +9 -9
  250. package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.js.map +1 -1
  251. package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.types.js.map +1 -1
  252. package/lib-commonjs/components/MenuItemRadio/index.js +3 -1
  253. package/lib-commonjs/components/MenuItemRadio/index.js.map +1 -1
  254. package/lib-commonjs/components/MenuItemRadio/renderMenuItemRadio.js +15 -14
  255. package/lib-commonjs/components/MenuItemRadio/renderMenuItemRadio.js.map +1 -1
  256. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadio.js +19 -20
  257. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadio.js.map +1 -1
  258. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadioStyles.js +40 -7
  259. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadioStyles.js.map +1 -1
  260. package/lib-commonjs/components/MenuList/MenuList.js +11 -11
  261. package/lib-commonjs/components/MenuList/MenuList.js.map +1 -1
  262. package/lib-commonjs/components/MenuList/MenuList.types.js.map +1 -1
  263. package/lib-commonjs/components/MenuList/index.js +1 -1
  264. package/lib-commonjs/components/MenuList/index.js.map +1 -1
  265. package/lib-commonjs/components/MenuList/renderMenuList.js +12 -13
  266. package/lib-commonjs/components/MenuList/renderMenuList.js.map +1 -1
  267. package/lib-commonjs/components/MenuList/useMenuList.js +78 -96
  268. package/lib-commonjs/components/MenuList/useMenuList.js.map +1 -1
  269. package/lib-commonjs/components/MenuList/useMenuListContextValues.js +21 -19
  270. package/lib-commonjs/components/MenuList/useMenuListContextValues.js.map +1 -1
  271. package/lib-commonjs/components/MenuList/useMenuListStyles.js +19 -9
  272. package/lib-commonjs/components/MenuList/useMenuListStyles.js.map +1 -1
  273. package/lib-commonjs/components/MenuPopover/MenuPopover.js +8 -8
  274. package/lib-commonjs/components/MenuPopover/MenuPopover.js.map +1 -1
  275. package/lib-commonjs/components/MenuPopover/MenuPopover.types.js.map +1 -1
  276. package/lib-commonjs/components/MenuPopover/index.js +1 -1
  277. package/lib-commonjs/components/MenuPopover/index.js.map +1 -1
  278. package/lib-commonjs/components/MenuPopover/renderMenuPopover.js +14 -13
  279. package/lib-commonjs/components/MenuPopover/renderMenuPopover.js.map +1 -1
  280. package/lib-commonjs/components/MenuPopover/useMenuPopover.js +43 -50
  281. package/lib-commonjs/components/MenuPopover/useMenuPopover.js.map +1 -1
  282. package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.js +24 -10
  283. package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.js.map +1 -1
  284. package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.js +26 -0
  285. package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.js.map +1 -0
  286. package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.types.js +6 -0
  287. package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.types.js.map +1 -0
  288. package/lib-commonjs/components/MenuSplitGroup/index.js +18 -0
  289. package/lib-commonjs/components/MenuSplitGroup/index.js.map +1 -0
  290. package/lib-commonjs/components/MenuSplitGroup/renderMenuSplitGroup.js +26 -0
  291. package/lib-commonjs/components/MenuSplitGroup/renderMenuSplitGroup.js.map +1 -0
  292. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroup.js +81 -0
  293. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroup.js.map +1 -0
  294. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroupStyles.js +54 -0
  295. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroupStyles.js.map +1 -0
  296. package/lib-commonjs/components/MenuTrigger/MenuTrigger.js +6 -5
  297. package/lib-commonjs/components/MenuTrigger/MenuTrigger.js.map +1 -1
  298. package/lib-commonjs/components/MenuTrigger/MenuTrigger.types.js.map +1 -1
  299. package/lib-commonjs/components/MenuTrigger/index.js +1 -1
  300. package/lib-commonjs/components/MenuTrigger/index.js.map +1 -1
  301. package/lib-commonjs/components/MenuTrigger/renderMenuTrigger.js +6 -6
  302. package/lib-commonjs/components/MenuTrigger/renderMenuTrigger.js.map +1 -1
  303. package/lib-commonjs/components/MenuTrigger/useMenuTrigger.js +175 -7
  304. package/lib-commonjs/components/MenuTrigger/useMenuTrigger.js.map +1 -1
  305. package/lib-commonjs/components/index.js +1 -1
  306. package/lib-commonjs/components/index.js.map +1 -1
  307. package/lib-commonjs/contexts/menuContext.js +6 -12
  308. package/lib-commonjs/contexts/menuContext.js.map +1 -1
  309. package/lib-commonjs/contexts/menuGroupContext.js +5 -7
  310. package/lib-commonjs/contexts/menuGroupContext.js.map +1 -1
  311. package/lib-commonjs/contexts/menuListContext.js +8 -18
  312. package/lib-commonjs/contexts/menuListContext.js.map +1 -1
  313. package/lib-commonjs/contexts/menuTriggerContext.js +6 -8
  314. package/lib-commonjs/contexts/menuTriggerContext.js.map +1 -1
  315. package/lib-commonjs/index.js +487 -16
  316. package/lib-commonjs/index.js.map +1 -1
  317. package/lib-commonjs/selectable/index.js +1 -1
  318. package/lib-commonjs/selectable/index.js.map +1 -1
  319. package/lib-commonjs/selectable/types.js.map +1 -1
  320. package/lib-commonjs/selectable/useCheckmarkStyles.js +7 -7
  321. package/lib-commonjs/selectable/useCheckmarkStyles.js.map +1 -1
  322. package/lib-commonjs/utils/index.js +1 -1
  323. package/lib-commonjs/utils/index.js.map +1 -1
  324. package/lib-commonjs/utils/useIsSubmenu.js +5 -7
  325. package/lib-commonjs/utils/useIsSubmenu.js.map +1 -1
  326. package/lib-commonjs/utils/useOnMenuEnter.js +18 -16
  327. package/lib-commonjs/utils/useOnMenuEnter.js.map +1 -1
  328. package/package.json +25 -29
  329. package/lib/Menu.d.ts +0 -1
  330. package/lib/MenuDivider.d.ts +0 -1
  331. package/lib/MenuGroup.d.ts +0 -1
  332. package/lib/MenuGroupHeader.d.ts +0 -1
  333. package/lib/MenuItem.d.ts +0 -1
  334. package/lib/MenuItemCheckbox.d.ts +0 -1
  335. package/lib/MenuItemRadio.d.ts +0 -1
  336. package/lib/MenuList.d.ts +0 -1
  337. package/lib/MenuPopover.d.ts +0 -1
  338. package/lib/MenuTrigger.d.ts +0 -1
  339. package/lib/common/isConformant.d.ts +0 -4
  340. package/lib/common/isConformant.js +0 -12
  341. package/lib/common/isConformant.js.map +0 -1
  342. package/lib/common/mockUseMenuContext.d.ts +0 -7
  343. package/lib/common/mockUseMenuContext.js +0 -36
  344. package/lib/common/mockUseMenuContext.js.map +0 -1
  345. package/lib/components/Menu/Menu.d.ts +0 -6
  346. package/lib/components/Menu/Menu.types.d.ts +0 -112
  347. package/lib/components/Menu/index.d.ts +0 -5
  348. package/lib/components/Menu/renderMenu.d.ts +0 -5
  349. package/lib/components/Menu/useMenu.d.ts +0 -10
  350. package/lib/components/Menu/useMenuContextValues.d.ts +0 -2
  351. package/lib/components/MenuDivider/MenuDivider.d.ts +0 -6
  352. package/lib/components/MenuDivider/MenuDivider.types.d.ts +0 -6
  353. package/lib/components/MenuDivider/index.d.ts +0 -5
  354. package/lib/components/MenuDivider/renderMenuDivider.d.ts +0 -6
  355. package/lib/components/MenuDivider/useMenuDivider.d.ts +0 -6
  356. package/lib/components/MenuDivider/useMenuDividerStyles.d.ts +0 -2
  357. package/lib/components/MenuGroup/MenuGroup.d.ts +0 -6
  358. package/lib/components/MenuGroup/MenuGroup.types.d.ts +0 -15
  359. package/lib/components/MenuGroup/index.d.ts +0 -5
  360. package/lib/components/MenuGroup/renderMenuGroup.d.ts +0 -6
  361. package/lib/components/MenuGroup/useMenuGroup.d.ts +0 -6
  362. package/lib/components/MenuGroup/useMenuGroupContextValues.d.ts +0 -2
  363. package/lib/components/MenuGroupHeader/MenuGroupHeader.d.ts +0 -6
  364. package/lib/components/MenuGroupHeader/MenuGroupHeader.types.d.ts +0 -6
  365. package/lib/components/MenuGroupHeader/index.d.ts +0 -5
  366. package/lib/components/MenuGroupHeader/renderMenuGroupHeader.d.ts +0 -6
  367. package/lib/components/MenuGroupHeader/useMenuGroupHeader.d.ts +0 -6
  368. package/lib/components/MenuGroupHeader/useMenuGroupHeaderStyles.d.ts +0 -2
  369. package/lib/components/MenuItem/MenuItem.d.ts +0 -6
  370. package/lib/components/MenuItem/MenuItem.types.d.ts +0 -43
  371. package/lib/components/MenuItem/index.d.ts +0 -5
  372. package/lib/components/MenuItem/renderMenuItem.d.ts +0 -5
  373. package/lib/components/MenuItem/useCharacterSearch.d.ts +0 -3
  374. package/lib/components/MenuItem/useMenuItem.d.ts +0 -10
  375. package/lib/components/MenuItem/useMenuItemStyles.d.ts +0 -3
  376. package/lib/components/MenuItemCheckbox/MenuItemCheckbox.d.ts +0 -6
  377. package/lib/components/MenuItemCheckbox/MenuItemCheckbox.types.d.ts +0 -4
  378. package/lib/components/MenuItemCheckbox/index.d.ts +0 -4
  379. package/lib/components/MenuItemCheckbox/renderMenuItemCheckbox.d.ts +0 -3
  380. package/lib/components/MenuItemCheckbox/useMenuItemCheckbox.d.ts +0 -4
  381. package/lib/components/MenuItemCheckbox/useMenuItemCheckboxStyles.d.ts +0 -2
  382. package/lib/components/MenuItemRadio/MenuItemRadio.d.ts +0 -6
  383. package/lib/components/MenuItemRadio/MenuItemRadio.types.d.ts +0 -4
  384. package/lib/components/MenuItemRadio/index.d.ts +0 -4
  385. package/lib/components/MenuItemRadio/renderMenuItemRadio.d.ts +0 -6
  386. package/lib/components/MenuItemRadio/useMenuItemRadio.d.ts +0 -6
  387. package/lib/components/MenuItemRadio/useMenuItemRadioStyles.d.ts +0 -2
  388. package/lib/components/MenuList/MenuList.d.ts +0 -6
  389. package/lib/components/MenuList/MenuList.types.d.ts +0 -53
  390. package/lib/components/MenuList/index.d.ts +0 -6
  391. package/lib/components/MenuList/renderMenuList.d.ts +0 -5
  392. package/lib/components/MenuList/useMenuList.d.ts +0 -6
  393. package/lib/components/MenuList/useMenuListContextValues.d.ts +0 -2
  394. package/lib/components/MenuList/useMenuListStyles.d.ts +0 -5
  395. package/lib/components/MenuPopover/MenuPopover.d.ts +0 -6
  396. package/lib/components/MenuPopover/MenuPopover.types.d.ts +0 -18
  397. package/lib/components/MenuPopover/index.d.ts +0 -5
  398. package/lib/components/MenuPopover/renderMenuPopover.d.ts +0 -5
  399. package/lib/components/MenuPopover/useMenuPopover.d.ts +0 -12
  400. package/lib/components/MenuPopover/useMenuPopoverStyles.d.ts +0 -5
  401. package/lib/components/MenuTrigger/MenuTrigger.d.ts +0 -7
  402. package/lib/components/MenuTrigger/MenuTrigger.types.d.ts +0 -16
  403. package/lib/components/MenuTrigger/index.d.ts +0 -4
  404. package/lib/components/MenuTrigger/renderMenuTrigger.d.ts +0 -7
  405. package/lib/components/MenuTrigger/useMenuTrigger.d.ts +0 -8
  406. package/lib/components/MenuTrigger/useTriggerElement.d.ts +0 -5
  407. package/lib/components/MenuTrigger/useTriggerElement.js +0 -179
  408. package/lib/components/MenuTrigger/useTriggerElement.js.map +0 -1
  409. package/lib/components/index.d.ts +0 -2
  410. package/lib/contexts/menuContext.d.ts +0 -16
  411. package/lib/contexts/menuGroupContext.d.ts +0 -13
  412. package/lib/contexts/menuListContext.d.ts +0 -15
  413. package/lib/contexts/menuTriggerContext.d.ts +0 -3
  414. package/lib/index.d.ts +0 -15
  415. package/lib/selectable/index.d.ts +0 -2
  416. package/lib/selectable/types.d.ts +0 -34
  417. package/lib/selectable/useCheckmarkStyles.d.ts +0 -8
  418. package/lib/utils/index.d.ts +0 -1
  419. package/lib/utils/useIsSubmenu.d.ts +0 -9
  420. package/lib/utils/useOnMenuEnter.d.ts +0 -23
  421. package/lib-commonjs/Menu.d.ts +0 -1
  422. package/lib-commonjs/MenuDivider.d.ts +0 -1
  423. package/lib-commonjs/MenuGroup.d.ts +0 -1
  424. package/lib-commonjs/MenuGroupHeader.d.ts +0 -1
  425. package/lib-commonjs/MenuItem.d.ts +0 -1
  426. package/lib-commonjs/MenuItemCheckbox.d.ts +0 -1
  427. package/lib-commonjs/MenuItemRadio.d.ts +0 -1
  428. package/lib-commonjs/MenuList.d.ts +0 -1
  429. package/lib-commonjs/MenuPopover.d.ts +0 -1
  430. package/lib-commonjs/MenuTrigger.d.ts +0 -1
  431. package/lib-commonjs/common/isConformant.d.ts +0 -4
  432. package/lib-commonjs/common/isConformant.js +0 -23
  433. package/lib-commonjs/common/isConformant.js.map +0 -1
  434. package/lib-commonjs/common/mockUseMenuContext.d.ts +0 -7
  435. package/lib-commonjs/common/mockUseMenuContext.js +0 -47
  436. package/lib-commonjs/common/mockUseMenuContext.js.map +0 -1
  437. package/lib-commonjs/components/Menu/Menu.d.ts +0 -6
  438. package/lib-commonjs/components/Menu/Menu.types.d.ts +0 -112
  439. package/lib-commonjs/components/Menu/index.d.ts +0 -5
  440. package/lib-commonjs/components/Menu/renderMenu.d.ts +0 -5
  441. package/lib-commonjs/components/Menu/useMenu.d.ts +0 -10
  442. package/lib-commonjs/components/Menu/useMenuContextValues.d.ts +0 -2
  443. package/lib-commonjs/components/MenuDivider/MenuDivider.d.ts +0 -6
  444. package/lib-commonjs/components/MenuDivider/MenuDivider.types.d.ts +0 -6
  445. package/lib-commonjs/components/MenuDivider/index.d.ts +0 -5
  446. package/lib-commonjs/components/MenuDivider/renderMenuDivider.d.ts +0 -6
  447. package/lib-commonjs/components/MenuDivider/useMenuDivider.d.ts +0 -6
  448. package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.d.ts +0 -2
  449. package/lib-commonjs/components/MenuGroup/MenuGroup.d.ts +0 -6
  450. package/lib-commonjs/components/MenuGroup/MenuGroup.types.d.ts +0 -15
  451. package/lib-commonjs/components/MenuGroup/index.d.ts +0 -5
  452. package/lib-commonjs/components/MenuGroup/renderMenuGroup.d.ts +0 -6
  453. package/lib-commonjs/components/MenuGroup/useMenuGroup.d.ts +0 -6
  454. package/lib-commonjs/components/MenuGroup/useMenuGroupContextValues.d.ts +0 -2
  455. package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.d.ts +0 -6
  456. package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.types.d.ts +0 -6
  457. package/lib-commonjs/components/MenuGroupHeader/index.d.ts +0 -5
  458. package/lib-commonjs/components/MenuGroupHeader/renderMenuGroupHeader.d.ts +0 -6
  459. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeader.d.ts +0 -6
  460. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeaderStyles.d.ts +0 -2
  461. package/lib-commonjs/components/MenuItem/MenuItem.d.ts +0 -6
  462. package/lib-commonjs/components/MenuItem/MenuItem.types.d.ts +0 -43
  463. package/lib-commonjs/components/MenuItem/index.d.ts +0 -5
  464. package/lib-commonjs/components/MenuItem/renderMenuItem.d.ts +0 -5
  465. package/lib-commonjs/components/MenuItem/useCharacterSearch.d.ts +0 -3
  466. package/lib-commonjs/components/MenuItem/useMenuItem.d.ts +0 -10
  467. package/lib-commonjs/components/MenuItem/useMenuItemStyles.d.ts +0 -3
  468. package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.d.ts +0 -6
  469. package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.types.d.ts +0 -4
  470. package/lib-commonjs/components/MenuItemCheckbox/index.d.ts +0 -4
  471. package/lib-commonjs/components/MenuItemCheckbox/renderMenuItemCheckbox.d.ts +0 -3
  472. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckbox.d.ts +0 -4
  473. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckboxStyles.d.ts +0 -2
  474. package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.d.ts +0 -6
  475. package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.types.d.ts +0 -4
  476. package/lib-commonjs/components/MenuItemRadio/index.d.ts +0 -4
  477. package/lib-commonjs/components/MenuItemRadio/renderMenuItemRadio.d.ts +0 -6
  478. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadio.d.ts +0 -6
  479. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadioStyles.d.ts +0 -2
  480. package/lib-commonjs/components/MenuList/MenuList.d.ts +0 -6
  481. package/lib-commonjs/components/MenuList/MenuList.types.d.ts +0 -53
  482. package/lib-commonjs/components/MenuList/index.d.ts +0 -6
  483. package/lib-commonjs/components/MenuList/renderMenuList.d.ts +0 -5
  484. package/lib-commonjs/components/MenuList/useMenuList.d.ts +0 -6
  485. package/lib-commonjs/components/MenuList/useMenuListContextValues.d.ts +0 -2
  486. package/lib-commonjs/components/MenuList/useMenuListStyles.d.ts +0 -5
  487. package/lib-commonjs/components/MenuPopover/MenuPopover.d.ts +0 -6
  488. package/lib-commonjs/components/MenuPopover/MenuPopover.types.d.ts +0 -18
  489. package/lib-commonjs/components/MenuPopover/index.d.ts +0 -5
  490. package/lib-commonjs/components/MenuPopover/renderMenuPopover.d.ts +0 -5
  491. package/lib-commonjs/components/MenuPopover/useMenuPopover.d.ts +0 -12
  492. package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.d.ts +0 -5
  493. package/lib-commonjs/components/MenuTrigger/MenuTrigger.d.ts +0 -7
  494. package/lib-commonjs/components/MenuTrigger/MenuTrigger.types.d.ts +0 -16
  495. package/lib-commonjs/components/MenuTrigger/index.d.ts +0 -4
  496. package/lib-commonjs/components/MenuTrigger/renderMenuTrigger.d.ts +0 -7
  497. package/lib-commonjs/components/MenuTrigger/useMenuTrigger.d.ts +0 -8
  498. package/lib-commonjs/components/MenuTrigger/useTriggerElement.d.ts +0 -5
  499. package/lib-commonjs/components/MenuTrigger/useTriggerElement.js +0 -195
  500. package/lib-commonjs/components/MenuTrigger/useTriggerElement.js.map +0 -1
  501. package/lib-commonjs/components/index.d.ts +0 -2
  502. package/lib-commonjs/contexts/menuContext.d.ts +0 -16
  503. package/lib-commonjs/contexts/menuGroupContext.d.ts +0 -13
  504. package/lib-commonjs/contexts/menuListContext.d.ts +0 -15
  505. package/lib-commonjs/contexts/menuTriggerContext.d.ts +0 -3
  506. package/lib-commonjs/index.d.ts +0 -15
  507. package/lib-commonjs/selectable/index.d.ts +0 -2
  508. package/lib-commonjs/selectable/types.d.ts +0 -34
  509. package/lib-commonjs/selectable/useCheckmarkStyles.d.ts +0 -8
  510. package/lib-commonjs/utils/index.d.ts +0 -1
  511. package/lib-commonjs/utils/useIsSubmenu.d.ts +0 -9
  512. package/lib-commonjs/utils/useOnMenuEnter.d.ts +0 -23
package/CHANGELOG.md CHANGED
@@ -1,33 +1,249 @@
1
1
  # Change Log - @fluentui/react-menu
2
2
 
3
- This log was last generated on Wed, 20 Oct 2021 09:19:30 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 12:10:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.d730088d7f.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-nightly.d730088d7f.0)
7
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.10)
8
8
 
9
- Wed, 20 Oct 2021 09:19:30 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.2..@fluentui/react-menu_v9.0.0-nightly.d730088d7f.0)
9
+ Mon, 23 May 2022 12:10:48 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.9..@fluentui/react-menu_v9.0.0-rc.10)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by email not defined)
15
- - added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by peter@draxler.ml)
16
- - Bump @fluentui/keyboard-keys to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
17
- - Bump @fluentui/react-context-selector to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
18
- - Bump @fluentui/react-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
19
- - Bump @fluentui/react-portal to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
20
- - Bump @fluentui/react-positioning to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
21
- - Bump @fluentui/react-provider to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
22
- - Bump @fluentui/react-tabster to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
23
- - Bump @fluentui/react-utilities to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
24
- - Bump @fluentui/babel-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
25
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
26
- - Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
14
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
15
+ - feat: Fill icon on hover ([PR #23084](https://github.com/microsoft/fluentui/pull/23084) by yuanboxue@microsoft.com)
16
+ - fix: Context menu closes when its trigger is left clicked ([PR #23089](https://github.com/microsoft/fluentui/pull/23089) by lingfangao@hotmail.com)
17
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
18
+ - Removing Common types from all Menu components. ([PR #22958](https://github.com/microsoft/fluentui/pull/22958) by Humberto.Morimoto@microsoft.com)
19
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
20
+ - Bump @fluentui/react-portal to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
21
+ - Bump @fluentui/react-positioning to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
22
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
23
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
24
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
25
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
26
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
27
+
28
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.9)
29
+
30
+ Thu, 05 May 2022 18:26:24 GMT
31
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.8..@fluentui/react-menu_v9.0.0-rc.9)
32
+
33
+ ### Changes
34
+
35
+ - Removing star exports. ([PR #22804](https://github.com/microsoft/fluentui/pull/22804) by humberto_makoto@hotmail.com)
36
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.6 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
37
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
38
+ - Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
39
+ - Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
40
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
41
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
42
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
43
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
44
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
45
+
46
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.8)
47
+
48
+ Wed, 04 May 2022 13:26:44 GMT
49
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.7..@fluentui/react-menu_v9.0.0-rc.8)
50
+
51
+ ### Changes
52
+
53
+ - feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
54
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
55
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
56
+ - Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
57
+ - Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
58
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
59
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
60
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
61
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
62
+
63
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.7)
64
+
65
+ Mon, 25 Apr 2022 09:32:19 GMT
66
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.6..@fluentui/react-menu_v9.0.0-rc.7)
67
+
68
+ ### Changes
69
+
70
+ - Bump @fluentui/react-portal to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
71
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
72
+
73
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.6)
74
+
75
+ Tue, 19 Apr 2022 19:16:45 GMT
76
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.5..@fluentui/react-menu_v9.0.0-rc.6)
77
+
78
+ ### Changes
79
+
80
+ - fix(MenuItem): Alignment for non v9 icons ([PR #21949](https://github.com/microsoft/fluentui/pull/21949) by gcox@microsoft.com)
81
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
82
+ - Add static classnames to Menu ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
83
+ - 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)
84
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
85
+ - Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
86
+ - Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
87
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
88
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
89
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
90
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
91
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
92
+
93
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.5)
94
+
95
+ Fri, 04 Mar 2022 05:17:38 GMT
96
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.4..@fluentui/react-menu_v9.0.0-rc.5)
97
+
98
+ ### Changes
99
+
100
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
101
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
102
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
103
+ - Bump @fluentui/react-portal to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
104
+ - Bump @fluentui/react-positioning to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
105
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
106
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
107
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
108
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
109
+
110
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.4)
111
+
112
+ Tue, 01 Mar 2022 02:17:37 GMT
113
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.3..@fluentui/react-menu_v9.0.0-rc.4)
114
+
115
+ ### Changes
116
+
117
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
118
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
119
+ - Bump @fluentui/react-portal to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
120
+ - Bump @fluentui/react-positioning to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
121
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
122
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
123
+
124
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.3)
125
+
126
+ Fri, 18 Feb 2022 13:35:33 GMT
127
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.1..@fluentui/react-menu_v9.0.0-rc.3)
128
+
129
+ ### Changes
130
+
131
+ - fix: MenuItem is a submenu trigger if it is wrapped by a MenuTrigger and in a submenu ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by lingfangao@hotmail.com)
132
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
133
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
134
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
135
+ - Bump @fluentui/react-portal to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
136
+ - Bump @fluentui/react-positioning to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
137
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
138
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
139
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
140
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
141
+
142
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.1)
143
+
144
+ Thu, 10 Feb 2022 08:51:30 GMT
145
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.5..@fluentui/react-menu_v9.0.0-rc.1)
146
+
147
+ ### Changes
148
+
149
+ - fix: set `aria-expanded` and `aria-haspopup` values correctly ([PR #20957](https://github.com/microsoft/fluentui/pull/20957) by lingfangao@hotmail.com)
150
+ - fix: Focus on first menu item on click ([PR #20955](https://github.com/microsoft/fluentui/pull/20955) by lingfangao@hotmail.com)
151
+ - fix: MenuTrigger should work correctly when `aria-disabled="true"` ([PR #21349](https://github.com/microsoft/fluentui/pull/21349) by lingfangao@hotmail.com)
152
+ - update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
153
+ - Allow `MenuTrigger` to be wrapped by another trigger ([PR #21225](https://github.com/microsoft/fluentui/pull/21225) by lingfangao@hotmail.com)
154
+ - update types related to trigger (allow only React.ReactElement & null) ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
155
+ - 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)
156
+ - 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)
157
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
158
+ - update styles to not use CSS shorthands ([PR #20820](https://github.com/microsoft/fluentui/pull/20820) by olfedias@microsoft.com)
159
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
160
+ - fix: Call `useCheckmarkStyles` in `useMenuItemStyles` ([PR #20956](https://github.com/microsoft/fluentui/pull/20956) by lingfangao@hotmail.com)
161
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
162
+ - Updating based on removal of functions from makeStyles. ([PR #21239](https://github.com/microsoft/fluentui/pull/21239) by Humberto.Morimoto@microsoft.com)
163
+ - Update MenuTrigger and Tooltip to work together ([PR #21495](https://github.com/microsoft/fluentui/pull/21495) by behowell@microsoft.com)
164
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
165
+ - Replacing use of functions in makeStyles with direct use of tokens. ([PR #21048](https://github.com/microsoft/fluentui/pull/21048) by Humberto.Morimoto@microsoft.com)
166
+ - use Griffel packages ([PR #21391](https://github.com/microsoft/fluentui/pull/21391) by olfedias@microsoft.com)
167
+ - Apply fontSize styling to icon slot ([PR #21222](https://github.com/microsoft/fluentui/pull/21222) by behowell@microsoft.com)
168
+ - Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
169
+ - feat: implement `MenuSplitGroup` component for split menu items ([PR #21095](https://github.com/microsoft/fluentui/pull/21095) by lingfangao@hotmail.com)
170
+ - Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
171
+ - (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
172
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
173
+ - breaking: MenuTrigger must be the first child of the `Menu` ([PR #21096](https://github.com/microsoft/fluentui/pull/21096) by lingfangao@hotmail.com)
174
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
175
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
176
+ - Bump @fluentui/react-portal to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
177
+ - Bump @fluentui/react-positioning to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
178
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
179
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
180
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
181
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
182
+
183
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.5)
184
+
185
+ Thu, 25 Nov 2021 08:34:14 GMT
186
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.4..@fluentui/react-menu_v9.0.0-beta.5)
187
+
188
+ ### Changes
189
+
190
+ - update react-icons dependency ([PR #20563](https://github.com/microsoft/fluentui/pull/20563) by ololubek@microsoft.com)
191
+ - Bump @fluentui/react-context-selector to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
192
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
193
+ - Bump @fluentui/react-portal to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
194
+ - Bump @fluentui/react-positioning to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
195
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
196
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
197
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
198
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
199
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
200
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
201
+
202
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.4)
203
+
204
+ Fri, 12 Nov 2021 13:25:27 GMT
205
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.3..@fluentui/react-menu_v9.0.0-beta.4)
206
+
207
+ ### Changes
208
+
209
+ - Adds typings for `onCheckedValueChange` method ([PR #20493](https://github.com/microsoft/fluentui/pull/20493) by bsunderhus@microsoft.com)
210
+ - use react-shared-contexts instead of react-provider ([PR #20578](https://github.com/microsoft/fluentui/pull/20578) by olfedias@microsoft.com)
211
+ - export static classes for components ([PR #20450](https://github.com/microsoft/fluentui/pull/20450) by olfedias@microsoft.com)
212
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
213
+ - Bump @fluentui/react-context-selector to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
214
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
215
+ - Bump @fluentui/react-portal to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
216
+ - Bump @fluentui/react-positioning to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
217
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
218
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
219
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
220
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
221
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
222
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
223
+
224
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.3)
225
+
226
+ Wed, 27 Oct 2021 12:14:20 GMT
227
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.2..@fluentui/react-menu_v9.0.0-beta.3)
228
+
229
+ ### Changes
230
+
231
+ - Simplify type for MenuOpenChangeData ([PR #20096](https://github.com/microsoft/fluentui/pull/20096) by olfedias@microsoft.com)
232
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
233
+ - Bump @fluentui/react-context-selector to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
234
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
235
+ - Bump @fluentui/react-portal to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
236
+ - Bump @fluentui/react-positioning to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
237
+ - Bump @fluentui/react-provider to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
238
+ - Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
239
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
240
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
241
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
242
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
27
243
 
28
244
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.2)
29
245
 
30
- Tue, 12 Oct 2021 19:45:58 GMT
246
+ Tue, 12 Oct 2021 19:45:58 GMT
31
247
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.1..@fluentui/react-menu_v9.0.0-beta.2)
32
248
 
33
249
  ### Changes
@@ -38,7 +254,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
38
254
 
39
255
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.1)
40
256
 
41
- Wed, 06 Oct 2021 10:37:22 GMT
257
+ Wed, 06 Oct 2021 10:37:22 GMT
42
258
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.92..@fluentui/react-menu_v9.0.0-beta.1)
43
259
 
44
260
  ### Changes
@@ -58,7 +274,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
58
274
 
59
275
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.92)
60
276
 
61
- Tue, 05 Oct 2021 12:47:58 GMT
277
+ Tue, 05 Oct 2021 12:47:58 GMT
62
278
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.91..@fluentui/react-menu_v9.0.0-alpha.92)
63
279
 
64
280
  ### Changes
@@ -73,7 +289,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
73
289
 
74
290
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.91)
75
291
 
76
- Tue, 05 Oct 2021 09:28:07 GMT
292
+ Tue, 05 Oct 2021 09:28:07 GMT
77
293
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.90..@fluentui/react-menu_v9.0.0-alpha.91)
78
294
 
79
295
  ### Changes
@@ -92,7 +308,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
92
308
 
93
309
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.90)
94
310
 
95
- Fri, 01 Oct 2021 14:13:08 GMT
311
+ Fri, 01 Oct 2021 14:13:08 GMT
96
312
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.88..@fluentui/react-menu_v9.0.0-alpha.90)
97
313
 
98
314
  ### Changes
@@ -112,7 +328,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
112
328
 
113
329
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.88)
114
330
 
115
- Fri, 01 Oct 2021 12:30:46 GMT
331
+ Fri, 01 Oct 2021 12:30:46 GMT
116
332
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.87..@fluentui/react-menu_v9.0.0-alpha.88)
117
333
 
118
334
  ### Changes
@@ -121,7 +337,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
121
337
 
122
338
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.87)
123
339
 
124
- Fri, 01 Oct 2021 09:44:56 GMT
340
+ Fri, 01 Oct 2021 09:44:56 GMT
125
341
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.86..@fluentui/react-menu_v9.0.0-alpha.87)
126
342
 
127
343
  ### Changes
@@ -134,7 +350,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
134
350
 
135
351
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.86)
136
352
 
137
- Thu, 30 Sep 2021 09:18:15 GMT
353
+ Thu, 30 Sep 2021 09:18:15 GMT
138
354
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.85..@fluentui/react-menu_v9.0.0-alpha.86)
139
355
 
140
356
  ### Changes
@@ -143,7 +359,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
143
359
 
144
360
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.85)
145
361
 
146
- Wed, 29 Sep 2021 08:06:11 GMT
362
+ Wed, 29 Sep 2021 08:06:11 GMT
147
363
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.84..@fluentui/react-menu_v9.0.0-alpha.85)
148
364
 
149
365
  ### Changes
@@ -159,7 +375,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
159
375
 
160
376
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.84)
161
377
 
162
- Mon, 27 Sep 2021 08:06:00 GMT
378
+ Mon, 27 Sep 2021 08:06:00 GMT
163
379
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.83..@fluentui/react-menu_v9.0.0-alpha.84)
164
380
 
165
381
  ### Changes
@@ -177,7 +393,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
177
393
 
178
394
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.83)
179
395
 
180
- Fri, 24 Sep 2021 09:17:17 GMT
396
+ Fri, 24 Sep 2021 09:17:17 GMT
181
397
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.82..@fluentui/react-menu_v9.0.0-alpha.83)
182
398
 
183
399
  ### Changes
@@ -196,7 +412,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
196
412
 
197
413
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.82)
198
414
 
199
- Thu, 23 Sep 2021 08:21:34 GMT
415
+ Thu, 23 Sep 2021 08:21:34 GMT
200
416
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.81..@fluentui/react-menu_v9.0.0-alpha.82)
201
417
 
202
418
  ### Changes
@@ -214,7 +430,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
214
430
 
215
431
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.81)
216
432
 
217
- Wed, 22 Sep 2021 10:10:07 GMT
433
+ Wed, 22 Sep 2021 10:10:07 GMT
218
434
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.80..@fluentui/react-menu_v9.0.0-alpha.81)
219
435
 
220
436
  ### Changes
@@ -233,7 +449,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
233
449
 
234
450
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.80)
235
451
 
236
- Tue, 21 Sep 2021 07:42:34 GMT
452
+ Tue, 21 Sep 2021 07:42:34 GMT
237
453
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.79..@fluentui/react-menu_v9.0.0-alpha.80)
238
454
 
239
455
  ### Changes
@@ -250,7 +466,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
250
466
 
251
467
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.79)
252
468
 
253
- Mon, 20 Sep 2021 07:36:26 GMT
469
+ Mon, 20 Sep 2021 07:36:26 GMT
254
470
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.78..@fluentui/react-menu_v9.0.0-alpha.79)
255
471
 
256
472
  ### Changes
@@ -259,7 +475,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
259
475
 
260
476
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.78)
261
477
 
262
- Fri, 17 Sep 2021 07:35:26 GMT
478
+ Fri, 17 Sep 2021 07:35:26 GMT
263
479
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.77..@fluentui/react-menu_v9.0.0-alpha.78)
264
480
 
265
481
  ### Changes
@@ -269,7 +485,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
269
485
 
270
486
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.77)
271
487
 
272
- Thu, 16 Sep 2021 07:38:39 GMT
488
+ Thu, 16 Sep 2021 07:38:39 GMT
273
489
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.76..@fluentui/react-menu_v9.0.0-alpha.77)
274
490
 
275
491
  ### Changes
@@ -279,7 +495,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
279
495
 
280
496
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.76)
281
497
 
282
- Tue, 14 Sep 2021 20:09:02 GMT
498
+ Tue, 14 Sep 2021 20:09:02 GMT
283
499
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.75..@fluentui/react-menu_v9.0.0-alpha.76)
284
500
 
285
501
  ### Changes
@@ -288,7 +504,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
288
504
 
289
505
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.75)
290
506
 
291
- Fri, 10 Sep 2021 16:31:53 GMT
507
+ Fri, 10 Sep 2021 16:31:53 GMT
292
508
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.74..@fluentui/react-menu_v9.0.0-alpha.75)
293
509
 
294
510
  ### Changes
@@ -298,7 +514,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
298
514
 
299
515
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.74)
300
516
 
301
- Fri, 10 Sep 2021 07:39:51 GMT
517
+ Fri, 10 Sep 2021 07:39:51 GMT
302
518
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.73..@fluentui/react-menu_v9.0.0-alpha.74)
303
519
 
304
520
  ### Changes
@@ -307,7 +523,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
307
523
 
308
524
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.73)
309
525
 
310
- Wed, 08 Sep 2021 07:34:11 GMT
526
+ Wed, 08 Sep 2021 07:34:11 GMT
311
527
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.72..@fluentui/react-menu_v9.0.0-alpha.73)
312
528
 
313
529
  ### Changes
@@ -316,7 +532,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
316
532
 
317
533
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.72)
318
534
 
319
- Mon, 06 Sep 2021 07:34:53 GMT
535
+ Mon, 06 Sep 2021 07:34:53 GMT
320
536
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.71..@fluentui/react-menu_v9.0.0-alpha.72)
321
537
 
322
538
  ### Changes
@@ -325,7 +541,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
325
541
 
326
542
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.71)
327
543
 
328
- Thu, 02 Sep 2021 07:36:46 GMT
544
+ Thu, 02 Sep 2021 07:36:46 GMT
329
545
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.70..@fluentui/react-menu_v9.0.0-alpha.71)
330
546
 
331
547
  ### Patches
@@ -338,7 +554,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
338
554
 
339
555
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.70)
340
556
 
341
- Wed, 01 Sep 2021 07:39:56 GMT
557
+ Wed, 01 Sep 2021 07:39:56 GMT
342
558
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.69..@fluentui/react-menu_v9.0.0-alpha.70)
343
559
 
344
560
  ### Changes
@@ -347,7 +563,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
347
563
 
348
564
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.69)
349
565
 
350
- Tue, 31 Aug 2021 07:37:47 GMT
566
+ Tue, 31 Aug 2021 07:37:47 GMT
351
567
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.68..@fluentui/react-menu_v9.0.0-alpha.69)
352
568
 
353
569
  ### Changes
@@ -356,7 +572,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
356
572
 
357
573
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.68)
358
574
 
359
- Fri, 27 Aug 2021 07:33:32 GMT
575
+ Fri, 27 Aug 2021 07:33:32 GMT
360
576
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.67..@fluentui/react-menu_v9.0.0-alpha.68)
361
577
 
362
578
  ### Changes
@@ -365,7 +581,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
365
581
 
366
582
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.67)
367
583
 
368
- Thu, 26 Aug 2021 07:35:43 GMT
584
+ Thu, 26 Aug 2021 07:35:43 GMT
369
585
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.66..@fluentui/react-menu_v9.0.0-alpha.67)
370
586
 
371
587
  ### Changes
@@ -374,7 +590,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
374
590
 
375
591
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.66)
376
592
 
377
- Tue, 24 Aug 2021 07:34:48 GMT
593
+ Tue, 24 Aug 2021 07:34:48 GMT
378
594
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.65..@fluentui/react-menu_v9.0.0-alpha.66)
379
595
 
380
596
  ### Changes
@@ -383,7 +599,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
383
599
 
384
600
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.65)
385
601
 
386
- Fri, 20 Aug 2021 07:37:28 GMT
602
+ Fri, 20 Aug 2021 07:37:28 GMT
387
603
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.64..@fluentui/react-menu_v9.0.0-alpha.65)
388
604
 
389
605
  ### Changes
@@ -392,7 +608,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
392
608
 
393
609
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.64)
394
610
 
395
- Thu, 19 Aug 2021 07:41:35 GMT
611
+ Thu, 19 Aug 2021 07:41:35 GMT
396
612
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.63..@fluentui/react-menu_v9.0.0-alpha.64)
397
613
 
398
614
  ### Changes
@@ -401,7 +617,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
401
617
 
402
618
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.63)
403
619
 
404
- Mon, 16 Aug 2021 07:36:39 GMT
620
+ Mon, 16 Aug 2021 07:36:39 GMT
405
621
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.62..@fluentui/react-menu_v9.0.0-alpha.63)
406
622
 
407
623
  ### Changes
@@ -410,7 +626,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
410
626
 
411
627
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.62)
412
628
 
413
- Fri, 13 Aug 2021 07:36:34 GMT
629
+ Fri, 13 Aug 2021 07:36:34 GMT
414
630
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.61..@fluentui/react-menu_v9.0.0-alpha.62)
415
631
 
416
632
  ### Changes
@@ -420,7 +636,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
420
636
 
421
637
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.61)
422
638
 
423
- Wed, 11 Aug 2021 07:34:54 GMT
639
+ Wed, 11 Aug 2021 07:34:54 GMT
424
640
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.60..@fluentui/react-menu_v9.0.0-alpha.61)
425
641
 
426
642
  ### Changes
@@ -429,7 +645,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
429
645
 
430
646
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.60)
431
647
 
432
- Tue, 10 Aug 2021 07:33:28 GMT
648
+ Tue, 10 Aug 2021 07:33:28 GMT
433
649
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.59..@fluentui/react-menu_v9.0.0-alpha.60)
434
650
 
435
651
  ### Changes
@@ -438,7 +654,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
438
654
 
439
655
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.59)
440
656
 
441
- Fri, 06 Aug 2021 07:35:14 GMT
657
+ Fri, 06 Aug 2021 07:35:14 GMT
442
658
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.58..@fluentui/react-menu_v9.0.0-alpha.59)
443
659
 
444
660
  ### Changes
@@ -447,7 +663,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
447
663
 
448
664
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.58)
449
665
 
450
- Tue, 03 Aug 2021 07:39:30 GMT
666
+ Tue, 03 Aug 2021 07:39:30 GMT
451
667
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.57..@fluentui/react-menu_v9.0.0-alpha.58)
452
668
 
453
669
  ### Patches
@@ -463,7 +679,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
463
679
 
464
680
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.57)
465
681
 
466
- Mon, 02 Aug 2021 07:36:20 GMT
682
+ Mon, 02 Aug 2021 07:36:20 GMT
467
683
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.56..@fluentui/react-menu_v9.0.0-alpha.57)
468
684
 
469
685
  ### Changes
@@ -472,7 +688,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
472
688
 
473
689
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.56)
474
690
 
475
- Tue, 27 Jul 2021 07:34:27 GMT
691
+ Tue, 27 Jul 2021 07:34:27 GMT
476
692
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.55..@fluentui/react-menu_v9.0.0-alpha.56)
477
693
 
478
694
  ### Changes
@@ -481,7 +697,7 @@ Tue, 27 Jul 2021 07:34:27 GMT
481
697
 
482
698
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.55)
483
699
 
484
- Mon, 26 Jul 2021 07:37:30 GMT
700
+ Mon, 26 Jul 2021 07:37:30 GMT
485
701
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.54..@fluentui/react-menu_v9.0.0-alpha.55)
486
702
 
487
703
  ### Changes
@@ -490,7 +706,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
490
706
 
491
707
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.54)
492
708
 
493
- Fri, 23 Jul 2021 07:38:19 GMT
709
+ Fri, 23 Jul 2021 07:38:19 GMT
494
710
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.53..@fluentui/react-menu_v9.0.0-alpha.54)
495
711
 
496
712
  ### Changes
@@ -499,7 +715,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
499
715
 
500
716
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.53)
501
717
 
502
- Thu, 22 Jul 2021 07:36:55 GMT
718
+ Thu, 22 Jul 2021 07:36:55 GMT
503
719
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.52..@fluentui/react-menu_v9.0.0-alpha.53)
504
720
 
505
721
  ### Changes
@@ -508,7 +724,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
508
724
 
509
725
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.52)
510
726
 
511
- Tue, 20 Jul 2021 22:23:17 GMT
727
+ Tue, 20 Jul 2021 22:23:17 GMT
512
728
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.51..@fluentui/react-menu_v9.0.0-alpha.52)
513
729
 
514
730
  ### Changes
@@ -517,7 +733,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
517
733
 
518
734
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.51)
519
735
 
520
- Fri, 16 Jul 2021 22:53:17 GMT
736
+ Fri, 16 Jul 2021 22:53:17 GMT
521
737
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.50..@fluentui/react-menu_v9.0.0-alpha.51)
522
738
 
523
739
  ### Changes
@@ -526,7 +742,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
526
742
 
527
743
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.50)
528
744
 
529
- Thu, 15 Jul 2021 07:36:18 GMT
745
+ Thu, 15 Jul 2021 07:36:18 GMT
530
746
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.49..@fluentui/react-menu_v9.0.0-alpha.50)
531
747
 
532
748
  ### Changes
@@ -536,7 +752,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
536
752
 
537
753
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.49)
538
754
 
539
- Tue, 13 Jul 2021 22:32:58 GMT
755
+ Tue, 13 Jul 2021 22:32:58 GMT
540
756
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.48..@fluentui/react-menu_v9.0.0-alpha.49)
541
757
 
542
758
  ### Patches
@@ -545,7 +761,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
545
761
 
546
762
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.48)
547
763
 
548
- Tue, 13 Jul 2021 07:35:36 GMT
764
+ Tue, 13 Jul 2021 07:35:36 GMT
549
765
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.47..@fluentui/react-menu_v9.0.0-alpha.48)
550
766
 
551
767
  ### Changes
@@ -554,7 +770,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
554
770
 
555
771
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.47)
556
772
 
557
- Mon, 12 Jul 2021 07:33:23 GMT
773
+ Mon, 12 Jul 2021 07:33:23 GMT
558
774
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.46..@fluentui/react-menu_v9.0.0-alpha.47)
559
775
 
560
776
  ### Changes
@@ -563,7 +779,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
563
779
 
564
780
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.46)
565
781
 
566
- Fri, 09 Jul 2021 07:39:31 GMT
782
+ Fri, 09 Jul 2021 07:39:31 GMT
567
783
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.45..@fluentui/react-menu_v9.0.0-alpha.46)
568
784
 
569
785
  ### Patches
@@ -579,7 +795,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
579
795
 
580
796
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.45)
581
797
 
582
- Fri, 02 Jul 2021 23:15:55 GMT
798
+ Fri, 02 Jul 2021 23:15:55 GMT
583
799
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.44..@fluentui/react-menu_v9.0.0-alpha.45)
584
800
 
585
801
  ### Changes
@@ -588,7 +804,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
588
804
 
589
805
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.44)
590
806
 
591
- Fri, 02 Jul 2021 07:37:06 GMT
807
+ Fri, 02 Jul 2021 07:37:06 GMT
592
808
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.43..@fluentui/react-menu_v9.0.0-alpha.44)
593
809
 
594
810
  ### Changes
@@ -598,7 +814,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
598
814
 
599
815
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.43)
600
816
 
601
- Thu, 01 Jul 2021 07:35:05 GMT
817
+ Thu, 01 Jul 2021 07:35:05 GMT
602
818
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.42..@fluentui/react-menu_v9.0.0-alpha.43)
603
819
 
604
820
  ### Changes
@@ -607,7 +823,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
607
823
 
608
824
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.42)
609
825
 
610
- Wed, 30 Jun 2021 07:38:35 GMT
826
+ Wed, 30 Jun 2021 07:38:35 GMT
611
827
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.41..@fluentui/react-menu_v9.0.0-alpha.42)
612
828
 
613
829
  ### Changes
@@ -616,7 +832,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
616
832
 
617
833
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.41)
618
834
 
619
- Tue, 29 Jun 2021 07:33:32 GMT
835
+ Tue, 29 Jun 2021 07:33:32 GMT
620
836
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.40..@fluentui/react-menu_v9.0.0-alpha.41)
621
837
 
622
838
  ### Changes
@@ -625,7 +841,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
625
841
 
626
842
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.40)
627
843
 
628
- Tue, 22 Jun 2021 07:35:11 GMT
844
+ Tue, 22 Jun 2021 07:35:11 GMT
629
845
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.39..@fluentui/react-menu_v9.0.0-alpha.40)
630
846
 
631
847
  ### Changes
@@ -634,7 +850,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
634
850
 
635
851
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.39)
636
852
 
637
- Mon, 21 Jun 2021 07:34:33 GMT
853
+ Mon, 21 Jun 2021 07:34:33 GMT
638
854
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.38..@fluentui/react-menu_v9.0.0-alpha.39)
639
855
 
640
856
  ### Changes
@@ -644,7 +860,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
644
860
 
645
861
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.38)
646
862
 
647
- Thu, 17 Jun 2021 07:34:11 GMT
863
+ Thu, 17 Jun 2021 07:34:11 GMT
648
864
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.37..@fluentui/react-menu_v9.0.0-alpha.38)
649
865
 
650
866
  ### Changes
@@ -653,7 +869,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
653
869
 
654
870
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.37)
655
871
 
656
- Wed, 16 Jun 2021 07:34:24 GMT
872
+ Wed, 16 Jun 2021 07:34:24 GMT
657
873
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.36..@fluentui/react-menu_v9.0.0-alpha.37)
658
874
 
659
875
  ### Changes
@@ -662,7 +878,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
662
878
 
663
879
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.36)
664
880
 
665
- Tue, 15 Jun 2021 07:40:20 GMT
881
+ Tue, 15 Jun 2021 07:40:20 GMT
666
882
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.35..@fluentui/react-menu_v9.0.0-alpha.36)
667
883
 
668
884
  ### Changes
@@ -671,7 +887,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
671
887
 
672
888
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.35)
673
889
 
674
- Thu, 10 Jun 2021 07:32:59 GMT
890
+ Thu, 10 Jun 2021 07:32:59 GMT
675
891
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.34..@fluentui/react-menu_v9.0.0-alpha.35)
676
892
 
677
893
  ### Changes
@@ -680,7 +896,7 @@ Thu, 10 Jun 2021 07:32:59 GMT
680
896
 
681
897
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.34)
682
898
 
683
- Wed, 09 Jun 2021 07:33:38 GMT
899
+ Wed, 09 Jun 2021 07:33:38 GMT
684
900
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.33..@fluentui/react-menu_v9.0.0-alpha.34)
685
901
 
686
902
  ### Changes
@@ -689,7 +905,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
689
905
 
690
906
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.33)
691
907
 
692
- Mon, 07 Jun 2021 07:38:15 GMT
908
+ Mon, 07 Jun 2021 07:38:15 GMT
693
909
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.32..@fluentui/react-menu_v9.0.0-alpha.33)
694
910
 
695
911
  ### Patches
@@ -705,7 +921,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
705
921
 
706
922
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.32)
707
923
 
708
- Fri, 04 Jun 2021 07:37:23 GMT
924
+ Fri, 04 Jun 2021 07:37:23 GMT
709
925
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.31..@fluentui/react-menu_v9.0.0-alpha.32)
710
926
 
711
927
  ### Changes
@@ -714,7 +930,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
714
930
 
715
931
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.31)
716
932
 
717
- Thu, 03 Jun 2021 07:36:03 GMT
933
+ Thu, 03 Jun 2021 07:36:03 GMT
718
934
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.30..@fluentui/react-menu_v9.0.0-alpha.31)
719
935
 
720
936
  ### Changes
@@ -724,7 +940,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
724
940
 
725
941
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.30)
726
942
 
727
- Wed, 02 Jun 2021 07:37:15 GMT
943
+ Wed, 02 Jun 2021 07:37:15 GMT
728
944
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.29..@fluentui/react-menu_v9.0.0-alpha.30)
729
945
 
730
946
  ### Changes
@@ -733,7 +949,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
733
949
 
734
950
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.29)
735
951
 
736
- Fri, 28 May 2021 07:33:57 GMT
952
+ Fri, 28 May 2021 07:33:57 GMT
737
953
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.28..@fluentui/react-menu_v9.0.0-alpha.29)
738
954
 
739
955
  ### Changes
@@ -742,7 +958,7 @@ Fri, 28 May 2021 07:33:57 GMT
742
958
 
743
959
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.28)
744
960
 
745
- Thu, 27 May 2021 07:33:21 GMT
961
+ Thu, 27 May 2021 07:33:21 GMT
746
962
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.27..@fluentui/react-menu_v9.0.0-alpha.28)
747
963
 
748
964
  ### Changes
@@ -751,7 +967,7 @@ Thu, 27 May 2021 07:33:21 GMT
751
967
 
752
968
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.27)
753
969
 
754
- Wed, 26 May 2021 07:35:43 GMT
970
+ Wed, 26 May 2021 07:35:43 GMT
755
971
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.26..@fluentui/react-menu_v9.0.0-alpha.27)
756
972
 
757
973
  ### Changes
@@ -760,7 +976,7 @@ Wed, 26 May 2021 07:35:43 GMT
760
976
 
761
977
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.26)
762
978
 
763
- Fri, 21 May 2021 07:34:54 GMT
979
+ Fri, 21 May 2021 07:34:54 GMT
764
980
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.25..@fluentui/react-menu_v9.0.0-alpha.26)
765
981
 
766
982
  ### Changes
@@ -769,7 +985,7 @@ Fri, 21 May 2021 07:34:54 GMT
769
985
 
770
986
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.25)
771
987
 
772
- Thu, 20 May 2021 07:41:54 GMT
988
+ Thu, 20 May 2021 07:41:54 GMT
773
989
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.24..@fluentui/react-menu_v9.0.0-alpha.25)
774
990
 
775
991
  ### Patches
@@ -785,7 +1001,7 @@ Thu, 20 May 2021 07:41:54 GMT
785
1001
 
786
1002
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.24)
787
1003
 
788
- Wed, 19 May 2021 07:34:20 GMT
1004
+ Wed, 19 May 2021 07:34:20 GMT
789
1005
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.23..@fluentui/react-menu_v9.0.0-alpha.24)
790
1006
 
791
1007
  ### Patches
@@ -798,7 +1014,7 @@ Wed, 19 May 2021 07:34:20 GMT
798
1014
 
799
1015
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.23)
800
1016
 
801
- Tue, 18 May 2021 07:34:38 GMT
1017
+ Tue, 18 May 2021 07:34:38 GMT
802
1018
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.22..@fluentui/react-menu_v9.0.0-alpha.23)
803
1019
 
804
1020
  ### Changes
@@ -807,7 +1023,7 @@ Tue, 18 May 2021 07:34:38 GMT
807
1023
 
808
1024
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.22)
809
1025
 
810
- Thu, 13 May 2021 07:36:55 GMT
1026
+ Thu, 13 May 2021 07:36:55 GMT
811
1027
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.21..@fluentui/react-menu_v9.0.0-alpha.22)
812
1028
 
813
1029
  ### Changes
@@ -816,7 +1032,7 @@ Thu, 13 May 2021 07:36:55 GMT
816
1032
 
817
1033
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.21)
818
1034
 
819
- Wed, 12 May 2021 07:36:20 GMT
1035
+ Wed, 12 May 2021 07:36:20 GMT
820
1036
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.20..@fluentui/react-menu_v9.0.0-alpha.21)
821
1037
 
822
1038
  ### Changes
@@ -825,7 +1041,7 @@ Wed, 12 May 2021 07:36:20 GMT
825
1041
 
826
1042
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.20)
827
1043
 
828
- Mon, 10 May 2021 07:36:07 GMT
1044
+ Mon, 10 May 2021 07:36:07 GMT
829
1045
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.19..@fluentui/react-menu_v9.0.0-alpha.20)
830
1046
 
831
1047
  ### Changes
@@ -834,7 +1050,7 @@ Mon, 10 May 2021 07:36:07 GMT
834
1050
 
835
1051
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.19)
836
1052
 
837
- Wed, 05 May 2021 07:36:50 GMT
1053
+ Wed, 05 May 2021 07:36:50 GMT
838
1054
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.18..@fluentui/react-menu_v9.0.0-alpha.19)
839
1055
 
840
1056
  ### Changes
@@ -844,7 +1060,7 @@ Wed, 05 May 2021 07:36:50 GMT
844
1060
 
845
1061
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.18)
846
1062
 
847
- Tue, 04 May 2021 07:36:35 GMT
1063
+ Tue, 04 May 2021 07:36:35 GMT
848
1064
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.17..@fluentui/react-menu_v9.0.0-alpha.18)
849
1065
 
850
1066
  ### Changes
@@ -853,7 +1069,7 @@ Tue, 04 May 2021 07:36:35 GMT
853
1069
 
854
1070
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.17)
855
1071
 
856
- Mon, 03 May 2021 07:45:19 GMT
1072
+ Mon, 03 May 2021 07:45:19 GMT
857
1073
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.16..@fluentui/react-menu_v9.0.0-alpha.17)
858
1074
 
859
1075
  ### Changes
@@ -863,7 +1079,7 @@ Mon, 03 May 2021 07:45:19 GMT
863
1079
 
864
1080
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.16)
865
1081
 
866
- Fri, 30 Apr 2021 07:42:23 GMT
1082
+ Fri, 30 Apr 2021 07:42:23 GMT
867
1083
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.15..@fluentui/react-menu_v9.0.0-alpha.16)
868
1084
 
869
1085
  ### Patches
@@ -880,7 +1096,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
880
1096
 
881
1097
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.15)
882
1098
 
883
- Wed, 28 Apr 2021 07:32:59 GMT
1099
+ Wed, 28 Apr 2021 07:32:59 GMT
884
1100
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.14..@fluentui/react-menu_v9.0.0-alpha.15)
885
1101
 
886
1102
  ### Changes
@@ -889,7 +1105,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
889
1105
 
890
1106
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.14)
891
1107
 
892
- Tue, 27 Apr 2021 07:34:03 GMT
1108
+ Tue, 27 Apr 2021 07:34:03 GMT
893
1109
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.13..@fluentui/react-menu_v9.0.0-alpha.14)
894
1110
 
895
1111
  ### Changes
@@ -898,7 +1114,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
898
1114
 
899
1115
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.13)
900
1116
 
901
- Mon, 26 Apr 2021 07:34:31 GMT
1117
+ Mon, 26 Apr 2021 07:34:31 GMT
902
1118
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.12..@fluentui/react-menu_v9.0.0-alpha.13)
903
1119
 
904
1120
  ### Changes
@@ -907,7 +1123,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
907
1123
 
908
1124
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.12)
909
1125
 
910
- Fri, 23 Apr 2021 07:37:10 GMT
1126
+ Fri, 23 Apr 2021 07:37:10 GMT
911
1127
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.11..@fluentui/react-menu_v9.0.0-alpha.12)
912
1128
 
913
1129
  ### Patches
@@ -923,7 +1139,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
923
1139
 
924
1140
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.11)
925
1141
 
926
- Thu, 22 Apr 2021 07:33:28 GMT
1142
+ Thu, 22 Apr 2021 07:33:28 GMT
927
1143
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.10..@fluentui/react-menu_v9.0.0-alpha.11)
928
1144
 
929
1145
  ### Changes
@@ -932,7 +1148,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
932
1148
 
933
1149
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.10)
934
1150
 
935
- Wed, 21 Apr 2021 07:31:50 GMT
1151
+ Wed, 21 Apr 2021 07:31:50 GMT
936
1152
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.9..@fluentui/react-menu_v9.0.0-alpha.10)
937
1153
 
938
1154
  ### Changes
@@ -942,7 +1158,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
942
1158
 
943
1159
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.9)
944
1160
 
945
- Tue, 20 Apr 2021 07:31:35 GMT
1161
+ Tue, 20 Apr 2021 07:31:35 GMT
946
1162
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.8..@fluentui/react-menu_v9.0.0-alpha.9)
947
1163
 
948
1164
  ### Changes
@@ -951,7 +1167,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
951
1167
 
952
1168
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.8)
953
1169
 
954
- Fri, 16 Apr 2021 18:08:21 GMT
1170
+ Fri, 16 Apr 2021 18:08:21 GMT
955
1171
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.7..@fluentui/react-menu_v9.0.0-alpha.8)
956
1172
 
957
1173
  ### Changes
@@ -960,7 +1176,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
960
1176
 
961
1177
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.7)
962
1178
 
963
- Fri, 16 Apr 2021 07:32:08 GMT
1179
+ Fri, 16 Apr 2021 07:32:08 GMT
964
1180
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.6..@fluentui/react-menu_v9.0.0-alpha.7)
965
1181
 
966
1182
  ### Changes
@@ -969,7 +1185,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
969
1185
 
970
1186
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.6)
971
1187
 
972
- Wed, 14 Apr 2021 07:34:12 GMT
1188
+ Wed, 14 Apr 2021 07:34:12 GMT
973
1189
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.5..@fluentui/react-menu_v9.0.0-alpha.6)
974
1190
 
975
1191
  ### Changes
@@ -978,7 +1194,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
978
1194
 
979
1195
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.5)
980
1196
 
981
- Fri, 09 Apr 2021 23:42:49 GMT
1197
+ Fri, 09 Apr 2021 23:42:49 GMT
982
1198
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.4..@fluentui/react-menu_v9.0.0-alpha.5)
983
1199
 
984
1200
  ### Changes
@@ -987,7 +1203,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
987
1203
 
988
1204
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.4)
989
1205
 
990
- Fri, 09 Apr 2021 07:31:06 GMT
1206
+ Fri, 09 Apr 2021 07:31:06 GMT
991
1207
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.3..@fluentui/react-menu_v9.0.0-alpha.4)
992
1208
 
993
1209
  ### Changes
@@ -996,7 +1212,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
996
1212
 
997
1213
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.3)
998
1214
 
999
- Thu, 08 Apr 2021 07:33:06 GMT
1215
+ Thu, 08 Apr 2021 07:33:06 GMT
1000
1216
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.2..@fluentui/react-menu_v9.0.0-alpha.3)
1001
1217
 
1002
1218
  ### Changes
@@ -1005,7 +1221,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
1005
1221
 
1006
1222
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.2)
1007
1223
 
1008
- Wed, 07 Apr 2021 08:04:03 GMT
1224
+ Wed, 07 Apr 2021 08:04:03 GMT
1009
1225
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.1..@fluentui/react-menu_v9.0.0-alpha.2)
1010
1226
 
1011
1227
  ### Changes
@@ -1015,7 +1231,7 @@ Wed, 07 Apr 2021 08:04:03 GMT
1015
1231
 
1016
1232
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.1)
1017
1233
 
1018
- Thu, 01 Apr 2021 20:13:37 GMT
1234
+ Thu, 01 Apr 2021 20:13:37 GMT
1019
1235
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.14.0..@fluentui/react-menu_v9.0.0-alpha.1)
1020
1236
 
1021
1237
  ### Changes
@@ -1026,7 +1242,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
1026
1242
 
1027
1243
  ## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.14.0)
1028
1244
 
1029
- Thu, 01 Apr 2021 07:33:24 GMT
1245
+ Thu, 01 Apr 2021 07:33:24 GMT
1030
1246
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.13.0..@fluentui/react-menu_v0.14.0)
1031
1247
 
1032
1248
  ### Minor changes
@@ -1036,7 +1252,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
1036
1252
 
1037
1253
  ## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.13.0)
1038
1254
 
1039
- Wed, 31 Mar 2021 00:53:43 GMT
1255
+ Wed, 31 Mar 2021 00:53:43 GMT
1040
1256
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.12.1..@fluentui/react-menu_v0.13.0)
1041
1257
 
1042
1258
  ### Minor changes
@@ -1062,7 +1278,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
1062
1278
 
1063
1279
  ## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.12.1)
1064
1280
 
1065
- Tue, 30 Mar 2021 07:34:45 GMT
1281
+ Tue, 30 Mar 2021 07:34:45 GMT
1066
1282
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.12.0..@fluentui/react-menu_v0.12.1)
1067
1283
 
1068
1284
  ### Patches
@@ -1081,7 +1297,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
1081
1297
 
1082
1298
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.12.0)
1083
1299
 
1084
- Fri, 26 Mar 2021 07:32:34 GMT
1300
+ Fri, 26 Mar 2021 07:32:34 GMT
1085
1301
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.11.0..@fluentui/react-menu_v0.12.0)
1086
1302
 
1087
1303
  ### Minor changes
@@ -1098,7 +1314,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1098
1314
 
1099
1315
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.11.0)
1100
1316
 
1101
- Thu, 25 Mar 2021 07:33:24 GMT
1317
+ Thu, 25 Mar 2021 07:33:24 GMT
1102
1318
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.11.0..@fluentui/react-menu_v0.11.0)
1103
1319
 
1104
1320
  ### Changes
@@ -1111,7 +1327,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1111
1327
 
1112
1328
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.11.0)
1113
1329
 
1114
- Tue, 23 Mar 2021 07:31:43 GMT
1330
+ Tue, 23 Mar 2021 07:31:43 GMT
1115
1331
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.10.0..@fluentui/react-menu_v0.11.0)
1116
1332
 
1117
1333
  ### Minor changes
@@ -1128,7 +1344,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1128
1344
 
1129
1345
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.10.0)
1130
1346
 
1131
- Fri, 19 Mar 2021 07:32:43 GMT
1347
+ Fri, 19 Mar 2021 07:32:43 GMT
1132
1348
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.9.0..@fluentui/react-menu_v0.10.0)
1133
1349
 
1134
1350
  ### Minor changes
@@ -1137,7 +1353,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
1137
1353
 
1138
1354
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.9.0)
1139
1355
 
1140
- Thu, 18 Mar 2021 20:15:34 GMT
1356
+ Thu, 18 Mar 2021 20:15:34 GMT
1141
1357
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.3..@fluentui/react-menu_v0.9.0)
1142
1358
 
1143
1359
  ### Minor changes
@@ -1153,7 +1369,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1153
1369
 
1154
1370
  ## [0.8.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.3)
1155
1371
 
1156
- Tue, 16 Mar 2021 07:32:44 GMT
1372
+ Tue, 16 Mar 2021 07:32:44 GMT
1157
1373
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.2..@fluentui/react-menu_v0.8.3)
1158
1374
 
1159
1375
  ### Patches
@@ -1166,7 +1382,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1166
1382
 
1167
1383
  ## [0.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.2)
1168
1384
 
1169
- Mon, 15 Mar 2021 07:36:20 GMT
1385
+ Mon, 15 Mar 2021 07:36:20 GMT
1170
1386
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.1..@fluentui/react-menu_v0.8.2)
1171
1387
 
1172
1388
  ### Patches
@@ -1175,7 +1391,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
1175
1391
 
1176
1392
  ## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.1)
1177
1393
 
1178
- Fri, 12 Mar 2021 20:04:27 GMT
1394
+ Fri, 12 Mar 2021 20:04:27 GMT
1179
1395
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.0..@fluentui/react-menu_v0.8.1)
1180
1396
 
1181
1397
  ### Patches
@@ -1188,7 +1404,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1188
1404
 
1189
1405
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.0)
1190
1406
 
1191
- Wed, 10 Mar 2021 07:34:39 GMT
1407
+ Wed, 10 Mar 2021 07:34:39 GMT
1192
1408
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.0..@fluentui/react-menu_v0.8.0)
1193
1409
 
1194
1410
  ### Changes
@@ -1199,7 +1415,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1199
1415
 
1200
1416
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.0)
1201
1417
 
1202
- Sun, 07 Mar 2021 23:34:51 GMT
1418
+ Sun, 07 Mar 2021 23:34:51 GMT
1203
1419
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.7.0..@fluentui/react-menu_v0.8.0)
1204
1420
 
1205
1421
  ### Minor changes
@@ -1208,7 +1424,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
1208
1424
 
1209
1425
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.7.0)
1210
1426
 
1211
- Fri, 05 Mar 2021 20:30:59 GMT
1427
+ Fri, 05 Mar 2021 20:30:59 GMT
1212
1428
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.7.0..@fluentui/react-menu_v0.7.0)
1213
1429
 
1214
1430
  ### Changes
@@ -1219,7 +1435,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1219
1435
 
1220
1436
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.7.0)
1221
1437
 
1222
- Wed, 03 Mar 2021 00:10:09 GMT
1438
+ Wed, 03 Mar 2021 00:10:09 GMT
1223
1439
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.1..@fluentui/react-menu_v0.7.0)
1224
1440
 
1225
1441
  ### Minor changes
@@ -1238,7 +1454,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1238
1454
 
1239
1455
  ## [0.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.1)
1240
1456
 
1241
- Tue, 02 Mar 2021 07:24:27 GMT
1457
+ Tue, 02 Mar 2021 07:24:27 GMT
1242
1458
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.1..@fluentui/react-menu_v0.6.1)
1243
1459
 
1244
1460
  ### Changes
@@ -1249,7 +1465,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1249
1465
 
1250
1466
  ## [0.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.1)
1251
1467
 
1252
- Fri, 26 Feb 2021 01:16:27 GMT
1468
+ Fri, 26 Feb 2021 01:16:27 GMT
1253
1469
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.0..@fluentui/react-menu_v0.6.1)
1254
1470
 
1255
1471
  ### Patches
@@ -1264,7 +1480,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1264
1480
 
1265
1481
  ## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.0)
1266
1482
 
1267
- Thu, 25 Feb 2021 20:16:39 GMT
1483
+ Thu, 25 Feb 2021 20:16:39 GMT
1268
1484
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.0..@fluentui/react-menu_v0.6.0)
1269
1485
 
1270
1486
  ### Changes
@@ -1273,7 +1489,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1273
1489
 
1274
1490
  ## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.0)
1275
1491
 
1276
- Thu, 25 Feb 2021 01:15:27 GMT
1492
+ Thu, 25 Feb 2021 01:15:27 GMT
1277
1493
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.5.1..@fluentui/react-menu_v0.6.0)
1278
1494
 
1279
1495
  ### Minor changes
@@ -1293,7 +1509,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1293
1509
 
1294
1510
  ## [0.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.5.1)
1295
1511
 
1296
- Wed, 24 Feb 2021 00:05:29 GMT
1512
+ Wed, 24 Feb 2021 00:05:29 GMT
1297
1513
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.5.0..@fluentui/react-menu_v0.5.1)
1298
1514
 
1299
1515
  ### Patches
@@ -1307,7 +1523,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
1307
1523
 
1308
1524
  ## [0.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.5.0)
1309
1525
 
1310
- Mon, 22 Feb 2021 12:26:22 GMT
1526
+ Mon, 22 Feb 2021 12:26:22 GMT
1311
1527
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.2..@fluentui/react-menu_v0.5.0)
1312
1528
 
1313
1529
  ### Minor changes
@@ -1325,7 +1541,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1325
1541
 
1326
1542
  ## [0.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.2)
1327
1543
 
1328
- Thu, 18 Feb 2021 19:38:50 GMT
1544
+ Thu, 18 Feb 2021 19:38:50 GMT
1329
1545
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.1..@fluentui/react-menu_v0.4.2)
1330
1546
 
1331
1547
  ### Patches
@@ -1340,7 +1556,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
1340
1556
 
1341
1557
  ## [0.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.1)
1342
1558
 
1343
- Thu, 18 Feb 2021 12:27:34 GMT
1559
+ Thu, 18 Feb 2021 12:27:34 GMT
1344
1560
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.0..@fluentui/react-menu_v0.4.1)
1345
1561
 
1346
1562
  ### Patches
@@ -1358,7 +1574,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
1358
1574
 
1359
1575
  ## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.0)
1360
1576
 
1361
- Wed, 17 Feb 2021 12:21:39 GMT
1577
+ Wed, 17 Feb 2021 12:21:39 GMT
1362
1578
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.3.0..@fluentui/react-menu_v0.4.0)
1363
1579
 
1364
1580
  ### Minor changes
@@ -1367,7 +1583,7 @@ Wed, 17 Feb 2021 12:21:39 GMT
1367
1583
 
1368
1584
  ## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.3.0)
1369
1585
 
1370
- Mon, 15 Feb 2021 12:22:00 GMT
1586
+ Mon, 15 Feb 2021 12:22:00 GMT
1371
1587
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.1..@fluentui/react-menu_v0.3.0)
1372
1588
 
1373
1589
  ### Minor changes
@@ -1386,7 +1602,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1386
1602
 
1387
1603
  ## [0.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.1)
1388
1604
 
1389
- Fri, 12 Feb 2021 12:26:20 GMT
1605
+ Fri, 12 Feb 2021 12:26:20 GMT
1390
1606
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.0..@fluentui/react-menu_v0.2.1)
1391
1607
 
1392
1608
  ### Patches
@@ -1400,7 +1616,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1400
1616
 
1401
1617
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.0)
1402
1618
 
1403
- Thu, 11 Feb 2021 00:58:10 GMT
1619
+ Thu, 11 Feb 2021 00:58:10 GMT
1404
1620
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.0..@fluentui/react-menu_v0.2.0)
1405
1621
 
1406
1622
  ### Changes
@@ -1412,7 +1628,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1412
1628
 
1413
1629
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.0)
1414
1630
 
1415
- Tue, 09 Feb 2021 00:56:52 GMT
1631
+ Tue, 09 Feb 2021 00:56:52 GMT
1416
1632
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.1.0..@fluentui/react-menu_v0.2.0)
1417
1633
 
1418
1634
  ### Minor changes