@fluentui/react-menu 9.0.0-rc.1 → 9.0.0-rc.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (407) hide show
  1. package/CHANGELOG.json +623 -1
  2. package/CHANGELOG.md +291 -127
  3. package/dist/{react-menu.d.ts → index.d.ts} +130 -121
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/Menu.js.map +1 -1
  6. package/lib/MenuDivider.js.map +1 -1
  7. package/lib/MenuGroup.js.map +1 -1
  8. package/lib/MenuGroupHeader.js.map +1 -1
  9. package/lib/MenuItem.js.map +1 -1
  10. package/lib/MenuItemCheckbox.js.map +1 -1
  11. package/lib/MenuItemRadio.js.map +1 -1
  12. package/lib/MenuList.js.map +1 -1
  13. package/lib/MenuPopover.js.map +1 -1
  14. package/lib/MenuSplitGroup.js.map +1 -1
  15. package/lib/MenuTrigger.js.map +1 -1
  16. package/lib/components/Menu/Menu.js.map +1 -1
  17. package/lib/components/Menu/Menu.types.js.map +1 -1
  18. package/lib/components/Menu/index.js.map +1 -1
  19. package/lib/components/Menu/renderMenu.js.map +1 -1
  20. package/lib/components/Menu/useMenu.js +5 -5
  21. package/lib/components/Menu/useMenu.js.map +1 -1
  22. package/lib/components/Menu/useMenuContextValues.js +20 -20
  23. package/lib/components/Menu/useMenuContextValues.js.map +1 -1
  24. package/lib/components/MenuDivider/MenuDivider.js.map +1 -1
  25. package/lib/components/MenuDivider/MenuDivider.types.js.map +1 -1
  26. package/lib/components/MenuDivider/index.js.map +1 -1
  27. package/lib/components/MenuDivider/renderMenuDivider.js.map +1 -1
  28. package/lib/components/MenuDivider/useMenuDivider.js.map +1 -1
  29. package/lib/components/MenuDivider/useMenuDividerStyles.js +8 -5
  30. package/lib/components/MenuDivider/useMenuDividerStyles.js.map +1 -1
  31. package/lib/components/MenuGroup/MenuGroup.js.map +1 -1
  32. package/lib/components/MenuGroup/MenuGroup.types.js.map +1 -1
  33. package/lib/components/MenuGroup/index.js.map +1 -1
  34. package/lib/components/MenuGroup/renderMenuGroup.js.map +1 -1
  35. package/lib/components/MenuGroup/useMenuGroup.js.map +1 -1
  36. package/lib/components/MenuGroup/useMenuGroupContextValues.js.map +1 -1
  37. package/lib/components/MenuGroup/useMenuGroupStyles.js +4 -2
  38. package/lib/components/MenuGroup/useMenuGroupStyles.js.map +1 -1
  39. package/lib/components/MenuGroupHeader/MenuGroupHeader.js.map +1 -1
  40. package/lib/components/MenuGroupHeader/MenuGroupHeader.types.js.map +1 -1
  41. package/lib/components/MenuGroupHeader/index.js.map +1 -1
  42. package/lib/components/MenuGroupHeader/renderMenuGroupHeader.js.map +1 -1
  43. package/lib/components/MenuGroupHeader/useMenuGroupHeader.js.map +1 -1
  44. package/lib/components/MenuGroupHeader/useMenuGroupHeaderStyles.js +4 -2
  45. package/lib/components/MenuGroupHeader/useMenuGroupHeaderStyles.js.map +1 -1
  46. package/lib/components/MenuItem/MenuItem.js.map +1 -1
  47. package/lib/components/MenuItem/MenuItem.types.js.map +1 -1
  48. package/lib/components/MenuItem/index.js.map +1 -1
  49. package/lib/components/MenuItem/renderMenuItem.js.map +1 -1
  50. package/lib/components/MenuItem/useCharacterSearch.js.map +1 -1
  51. package/lib/components/MenuItem/useMenuItem.js +4 -1
  52. package/lib/components/MenuItem/useMenuItem.js.map +1 -1
  53. package/lib/components/MenuItem/useMenuItemStyles.js +54 -20
  54. package/lib/components/MenuItem/useMenuItemStyles.js.map +1 -1
  55. package/lib/components/MenuItemCheckbox/MenuItemCheckbox.js.map +1 -1
  56. package/lib/components/MenuItemCheckbox/MenuItemCheckbox.types.js.map +1 -1
  57. package/lib/components/MenuItemCheckbox/index.js.map +1 -1
  58. package/lib/components/MenuItemCheckbox/renderMenuItemCheckbox.js.map +1 -1
  59. package/lib/components/MenuItemCheckbox/useMenuItemCheckbox.js.map +1 -1
  60. package/lib/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js +25 -2
  61. package/lib/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js.map +1 -1
  62. package/lib/components/MenuItemRadio/MenuItemRadio.js.map +1 -1
  63. package/lib/components/MenuItemRadio/MenuItemRadio.types.js.map +1 -1
  64. package/lib/components/MenuItemRadio/index.js.map +1 -1
  65. package/lib/components/MenuItemRadio/renderMenuItemRadio.js.map +1 -1
  66. package/lib/components/MenuItemRadio/useMenuItemRadio.js.map +1 -1
  67. package/lib/components/MenuItemRadio/useMenuItemRadioStyles.js +25 -2
  68. package/lib/components/MenuItemRadio/useMenuItemRadioStyles.js.map +1 -1
  69. package/lib/components/MenuList/MenuList.js.map +1 -1
  70. package/lib/components/MenuList/MenuList.types.js.map +1 -1
  71. package/lib/components/MenuList/index.js +1 -0
  72. package/lib/components/MenuList/index.js.map +1 -1
  73. package/lib/components/MenuList/renderMenuList.js.map +1 -1
  74. package/lib/components/MenuList/useMenuList.js +2 -2
  75. package/lib/components/MenuList/useMenuList.js.map +1 -1
  76. package/lib/components/MenuList/useMenuListContextValues.js +8 -8
  77. package/lib/components/MenuList/useMenuListContextValues.js.map +1 -1
  78. package/lib/components/MenuList/useMenuListStyles.js +4 -2
  79. package/lib/components/MenuList/useMenuListStyles.js.map +1 -1
  80. package/lib/components/MenuPopover/MenuPopover.js.map +1 -1
  81. package/lib/components/MenuPopover/MenuPopover.types.js.map +1 -1
  82. package/lib/components/MenuPopover/index.js.map +1 -1
  83. package/lib/components/MenuPopover/renderMenuPopover.js.map +1 -1
  84. package/lib/components/MenuPopover/useMenuPopover.js.map +1 -1
  85. package/lib/components/MenuPopover/useMenuPopoverStyles.js +4 -2
  86. package/lib/components/MenuPopover/useMenuPopoverStyles.js.map +1 -1
  87. package/lib/components/MenuSplitGroup/MenuSplitGroup.js.map +1 -1
  88. package/lib/components/MenuSplitGroup/MenuSplitGroup.types.js.map +1 -1
  89. package/lib/components/MenuSplitGroup/index.js.map +1 -1
  90. package/lib/components/MenuSplitGroup/renderMenuSplitGroup.js.map +1 -1
  91. package/lib/components/MenuSplitGroup/useMenuSplitGroup.js.map +1 -1
  92. package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.js +5 -3
  93. package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.js.map +1 -1
  94. package/lib/components/MenuTrigger/MenuTrigger.js.map +1 -1
  95. package/lib/components/MenuTrigger/MenuTrigger.types.js.map +1 -1
  96. package/lib/components/MenuTrigger/index.js.map +1 -1
  97. package/lib/components/MenuTrigger/renderMenuTrigger.js +1 -1
  98. package/lib/components/MenuTrigger/renderMenuTrigger.js.map +1 -1
  99. package/lib/components/MenuTrigger/useMenuTrigger.js +1 -0
  100. package/lib/components/MenuTrigger/useMenuTrigger.js.map +1 -1
  101. package/lib/components/index.js.map +1 -1
  102. package/lib/contexts/menuContext.js.map +1 -1
  103. package/lib/contexts/menuGroupContext.js.map +1 -1
  104. package/lib/contexts/menuListContext.js.map +1 -1
  105. package/lib/contexts/menuTriggerContext.js +1 -1
  106. package/lib/contexts/menuTriggerContext.js.map +1 -1
  107. package/lib/index.js +16 -16
  108. package/lib/index.js.map +1 -1
  109. package/lib/selectable/index.js.map +1 -1
  110. package/lib/selectable/types.js.map +1 -1
  111. package/lib/selectable/useCheckmarkStyles.js.map +1 -1
  112. package/lib/utils/index.js.map +1 -1
  113. package/lib/utils/useIsSubmenu.js.map +1 -1
  114. package/lib/utils/useOnMenuEnter.js.map +1 -1
  115. package/lib-commonjs/Menu.js.map +1 -1
  116. package/lib-commonjs/MenuDivider.js.map +1 -1
  117. package/lib-commonjs/MenuGroup.js.map +1 -1
  118. package/lib-commonjs/MenuGroupHeader.js.map +1 -1
  119. package/lib-commonjs/MenuItem.js.map +1 -1
  120. package/lib-commonjs/MenuItemCheckbox.js.map +1 -1
  121. package/lib-commonjs/MenuItemRadio.js.map +1 -1
  122. package/lib-commonjs/MenuList.js.map +1 -1
  123. package/lib-commonjs/MenuPopover.js.map +1 -1
  124. package/lib-commonjs/MenuSplitGroup.js.map +1 -1
  125. package/lib-commonjs/MenuTrigger.js.map +1 -1
  126. package/lib-commonjs/components/Menu/Menu.js.map +1 -1
  127. package/lib-commonjs/components/Menu/Menu.types.js.map +1 -1
  128. package/lib-commonjs/components/Menu/index.js.map +1 -1
  129. package/lib-commonjs/components/Menu/renderMenu.js.map +1 -1
  130. package/lib-commonjs/components/Menu/useMenu.js +4 -4
  131. package/lib-commonjs/components/Menu/useMenu.js.map +1 -1
  132. package/lib-commonjs/components/Menu/useMenuContextValues.js +20 -20
  133. package/lib-commonjs/components/Menu/useMenuContextValues.js.map +1 -1
  134. package/lib-commonjs/components/MenuDivider/MenuDivider.js.map +1 -1
  135. package/lib-commonjs/components/MenuDivider/MenuDivider.types.js.map +1 -1
  136. package/lib-commonjs/components/MenuDivider/index.js.map +1 -1
  137. package/lib-commonjs/components/MenuDivider/renderMenuDivider.js.map +1 -1
  138. package/lib-commonjs/components/MenuDivider/useMenuDivider.js.map +1 -1
  139. package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.js +9 -6
  140. package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.js.map +1 -1
  141. package/lib-commonjs/components/MenuGroup/MenuGroup.js.map +1 -1
  142. package/lib-commonjs/components/MenuGroup/MenuGroup.types.js.map +1 -1
  143. package/lib-commonjs/components/MenuGroup/index.js.map +1 -1
  144. package/lib-commonjs/components/MenuGroup/renderMenuGroup.js.map +1 -1
  145. package/lib-commonjs/components/MenuGroup/useMenuGroup.js.map +1 -1
  146. package/lib-commonjs/components/MenuGroup/useMenuGroupContextValues.js.map +1 -1
  147. package/lib-commonjs/components/MenuGroup/useMenuGroupStyles.js +5 -3
  148. package/lib-commonjs/components/MenuGroup/useMenuGroupStyles.js.map +1 -1
  149. package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.js.map +1 -1
  150. package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.types.js.map +1 -1
  151. package/lib-commonjs/components/MenuGroupHeader/index.js.map +1 -1
  152. package/lib-commonjs/components/MenuGroupHeader/renderMenuGroupHeader.js.map +1 -1
  153. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeader.js.map +1 -1
  154. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeaderStyles.js +5 -3
  155. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeaderStyles.js.map +1 -1
  156. package/lib-commonjs/components/MenuItem/MenuItem.js.map +1 -1
  157. package/lib-commonjs/components/MenuItem/MenuItem.types.js.map +1 -1
  158. package/lib-commonjs/components/MenuItem/index.js.map +1 -1
  159. package/lib-commonjs/components/MenuItem/renderMenuItem.js.map +1 -1
  160. package/lib-commonjs/components/MenuItem/useCharacterSearch.js.map +1 -1
  161. package/lib-commonjs/components/MenuItem/useMenuItem.js +4 -1
  162. package/lib-commonjs/components/MenuItem/useMenuItem.js.map +1 -1
  163. package/lib-commonjs/components/MenuItem/useMenuItemStyles.js +56 -21
  164. package/lib-commonjs/components/MenuItem/useMenuItemStyles.js.map +1 -1
  165. package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.js.map +1 -1
  166. package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.types.js.map +1 -1
  167. package/lib-commonjs/components/MenuItemCheckbox/index.js.map +1 -1
  168. package/lib-commonjs/components/MenuItemCheckbox/renderMenuItemCheckbox.js.map +1 -1
  169. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckbox.js.map +1 -1
  170. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js +26 -3
  171. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js.map +1 -1
  172. package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.js.map +1 -1
  173. package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.types.js.map +1 -1
  174. package/lib-commonjs/components/MenuItemRadio/index.js.map +1 -1
  175. package/lib-commonjs/components/MenuItemRadio/renderMenuItemRadio.js.map +1 -1
  176. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadio.js.map +1 -1
  177. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadioStyles.js +26 -3
  178. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadioStyles.js.map +1 -1
  179. package/lib-commonjs/components/MenuList/MenuList.js.map +1 -1
  180. package/lib-commonjs/components/MenuList/MenuList.types.js.map +1 -1
  181. package/lib-commonjs/components/MenuList/index.js +2 -0
  182. package/lib-commonjs/components/MenuList/index.js.map +1 -1
  183. package/lib-commonjs/components/MenuList/renderMenuList.js.map +1 -1
  184. package/lib-commonjs/components/MenuList/useMenuList.js +2 -2
  185. package/lib-commonjs/components/MenuList/useMenuList.js.map +1 -1
  186. package/lib-commonjs/components/MenuList/useMenuListContextValues.js +8 -8
  187. package/lib-commonjs/components/MenuList/useMenuListContextValues.js.map +1 -1
  188. package/lib-commonjs/components/MenuList/useMenuListStyles.js +5 -3
  189. package/lib-commonjs/components/MenuList/useMenuListStyles.js.map +1 -1
  190. package/lib-commonjs/components/MenuPopover/MenuPopover.js.map +1 -1
  191. package/lib-commonjs/components/MenuPopover/MenuPopover.types.js.map +1 -1
  192. package/lib-commonjs/components/MenuPopover/index.js.map +1 -1
  193. package/lib-commonjs/components/MenuPopover/renderMenuPopover.js.map +1 -1
  194. package/lib-commonjs/components/MenuPopover/useMenuPopover.js.map +1 -1
  195. package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.js +5 -3
  196. package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.js.map +1 -1
  197. package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.js.map +1 -1
  198. package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.types.js.map +1 -1
  199. package/lib-commonjs/components/MenuSplitGroup/index.js.map +1 -1
  200. package/lib-commonjs/components/MenuSplitGroup/renderMenuSplitGroup.js.map +1 -1
  201. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroup.js.map +1 -1
  202. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroupStyles.js +5 -3
  203. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroupStyles.js.map +1 -1
  204. package/lib-commonjs/components/MenuTrigger/MenuTrigger.js.map +1 -1
  205. package/lib-commonjs/components/MenuTrigger/MenuTrigger.types.js.map +1 -1
  206. package/lib-commonjs/components/MenuTrigger/index.js.map +1 -1
  207. package/lib-commonjs/components/MenuTrigger/renderMenuTrigger.js +1 -1
  208. package/lib-commonjs/components/MenuTrigger/renderMenuTrigger.js.map +1 -1
  209. package/lib-commonjs/components/MenuTrigger/useMenuTrigger.js +1 -0
  210. package/lib-commonjs/components/MenuTrigger/useMenuTrigger.js.map +1 -1
  211. package/lib-commonjs/components/index.js.map +1 -1
  212. package/lib-commonjs/contexts/menuContext.js.map +1 -1
  213. package/lib-commonjs/contexts/menuGroupContext.js.map +1 -1
  214. package/lib-commonjs/contexts/menuListContext.js.map +1 -1
  215. package/lib-commonjs/contexts/menuTriggerContext.js +1 -1
  216. package/lib-commonjs/contexts/menuTriggerContext.js.map +1 -1
  217. package/lib-commonjs/index.js +411 -17
  218. package/lib-commonjs/index.js.map +1 -1
  219. package/lib-commonjs/selectable/index.js.map +1 -1
  220. package/lib-commonjs/selectable/types.js.map +1 -1
  221. package/lib-commonjs/selectable/useCheckmarkStyles.js.map +1 -1
  222. package/lib-commonjs/utils/index.js.map +1 -1
  223. package/lib-commonjs/utils/useIsSubmenu.js.map +1 -1
  224. package/lib-commonjs/utils/useOnMenuEnter.js.map +1 -1
  225. package/package.json +23 -25
  226. package/lib/Menu.d.ts +0 -1
  227. package/lib/MenuDivider.d.ts +0 -1
  228. package/lib/MenuGroup.d.ts +0 -1
  229. package/lib/MenuGroupHeader.d.ts +0 -1
  230. package/lib/MenuItem.d.ts +0 -1
  231. package/lib/MenuItemCheckbox.d.ts +0 -1
  232. package/lib/MenuItemRadio.d.ts +0 -1
  233. package/lib/MenuList.d.ts +0 -1
  234. package/lib/MenuPopover.d.ts +0 -1
  235. package/lib/MenuSplitGroup.d.ts +0 -1
  236. package/lib/MenuTrigger.d.ts +0 -1
  237. package/lib/components/Menu/Menu.d.ts +0 -6
  238. package/lib/components/Menu/Menu.types.d.ts +0 -113
  239. package/lib/components/Menu/index.d.ts +0 -5
  240. package/lib/components/Menu/renderMenu.d.ts +0 -5
  241. package/lib/components/Menu/useMenu.d.ts +0 -10
  242. package/lib/components/Menu/useMenuContextValues.d.ts +0 -2
  243. package/lib/components/MenuDivider/MenuDivider.d.ts +0 -6
  244. package/lib/components/MenuDivider/MenuDivider.types.d.ts +0 -6
  245. package/lib/components/MenuDivider/index.d.ts +0 -5
  246. package/lib/components/MenuDivider/renderMenuDivider.d.ts +0 -6
  247. package/lib/components/MenuDivider/useMenuDivider.d.ts +0 -6
  248. package/lib/components/MenuDivider/useMenuDividerStyles.d.ts +0 -3
  249. package/lib/components/MenuGroup/MenuGroup.d.ts +0 -6
  250. package/lib/components/MenuGroup/MenuGroup.types.d.ts +0 -15
  251. package/lib/components/MenuGroup/index.d.ts +0 -6
  252. package/lib/components/MenuGroup/renderMenuGroup.d.ts +0 -6
  253. package/lib/components/MenuGroup/useMenuGroup.d.ts +0 -6
  254. package/lib/components/MenuGroup/useMenuGroupContextValues.d.ts +0 -2
  255. package/lib/components/MenuGroup/useMenuGroupStyles.d.ts +0 -3
  256. package/lib/components/MenuGroupHeader/MenuGroupHeader.d.ts +0 -6
  257. package/lib/components/MenuGroupHeader/MenuGroupHeader.types.d.ts +0 -6
  258. package/lib/components/MenuGroupHeader/index.d.ts +0 -5
  259. package/lib/components/MenuGroupHeader/renderMenuGroupHeader.d.ts +0 -6
  260. package/lib/components/MenuGroupHeader/useMenuGroupHeader.d.ts +0 -6
  261. package/lib/components/MenuGroupHeader/useMenuGroupHeaderStyles.d.ts +0 -3
  262. package/lib/components/MenuItem/MenuItem.d.ts +0 -6
  263. package/lib/components/MenuItem/MenuItem.types.d.ts +0 -43
  264. package/lib/components/MenuItem/index.d.ts +0 -5
  265. package/lib/components/MenuItem/renderMenuItem.d.ts +0 -5
  266. package/lib/components/MenuItem/useCharacterSearch.d.ts +0 -3
  267. package/lib/components/MenuItem/useMenuItem.d.ts +0 -6
  268. package/lib/components/MenuItem/useMenuItemStyles.d.ts +0 -4
  269. package/lib/components/MenuItemCheckbox/MenuItemCheckbox.d.ts +0 -6
  270. package/lib/components/MenuItemCheckbox/MenuItemCheckbox.types.d.ts +0 -4
  271. package/lib/components/MenuItemCheckbox/index.d.ts +0 -5
  272. package/lib/components/MenuItemCheckbox/renderMenuItemCheckbox.d.ts +0 -3
  273. package/lib/components/MenuItemCheckbox/useMenuItemCheckbox.d.ts +0 -4
  274. package/lib/components/MenuItemCheckbox/useMenuItemCheckboxStyles.d.ts +0 -3
  275. package/lib/components/MenuItemRadio/MenuItemRadio.d.ts +0 -6
  276. package/lib/components/MenuItemRadio/MenuItemRadio.types.d.ts +0 -4
  277. package/lib/components/MenuItemRadio/index.d.ts +0 -5
  278. package/lib/components/MenuItemRadio/renderMenuItemRadio.d.ts +0 -6
  279. package/lib/components/MenuItemRadio/useMenuItemRadio.d.ts +0 -6
  280. package/lib/components/MenuItemRadio/useMenuItemRadioStyles.d.ts +0 -3
  281. package/lib/components/MenuList/MenuList.d.ts +0 -6
  282. package/lib/components/MenuList/MenuList.types.d.ts +0 -55
  283. package/lib/components/MenuList/index.d.ts +0 -6
  284. package/lib/components/MenuList/renderMenuList.d.ts +0 -5
  285. package/lib/components/MenuList/useMenuList.d.ts +0 -6
  286. package/lib/components/MenuList/useMenuListContextValues.d.ts +0 -2
  287. package/lib/components/MenuList/useMenuListStyles.d.ts +0 -6
  288. package/lib/components/MenuPopover/MenuPopover.d.ts +0 -6
  289. package/lib/components/MenuPopover/MenuPopover.types.d.ts +0 -18
  290. package/lib/components/MenuPopover/index.d.ts +0 -5
  291. package/lib/components/MenuPopover/renderMenuPopover.d.ts +0 -5
  292. package/lib/components/MenuPopover/useMenuPopover.d.ts +0 -12
  293. package/lib/components/MenuPopover/useMenuPopoverStyles.d.ts +0 -6
  294. package/lib/components/MenuSplitGroup/MenuSplitGroup.d.ts +0 -6
  295. package/lib/components/MenuSplitGroup/MenuSplitGroup.types.d.ts +0 -14
  296. package/lib/components/MenuSplitGroup/index.d.ts +0 -5
  297. package/lib/components/MenuSplitGroup/renderMenuSplitGroup.d.ts +0 -5
  298. package/lib/components/MenuSplitGroup/useMenuSplitGroup.d.ts +0 -12
  299. package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.d.ts +0 -6
  300. package/lib/components/MenuTrigger/MenuTrigger.d.ts +0 -8
  301. package/lib/components/MenuTrigger/MenuTrigger.types.d.ts +0 -19
  302. package/lib/components/MenuTrigger/index.d.ts +0 -4
  303. package/lib/components/MenuTrigger/renderMenuTrigger.d.ts +0 -7
  304. package/lib/components/MenuTrigger/useMenuTrigger.d.ts +0 -8
  305. package/lib/components/index.d.ts +0 -2
  306. package/lib/contexts/menuContext.d.ts +0 -16
  307. package/lib/contexts/menuGroupContext.d.ts +0 -13
  308. package/lib/contexts/menuListContext.d.ts +0 -15
  309. package/lib/contexts/menuTriggerContext.d.ts +0 -3
  310. package/lib/index.d.ts +0 -16
  311. package/lib/selectable/index.d.ts +0 -2
  312. package/lib/selectable/types.d.ts +0 -34
  313. package/lib/selectable/useCheckmarkStyles.d.ts +0 -8
  314. package/lib/utils/index.d.ts +0 -1
  315. package/lib/utils/useIsSubmenu.d.ts +0 -9
  316. package/lib/utils/useOnMenuEnter.d.ts +0 -23
  317. package/lib-commonjs/Menu.d.ts +0 -1
  318. package/lib-commonjs/MenuDivider.d.ts +0 -1
  319. package/lib-commonjs/MenuGroup.d.ts +0 -1
  320. package/lib-commonjs/MenuGroupHeader.d.ts +0 -1
  321. package/lib-commonjs/MenuItem.d.ts +0 -1
  322. package/lib-commonjs/MenuItemCheckbox.d.ts +0 -1
  323. package/lib-commonjs/MenuItemRadio.d.ts +0 -1
  324. package/lib-commonjs/MenuList.d.ts +0 -1
  325. package/lib-commonjs/MenuPopover.d.ts +0 -1
  326. package/lib-commonjs/MenuSplitGroup.d.ts +0 -1
  327. package/lib-commonjs/MenuTrigger.d.ts +0 -1
  328. package/lib-commonjs/components/Menu/Menu.d.ts +0 -6
  329. package/lib-commonjs/components/Menu/Menu.types.d.ts +0 -113
  330. package/lib-commonjs/components/Menu/index.d.ts +0 -5
  331. package/lib-commonjs/components/Menu/renderMenu.d.ts +0 -5
  332. package/lib-commonjs/components/Menu/useMenu.d.ts +0 -10
  333. package/lib-commonjs/components/Menu/useMenuContextValues.d.ts +0 -2
  334. package/lib-commonjs/components/MenuDivider/MenuDivider.d.ts +0 -6
  335. package/lib-commonjs/components/MenuDivider/MenuDivider.types.d.ts +0 -6
  336. package/lib-commonjs/components/MenuDivider/index.d.ts +0 -5
  337. package/lib-commonjs/components/MenuDivider/renderMenuDivider.d.ts +0 -6
  338. package/lib-commonjs/components/MenuDivider/useMenuDivider.d.ts +0 -6
  339. package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.d.ts +0 -3
  340. package/lib-commonjs/components/MenuGroup/MenuGroup.d.ts +0 -6
  341. package/lib-commonjs/components/MenuGroup/MenuGroup.types.d.ts +0 -15
  342. package/lib-commonjs/components/MenuGroup/index.d.ts +0 -6
  343. package/lib-commonjs/components/MenuGroup/renderMenuGroup.d.ts +0 -6
  344. package/lib-commonjs/components/MenuGroup/useMenuGroup.d.ts +0 -6
  345. package/lib-commonjs/components/MenuGroup/useMenuGroupContextValues.d.ts +0 -2
  346. package/lib-commonjs/components/MenuGroup/useMenuGroupStyles.d.ts +0 -3
  347. package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.d.ts +0 -6
  348. package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.types.d.ts +0 -6
  349. package/lib-commonjs/components/MenuGroupHeader/index.d.ts +0 -5
  350. package/lib-commonjs/components/MenuGroupHeader/renderMenuGroupHeader.d.ts +0 -6
  351. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeader.d.ts +0 -6
  352. package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeaderStyles.d.ts +0 -3
  353. package/lib-commonjs/components/MenuItem/MenuItem.d.ts +0 -6
  354. package/lib-commonjs/components/MenuItem/MenuItem.types.d.ts +0 -43
  355. package/lib-commonjs/components/MenuItem/index.d.ts +0 -5
  356. package/lib-commonjs/components/MenuItem/renderMenuItem.d.ts +0 -5
  357. package/lib-commonjs/components/MenuItem/useCharacterSearch.d.ts +0 -3
  358. package/lib-commonjs/components/MenuItem/useMenuItem.d.ts +0 -6
  359. package/lib-commonjs/components/MenuItem/useMenuItemStyles.d.ts +0 -4
  360. package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.d.ts +0 -6
  361. package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.types.d.ts +0 -4
  362. package/lib-commonjs/components/MenuItemCheckbox/index.d.ts +0 -5
  363. package/lib-commonjs/components/MenuItemCheckbox/renderMenuItemCheckbox.d.ts +0 -3
  364. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckbox.d.ts +0 -4
  365. package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckboxStyles.d.ts +0 -3
  366. package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.d.ts +0 -6
  367. package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.types.d.ts +0 -4
  368. package/lib-commonjs/components/MenuItemRadio/index.d.ts +0 -5
  369. package/lib-commonjs/components/MenuItemRadio/renderMenuItemRadio.d.ts +0 -6
  370. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadio.d.ts +0 -6
  371. package/lib-commonjs/components/MenuItemRadio/useMenuItemRadioStyles.d.ts +0 -3
  372. package/lib-commonjs/components/MenuList/MenuList.d.ts +0 -6
  373. package/lib-commonjs/components/MenuList/MenuList.types.d.ts +0 -55
  374. package/lib-commonjs/components/MenuList/index.d.ts +0 -6
  375. package/lib-commonjs/components/MenuList/renderMenuList.d.ts +0 -5
  376. package/lib-commonjs/components/MenuList/useMenuList.d.ts +0 -6
  377. package/lib-commonjs/components/MenuList/useMenuListContextValues.d.ts +0 -2
  378. package/lib-commonjs/components/MenuList/useMenuListStyles.d.ts +0 -6
  379. package/lib-commonjs/components/MenuPopover/MenuPopover.d.ts +0 -6
  380. package/lib-commonjs/components/MenuPopover/MenuPopover.types.d.ts +0 -18
  381. package/lib-commonjs/components/MenuPopover/index.d.ts +0 -5
  382. package/lib-commonjs/components/MenuPopover/renderMenuPopover.d.ts +0 -5
  383. package/lib-commonjs/components/MenuPopover/useMenuPopover.d.ts +0 -12
  384. package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.d.ts +0 -6
  385. package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.d.ts +0 -6
  386. package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.types.d.ts +0 -14
  387. package/lib-commonjs/components/MenuSplitGroup/index.d.ts +0 -5
  388. package/lib-commonjs/components/MenuSplitGroup/renderMenuSplitGroup.d.ts +0 -5
  389. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroup.d.ts +0 -12
  390. package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroupStyles.d.ts +0 -6
  391. package/lib-commonjs/components/MenuTrigger/MenuTrigger.d.ts +0 -8
  392. package/lib-commonjs/components/MenuTrigger/MenuTrigger.types.d.ts +0 -19
  393. package/lib-commonjs/components/MenuTrigger/index.d.ts +0 -4
  394. package/lib-commonjs/components/MenuTrigger/renderMenuTrigger.d.ts +0 -7
  395. package/lib-commonjs/components/MenuTrigger/useMenuTrigger.d.ts +0 -8
  396. package/lib-commonjs/components/index.d.ts +0 -2
  397. package/lib-commonjs/contexts/menuContext.d.ts +0 -16
  398. package/lib-commonjs/contexts/menuGroupContext.d.ts +0 -13
  399. package/lib-commonjs/contexts/menuListContext.d.ts +0 -15
  400. package/lib-commonjs/contexts/menuTriggerContext.d.ts +0 -3
  401. package/lib-commonjs/index.d.ts +0 -16
  402. package/lib-commonjs/selectable/index.d.ts +0 -2
  403. package/lib-commonjs/selectable/types.d.ts +0 -34
  404. package/lib-commonjs/selectable/useCheckmarkStyles.d.ts +0 -8
  405. package/lib-commonjs/utils/index.d.ts +0 -1
  406. package/lib-commonjs/utils/useIsSubmenu.d.ts +0 -9
  407. package/lib-commonjs/utils/useOnMenuEnter.d.ts +0 -23
