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