package/CHANGELOG.md CHANGED
@@ -1,12 +1,176 @@
1
1
  # Change Log - @fluentui/react-menu
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:44:43 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 May 2022 21:00:02 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.12)
8
+
9
+ Thu, 26 May 2022 21:00:02 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.11..@fluentui/react-menu_v9.0.0-rc.12)
11
+
12
+ ### Changes
13
+
14
+ - fix: MenuDivider should be visible in Windows high contrast mode ([PR #23238](https://github.com/microsoft/fluentui/pull/23238) by lingfangao@hotmail.com)
15
+ - fix: use neutral foreground 2 as text color for menu item ([PR #22540](https://github.com/microsoft/fluentui/pull/22540) by lingfangao@hotmail.com)
16
+ - Bump @fluentui/react-portal to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
18
+
19
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.11)
20
+
21
+ Mon, 23 May 2022 18:56:46 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.10..@fluentui/react-menu_v9.0.0-rc.11)
23
+
24
+ ### Changes
25
+
26
+ - BREAKING: changes to positioning prop ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
27
+ - BREAKING: Stop exporting MenuContext and MenuListContext ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
28
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
29
+ - Bump @fluentui/react-portal to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
30
+ - Bump @fluentui/react-positioning to v9.0.0-rc.10 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
31
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
32
+ - Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
33
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
34
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
35
+
36
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.10)
37
+
38
+ Mon, 23 May 2022 12:14:22 GMT
39
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.9..@fluentui/react-menu_v9.0.0-rc.10)
40
+
41
+ ### Changes
42
+
43
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
44
+ - feat: Fill icon on hover ([PR #23084](https://github.com/microsoft/fluentui/pull/23084) by yuanboxue@microsoft.com)
45
+ - fix: Context menu closes when its trigger is left clicked ([PR #23089](https://github.com/microsoft/fluentui/pull/23089) by lingfangao@hotmail.com)
46
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
47
+ - Removing Common types from all Menu components. ([PR #22958](https://github.com/microsoft/fluentui/pull/22958) by Humberto.Morimoto@microsoft.com)
48
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
49
+ - Bump @fluentui/react-portal to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
50
+ - Bump @fluentui/react-positioning to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
51
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
52
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
53
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
54
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
55
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
56
+
57
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.9)
58
+
59
+ Thu, 05 May 2022 18:26:24 GMT
60
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.8..@fluentui/react-menu_v9.0.0-rc.9)
61
+
62
+ ### Changes
63
+
64
+ - Removing star exports. ([PR #22804](https://github.com/microsoft/fluentui/pull/22804) by humberto_makoto@hotmail.com)
65
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.6 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
66
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
67
+ - Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
68
+ - Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
69
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
70
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
71
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
72
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
73
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
74
+
75
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.8)
76
+
77
+ Wed, 04 May 2022 13:26:44 GMT
78
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.7..@fluentui/react-menu_v9.0.0-rc.8)
79
+
80
+ ### Changes
81
+
82
+ - feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
83
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
84
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
85
+ - Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
86
+ - Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
87
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
88
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
89
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
90
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
91
+
92
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.7)
93
+
94
+ Mon, 25 Apr 2022 09:32:19 GMT
95
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.6..@fluentui/react-menu_v9.0.0-rc.7)
96
+
97
+ ### Changes
98
+
99
+ - Bump @fluentui/react-portal to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
100
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
101
+
102
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.6)
103
+
104
+ Tue, 19 Apr 2022 19:16:45 GMT
105
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.5..@fluentui/react-menu_v9.0.0-rc.6)
106
+
107
+ ### Changes
108
+
109
+ - fix(MenuItem): Alignment for non v9 icons ([PR #21949](https://github.com/microsoft/fluentui/pull/21949) by gcox@microsoft.com)
110
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
111
+ - Add static classnames to Menu ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
112
+ - 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)
113
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
114
+ - Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
115
+ - Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
116
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
117
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
118
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
119
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
120
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
121
+
122
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.5)
123
+
124
+ Fri, 04 Mar 2022 05:17:38 GMT
125
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.4..@fluentui/react-menu_v9.0.0-rc.5)
126
+
127
+ ### Changes
128
+
129
+ - 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)
130
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
131
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
132
+ - Bump @fluentui/react-portal to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
133
+ - Bump @fluentui/react-positioning to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
134
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
135
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
136
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
137
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
138
+
139
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.4)
140
+
141
+ Tue, 01 Mar 2022 02:17:37 GMT
142
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.3..@fluentui/react-menu_v9.0.0-rc.4)
143
+
144
+ ### Changes
145
+
146
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
147
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
148
+ - Bump @fluentui/react-portal to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
149
+ - Bump @fluentui/react-positioning to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
150
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
151
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
152
+
153
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.3)
154
+
155
+ Fri, 18 Feb 2022 13:35:33 GMT
156
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.1..@fluentui/react-menu_v9.0.0-rc.3)
157
+
158
+ ### Changes
159
+
160
+ - 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)
161
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
162
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
163
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
164
+ - Bump @fluentui/react-portal to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
165
+ - Bump @fluentui/react-positioning to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
166
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
167
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
168
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
169
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
170
+
7
171
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.1)
8
172
 
9
- Thu, 10 Feb 2022 08:44:43 GMT
173
+ Thu, 10 Feb 2022 08:51:30 GMT
10
174
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.5..@fluentui/react-menu_v9.0.0-rc.1)
11
175
 
12
176
  ### Changes
@@ -17,7 +181,7 @@ Thu, 10 Feb 2022 08:44:43 GMT
17
181
  - update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
18
182
  - Allow `MenuTrigger` to be wrapped by another trigger ([PR #21225](https://github.com/microsoft/fluentui/pull/21225) by lingfangao@hotmail.com)
19
183
  - update types related to trigger (allow only React.ReactElement & null) ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
20
- - 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)
184
+ - 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)
21
185
  - 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)
22
186
  - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
23
187
  - update styles to not use CSS shorthands ([PR #20820](https://github.com/microsoft/fluentui/pull/20820) by olfedias@microsoft.com)
@@ -47,7 +211,7 @@ Thu, 10 Feb 2022 08:44:43 GMT
47
211
 
48
212
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.5)
49
213
 
50
- Thu, 25 Nov 2021 08:34:14 GMT
214
+ Thu, 25 Nov 2021 08:34:14 GMT
51
215
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.4..@fluentui/react-menu_v9.0.0-beta.5)
52
216
 
53
217
  ### Changes
@@ -66,7 +230,7 @@ Thu, 25 Nov 2021 08:34:14 GMT
66
230
 
67
231
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.4)
68
232
 
69
- Fri, 12 Nov 2021 13:25:27 GMT
233
+ Fri, 12 Nov 2021 13:25:27 GMT
70
234
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.3..@fluentui/react-menu_v9.0.0-beta.4)
71
235
 
72
236
  ### Changes
@@ -88,7 +252,7 @@ Fri, 12 Nov 2021 13:25:27 GMT
88
252
 
89
253
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.3)
90
254
 
91
- Wed, 27 Oct 2021 12:14:20 GMT
255
+ Wed, 27 Oct 2021 12:14:20 GMT
92
256
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.2..@fluentui/react-menu_v9.0.0-beta.3)
93
257
 
94
258
  ### Changes
@@ -108,7 +272,7 @@ Wed, 27 Oct 2021 12:14:20 GMT
108
272
 
109
273
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.2)
110
274
 
111
- Tue, 12 Oct 2021 19:45:58 GMT
275
+ Tue, 12 Oct 2021 19:45:58 GMT
112
276
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.1..@fluentui/react-menu_v9.0.0-beta.2)
113
277
 
114
278
  ### Changes
@@ -119,7 +283,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
119
283
 
120
284
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.1)
121
285
 
122
- Wed, 06 Oct 2021 10:37:22 GMT
286
+ Wed, 06 Oct 2021 10:37:22 GMT
123
287
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.92..@fluentui/react-menu_v9.0.0-beta.1)
124
288
 
125
289
  ### Changes
@@ -139,7 +303,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
139
303
 
140
304
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.92)
141
305
 
142
- Tue, 05 Oct 2021 12:47:58 GMT
306
+ Tue, 05 Oct 2021 12:47:58 GMT
143
307
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.91..@fluentui/react-menu_v9.0.0-alpha.92)
144
308
 
145
309
  ### Changes
@@ -154,7 +318,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
154
318
 
155
319
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.91)
156
320
 
157
- Tue, 05 Oct 2021 09:28:07 GMT
321
+ Tue, 05 Oct 2021 09:28:07 GMT
158
322
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.90..@fluentui/react-menu_v9.0.0-alpha.91)
159
323
 
160
324
  ### Changes
@@ -173,7 +337,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
173
337
 
174
338
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.90)
175
339
 
176
- Fri, 01 Oct 2021 14:13:08 GMT
340
+ Fri, 01 Oct 2021 14:13:08 GMT
177
341
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.88..@fluentui/react-menu_v9.0.0-alpha.90)
178
342
 
179
343
  ### Changes
@@ -193,7 +357,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
193
357
 
194
358
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.88)
195
359
 
196
- Fri, 01 Oct 2021 12:30:46 GMT
360
+ Fri, 01 Oct 2021 12:30:46 GMT
197
361
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.87..@fluentui/react-menu_v9.0.0-alpha.88)
198
362
 
199
363
  ### Changes
@@ -202,7 +366,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
202
366
 
203
367
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.87)
204
368
 
205
- Fri, 01 Oct 2021 09:44:56 GMT
369
+ Fri, 01 Oct 2021 09:44:56 GMT
206
370
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.86..@fluentui/react-menu_v9.0.0-alpha.87)
207
371
 
208
372
  ### Changes
@@ -215,7 +379,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
215
379
 
216
380
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.86)
217
381
 
218
- Thu, 30 Sep 2021 09:18:15 GMT
382
+ Thu, 30 Sep 2021 09:18:15 GMT
219
383
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.85..@fluentui/react-menu_v9.0.0-alpha.86)
220
384
 
221
385
  ### Changes
@@ -224,7 +388,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
224
388
 
225
389
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.85)
226
390
 
227
- Wed, 29 Sep 2021 08:06:11 GMT
391
+ Wed, 29 Sep 2021 08:06:11 GMT
228
392
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.84..@fluentui/react-menu_v9.0.0-alpha.85)
229
393
 
230
394
  ### Changes
@@ -240,7 +404,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
240
404
 
241
405
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.84)
242
406
 
243
- Mon, 27 Sep 2021 08:06:00 GMT
407
+ Mon, 27 Sep 2021 08:06:00 GMT
244
408
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.83..@fluentui/react-menu_v9.0.0-alpha.84)
245
409
 
246
410
  ### Changes
@@ -258,7 +422,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
258
422
 
259
423
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.83)
260
424
 
261
- Fri, 24 Sep 2021 09:17:17 GMT
425
+ Fri, 24 Sep 2021 09:17:17 GMT
262
426
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.82..@fluentui/react-menu_v9.0.0-alpha.83)
263
427
 
264
428
  ### Changes
@@ -277,7 +441,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
277
441
 
278
442
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.82)
279
443
 
280
- Thu, 23 Sep 2021 08:21:34 GMT
444
+ Thu, 23 Sep 2021 08:21:34 GMT
281
445
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.81..@fluentui/react-menu_v9.0.0-alpha.82)
282
446
 
283
447
  ### Changes
@@ -295,7 +459,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
295
459
 
296
460
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.81)
297
461
 
298
- Wed, 22 Sep 2021 10:10:07 GMT
462
+ Wed, 22 Sep 2021 10:10:07 GMT
299
463
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.80..@fluentui/react-menu_v9.0.0-alpha.81)
300
464
 
301
465
  ### Changes
@@ -314,7 +478,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
314
478
 
315
479
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.80)
316
480
 
317
- Tue, 21 Sep 2021 07:42:34 GMT
481
+ Tue, 21 Sep 2021 07:42:34 GMT
318
482
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.79..@fluentui/react-menu_v9.0.0-alpha.80)
319
483
 
320
484
  ### Changes
@@ -331,7 +495,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
331
495
 
332
496
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.79)
333
497
 
334
- Mon, 20 Sep 2021 07:36:26 GMT
498
+ Mon, 20 Sep 2021 07:36:26 GMT
335
499
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.78..@fluentui/react-menu_v9.0.0-alpha.79)
336
500
 
337
501
  ### Changes
@@ -340,7 +504,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
340
504
 
341
505
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.78)
342
506
 
343
- Fri, 17 Sep 2021 07:35:26 GMT
507
+ Fri, 17 Sep 2021 07:35:26 GMT
344
508
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.77..@fluentui/react-menu_v9.0.0-alpha.78)
345
509
 
346
510
  ### Changes
@@ -350,7 +514,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
350
514
 
351
515
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.77)
352
516
 
353
- Thu, 16 Sep 2021 07:38:39 GMT
517
+ Thu, 16 Sep 2021 07:38:39 GMT
354
518
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.76..@fluentui/react-menu_v9.0.0-alpha.77)
355
519
 
356
520
  ### Changes
@@ -360,7 +524,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
360
524
 
361
525
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.76)
362
526
 
363
- Tue, 14 Sep 2021 20:09:02 GMT
527
+ Tue, 14 Sep 2021 20:09:02 GMT
364
528
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.75..@fluentui/react-menu_v9.0.0-alpha.76)
365
529
 
366
530
  ### Changes
@@ -369,7 +533,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
369
533
 
370
534
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.75)
371
535
 
372
- Fri, 10 Sep 2021 16:31:53 GMT
536
+ Fri, 10 Sep 2021 16:31:53 GMT
373
537
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.74..@fluentui/react-menu_v9.0.0-alpha.75)
374
538
 
375
539
  ### Changes
@@ -379,7 +543,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
379
543
 
380
544
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.74)
381
545
 
382
- Fri, 10 Sep 2021 07:39:51 GMT
546
+ Fri, 10 Sep 2021 07:39:51 GMT
383
547
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.73..@fluentui/react-menu_v9.0.0-alpha.74)
384
548
 
385
549
  ### Changes
@@ -388,7 +552,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
388
552
 
389
553
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.73)
390
554
 
391
- Wed, 08 Sep 2021 07:34:11 GMT
555
+ Wed, 08 Sep 2021 07:34:11 GMT
392
556
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.72..@fluentui/react-menu_v9.0.0-alpha.73)
393
557
 
394
558
  ### Changes
@@ -397,7 +561,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
397
561
 
398
562
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.72)
399
563
 
400
- Mon, 06 Sep 2021 07:34:53 GMT
564
+ Mon, 06 Sep 2021 07:34:53 GMT
401
565
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.71..@fluentui/react-menu_v9.0.0-alpha.72)
402
566
 
403
567
  ### Changes
@@ -406,7 +570,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
406
570
 
407
571
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.71)
408
572
 
409
- Thu, 02 Sep 2021 07:36:46 GMT
573
+ Thu, 02 Sep 2021 07:36:46 GMT
410
574
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.70..@fluentui/react-menu_v9.0.0-alpha.71)
411
575
 
412
576
  ### Patches
@@ -419,7 +583,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
419
583
 
420
584
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.70)
421
585
 
422
- Wed, 01 Sep 2021 07:39:56 GMT
586
+ Wed, 01 Sep 2021 07:39:56 GMT
423
587
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.69..@fluentui/react-menu_v9.0.0-alpha.70)
424
588
 
425
589
  ### Changes
@@ -428,7 +592,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
428
592
 
429
593
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.69)
430
594
 
431
- Tue, 31 Aug 2021 07:37:47 GMT
595
+ Tue, 31 Aug 2021 07:37:47 GMT
432
596
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.68..@fluentui/react-menu_v9.0.0-alpha.69)
433
597
 
434
598
  ### Changes
@@ -437,7 +601,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
437
601
 
438
602
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.68)
439
603
 
440
- Fri, 27 Aug 2021 07:33:32 GMT
604
+ Fri, 27 Aug 2021 07:33:32 GMT
441
605
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.67..@fluentui/react-menu_v9.0.0-alpha.68)
442
606
 
443
607
  ### Changes
@@ -446,7 +610,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
446
610
 
447
611
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.67)
448
612
 
449
- Thu, 26 Aug 2021 07:35:43 GMT
613
+ Thu, 26 Aug 2021 07:35:43 GMT
450
614
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.66..@fluentui/react-menu_v9.0.0-alpha.67)
451
615
 
452
616
  ### Changes
@@ -455,7 +619,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
455
619
 
456
620
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.66)
457
621
 
458
- Tue, 24 Aug 2021 07:34:48 GMT
622
+ Tue, 24 Aug 2021 07:34:48 GMT
459
623
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.65..@fluentui/react-menu_v9.0.0-alpha.66)
460
624
 
461
625
  ### Changes
@@ -464,7 +628,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
464
628
 
465
629
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.65)
466
630
 
467
- Fri, 20 Aug 2021 07:37:28 GMT
631
+ Fri, 20 Aug 2021 07:37:28 GMT
468
632
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.64..@fluentui/react-menu_v9.0.0-alpha.65)
469
633
 
470
634
  ### Changes
@@ -473,7 +637,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
473
637
 
474
638
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.64)
475
639
 
476
- Thu, 19 Aug 2021 07:41:35 GMT
640
+ Thu, 19 Aug 2021 07:41:35 GMT
477
641
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.63..@fluentui/react-menu_v9.0.0-alpha.64)
478
642
 
479
643
  ### Changes
@@ -482,7 +646,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
482
646
 
483
647
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.63)
484
648
 
485
- Mon, 16 Aug 2021 07:36:39 GMT
649
+ Mon, 16 Aug 2021 07:36:39 GMT
486
650
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.62..@fluentui/react-menu_v9.0.0-alpha.63)
487
651
 
488
652
  ### Changes
@@ -491,7 +655,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
491
655
 
492
656
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.62)
493
657
 
494
- Fri, 13 Aug 2021 07:36:34 GMT
658
+ Fri, 13 Aug 2021 07:36:34 GMT
495
659
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.61..@fluentui/react-menu_v9.0.0-alpha.62)
496
660
 
497
661
  ### Changes
@@ -501,7 +665,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
501
665
 
502
666
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.61)
503
667
 
504
- Wed, 11 Aug 2021 07:34:54 GMT
668
+ Wed, 11 Aug 2021 07:34:54 GMT
505
669
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.60..@fluentui/react-menu_v9.0.0-alpha.61)
506
670
 
507
671
  ### Changes
@@ -510,7 +674,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
510
674
 
511
675
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.60)
512
676
 
513
- Tue, 10 Aug 2021 07:33:28 GMT
677
+ Tue, 10 Aug 2021 07:33:28 GMT
514
678
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.59..@fluentui/react-menu_v9.0.0-alpha.60)
515
679
 
516
680
  ### Changes
@@ -519,7 +683,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
519
683
 
520
684
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.59)
521
685
 
522
- Fri, 06 Aug 2021 07:35:14 GMT
686
+ Fri, 06 Aug 2021 07:35:14 GMT
523
687
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.58..@fluentui/react-menu_v9.0.0-alpha.59)
524
688
 
525
689
  ### Changes
@@ -528,7 +692,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
528
692
 
529
693
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.58)
530
694
 
531
- Tue, 03 Aug 2021 07:39:30 GMT
695
+ Tue, 03 Aug 2021 07:39:30 GMT
532
696
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.57..@fluentui/react-menu_v9.0.0-alpha.58)
533
697
 
534
698
  ### Patches
@@ -544,7 +708,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
544
708
 
545
709
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.57)
546
710
 
547
- Mon, 02 Aug 2021 07:36:20 GMT
711
+ Mon, 02 Aug 2021 07:36:20 GMT
548
712
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.56..@fluentui/react-menu_v9.0.0-alpha.57)
549
713
 
550
714
  ### Changes
@@ -553,7 +717,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
553
717
 
554
718
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.56)
555
719
 
556
- Tue, 27 Jul 2021 07:34:27 GMT
720
+ Tue, 27 Jul 2021 07:34:27 GMT
557
721
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.55..@fluentui/react-menu_v9.0.0-alpha.56)
558
722
 
559
723
  ### Changes
@@ -562,7 +726,7 @@ Tue, 27 Jul 2021 07:34:27 GMT
562
726
 
563
727
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.55)
564
728
 
565
- Mon, 26 Jul 2021 07:37:30 GMT
729
+ Mon, 26 Jul 2021 07:37:30 GMT
566
730
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.54..@fluentui/react-menu_v9.0.0-alpha.55)
567
731
 
568
732
  ### Changes
@@ -571,7 +735,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
571
735
 
572
736
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.54)
573
737
 
574
- Fri, 23 Jul 2021 07:38:19 GMT
738
+ Fri, 23 Jul 2021 07:38:19 GMT
575
739
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.53..@fluentui/react-menu_v9.0.0-alpha.54)
576
740
 
577
741
  ### Changes
@@ -580,7 +744,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
580
744
 
581
745
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.53)
582
746
 
583
- Thu, 22 Jul 2021 07:36:55 GMT
747
+ Thu, 22 Jul 2021 07:36:55 GMT
584
748
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.52..@fluentui/react-menu_v9.0.0-alpha.53)
585
749
 
586
750
  ### Changes
@@ -589,7 +753,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
589
753
 
590
754
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.52)
591
755
 
592
- Tue, 20 Jul 2021 22:23:17 GMT
756
+ Tue, 20 Jul 2021 22:23:17 GMT
593
757
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.51..@fluentui/react-menu_v9.0.0-alpha.52)
594
758
 
595
759
  ### Changes
@@ -598,7 +762,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
598
762
 
599
763
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.51)
600
764
 
601
- Fri, 16 Jul 2021 22:53:17 GMT
765
+ Fri, 16 Jul 2021 22:53:17 GMT
602
766
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.50..@fluentui/react-menu_v9.0.0-alpha.51)
603
767
 
604
768
  ### Changes
@@ -607,7 +771,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
607
771
 
608
772
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.50)
609
773
 
610
- Thu, 15 Jul 2021 07:36:18 GMT
774
+ Thu, 15 Jul 2021 07:36:18 GMT
611
775
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.49..@fluentui/react-menu_v9.0.0-alpha.50)
612
776
 
613
777
  ### Changes
@@ -617,7 +781,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
617
781
 
618
782
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.49)
619
783
 
620
- Tue, 13 Jul 2021 22:32:58 GMT
784
+ Tue, 13 Jul 2021 22:32:58 GMT
621
785
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.48..@fluentui/react-menu_v9.0.0-alpha.49)
622
786
 
623
787
  ### Patches
@@ -626,7 +790,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
626
790
 
627
791
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.48)
628
792
 
629
- Tue, 13 Jul 2021 07:35:36 GMT
793
+ Tue, 13 Jul 2021 07:35:36 GMT
630
794
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.47..@fluentui/react-menu_v9.0.0-alpha.48)
631
795
 
632
796
  ### Changes
@@ -635,7 +799,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
635
799
 
636
800
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.47)
637
801
 
638
- Mon, 12 Jul 2021 07:33:23 GMT
802
+ Mon, 12 Jul 2021 07:33:23 GMT
639
803
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.46..@fluentui/react-menu_v9.0.0-alpha.47)
640
804
 
641
805
  ### Changes
@@ -644,7 +808,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
644
808
 
645
809
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.46)
646
810
 
647
- Fri, 09 Jul 2021 07:39:31 GMT
811
+ Fri, 09 Jul 2021 07:39:31 GMT
648
812
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.45..@fluentui/react-menu_v9.0.0-alpha.46)
649
813
 
650
814
  ### Patches
@@ -660,7 +824,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
660
824
 
661
825
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.45)
662
826
 
663
- Fri, 02 Jul 2021 23:15:55 GMT
827
+ Fri, 02 Jul 2021 23:15:55 GMT
664
828
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.44..@fluentui/react-menu_v9.0.0-alpha.45)
665
829
 
666
830
  ### Changes
@@ -669,7 +833,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
669
833
 
670
834
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.44)
671
835
 
672
- Fri, 02 Jul 2021 07:37:06 GMT
836
+ Fri, 02 Jul 2021 07:37:06 GMT
673
837
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.43..@fluentui/react-menu_v9.0.0-alpha.44)
674
838
 
675
839
  ### Changes
@@ -679,7 +843,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
679
843
 
680
844
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.43)
681
845
 
682
- Thu, 01 Jul 2021 07:35:05 GMT
846
+ Thu, 01 Jul 2021 07:35:05 GMT
683
847
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.42..@fluentui/react-menu_v9.0.0-alpha.43)
684
848
 
685
849
  ### Changes
@@ -688,7 +852,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
688
852
 
689
853
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.42)
690
854
 
691
- Wed, 30 Jun 2021 07:38:35 GMT
855
+ Wed, 30 Jun 2021 07:38:35 GMT
692
856
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.41..@fluentui/react-menu_v9.0.0-alpha.42)
693
857
 
694
858
  ### Changes
@@ -697,7 +861,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
697
861
 
698
862
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.41)
699
863
 
700
- Tue, 29 Jun 2021 07:33:32 GMT
864
+ Tue, 29 Jun 2021 07:33:32 GMT
701
865
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.40..@fluentui/react-menu_v9.0.0-alpha.41)
702
866
 
703
867
  ### Changes
@@ -706,7 +870,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
706
870
 
707
871
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.40)
708
872
 
709
- Tue, 22 Jun 2021 07:35:11 GMT
873
+ Tue, 22 Jun 2021 07:35:11 GMT
710
874
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.39..@fluentui/react-menu_v9.0.0-alpha.40)
711
875
 
712
876
  ### Changes
@@ -715,7 +879,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
715
879
 
716
880
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.39)
717
881
 
718
- Mon, 21 Jun 2021 07:34:33 GMT
882
+ Mon, 21 Jun 2021 07:34:33 GMT
719
883
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.38..@fluentui/react-menu_v9.0.0-alpha.39)
720
884
 
721
885
  ### Changes
@@ -725,7 +889,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
725
889
 
726
890
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.38)
727
891
 
728
- Thu, 17 Jun 2021 07:34:11 GMT
892
+ Thu, 17 Jun 2021 07:34:11 GMT
729
893
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.37..@fluentui/react-menu_v9.0.0-alpha.38)
730
894
 
731
895
  ### Changes
@@ -734,7 +898,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
734
898
 
735
899
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.37)
736
900
 
737
- Wed, 16 Jun 2021 07:34:24 GMT
901
+ Wed, 16 Jun 2021 07:34:24 GMT
738
902
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.36..@fluentui/react-menu_v9.0.0-alpha.37)
739
903
 
740
904
  ### Changes
@@ -743,7 +907,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
743
907
 
744
908
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.36)
745
909
 
746
- Tue, 15 Jun 2021 07:40:20 GMT
910
+ Tue, 15 Jun 2021 07:40:20 GMT
747
911
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.35..@fluentui/react-menu_v9.0.0-alpha.36)
748
912
 
749
913
  ### Changes
@@ -752,7 +916,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
752
916
 
753
917
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.35)
754
918
 
755
- Thu, 10 Jun 2021 07:32:59 GMT
919
+ Thu, 10 Jun 2021 07:32:59 GMT
756
920
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.34..@fluentui/react-menu_v9.0.0-alpha.35)
757
921
 
758
922
  ### Changes
@@ -761,7 +925,7 @@ Thu, 10 Jun 2021 07:32:59 GMT
761
925
 
762
926
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.34)
763
927
 
764
- Wed, 09 Jun 2021 07:33:38 GMT
928
+ Wed, 09 Jun 2021 07:33:38 GMT
765
929
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.33..@fluentui/react-menu_v9.0.0-alpha.34)
766
930
 
767
931
  ### Changes
@@ -770,7 +934,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
770
934
 
771
935
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.33)
772
936
 
773
- Mon, 07 Jun 2021 07:38:15 GMT
937
+ Mon, 07 Jun 2021 07:38:15 GMT
774
938
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.32..@fluentui/react-menu_v9.0.0-alpha.33)
775
939
 
776
940
  ### Patches
@@ -786,7 +950,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
786
950
 
787
951
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.32)
788
952
 
789
- Fri, 04 Jun 2021 07:37:23 GMT
953
+ Fri, 04 Jun 2021 07:37:23 GMT
790
954
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.31..@fluentui/react-menu_v9.0.0-alpha.32)
791
955
 
792
956
  ### Changes
@@ -795,7 +959,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
795
959
 
796
960
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.31)
797
961
 
798
- Thu, 03 Jun 2021 07:36:03 GMT
962
+ Thu, 03 Jun 2021 07:36:03 GMT
799
963
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.30..@fluentui/react-menu_v9.0.0-alpha.31)
800
964
 
801
965
  ### Changes
@@ -805,7 +969,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
805
969
 
806
970
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.30)
807
971
 
808
- Wed, 02 Jun 2021 07:37:15 GMT
972
+ Wed, 02 Jun 2021 07:37:15 GMT
809
973
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.29..@fluentui/react-menu_v9.0.0-alpha.30)
810
974
 
811
975
  ### Changes
@@ -814,7 +978,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
814
978
 
815
979
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.29)
816
980
 
817
- Fri, 28 May 2021 07:33:57 GMT
981
+ Fri, 28 May 2021 07:33:57 GMT
818
982
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.28..@fluentui/react-menu_v9.0.0-alpha.29)
819
983
 
820
984
  ### Changes
@@ -823,7 +987,7 @@ Fri, 28 May 2021 07:33:57 GMT
823
987
 
824
988
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.28)
825
989
 
826
- Thu, 27 May 2021 07:33:21 GMT
990
+ Thu, 27 May 2021 07:33:21 GMT
827
991
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.27..@fluentui/react-menu_v9.0.0-alpha.28)
828
992
 
829
993
  ### Changes
@@ -832,7 +996,7 @@ Thu, 27 May 2021 07:33:21 GMT
832
996
 
833
997
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.27)
834
998
 
835
- Wed, 26 May 2021 07:35:43 GMT
999
+ Wed, 26 May 2021 07:35:43 GMT
836
1000
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.26..@fluentui/react-menu_v9.0.0-alpha.27)
837
1001
 
838
1002
  ### Changes
@@ -841,7 +1005,7 @@ Wed, 26 May 2021 07:35:43 GMT
841
1005
 
842
1006
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.26)
843
1007
 
844
- Fri, 21 May 2021 07:34:54 GMT
1008
+ Fri, 21 May 2021 07:34:54 GMT
845
1009
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.25..@fluentui/react-menu_v9.0.0-alpha.26)
846
1010
 
847
1011
  ### Changes
@@ -850,7 +1014,7 @@ Fri, 21 May 2021 07:34:54 GMT
850
1014
 
851
1015
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.25)
852
1016
 
853
- Thu, 20 May 2021 07:41:54 GMT
1017
+ Thu, 20 May 2021 07:41:54 GMT
854
1018
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.24..@fluentui/react-menu_v9.0.0-alpha.25)
855
1019
 
856
1020
  ### Patches
@@ -866,7 +1030,7 @@ Thu, 20 May 2021 07:41:54 GMT
866
1030
 
867
1031
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.24)
868
1032
 
869
- Wed, 19 May 2021 07:34:20 GMT
1033
+ Wed, 19 May 2021 07:34:20 GMT
870
1034
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.23..@fluentui/react-menu_v9.0.0-alpha.24)
871
1035
 
872
1036
  ### Patches
@@ -879,7 +1043,7 @@ Wed, 19 May 2021 07:34:20 GMT
879
1043
 
880
1044
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.23)
881
1045
 
882
- Tue, 18 May 2021 07:34:38 GMT
1046
+ Tue, 18 May 2021 07:34:38 GMT
883
1047
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.22..@fluentui/react-menu_v9.0.0-alpha.23)
884
1048
 
885
1049
  ### Changes
@@ -888,7 +1052,7 @@ Tue, 18 May 2021 07:34:38 GMT
888
1052
 
889
1053
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.22)
890
1054
 
891
- Thu, 13 May 2021 07:36:55 GMT
1055
+ Thu, 13 May 2021 07:36:55 GMT
892
1056
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.21..@fluentui/react-menu_v9.0.0-alpha.22)
893
1057
 
894
1058
  ### Changes
@@ -897,7 +1061,7 @@ Thu, 13 May 2021 07:36:55 GMT
897
1061
 
898
1062
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.21)
899
1063
 
900
- Wed, 12 May 2021 07:36:20 GMT
1064
+ Wed, 12 May 2021 07:36:20 GMT
901
1065
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.20..@fluentui/react-menu_v9.0.0-alpha.21)
902
1066
 
903
1067
  ### Changes
@@ -906,7 +1070,7 @@ Wed, 12 May 2021 07:36:20 GMT
906
1070
 
907
1071
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.20)
908
1072
 
909
- Mon, 10 May 2021 07:36:07 GMT
1073
+ Mon, 10 May 2021 07:36:07 GMT
910
1074
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.19..@fluentui/react-menu_v9.0.0-alpha.20)
911
1075
 
912
1076
  ### Changes
@@ -915,7 +1079,7 @@ Mon, 10 May 2021 07:36:07 GMT
915
1079
 
916
1080
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.19)
917
1081
 
918
- Wed, 05 May 2021 07:36:50 GMT
1082
+ Wed, 05 May 2021 07:36:50 GMT
919
1083
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.18..@fluentui/react-menu_v9.0.0-alpha.19)
920
1084
 
921
1085
  ### Changes
@@ -925,7 +1089,7 @@ Wed, 05 May 2021 07:36:50 GMT
925
1089
 
926
1090
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.18)
927
1091
 
928
- Tue, 04 May 2021 07:36:35 GMT
1092
+ Tue, 04 May 2021 07:36:35 GMT
929
1093
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.17..@fluentui/react-menu_v9.0.0-alpha.18)
930
1094
 
931
1095
  ### Changes
@@ -934,7 +1098,7 @@ Tue, 04 May 2021 07:36:35 GMT
934
1098
 
935
1099
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.17)
936
1100
 
937
- Mon, 03 May 2021 07:45:19 GMT
1101
+ Mon, 03 May 2021 07:45:19 GMT
938
1102
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.16..@fluentui/react-menu_v9.0.0-alpha.17)
939
1103
 
940
1104
  ### Changes
@@ -944,7 +1108,7 @@ Mon, 03 May 2021 07:45:19 GMT
944
1108
 
945
1109
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.16)
946
1110
 
947
- Fri, 30 Apr 2021 07:42:23 GMT
1111
+ Fri, 30 Apr 2021 07:42:23 GMT
948
1112
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.15..@fluentui/react-menu_v9.0.0-alpha.16)
949
1113
 
950
1114
  ### Patches
@@ -961,7 +1125,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
961
1125
 
962
1126
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.15)
963
1127
 
964
- Wed, 28 Apr 2021 07:32:59 GMT
1128
+ Wed, 28 Apr 2021 07:32:59 GMT
965
1129
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.14..@fluentui/react-menu_v9.0.0-alpha.15)
966
1130
 
967
1131
  ### Changes
@@ -970,7 +1134,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
970
1134
 
971
1135
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.14)
972
1136
 
973
- Tue, 27 Apr 2021 07:34:03 GMT
1137
+ Tue, 27 Apr 2021 07:34:03 GMT
974
1138
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.13..@fluentui/react-menu_v9.0.0-alpha.14)
975
1139
 
976
1140
  ### Changes
@@ -979,7 +1143,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
979
1143
 
980
1144
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.13)
981
1145
 
982
- Mon, 26 Apr 2021 07:34:31 GMT
1146
+ Mon, 26 Apr 2021 07:34:31 GMT
983
1147
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.12..@fluentui/react-menu_v9.0.0-alpha.13)
984
1148
 
985
1149
  ### Changes
@@ -988,7 +1152,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
988
1152
 
989
1153
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.12)
990
1154
 
991
- Fri, 23 Apr 2021 07:37:10 GMT
1155
+ Fri, 23 Apr 2021 07:37:10 GMT
992
1156
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.11..@fluentui/react-menu_v9.0.0-alpha.12)
993
1157
 
994
1158
  ### Patches
@@ -1004,7 +1168,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
1004
1168
 
1005
1169
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.11)
1006
1170
 
1007
- Thu, 22 Apr 2021 07:33:28 GMT
1171
+ Thu, 22 Apr 2021 07:33:28 GMT
1008
1172
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.10..@fluentui/react-menu_v9.0.0-alpha.11)
1009
1173
 
1010
1174
  ### Changes
@@ -1013,7 +1177,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
1013
1177
 
1014
1178
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.10)
1015
1179
 
1016
- Wed, 21 Apr 2021 07:31:50 GMT
1180
+ Wed, 21 Apr 2021 07:31:50 GMT
1017
1181
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.9..@fluentui/react-menu_v9.0.0-alpha.10)
1018
1182
 
1019
1183
  ### Changes
@@ -1023,7 +1187,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
1023
1187
 
1024
1188
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.9)
1025
1189
 
1026
- Tue, 20 Apr 2021 07:31:35 GMT
1190
+ Tue, 20 Apr 2021 07:31:35 GMT
1027
1191
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.8..@fluentui/react-menu_v9.0.0-alpha.9)
1028
1192
 
1029
1193
  ### Changes
@@ -1032,7 +1196,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
1032
1196
 
1033
1197
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.8)
1034
1198
 
1035
- Fri, 16 Apr 2021 18:08:21 GMT
1199
+ Fri, 16 Apr 2021 18:08:21 GMT
1036
1200
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.7..@fluentui/react-menu_v9.0.0-alpha.8)
1037
1201
 
1038
1202
  ### Changes
@@ -1041,7 +1205,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
1041
1205
 
1042
1206
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.7)
1043
1207
 
1044
- Fri, 16 Apr 2021 07:32:08 GMT
1208
+ Fri, 16 Apr 2021 07:32:08 GMT
1045
1209
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.6..@fluentui/react-menu_v9.0.0-alpha.7)
1046
1210
 
1047
1211
  ### Changes
@@ -1050,7 +1214,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
1050
1214
 
1051
1215
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.6)
1052
1216
 
1053
- Wed, 14 Apr 2021 07:34:12 GMT
1217
+ Wed, 14 Apr 2021 07:34:12 GMT
1054
1218
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.5..@fluentui/react-menu_v9.0.0-alpha.6)
1055
1219
 
1056
1220
  ### Changes
@@ -1059,7 +1223,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
1059
1223
 
1060
1224
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.5)
1061
1225
 
1062
- Fri, 09 Apr 2021 23:42:49 GMT
1226
+ Fri, 09 Apr 2021 23:42:49 GMT
1063
1227
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.4..@fluentui/react-menu_v9.0.0-alpha.5)
1064
1228
 
1065
1229
  ### Changes
@@ -1068,7 +1232,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
1068
1232
 
1069
1233
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.4)
1070
1234
 
1071
- Fri, 09 Apr 2021 07:31:06 GMT
1235
+ Fri, 09 Apr 2021 07:31:06 GMT
1072
1236
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.3..@fluentui/react-menu_v9.0.0-alpha.4)
1073
1237
 
1074
1238
  ### Changes
@@ -1077,7 +1241,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
1077
1241
 
1078
1242
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.3)
1079
1243
 
1080
- Thu, 08 Apr 2021 07:33:06 GMT
1244
+ Thu, 08 Apr 2021 07:33:06 GMT
1081
1245
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.2..@fluentui/react-menu_v9.0.0-alpha.3)
1082
1246
 
1083
1247
  ### Changes
@@ -1086,7 +1250,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
1086
1250
 
1087
1251
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.2)
1088
1252
 
1089
- Wed, 07 Apr 2021 08:04:03 GMT
1253
+ Wed, 07 Apr 2021 08:04:03 GMT
1090
1254
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.1..@fluentui/react-menu_v9.0.0-alpha.2)
1091
1255
 
1092
1256
  ### Changes
@@ -1096,7 +1260,7 @@ Wed, 07 Apr 2021 08:04:03 GMT
1096
1260
 
1097
1261
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.1)
1098
1262
 
1099
- Thu, 01 Apr 2021 20:13:37 GMT
1263
+ Thu, 01 Apr 2021 20:13:37 GMT
1100
1264
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.14.0..@fluentui/react-menu_v9.0.0-alpha.1)
1101
1265
 
1102
1266
  ### Changes
@@ -1107,7 +1271,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
1107
1271
 
1108
1272
  ## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.14.0)
1109
1273
 
1110
- Thu, 01 Apr 2021 07:33:24 GMT
1274
+ Thu, 01 Apr 2021 07:33:24 GMT
1111
1275
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.13.0..@fluentui/react-menu_v0.14.0)
1112
1276
 
1113
1277
  ### Minor changes
@@ -1117,7 +1281,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
1117
1281
 
1118
1282
  ## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.13.0)
1119
1283
 
1120
- Wed, 31 Mar 2021 00:53:43 GMT
1284
+ Wed, 31 Mar 2021 00:53:43 GMT
1121
1285
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.12.1..@fluentui/react-menu_v0.13.0)
1122
1286
 
1123
1287
  ### Minor changes
@@ -1143,7 +1307,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
1143
1307
 
1144
1308
  ## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.12.1)
1145
1309
 
1146
- Tue, 30 Mar 2021 07:34:45 GMT
1310
+ Tue, 30 Mar 2021 07:34:45 GMT
1147
1311
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.12.0..@fluentui/react-menu_v0.12.1)
1148
1312
 
1149
1313
  ### Patches
@@ -1162,7 +1326,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
1162
1326
 
1163
1327
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.12.0)
1164
1328
 
1165
- Fri, 26 Mar 2021 07:32:34 GMT
1329
+ Fri, 26 Mar 2021 07:32:34 GMT
1166
1330
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.11.0..@fluentui/react-menu_v0.12.0)
1167
1331
 
1168
1332
  ### Minor changes
@@ -1179,7 +1343,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1179
1343
 
1180
1344
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.11.0)
1181
1345
 
1182
- Thu, 25 Mar 2021 07:33:24 GMT
1346
+ Thu, 25 Mar 2021 07:33:24 GMT
1183
1347
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.11.0..@fluentui/react-menu_v0.11.0)
1184
1348
 
1185
1349
  ### Changes
@@ -1192,7 +1356,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1192
1356
 
1193
1357
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.11.0)
1194
1358
 
1195
- Tue, 23 Mar 2021 07:31:43 GMT
1359
+ Tue, 23 Mar 2021 07:31:43 GMT
1196
1360
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.10.0..@fluentui/react-menu_v0.11.0)
1197
1361
 
1198
1362
  ### Minor changes
@@ -1209,7 +1373,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1209
1373
 
1210
1374
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.10.0)
1211
1375
 
1212
- Fri, 19 Mar 2021 07:32:43 GMT
1376
+ Fri, 19 Mar 2021 07:32:43 GMT
1213
1377
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.9.0..@fluentui/react-menu_v0.10.0)
1214
1378
 
1215
1379
  ### Minor changes
@@ -1218,7 +1382,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
1218
1382
 
1219
1383
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.9.0)
1220
1384
 
1221
- Thu, 18 Mar 2021 20:15:34 GMT
1385
+ Thu, 18 Mar 2021 20:15:34 GMT
1222
1386
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.3..@fluentui/react-menu_v0.9.0)
1223
1387
 
1224
1388
  ### Minor changes
@@ -1234,7 +1398,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1234
1398
 
1235
1399
  ## [0.8.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.3)
1236
1400
 
1237
- Tue, 16 Mar 2021 07:32:44 GMT
1401
+ Tue, 16 Mar 2021 07:32:44 GMT
1238
1402
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.2..@fluentui/react-menu_v0.8.3)
1239
1403
 
1240
1404
  ### Patches
@@ -1247,7 +1411,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1247
1411
 
1248
1412
  ## [0.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.2)
1249
1413
 
1250
- Mon, 15 Mar 2021 07:36:20 GMT
1414
+ Mon, 15 Mar 2021 07:36:20 GMT
1251
1415
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.1..@fluentui/react-menu_v0.8.2)
1252
1416
 
1253
1417
  ### Patches
@@ -1256,7 +1420,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
1256
1420
 
1257
1421
  ## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.1)
1258
1422
 
1259
- Fri, 12 Mar 2021 20:04:27 GMT
1423
+ Fri, 12 Mar 2021 20:04:27 GMT
1260
1424
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.0..@fluentui/react-menu_v0.8.1)
1261
1425
 
1262
1426
  ### Patches
@@ -1269,7 +1433,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1269
1433
 
1270
1434
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.0)
1271
1435
 
1272
- Wed, 10 Mar 2021 07:34:39 GMT
1436
+ Wed, 10 Mar 2021 07:34:39 GMT
1273
1437
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.0..@fluentui/react-menu_v0.8.0)
1274
1438
 
1275
1439
  ### Changes
@@ -1280,7 +1444,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1280
1444
 
1281
1445
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.0)
1282
1446
 
1283
- Sun, 07 Mar 2021 23:34:51 GMT
1447
+ Sun, 07 Mar 2021 23:34:51 GMT
1284
1448
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.7.0..@fluentui/react-menu_v0.8.0)
1285
1449
 
1286
1450
  ### Minor changes
@@ -1289,7 +1453,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
1289
1453
 
1290
1454
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.7.0)
1291
1455
 
1292
- Fri, 05 Mar 2021 20:30:59 GMT
1456
+ Fri, 05 Mar 2021 20:30:59 GMT
1293
1457
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.7.0..@fluentui/react-menu_v0.7.0)
1294
1458
 
1295
1459
  ### Changes
@@ -1300,7 +1464,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1300
1464
 
1301
1465
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.7.0)
1302
1466
 
1303
- Wed, 03 Mar 2021 00:10:09 GMT
1467
+ Wed, 03 Mar 2021 00:10:09 GMT
1304
1468
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.1..@fluentui/react-menu_v0.7.0)
1305
1469
 
1306
1470
  ### Minor changes
@@ -1319,7 +1483,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1319
1483
 
1320
1484
  ## [0.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.1)
1321
1485
 
1322
- Tue, 02 Mar 2021 07:24:27 GMT
1486
+ Tue, 02 Mar 2021 07:24:27 GMT
1323
1487
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.1..@fluentui/react-menu_v0.6.1)
1324
1488
 
1325
1489
  ### Changes
@@ -1330,7 +1494,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1330
1494
 
1331
1495
  ## [0.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.1)
1332
1496
 
1333
- Fri, 26 Feb 2021 01:16:27 GMT
1497
+ Fri, 26 Feb 2021 01:16:27 GMT
1334
1498
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.0..@fluentui/react-menu_v0.6.1)
1335
1499
 
1336
1500
  ### Patches
@@ -1345,7 +1509,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1345
1509
 
1346
1510
  ## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.0)
1347
1511
 
1348
- Thu, 25 Feb 2021 20:16:39 GMT
1512
+ Thu, 25 Feb 2021 20:16:39 GMT
1349
1513
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.0..@fluentui/react-menu_v0.6.0)
1350
1514
 
1351
1515
  ### Changes
@@ -1354,7 +1518,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1354
1518
 
1355
1519
  ## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.0)
1356
1520
 
1357
- Thu, 25 Feb 2021 01:15:27 GMT
1521
+ Thu, 25 Feb 2021 01:15:27 GMT
1358
1522
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.5.1..@fluentui/react-menu_v0.6.0)
1359
1523
 
1360
1524
  ### Minor changes
@@ -1374,7 +1538,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1374
1538
 
1375
1539
  ## [0.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.5.1)
1376
1540
 
1377
- Wed, 24 Feb 2021 00:05:29 GMT
1541
+ Wed, 24 Feb 2021 00:05:29 GMT
1378
1542
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.5.0..@fluentui/react-menu_v0.5.1)
1379
1543
 
1380
1544
  ### Patches
@@ -1388,7 +1552,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
1388
1552
 
1389
1553
  ## [0.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.5.0)
1390
1554
 
1391
- Mon, 22 Feb 2021 12:26:22 GMT
1555
+ Mon, 22 Feb 2021 12:26:22 GMT
1392
1556
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.2..@fluentui/react-menu_v0.5.0)
1393
1557
 
1394
1558
  ### Minor changes
@@ -1406,7 +1570,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1406
1570
 
1407
1571
  ## [0.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.2)
1408
1572
 
1409
- Thu, 18 Feb 2021 19:38:50 GMT
1573
+ Thu, 18 Feb 2021 19:38:50 GMT
1410
1574
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.1..@fluentui/react-menu_v0.4.2)
1411
1575
 
1412
1576
  ### Patches
@@ -1421,7 +1585,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
1421
1585
 
1422
1586
  ## [0.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.1)
1423
1587
 
1424
- Thu, 18 Feb 2021 12:27:34 GMT
1588
+ Thu, 18 Feb 2021 12:27:34 GMT
1425
1589
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.0..@fluentui/react-menu_v0.4.1)
1426
1590
 
1427
1591
  ### Patches
@@ -1439,7 +1603,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
1439
1603
 
1440
1604
  ## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.0)
1441
1605
 
1442
- Wed, 17 Feb 2021 12:21:39 GMT
1606
+ Wed, 17 Feb 2021 12:21:39 GMT
1443
1607
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.3.0..@fluentui/react-menu_v0.4.0)
1444
1608
 
1445
1609
  ### Minor changes
@@ -1448,7 +1612,7 @@ Wed, 17 Feb 2021 12:21:39 GMT
1448
1612
 
1449
1613
  ## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.3.0)
1450
1614
 
1451
- Mon, 15 Feb 2021 12:22:00 GMT
1615
+ Mon, 15 Feb 2021 12:22:00 GMT
1452
1616
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.1..@fluentui/react-menu_v0.3.0)
1453
1617
 
1454
1618
  ### Minor changes
@@ -1467,7 +1631,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1467
1631
 
1468
1632
  ## [0.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.1)
1469
1633
 
1470
- Fri, 12 Feb 2021 12:26:20 GMT
1634
+ Fri, 12 Feb 2021 12:26:20 GMT
1471
1635
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.0..@fluentui/react-menu_v0.2.1)
1472
1636
 
1473
1637
  ### Patches
@@ -1481,7 +1645,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1481
1645
 
1482
1646
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.0)
1483
1647
 
1484
- Thu, 11 Feb 2021 00:58:10 GMT
1648
+ Thu, 11 Feb 2021 00:58:10 GMT
1485
1649
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.0..@fluentui/react-menu_v0.2.0)
1486
1650
 
1487
1651
  ### Changes
@@ -1493,7 +1657,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1493
1657
 
1494
1658
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.0)
1495
1659
 
1496
- Tue, 09 Feb 2021 00:56:52 GMT
1660
+ Tue, 09 Feb 2021 00:56:52 GMT
1497
1661
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.1.0..@fluentui/react-menu_v0.2.0)
1498
1662
 
1499
1663
  ### Minor changes