@fluentui/react-menu 9.0.0-rc.7 → 9.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +559 -1
- package/CHANGELOG.md +276 -132
- package/dist/{react-menu.d.ts → index.d.ts} +125 -155
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/components/Menu/Menu.js.map +1 -1
- package/lib/components/Menu/Menu.types.js.map +1 -1
- package/lib/components/Menu/renderMenu.js.map +1 -1
- package/lib/components/Menu/useMenu.js +21 -7
- package/lib/components/Menu/useMenu.js.map +1 -1
- package/lib/components/Menu/useMenuContextValues.js +20 -20
- package/lib/components/Menu/useMenuContextValues.js.map +1 -1
- package/lib/components/MenuDivider/MenuDivider.js.map +1 -1
- package/lib/components/MenuDivider/renderMenuDivider.js.map +1 -1
- package/lib/components/MenuDivider/useMenuDivider.js.map +1 -1
- package/lib/components/MenuDivider/useMenuDividerStyles.js +4 -8
- package/lib/components/MenuDivider/useMenuDividerStyles.js.map +1 -1
- package/lib/components/MenuGroup/MenuGroup.js.map +1 -1
- package/lib/components/MenuGroup/renderMenuGroup.js.map +1 -1
- package/lib/components/MenuGroup/useMenuGroup.js.map +1 -1
- package/lib/components/MenuGroup/useMenuGroupContextValues.js.map +1 -1
- package/lib/components/MenuGroup/useMenuGroupStyles.js +0 -5
- package/lib/components/MenuGroup/useMenuGroupStyles.js.map +1 -1
- package/lib/components/MenuGroupHeader/MenuGroupHeader.js.map +1 -1
- package/lib/components/MenuGroupHeader/renderMenuGroupHeader.js.map +1 -1
- package/lib/components/MenuGroupHeader/useMenuGroupHeader.js.map +1 -1
- package/lib/components/MenuGroupHeader/useMenuGroupHeaderStyles.js +0 -5
- package/lib/components/MenuGroupHeader/useMenuGroupHeaderStyles.js.map +1 -1
- package/lib/components/MenuItem/MenuItem.js.map +1 -1
- package/lib/components/MenuItem/MenuItem.types.js.map +1 -1
- package/lib/components/MenuItem/renderMenuItem.js.map +1 -1
- package/lib/components/MenuItem/useCharacterSearch.js.map +1 -1
- package/lib/components/MenuItem/useMenuItem.js +4 -2
- package/lib/components/MenuItem/useMenuItem.js.map +1 -1
- package/lib/components/MenuItem/useMenuItemStyles.js +33 -35
- package/lib/components/MenuItem/useMenuItemStyles.js.map +1 -1
- package/lib/components/MenuItemCheckbox/MenuItemCheckbox.js.map +1 -1
- package/lib/components/MenuItemCheckbox/renderMenuItemCheckbox.js.map +1 -1
- package/lib/components/MenuItemCheckbox/useMenuItemCheckbox.js.map +1 -1
- package/lib/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js +0 -5
- package/lib/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js.map +1 -1
- package/lib/components/MenuItemRadio/MenuItemRadio.js.map +1 -1
- package/lib/components/MenuItemRadio/renderMenuItemRadio.js.map +1 -1
- package/lib/components/MenuItemRadio/useMenuItemRadio.js.map +1 -1
- package/lib/components/MenuItemRadio/useMenuItemRadioStyles.js +0 -5
- package/lib/components/MenuItemRadio/useMenuItemRadioStyles.js.map +1 -1
- 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 +1 -0
- package/lib/components/MenuList/index.js.map +1 -1
- package/lib/components/MenuList/renderMenuList.js.map +1 -1
- package/lib/components/MenuList/useMenuList.js +2 -2
- package/lib/components/MenuList/useMenuList.js.map +1 -1
- package/lib/components/MenuList/useMenuListContextValues.js +8 -8
- package/lib/components/MenuList/useMenuListContextValues.js.map +1 -1
- package/lib/components/MenuList/useMenuListStyles.js +0 -5
- package/lib/components/MenuList/useMenuListStyles.js.map +1 -1
- package/lib/components/MenuPopover/MenuPopover.js.map +1 -1
- package/lib/components/MenuPopover/renderMenuPopover.js.map +1 -1
- package/lib/components/MenuPopover/useMenuPopover.js +1 -1
- package/lib/components/MenuPopover/useMenuPopover.js.map +1 -1
- package/lib/components/MenuPopover/useMenuPopoverStyles.js +0 -5
- package/lib/components/MenuPopover/useMenuPopoverStyles.js.map +1 -1
- package/lib/components/MenuSplitGroup/MenuSplitGroup.js.map +1 -1
- package/lib/components/MenuSplitGroup/MenuSplitGroup.types.js.map +1 -1
- package/lib/components/MenuSplitGroup/renderMenuSplitGroup.js.map +1 -1
- package/lib/components/MenuSplitGroup/useMenuSplitGroup.js +1 -1
- package/lib/components/MenuSplitGroup/useMenuSplitGroup.js.map +1 -1
- package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.js +5 -10
- package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.js.map +1 -1
- package/lib/components/MenuTrigger/MenuTrigger.js.map +1 -1
- package/lib/components/MenuTrigger/renderMenuTrigger.js.map +1 -1
- package/lib/components/MenuTrigger/useMenuTrigger.js +1 -1
- package/lib/components/MenuTrigger/useMenuTrigger.js.map +1 -1
- package/lib/contexts/menuContext.js.map +1 -1
- package/lib/contexts/menuGroupContext.js.map +1 -1
- package/lib/contexts/menuListContext.js.map +1 -1
- package/lib/index.js +16 -16
- package/lib/index.js.map +1 -1
- package/lib/selectable/useCheckmarkStyles.js.map +1 -1
- package/lib/utils/useIsSubmenu.js.map +1 -1
- package/lib/utils/useOnMenuEnter.js.map +1 -1
- package/lib-commonjs/components/Menu/Menu.js.map +1 -1
- package/lib-commonjs/components/Menu/renderMenu.js.map +1 -1
- package/lib-commonjs/components/Menu/useMenu.js +19 -5
- package/lib-commonjs/components/Menu/useMenu.js.map +1 -1
- package/lib-commonjs/components/Menu/useMenuContextValues.js +20 -20
- package/lib-commonjs/components/Menu/useMenuContextValues.js.map +1 -1
- package/lib-commonjs/components/MenuDivider/MenuDivider.js.map +1 -1
- package/lib-commonjs/components/MenuDivider/renderMenuDivider.js.map +1 -1
- package/lib-commonjs/components/MenuDivider/useMenuDivider.js.map +1 -1
- package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.js +5 -9
- package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.js.map +1 -1
- package/lib-commonjs/components/MenuGroup/MenuGroup.js.map +1 -1
- package/lib-commonjs/components/MenuGroup/renderMenuGroup.js.map +1 -1
- package/lib-commonjs/components/MenuGroup/useMenuGroup.js.map +1 -1
- package/lib-commonjs/components/MenuGroup/useMenuGroupContextValues.js.map +1 -1
- package/lib-commonjs/components/MenuGroup/useMenuGroupStyles.js +1 -6
- package/lib-commonjs/components/MenuGroup/useMenuGroupStyles.js.map +1 -1
- package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.js.map +1 -1
- package/lib-commonjs/components/MenuGroupHeader/renderMenuGroupHeader.js.map +1 -1
- package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeader.js.map +1 -1
- package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeaderStyles.js +1 -6
- package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeaderStyles.js.map +1 -1
- package/lib-commonjs/components/MenuItem/MenuItem.js.map +1 -1
- package/lib-commonjs/components/MenuItem/renderMenuItem.js.map +1 -1
- package/lib-commonjs/components/MenuItem/useCharacterSearch.js.map +1 -1
- package/lib-commonjs/components/MenuItem/useMenuItem.js +5 -3
- package/lib-commonjs/components/MenuItem/useMenuItem.js.map +1 -1
- package/lib-commonjs/components/MenuItem/useMenuItemStyles.js +35 -36
- package/lib-commonjs/components/MenuItem/useMenuItemStyles.js.map +1 -1
- package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.js.map +1 -1
- package/lib-commonjs/components/MenuItemCheckbox/renderMenuItemCheckbox.js.map +1 -1
- package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckbox.js.map +1 -1
- package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js +1 -6
- package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js.map +1 -1
- package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.js.map +1 -1
- package/lib-commonjs/components/MenuItemRadio/renderMenuItemRadio.js.map +1 -1
- package/lib-commonjs/components/MenuItemRadio/useMenuItemRadio.js.map +1 -1
- package/lib-commonjs/components/MenuItemRadio/useMenuItemRadioStyles.js +1 -6
- package/lib-commonjs/components/MenuItemRadio/useMenuItemRadioStyles.js.map +1 -1
- package/lib-commonjs/components/MenuList/MenuList.js.map +1 -1
- package/lib-commonjs/components/MenuList/index.js +2 -0
- package/lib-commonjs/components/MenuList/index.js.map +1 -1
- package/lib-commonjs/components/MenuList/renderMenuList.js.map +1 -1
- package/lib-commonjs/components/MenuList/useMenuList.js +2 -2
- package/lib-commonjs/components/MenuList/useMenuList.js.map +1 -1
- package/lib-commonjs/components/MenuList/useMenuListContextValues.js +8 -8
- package/lib-commonjs/components/MenuList/useMenuListContextValues.js.map +1 -1
- package/lib-commonjs/components/MenuList/useMenuListStyles.js +1 -6
- package/lib-commonjs/components/MenuList/useMenuListStyles.js.map +1 -1
- package/lib-commonjs/components/MenuPopover/MenuPopover.js.map +1 -1
- package/lib-commonjs/components/MenuPopover/renderMenuPopover.js.map +1 -1
- package/lib-commonjs/components/MenuPopover/useMenuPopover.js +1 -1
- package/lib-commonjs/components/MenuPopover/useMenuPopover.js.map +1 -1
- package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.js +1 -6
- package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.js.map +1 -1
- package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.js.map +1 -1
- package/lib-commonjs/components/MenuSplitGroup/renderMenuSplitGroup.js.map +1 -1
- package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroup.js +1 -1
- package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroup.js.map +1 -1
- package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroupStyles.js +6 -11
- package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroupStyles.js.map +1 -1
- package/lib-commonjs/components/MenuTrigger/MenuTrigger.js.map +1 -1
- package/lib-commonjs/components/MenuTrigger/renderMenuTrigger.js.map +1 -1
- package/lib-commonjs/components/MenuTrigger/useMenuTrigger.js +1 -1
- package/lib-commonjs/components/MenuTrigger/useMenuTrigger.js.map +1 -1
- package/lib-commonjs/contexts/menuContext.js.map +1 -1
- package/lib-commonjs/contexts/menuGroupContext.js.map +1 -1
- package/lib-commonjs/contexts/menuListContext.js.map +1 -1
- package/lib-commonjs/index.js +411 -17
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/selectable/useCheckmarkStyles.js.map +1 -1
- package/lib-commonjs/utils/useIsSubmenu.js.map +1 -1
- package/lib-commonjs/utils/useOnMenuEnter.js.map +1 -1
- package/package.json +20 -20
- 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/MenuSplitGroup.d.ts +0 -1
- package/lib/MenuTrigger.d.ts +0 -1
- package/lib/components/Menu/Menu.d.ts +0 -6
- package/lib/components/Menu/Menu.types.d.ts +0 -113
- 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 -8
- 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 -6
- 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/MenuGroup/useMenuGroupStyles.d.ts +0 -8
- 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 -8
- 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 -6
- package/lib/components/MenuItem/useMenuItemStyles.d.ts +0 -9
- 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 -5
- 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 -9
- 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 -5
- 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 -9
- package/lib/components/MenuList/MenuList.d.ts +0 -6
- package/lib/components/MenuList/MenuList.types.d.ts +0 -55
- 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 -11
- 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 -11
- package/lib/components/MenuSplitGroup/MenuSplitGroup.d.ts +0 -6
- package/lib/components/MenuSplitGroup/MenuSplitGroup.types.d.ts +0 -14
- package/lib/components/MenuSplitGroup/index.d.ts +0 -5
- package/lib/components/MenuSplitGroup/renderMenuSplitGroup.d.ts +0 -5
- package/lib/components/MenuSplitGroup/useMenuSplitGroup.d.ts +0 -12
- package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.d.ts +0 -11
- package/lib/components/MenuTrigger/MenuTrigger.d.ts +0 -8
- package/lib/components/MenuTrigger/MenuTrigger.types.d.ts +0 -20
- 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/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 -16
- 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/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/MenuSplitGroup.d.ts +0 -1
- package/lib-commonjs/MenuTrigger.d.ts +0 -1
- package/lib-commonjs/components/Menu/Menu.d.ts +0 -6
- package/lib-commonjs/components/Menu/Menu.types.d.ts +0 -113
- 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 -8
- 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 -6
- 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/MenuGroup/useMenuGroupStyles.d.ts +0 -8
- 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 -8
- 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 -6
- package/lib-commonjs/components/MenuItem/useMenuItemStyles.d.ts +0 -9
- 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 -5
- 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 -9
- 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 -5
- 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 -9
- package/lib-commonjs/components/MenuList/MenuList.d.ts +0 -6
- package/lib-commonjs/components/MenuList/MenuList.types.d.ts +0 -55
- 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 -11
- 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 -11
- package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.d.ts +0 -6
- package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.types.d.ts +0 -14
- package/lib-commonjs/components/MenuSplitGroup/index.d.ts +0 -5
- package/lib-commonjs/components/MenuSplitGroup/renderMenuSplitGroup.d.ts +0 -5
- package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroup.d.ts +0 -12
- package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroupStyles.d.ts +0 -11
- package/lib-commonjs/components/MenuTrigger/MenuTrigger.d.ts +0 -8
- package/lib-commonjs/components/MenuTrigger/MenuTrigger.types.d.ts +0 -20
- 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/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 -16
- 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/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,12 +1,156 @@
|
|
1
1
|
# Change Log - @fluentui/react-menu
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 28 Jun 2022 15:08:53 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0)
|
8
|
+
|
9
|
+
Tue, 28 Jun 2022 15:08:53 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.14..@fluentui/react-menu_v9.0.0)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
|
15
|
+
- Bump @fluentui/keyboard-keys to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
16
|
+
- Bump @fluentui/react-context-selector to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
17
|
+
- Bump @fluentui/react-portal to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
18
|
+
- Bump @fluentui/react-positioning to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
19
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
20
|
+
- Bump @fluentui/react-tabster to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
21
|
+
- Bump @fluentui/react-theme to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
22
|
+
- Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
23
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
24
|
+
|
25
|
+
### Changes
|
26
|
+
|
27
|
+
- chore: Update @fluentui/react-icons to latest version ([PR #23459](https://github.com/microsoft/fluentui/pull/23459) by olfedias@microsoft.com)
|
28
|
+
- fix: improve internal typings ([PR #23574](https://github.com/microsoft/fluentui/pull/23574) by bernardo.sunderhus@gmail.com)
|
29
|
+
- chore: Adding scheduler as a peer dependency since this package has a dependency on @fluentui/react-context-selector. ([PR #23681](https://github.com/microsoft/fluentui/pull/23681) by Humberto.Morimoto@microsoft.com)
|
30
|
+
- fix: submenu indicator should be filled on hover ([PR #23331](https://github.com/microsoft/fluentui/pull/23331) by yuanboxue@microsoft.com)
|
31
|
+
- Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
|
32
|
+
- fix: Use modern `::before` pseudoelement ([PR #23357](https://github.com/microsoft/fluentui/pull/23357) by lingfangao@hotmail.com)
|
33
|
+
- Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
|
34
|
+
- feat: Close context menu on scroll, new closeOnScroll prop ([PR #23351](https://github.com/microsoft/fluentui/pull/23351) by lingfangao@hotmail.com)
|
35
|
+
|
36
|
+
## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.14)
|
37
|
+
|
38
|
+
Thu, 23 Jun 2022 14:25:31 GMT
|
39
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.13..@fluentui/react-menu_v9.0.0-rc.14)
|
40
|
+
|
41
|
+
### Changes
|
42
|
+
|
43
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
44
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.12 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
45
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.11 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
46
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
47
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
48
|
+
|
49
|
+
## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.13)
|
50
|
+
|
51
|
+
Tue, 31 May 2022 21:28:40 GMT
|
52
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.12..@fluentui/react-menu_v9.0.0-rc.13)
|
53
|
+
|
54
|
+
### Changes
|
55
|
+
|
56
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
57
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
58
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
59
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.13 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
60
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.11 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
61
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
62
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.13 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
63
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
64
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
65
|
+
|
66
|
+
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.12)
|
67
|
+
|
68
|
+
Thu, 26 May 2022 21:01:26 GMT
|
69
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.11..@fluentui/react-menu_v9.0.0-rc.12)
|
70
|
+
|
71
|
+
### Changes
|
72
|
+
|
73
|
+
- fix: MenuDivider should be visible in Windows high contrast mode ([PR #23238](https://github.com/microsoft/fluentui/pull/23238) by lingfangao@hotmail.com)
|
74
|
+
- fix: use neutral foreground 2 as text color for menu item ([PR #22540](https://github.com/microsoft/fluentui/pull/22540) by lingfangao@hotmail.com)
|
75
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
|
76
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
|
77
|
+
|
78
|
+
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.11)
|
79
|
+
|
80
|
+
Mon, 23 May 2022 18:56:46 GMT
|
81
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.10..@fluentui/react-menu_v9.0.0-rc.11)
|
82
|
+
|
83
|
+
### Changes
|
84
|
+
|
85
|
+
- BREAKING: changes to positioning prop ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
|
86
|
+
- BREAKING: Stop exporting MenuContext and MenuListContext ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
|
87
|
+
- Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
|
88
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
89
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.10 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
90
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
91
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
92
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
93
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
94
|
+
|
95
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.10)
|
96
|
+
|
97
|
+
Mon, 23 May 2022 12:14:22 GMT
|
98
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.9..@fluentui/react-menu_v9.0.0-rc.10)
|
99
|
+
|
100
|
+
### Changes
|
101
|
+
|
102
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
103
|
+
- feat: Fill icon on hover ([PR #23084](https://github.com/microsoft/fluentui/pull/23084) by yuanboxue@microsoft.com)
|
104
|
+
- fix: Context menu closes when its trigger is left clicked ([PR #23089](https://github.com/microsoft/fluentui/pull/23089) by lingfangao@hotmail.com)
|
105
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
106
|
+
- Removing Common types from all Menu components. ([PR #22958](https://github.com/microsoft/fluentui/pull/22958) by Humberto.Morimoto@microsoft.com)
|
107
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
108
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
109
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
110
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
111
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
112
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
113
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
114
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
115
|
+
|
116
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.9)
|
117
|
+
|
118
|
+
Thu, 05 May 2022 18:26:24 GMT
|
119
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.8..@fluentui/react-menu_v9.0.0-rc.9)
|
120
|
+
|
121
|
+
### Changes
|
122
|
+
|
123
|
+
- Removing star exports. ([PR #22804](https://github.com/microsoft/fluentui/pull/22804) by humberto_makoto@hotmail.com)
|
124
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.6 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
125
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
126
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
127
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
128
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
129
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
130
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
131
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
132
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
133
|
+
|
134
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.8)
|
135
|
+
|
136
|
+
Wed, 04 May 2022 13:26:44 GMT
|
137
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.7..@fluentui/react-menu_v9.0.0-rc.8)
|
138
|
+
|
139
|
+
### Changes
|
140
|
+
|
141
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
142
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
143
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
144
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
145
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
146
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
147
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
148
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
149
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
150
|
+
|
7
151
|
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.7)
|
8
152
|
|
9
|
-
Mon, 25 Apr 2022 09:
|
153
|
+
Mon, 25 Apr 2022 09:32:19 GMT
|
10
154
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.6..@fluentui/react-menu_v9.0.0-rc.7)
|
11
155
|
|
12
156
|
### Changes
|
@@ -16,7 +160,7 @@ Mon, 25 Apr 2022 09:31:20 GMT
|
|
16
160
|
|
17
161
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.6)
|
18
162
|
|
19
|
-
Tue, 19 Apr 2022 19:16:45 GMT
|
163
|
+
Tue, 19 Apr 2022 19:16:45 GMT
|
20
164
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.5..@fluentui/react-menu_v9.0.0-rc.6)
|
21
165
|
|
22
166
|
### Changes
|
@@ -36,7 +180,7 @@ Tue, 19 Apr 2022 19:16:45 GMT
|
|
36
180
|
|
37
181
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.5)
|
38
182
|
|
39
|
-
Fri, 04 Mar 2022 05:17:38 GMT
|
183
|
+
Fri, 04 Mar 2022 05:17:38 GMT
|
40
184
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.4..@fluentui/react-menu_v9.0.0-rc.5)
|
41
185
|
|
42
186
|
### Changes
|
@@ -53,7 +197,7 @@ Fri, 04 Mar 2022 05:17:38 GMT
|
|
53
197
|
|
54
198
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.4)
|
55
199
|
|
56
|
-
Tue, 01 Mar 2022 02:17:37 GMT
|
200
|
+
Tue, 01 Mar 2022 02:17:37 GMT
|
57
201
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.3..@fluentui/react-menu_v9.0.0-rc.4)
|
58
202
|
|
59
203
|
### Changes
|
@@ -67,7 +211,7 @@ Tue, 01 Mar 2022 02:17:37 GMT
|
|
67
211
|
|
68
212
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.3)
|
69
213
|
|
70
|
-
Fri, 18 Feb 2022 13:35:33 GMT
|
214
|
+
Fri, 18 Feb 2022 13:35:33 GMT
|
71
215
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.1..@fluentui/react-menu_v9.0.0-rc.3)
|
72
216
|
|
73
217
|
### Changes
|
@@ -85,7 +229,7 @@ Fri, 18 Feb 2022 13:35:33 GMT
|
|
85
229
|
|
86
230
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.1)
|
87
231
|
|
88
|
-
Thu, 10 Feb 2022 08:51:30 GMT
|
232
|
+
Thu, 10 Feb 2022 08:51:30 GMT
|
89
233
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.5..@fluentui/react-menu_v9.0.0-rc.1)
|
90
234
|
|
91
235
|
### Changes
|
@@ -96,7 +240,7 @@ Thu, 10 Feb 2022 08:51:30 GMT
|
|
96
240
|
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
97
241
|
- Allow `MenuTrigger` to be wrapped by another trigger ([PR #21225](https://github.com/microsoft/fluentui/pull/21225) by lingfangao@hotmail.com)
|
98
242
|
- update types related to trigger (allow only React.ReactElement & null) ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
|
99
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
243
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
100
244
|
- Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster. ([PR #21035](https://github.com/microsoft/fluentui/pull/21035) by Humberto.Morimoto@microsoft.com)
|
101
245
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
102
246
|
- update styles to not use CSS shorthands ([PR #20820](https://github.com/microsoft/fluentui/pull/20820) by olfedias@microsoft.com)
|
@@ -126,7 +270,7 @@ Thu, 10 Feb 2022 08:51:30 GMT
|
|
126
270
|
|
127
271
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.5)
|
128
272
|
|
129
|
-
Thu, 25 Nov 2021 08:34:14 GMT
|
273
|
+
Thu, 25 Nov 2021 08:34:14 GMT
|
130
274
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.4..@fluentui/react-menu_v9.0.0-beta.5)
|
131
275
|
|
132
276
|
### Changes
|
@@ -145,7 +289,7 @@ Thu, 25 Nov 2021 08:34:14 GMT
|
|
145
289
|
|
146
290
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.4)
|
147
291
|
|
148
|
-
Fri, 12 Nov 2021 13:25:27 GMT
|
292
|
+
Fri, 12 Nov 2021 13:25:27 GMT
|
149
293
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.3..@fluentui/react-menu_v9.0.0-beta.4)
|
150
294
|
|
151
295
|
### Changes
|
@@ -167,7 +311,7 @@ Fri, 12 Nov 2021 13:25:27 GMT
|
|
167
311
|
|
168
312
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.3)
|
169
313
|
|
170
|
-
Wed, 27 Oct 2021 12:14:20 GMT
|
314
|
+
Wed, 27 Oct 2021 12:14:20 GMT
|
171
315
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.2..@fluentui/react-menu_v9.0.0-beta.3)
|
172
316
|
|
173
317
|
### Changes
|
@@ -187,7 +331,7 @@ Wed, 27 Oct 2021 12:14:20 GMT
|
|
187
331
|
|
188
332
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.2)
|
189
333
|
|
190
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
334
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
191
335
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.1..@fluentui/react-menu_v9.0.0-beta.2)
|
192
336
|
|
193
337
|
### Changes
|
@@ -198,7 +342,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
198
342
|
|
199
343
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.1)
|
200
344
|
|
201
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
345
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
202
346
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.92..@fluentui/react-menu_v9.0.0-beta.1)
|
203
347
|
|
204
348
|
### Changes
|
@@ -218,7 +362,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
218
362
|
|
219
363
|
## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.92)
|
220
364
|
|
221
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
365
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
222
366
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.91..@fluentui/react-menu_v9.0.0-alpha.92)
|
223
367
|
|
224
368
|
### Changes
|
@@ -233,7 +377,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
233
377
|
|
234
378
|
## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.91)
|
235
379
|
|
236
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
380
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
237
381
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.90..@fluentui/react-menu_v9.0.0-alpha.91)
|
238
382
|
|
239
383
|
### Changes
|
@@ -252,7 +396,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
252
396
|
|
253
397
|
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.90)
|
254
398
|
|
255
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
399
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
256
400
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.88..@fluentui/react-menu_v9.0.0-alpha.90)
|
257
401
|
|
258
402
|
### Changes
|
@@ -272,7 +416,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
272
416
|
|
273
417
|
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.88)
|
274
418
|
|
275
|
-
Fri, 01 Oct 2021 12:30:46 GMT
|
419
|
+
Fri, 01 Oct 2021 12:30:46 GMT
|
276
420
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.87..@fluentui/react-menu_v9.0.0-alpha.88)
|
277
421
|
|
278
422
|
### Changes
|
@@ -281,7 +425,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
|
|
281
425
|
|
282
426
|
## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.87)
|
283
427
|
|
284
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
428
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
285
429
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.86..@fluentui/react-menu_v9.0.0-alpha.87)
|
286
430
|
|
287
431
|
### Changes
|
@@ -294,7 +438,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
294
438
|
|
295
439
|
## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.86)
|
296
440
|
|
297
|
-
Thu, 30 Sep 2021 09:18:15 GMT
|
441
|
+
Thu, 30 Sep 2021 09:18:15 GMT
|
298
442
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.85..@fluentui/react-menu_v9.0.0-alpha.86)
|
299
443
|
|
300
444
|
### Changes
|
@@ -303,7 +447,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
|
|
303
447
|
|
304
448
|
## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.85)
|
305
449
|
|
306
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
450
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
307
451
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.84..@fluentui/react-menu_v9.0.0-alpha.85)
|
308
452
|
|
309
453
|
### Changes
|
@@ -319,7 +463,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
319
463
|
|
320
464
|
## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.84)
|
321
465
|
|
322
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
466
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
323
467
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.83..@fluentui/react-menu_v9.0.0-alpha.84)
|
324
468
|
|
325
469
|
### Changes
|
@@ -337,7 +481,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
337
481
|
|
338
482
|
## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.83)
|
339
483
|
|
340
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
484
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
341
485
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.82..@fluentui/react-menu_v9.0.0-alpha.83)
|
342
486
|
|
343
487
|
### Changes
|
@@ -356,7 +500,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
356
500
|
|
357
501
|
## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.82)
|
358
502
|
|
359
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
503
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
360
504
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.81..@fluentui/react-menu_v9.0.0-alpha.82)
|
361
505
|
|
362
506
|
### Changes
|
@@ -374,7 +518,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
374
518
|
|
375
519
|
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.81)
|
376
520
|
|
377
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
521
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
378
522
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.80..@fluentui/react-menu_v9.0.0-alpha.81)
|
379
523
|
|
380
524
|
### Changes
|
@@ -393,7 +537,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
393
537
|
|
394
538
|
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.80)
|
395
539
|
|
396
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
540
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
397
541
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.79..@fluentui/react-menu_v9.0.0-alpha.80)
|
398
542
|
|
399
543
|
### Changes
|
@@ -410,7 +554,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
410
554
|
|
411
555
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.79)
|
412
556
|
|
413
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
557
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
414
558
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.78..@fluentui/react-menu_v9.0.0-alpha.79)
|
415
559
|
|
416
560
|
### Changes
|
@@ -419,7 +563,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
419
563
|
|
420
564
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.78)
|
421
565
|
|
422
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
566
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
423
567
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.77..@fluentui/react-menu_v9.0.0-alpha.78)
|
424
568
|
|
425
569
|
### Changes
|
@@ -429,7 +573,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
429
573
|
|
430
574
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.77)
|
431
575
|
|
432
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
576
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
433
577
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.76..@fluentui/react-menu_v9.0.0-alpha.77)
|
434
578
|
|
435
579
|
### Changes
|
@@ -439,7 +583,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
439
583
|
|
440
584
|
## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.76)
|
441
585
|
|
442
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
586
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
443
587
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.75..@fluentui/react-menu_v9.0.0-alpha.76)
|
444
588
|
|
445
589
|
### Changes
|
@@ -448,7 +592,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
448
592
|
|
449
593
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.75)
|
450
594
|
|
451
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
595
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
452
596
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.74..@fluentui/react-menu_v9.0.0-alpha.75)
|
453
597
|
|
454
598
|
### Changes
|
@@ -458,7 +602,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
458
602
|
|
459
603
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.74)
|
460
604
|
|
461
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
605
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
462
606
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.73..@fluentui/react-menu_v9.0.0-alpha.74)
|
463
607
|
|
464
608
|
### Changes
|
@@ -467,7 +611,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
467
611
|
|
468
612
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.73)
|
469
613
|
|
470
|
-
Wed, 08 Sep 2021 07:34:11 GMT
|
614
|
+
Wed, 08 Sep 2021 07:34:11 GMT
|
471
615
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.72..@fluentui/react-menu_v9.0.0-alpha.73)
|
472
616
|
|
473
617
|
### Changes
|
@@ -476,7 +620,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
|
|
476
620
|
|
477
621
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.72)
|
478
622
|
|
479
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
623
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
480
624
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.71..@fluentui/react-menu_v9.0.0-alpha.72)
|
481
625
|
|
482
626
|
### Changes
|
@@ -485,7 +629,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
485
629
|
|
486
630
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.71)
|
487
631
|
|
488
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
632
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
489
633
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.70..@fluentui/react-menu_v9.0.0-alpha.71)
|
490
634
|
|
491
635
|
### Patches
|
@@ -498,7 +642,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
498
642
|
|
499
643
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.70)
|
500
644
|
|
501
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
645
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
502
646
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.69..@fluentui/react-menu_v9.0.0-alpha.70)
|
503
647
|
|
504
648
|
### Changes
|
@@ -507,7 +651,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
507
651
|
|
508
652
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.69)
|
509
653
|
|
510
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
654
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
511
655
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.68..@fluentui/react-menu_v9.0.0-alpha.69)
|
512
656
|
|
513
657
|
### Changes
|
@@ -516,7 +660,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
516
660
|
|
517
661
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.68)
|
518
662
|
|
519
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
663
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
520
664
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.67..@fluentui/react-menu_v9.0.0-alpha.68)
|
521
665
|
|
522
666
|
### Changes
|
@@ -525,7 +669,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
525
669
|
|
526
670
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.67)
|
527
671
|
|
528
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
672
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
529
673
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.66..@fluentui/react-menu_v9.0.0-alpha.67)
|
530
674
|
|
531
675
|
### Changes
|
@@ -534,7 +678,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
534
678
|
|
535
679
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.66)
|
536
680
|
|
537
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
681
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
538
682
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.65..@fluentui/react-menu_v9.0.0-alpha.66)
|
539
683
|
|
540
684
|
### Changes
|
@@ -543,7 +687,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
543
687
|
|
544
688
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.65)
|
545
689
|
|
546
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
690
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
547
691
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.64..@fluentui/react-menu_v9.0.0-alpha.65)
|
548
692
|
|
549
693
|
### Changes
|
@@ -552,7 +696,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
552
696
|
|
553
697
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.64)
|
554
698
|
|
555
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
699
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
556
700
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.63..@fluentui/react-menu_v9.0.0-alpha.64)
|
557
701
|
|
558
702
|
### Changes
|
@@ -561,7 +705,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
561
705
|
|
562
706
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.63)
|
563
707
|
|
564
|
-
Mon, 16 Aug 2021 07:36:39 GMT
|
708
|
+
Mon, 16 Aug 2021 07:36:39 GMT
|
565
709
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.62..@fluentui/react-menu_v9.0.0-alpha.63)
|
566
710
|
|
567
711
|
### Changes
|
@@ -570,7 +714,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
|
|
570
714
|
|
571
715
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.62)
|
572
716
|
|
573
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
717
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
574
718
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.61..@fluentui/react-menu_v9.0.0-alpha.62)
|
575
719
|
|
576
720
|
### Changes
|
@@ -580,7 +724,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
580
724
|
|
581
725
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.61)
|
582
726
|
|
583
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
727
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
584
728
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.60..@fluentui/react-menu_v9.0.0-alpha.61)
|
585
729
|
|
586
730
|
### Changes
|
@@ -589,7 +733,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
589
733
|
|
590
734
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.60)
|
591
735
|
|
592
|
-
Tue, 10 Aug 2021 07:33:28 GMT
|
736
|
+
Tue, 10 Aug 2021 07:33:28 GMT
|
593
737
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.59..@fluentui/react-menu_v9.0.0-alpha.60)
|
594
738
|
|
595
739
|
### Changes
|
@@ -598,7 +742,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
|
|
598
742
|
|
599
743
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.59)
|
600
744
|
|
601
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
745
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
602
746
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.58..@fluentui/react-menu_v9.0.0-alpha.59)
|
603
747
|
|
604
748
|
### Changes
|
@@ -607,7 +751,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
607
751
|
|
608
752
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.58)
|
609
753
|
|
610
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
754
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
611
755
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.57..@fluentui/react-menu_v9.0.0-alpha.58)
|
612
756
|
|
613
757
|
### Patches
|
@@ -623,7 +767,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
623
767
|
|
624
768
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.57)
|
625
769
|
|
626
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
770
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
627
771
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.56..@fluentui/react-menu_v9.0.0-alpha.57)
|
628
772
|
|
629
773
|
### Changes
|
@@ -632,7 +776,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
632
776
|
|
633
777
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.56)
|
634
778
|
|
635
|
-
Tue, 27 Jul 2021 07:34:27 GMT
|
779
|
+
Tue, 27 Jul 2021 07:34:27 GMT
|
636
780
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.55..@fluentui/react-menu_v9.0.0-alpha.56)
|
637
781
|
|
638
782
|
### Changes
|
@@ -641,7 +785,7 @@ Tue, 27 Jul 2021 07:34:27 GMT
|
|
641
785
|
|
642
786
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.55)
|
643
787
|
|
644
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
788
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
645
789
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.54..@fluentui/react-menu_v9.0.0-alpha.55)
|
646
790
|
|
647
791
|
### Changes
|
@@ -650,7 +794,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
650
794
|
|
651
795
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.54)
|
652
796
|
|
653
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
797
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
654
798
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.53..@fluentui/react-menu_v9.0.0-alpha.54)
|
655
799
|
|
656
800
|
### Changes
|
@@ -659,7 +803,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
659
803
|
|
660
804
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.53)
|
661
805
|
|
662
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
806
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
663
807
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.52..@fluentui/react-menu_v9.0.0-alpha.53)
|
664
808
|
|
665
809
|
### Changes
|
@@ -668,7 +812,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
668
812
|
|
669
813
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.52)
|
670
814
|
|
671
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
815
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
672
816
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.51..@fluentui/react-menu_v9.0.0-alpha.52)
|
673
817
|
|
674
818
|
### Changes
|
@@ -677,7 +821,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
677
821
|
|
678
822
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.51)
|
679
823
|
|
680
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
824
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
681
825
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.50..@fluentui/react-menu_v9.0.0-alpha.51)
|
682
826
|
|
683
827
|
### Changes
|
@@ -686,7 +830,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
686
830
|
|
687
831
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.50)
|
688
832
|
|
689
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
833
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
690
834
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.49..@fluentui/react-menu_v9.0.0-alpha.50)
|
691
835
|
|
692
836
|
### Changes
|
@@ -696,7 +840,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
696
840
|
|
697
841
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.49)
|
698
842
|
|
699
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
843
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
700
844
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.48..@fluentui/react-menu_v9.0.0-alpha.49)
|
701
845
|
|
702
846
|
### Patches
|
@@ -705,7 +849,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
705
849
|
|
706
850
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.48)
|
707
851
|
|
708
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
852
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
709
853
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.47..@fluentui/react-menu_v9.0.0-alpha.48)
|
710
854
|
|
711
855
|
### Changes
|
@@ -714,7 +858,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
714
858
|
|
715
859
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.47)
|
716
860
|
|
717
|
-
Mon, 12 Jul 2021 07:33:23 GMT
|
861
|
+
Mon, 12 Jul 2021 07:33:23 GMT
|
718
862
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.46..@fluentui/react-menu_v9.0.0-alpha.47)
|
719
863
|
|
720
864
|
### Changes
|
@@ -723,7 +867,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
|
|
723
867
|
|
724
868
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.46)
|
725
869
|
|
726
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
870
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
727
871
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.45..@fluentui/react-menu_v9.0.0-alpha.46)
|
728
872
|
|
729
873
|
### Patches
|
@@ -739,7 +883,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
739
883
|
|
740
884
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.45)
|
741
885
|
|
742
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
886
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
743
887
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.44..@fluentui/react-menu_v9.0.0-alpha.45)
|
744
888
|
|
745
889
|
### Changes
|
@@ -748,7 +892,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
748
892
|
|
749
893
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.44)
|
750
894
|
|
751
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
895
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
752
896
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.43..@fluentui/react-menu_v9.0.0-alpha.44)
|
753
897
|
|
754
898
|
### Changes
|
@@ -758,7 +902,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
758
902
|
|
759
903
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.43)
|
760
904
|
|
761
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
905
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
762
906
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.42..@fluentui/react-menu_v9.0.0-alpha.43)
|
763
907
|
|
764
908
|
### Changes
|
@@ -767,7 +911,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
767
911
|
|
768
912
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.42)
|
769
913
|
|
770
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
914
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
771
915
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.41..@fluentui/react-menu_v9.0.0-alpha.42)
|
772
916
|
|
773
917
|
### Changes
|
@@ -776,7 +920,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
776
920
|
|
777
921
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.41)
|
778
922
|
|
779
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
923
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
780
924
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.40..@fluentui/react-menu_v9.0.0-alpha.41)
|
781
925
|
|
782
926
|
### Changes
|
@@ -785,7 +929,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
785
929
|
|
786
930
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.40)
|
787
931
|
|
788
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
932
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
789
933
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.39..@fluentui/react-menu_v9.0.0-alpha.40)
|
790
934
|
|
791
935
|
### Changes
|
@@ -794,7 +938,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
794
938
|
|
795
939
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.39)
|
796
940
|
|
797
|
-
Mon, 21 Jun 2021 07:34:33 GMT
|
941
|
+
Mon, 21 Jun 2021 07:34:33 GMT
|
798
942
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.38..@fluentui/react-menu_v9.0.0-alpha.39)
|
799
943
|
|
800
944
|
### Changes
|
@@ -804,7 +948,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
|
|
804
948
|
|
805
949
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.38)
|
806
950
|
|
807
|
-
Thu, 17 Jun 2021 07:34:11 GMT
|
951
|
+
Thu, 17 Jun 2021 07:34:11 GMT
|
808
952
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.37..@fluentui/react-menu_v9.0.0-alpha.38)
|
809
953
|
|
810
954
|
### Changes
|
@@ -813,7 +957,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
|
|
813
957
|
|
814
958
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.37)
|
815
959
|
|
816
|
-
Wed, 16 Jun 2021 07:34:24 GMT
|
960
|
+
Wed, 16 Jun 2021 07:34:24 GMT
|
817
961
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.36..@fluentui/react-menu_v9.0.0-alpha.37)
|
818
962
|
|
819
963
|
### Changes
|
@@ -822,7 +966,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
|
|
822
966
|
|
823
967
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.36)
|
824
968
|
|
825
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
969
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
826
970
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.35..@fluentui/react-menu_v9.0.0-alpha.36)
|
827
971
|
|
828
972
|
### Changes
|
@@ -831,7 +975,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
831
975
|
|
832
976
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.35)
|
833
977
|
|
834
|
-
Thu, 10 Jun 2021 07:32:59 GMT
|
978
|
+
Thu, 10 Jun 2021 07:32:59 GMT
|
835
979
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.34..@fluentui/react-menu_v9.0.0-alpha.35)
|
836
980
|
|
837
981
|
### Changes
|
@@ -840,7 +984,7 @@ Thu, 10 Jun 2021 07:32:59 GMT
|
|
840
984
|
|
841
985
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.34)
|
842
986
|
|
843
|
-
Wed, 09 Jun 2021 07:33:38 GMT
|
987
|
+
Wed, 09 Jun 2021 07:33:38 GMT
|
844
988
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.33..@fluentui/react-menu_v9.0.0-alpha.34)
|
845
989
|
|
846
990
|
### Changes
|
@@ -849,7 +993,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
|
|
849
993
|
|
850
994
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.33)
|
851
995
|
|
852
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
996
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
853
997
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.32..@fluentui/react-menu_v9.0.0-alpha.33)
|
854
998
|
|
855
999
|
### Patches
|
@@ -865,7 +1009,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
865
1009
|
|
866
1010
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.32)
|
867
1011
|
|
868
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
1012
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
869
1013
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.31..@fluentui/react-menu_v9.0.0-alpha.32)
|
870
1014
|
|
871
1015
|
### Changes
|
@@ -874,7 +1018,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
874
1018
|
|
875
1019
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.31)
|
876
1020
|
|
877
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
1021
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
878
1022
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.30..@fluentui/react-menu_v9.0.0-alpha.31)
|
879
1023
|
|
880
1024
|
### Changes
|
@@ -884,7 +1028,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
884
1028
|
|
885
1029
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.30)
|
886
1030
|
|
887
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
1031
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
888
1032
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.29..@fluentui/react-menu_v9.0.0-alpha.30)
|
889
1033
|
|
890
1034
|
### Changes
|
@@ -893,7 +1037,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
893
1037
|
|
894
1038
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.29)
|
895
1039
|
|
896
|
-
Fri, 28 May 2021 07:33:57 GMT
|
1040
|
+
Fri, 28 May 2021 07:33:57 GMT
|
897
1041
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.28..@fluentui/react-menu_v9.0.0-alpha.29)
|
898
1042
|
|
899
1043
|
### Changes
|
@@ -902,7 +1046,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
902
1046
|
|
903
1047
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.28)
|
904
1048
|
|
905
|
-
Thu, 27 May 2021 07:33:21 GMT
|
1049
|
+
Thu, 27 May 2021 07:33:21 GMT
|
906
1050
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.27..@fluentui/react-menu_v9.0.0-alpha.28)
|
907
1051
|
|
908
1052
|
### Changes
|
@@ -911,7 +1055,7 @@ Thu, 27 May 2021 07:33:21 GMT
|
|
911
1055
|
|
912
1056
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.27)
|
913
1057
|
|
914
|
-
Wed, 26 May 2021 07:35:43 GMT
|
1058
|
+
Wed, 26 May 2021 07:35:43 GMT
|
915
1059
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.26..@fluentui/react-menu_v9.0.0-alpha.27)
|
916
1060
|
|
917
1061
|
### Changes
|
@@ -920,7 +1064,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
920
1064
|
|
921
1065
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.26)
|
922
1066
|
|
923
|
-
Fri, 21 May 2021 07:34:54 GMT
|
1067
|
+
Fri, 21 May 2021 07:34:54 GMT
|
924
1068
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.25..@fluentui/react-menu_v9.0.0-alpha.26)
|
925
1069
|
|
926
1070
|
### Changes
|
@@ -929,7 +1073,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
929
1073
|
|
930
1074
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.25)
|
931
1075
|
|
932
|
-
Thu, 20 May 2021 07:41:54 GMT
|
1076
|
+
Thu, 20 May 2021 07:41:54 GMT
|
933
1077
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.24..@fluentui/react-menu_v9.0.0-alpha.25)
|
934
1078
|
|
935
1079
|
### Patches
|
@@ -945,7 +1089,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
945
1089
|
|
946
1090
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.24)
|
947
1091
|
|
948
|
-
Wed, 19 May 2021 07:34:20 GMT
|
1092
|
+
Wed, 19 May 2021 07:34:20 GMT
|
949
1093
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.23..@fluentui/react-menu_v9.0.0-alpha.24)
|
950
1094
|
|
951
1095
|
### Patches
|
@@ -958,7 +1102,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
958
1102
|
|
959
1103
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.23)
|
960
1104
|
|
961
|
-
Tue, 18 May 2021 07:34:38 GMT
|
1105
|
+
Tue, 18 May 2021 07:34:38 GMT
|
962
1106
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.22..@fluentui/react-menu_v9.0.0-alpha.23)
|
963
1107
|
|
964
1108
|
### Changes
|
@@ -967,7 +1111,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
967
1111
|
|
968
1112
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.22)
|
969
1113
|
|
970
|
-
Thu, 13 May 2021 07:36:55 GMT
|
1114
|
+
Thu, 13 May 2021 07:36:55 GMT
|
971
1115
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.21..@fluentui/react-menu_v9.0.0-alpha.22)
|
972
1116
|
|
973
1117
|
### Changes
|
@@ -976,7 +1120,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
976
1120
|
|
977
1121
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.21)
|
978
1122
|
|
979
|
-
Wed, 12 May 2021 07:36:20 GMT
|
1123
|
+
Wed, 12 May 2021 07:36:20 GMT
|
980
1124
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.20..@fluentui/react-menu_v9.0.0-alpha.21)
|
981
1125
|
|
982
1126
|
### Changes
|
@@ -985,7 +1129,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
985
1129
|
|
986
1130
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.20)
|
987
1131
|
|
988
|
-
Mon, 10 May 2021 07:36:07 GMT
|
1132
|
+
Mon, 10 May 2021 07:36:07 GMT
|
989
1133
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.19..@fluentui/react-menu_v9.0.0-alpha.20)
|
990
1134
|
|
991
1135
|
### Changes
|
@@ -994,7 +1138,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
994
1138
|
|
995
1139
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.19)
|
996
1140
|
|
997
|
-
Wed, 05 May 2021 07:36:50 GMT
|
1141
|
+
Wed, 05 May 2021 07:36:50 GMT
|
998
1142
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.18..@fluentui/react-menu_v9.0.0-alpha.19)
|
999
1143
|
|
1000
1144
|
### Changes
|
@@ -1004,7 +1148,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
1004
1148
|
|
1005
1149
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.18)
|
1006
1150
|
|
1007
|
-
Tue, 04 May 2021 07:36:35 GMT
|
1151
|
+
Tue, 04 May 2021 07:36:35 GMT
|
1008
1152
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.17..@fluentui/react-menu_v9.0.0-alpha.18)
|
1009
1153
|
|
1010
1154
|
### Changes
|
@@ -1013,7 +1157,7 @@ Tue, 04 May 2021 07:36:35 GMT
|
|
1013
1157
|
|
1014
1158
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.17)
|
1015
1159
|
|
1016
|
-
Mon, 03 May 2021 07:45:19 GMT
|
1160
|
+
Mon, 03 May 2021 07:45:19 GMT
|
1017
1161
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.16..@fluentui/react-menu_v9.0.0-alpha.17)
|
1018
1162
|
|
1019
1163
|
### Changes
|
@@ -1023,7 +1167,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
1023
1167
|
|
1024
1168
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.16)
|
1025
1169
|
|
1026
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
1170
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
1027
1171
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.15..@fluentui/react-menu_v9.0.0-alpha.16)
|
1028
1172
|
|
1029
1173
|
### Patches
|
@@ -1040,7 +1184,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
1040
1184
|
|
1041
1185
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.15)
|
1042
1186
|
|
1043
|
-
Wed, 28 Apr 2021 07:32:59 GMT
|
1187
|
+
Wed, 28 Apr 2021 07:32:59 GMT
|
1044
1188
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.14..@fluentui/react-menu_v9.0.0-alpha.15)
|
1045
1189
|
|
1046
1190
|
### Changes
|
@@ -1049,7 +1193,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
|
|
1049
1193
|
|
1050
1194
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.14)
|
1051
1195
|
|
1052
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
1196
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
1053
1197
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.13..@fluentui/react-menu_v9.0.0-alpha.14)
|
1054
1198
|
|
1055
1199
|
### Changes
|
@@ -1058,7 +1202,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
1058
1202
|
|
1059
1203
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.13)
|
1060
1204
|
|
1061
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
1205
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
1062
1206
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.12..@fluentui/react-menu_v9.0.0-alpha.13)
|
1063
1207
|
|
1064
1208
|
### Changes
|
@@ -1067,7 +1211,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
1067
1211
|
|
1068
1212
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.12)
|
1069
1213
|
|
1070
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
1214
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
1071
1215
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.11..@fluentui/react-menu_v9.0.0-alpha.12)
|
1072
1216
|
|
1073
1217
|
### Patches
|
@@ -1083,7 +1227,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
1083
1227
|
|
1084
1228
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.11)
|
1085
1229
|
|
1086
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
1230
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
1087
1231
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.10..@fluentui/react-menu_v9.0.0-alpha.11)
|
1088
1232
|
|
1089
1233
|
### Changes
|
@@ -1092,7 +1236,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
1092
1236
|
|
1093
1237
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.10)
|
1094
1238
|
|
1095
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
1239
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
1096
1240
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.9..@fluentui/react-menu_v9.0.0-alpha.10)
|
1097
1241
|
|
1098
1242
|
### Changes
|
@@ -1102,7 +1246,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
1102
1246
|
|
1103
1247
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.9)
|
1104
1248
|
|
1105
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
1249
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
1106
1250
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.8..@fluentui/react-menu_v9.0.0-alpha.9)
|
1107
1251
|
|
1108
1252
|
### Changes
|
@@ -1111,7 +1255,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
1111
1255
|
|
1112
1256
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.8)
|
1113
1257
|
|
1114
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
1258
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
1115
1259
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.7..@fluentui/react-menu_v9.0.0-alpha.8)
|
1116
1260
|
|
1117
1261
|
### Changes
|
@@ -1120,7 +1264,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
1120
1264
|
|
1121
1265
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.7)
|
1122
1266
|
|
1123
|
-
Fri, 16 Apr 2021 07:32:08 GMT
|
1267
|
+
Fri, 16 Apr 2021 07:32:08 GMT
|
1124
1268
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.6..@fluentui/react-menu_v9.0.0-alpha.7)
|
1125
1269
|
|
1126
1270
|
### Changes
|
@@ -1129,7 +1273,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
|
|
1129
1273
|
|
1130
1274
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.6)
|
1131
1275
|
|
1132
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
1276
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
1133
1277
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.5..@fluentui/react-menu_v9.0.0-alpha.6)
|
1134
1278
|
|
1135
1279
|
### Changes
|
@@ -1138,7 +1282,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
1138
1282
|
|
1139
1283
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.5)
|
1140
1284
|
|
1141
|
-
Fri, 09 Apr 2021 23:42:49 GMT
|
1285
|
+
Fri, 09 Apr 2021 23:42:49 GMT
|
1142
1286
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.4..@fluentui/react-menu_v9.0.0-alpha.5)
|
1143
1287
|
|
1144
1288
|
### Changes
|
@@ -1147,7 +1291,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
|
|
1147
1291
|
|
1148
1292
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.4)
|
1149
1293
|
|
1150
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
1294
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
1151
1295
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.3..@fluentui/react-menu_v9.0.0-alpha.4)
|
1152
1296
|
|
1153
1297
|
### Changes
|
@@ -1156,7 +1300,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
1156
1300
|
|
1157
1301
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.3)
|
1158
1302
|
|
1159
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
1303
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
1160
1304
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.2..@fluentui/react-menu_v9.0.0-alpha.3)
|
1161
1305
|
|
1162
1306
|
### Changes
|
@@ -1165,7 +1309,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
1165
1309
|
|
1166
1310
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.2)
|
1167
1311
|
|
1168
|
-
Wed, 07 Apr 2021 08:04:03 GMT
|
1312
|
+
Wed, 07 Apr 2021 08:04:03 GMT
|
1169
1313
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.1..@fluentui/react-menu_v9.0.0-alpha.2)
|
1170
1314
|
|
1171
1315
|
### Changes
|
@@ -1175,7 +1319,7 @@ Wed, 07 Apr 2021 08:04:03 GMT
|
|
1175
1319
|
|
1176
1320
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.1)
|
1177
1321
|
|
1178
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
1322
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
1179
1323
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.14.0..@fluentui/react-menu_v9.0.0-alpha.1)
|
1180
1324
|
|
1181
1325
|
### Changes
|
@@ -1186,7 +1330,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
1186
1330
|
|
1187
1331
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.14.0)
|
1188
1332
|
|
1189
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
1333
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
1190
1334
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.13.0..@fluentui/react-menu_v0.14.0)
|
1191
1335
|
|
1192
1336
|
### Minor changes
|
@@ -1196,7 +1340,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
1196
1340
|
|
1197
1341
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.13.0)
|
1198
1342
|
|
1199
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
1343
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
1200
1344
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.12.1..@fluentui/react-menu_v0.13.0)
|
1201
1345
|
|
1202
1346
|
### Minor changes
|
@@ -1222,7 +1366,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
1222
1366
|
|
1223
1367
|
## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.12.1)
|
1224
1368
|
|
1225
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
1369
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
1226
1370
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.12.0..@fluentui/react-menu_v0.12.1)
|
1227
1371
|
|
1228
1372
|
### Patches
|
@@ -1241,7 +1385,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
1241
1385
|
|
1242
1386
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.12.0)
|
1243
1387
|
|
1244
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
1388
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
1245
1389
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.11.0..@fluentui/react-menu_v0.12.0)
|
1246
1390
|
|
1247
1391
|
### Minor changes
|
@@ -1258,7 +1402,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
1258
1402
|
|
1259
1403
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.11.0)
|
1260
1404
|
|
1261
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
1405
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
1262
1406
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.11.0..@fluentui/react-menu_v0.11.0)
|
1263
1407
|
|
1264
1408
|
### Changes
|
@@ -1271,7 +1415,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
1271
1415
|
|
1272
1416
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.11.0)
|
1273
1417
|
|
1274
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
1418
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
1275
1419
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.10.0..@fluentui/react-menu_v0.11.0)
|
1276
1420
|
|
1277
1421
|
### Minor changes
|
@@ -1288,7 +1432,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
1288
1432
|
|
1289
1433
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.10.0)
|
1290
1434
|
|
1291
|
-
Fri, 19 Mar 2021 07:32:43 GMT
|
1435
|
+
Fri, 19 Mar 2021 07:32:43 GMT
|
1292
1436
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.9.0..@fluentui/react-menu_v0.10.0)
|
1293
1437
|
|
1294
1438
|
### Minor changes
|
@@ -1297,7 +1441,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
|
|
1297
1441
|
|
1298
1442
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.9.0)
|
1299
1443
|
|
1300
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
1444
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
1301
1445
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.3..@fluentui/react-menu_v0.9.0)
|
1302
1446
|
|
1303
1447
|
### Minor changes
|
@@ -1313,7 +1457,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
1313
1457
|
|
1314
1458
|
## [0.8.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.3)
|
1315
1459
|
|
1316
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
1460
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
1317
1461
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.2..@fluentui/react-menu_v0.8.3)
|
1318
1462
|
|
1319
1463
|
### Patches
|
@@ -1326,7 +1470,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
1326
1470
|
|
1327
1471
|
## [0.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.2)
|
1328
1472
|
|
1329
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
1473
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
1330
1474
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.1..@fluentui/react-menu_v0.8.2)
|
1331
1475
|
|
1332
1476
|
### Patches
|
@@ -1335,7 +1479,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
1335
1479
|
|
1336
1480
|
## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.1)
|
1337
1481
|
|
1338
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
1482
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
1339
1483
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.0..@fluentui/react-menu_v0.8.1)
|
1340
1484
|
|
1341
1485
|
### Patches
|
@@ -1348,7 +1492,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
1348
1492
|
|
1349
1493
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.0)
|
1350
1494
|
|
1351
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
1495
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
1352
1496
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.0..@fluentui/react-menu_v0.8.0)
|
1353
1497
|
|
1354
1498
|
### Changes
|
@@ -1359,7 +1503,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
1359
1503
|
|
1360
1504
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.0)
|
1361
1505
|
|
1362
|
-
Sun, 07 Mar 2021 23:34:51 GMT
|
1506
|
+
Sun, 07 Mar 2021 23:34:51 GMT
|
1363
1507
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.7.0..@fluentui/react-menu_v0.8.0)
|
1364
1508
|
|
1365
1509
|
### Minor changes
|
@@ -1368,7 +1512,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
|
|
1368
1512
|
|
1369
1513
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.7.0)
|
1370
1514
|
|
1371
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
1515
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
1372
1516
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.7.0..@fluentui/react-menu_v0.7.0)
|
1373
1517
|
|
1374
1518
|
### Changes
|
@@ -1379,7 +1523,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
1379
1523
|
|
1380
1524
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.7.0)
|
1381
1525
|
|
1382
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
1526
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
1383
1527
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.1..@fluentui/react-menu_v0.7.0)
|
1384
1528
|
|
1385
1529
|
### Minor changes
|
@@ -1398,7 +1542,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
1398
1542
|
|
1399
1543
|
## [0.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.1)
|
1400
1544
|
|
1401
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
1545
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
1402
1546
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.1..@fluentui/react-menu_v0.6.1)
|
1403
1547
|
|
1404
1548
|
### Changes
|
@@ -1409,7 +1553,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
1409
1553
|
|
1410
1554
|
## [0.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.1)
|
1411
1555
|
|
1412
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
1556
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
1413
1557
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.0..@fluentui/react-menu_v0.6.1)
|
1414
1558
|
|
1415
1559
|
### Patches
|
@@ -1424,7 +1568,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
1424
1568
|
|
1425
1569
|
## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.0)
|
1426
1570
|
|
1427
|
-
Thu, 25 Feb 2021 20:16:39 GMT
|
1571
|
+
Thu, 25 Feb 2021 20:16:39 GMT
|
1428
1572
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.0..@fluentui/react-menu_v0.6.0)
|
1429
1573
|
|
1430
1574
|
### Changes
|
@@ -1433,7 +1577,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
|
|
1433
1577
|
|
1434
1578
|
## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.0)
|
1435
1579
|
|
1436
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
1580
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
1437
1581
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.5.1..@fluentui/react-menu_v0.6.0)
|
1438
1582
|
|
1439
1583
|
### Minor changes
|
@@ -1453,7 +1597,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
1453
1597
|
|
1454
1598
|
## [0.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.5.1)
|
1455
1599
|
|
1456
|
-
Wed, 24 Feb 2021 00:05:29 GMT
|
1600
|
+
Wed, 24 Feb 2021 00:05:29 GMT
|
1457
1601
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.5.0..@fluentui/react-menu_v0.5.1)
|
1458
1602
|
|
1459
1603
|
### Patches
|
@@ -1467,7 +1611,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
|
|
1467
1611
|
|
1468
1612
|
## [0.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.5.0)
|
1469
1613
|
|
1470
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
1614
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
1471
1615
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.2..@fluentui/react-menu_v0.5.0)
|
1472
1616
|
|
1473
1617
|
### Minor changes
|
@@ -1485,7 +1629,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
1485
1629
|
|
1486
1630
|
## [0.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.2)
|
1487
1631
|
|
1488
|
-
Thu, 18 Feb 2021 19:38:50 GMT
|
1632
|
+
Thu, 18 Feb 2021 19:38:50 GMT
|
1489
1633
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.1..@fluentui/react-menu_v0.4.2)
|
1490
1634
|
|
1491
1635
|
### Patches
|
@@ -1500,7 +1644,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
|
|
1500
1644
|
|
1501
1645
|
## [0.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.1)
|
1502
1646
|
|
1503
|
-
Thu, 18 Feb 2021 12:27:34 GMT
|
1647
|
+
Thu, 18 Feb 2021 12:27:34 GMT
|
1504
1648
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.0..@fluentui/react-menu_v0.4.1)
|
1505
1649
|
|
1506
1650
|
### Patches
|
@@ -1518,7 +1662,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
|
|
1518
1662
|
|
1519
1663
|
## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.0)
|
1520
1664
|
|
1521
|
-
Wed, 17 Feb 2021 12:21:39 GMT
|
1665
|
+
Wed, 17 Feb 2021 12:21:39 GMT
|
1522
1666
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.3.0..@fluentui/react-menu_v0.4.0)
|
1523
1667
|
|
1524
1668
|
### Minor changes
|
@@ -1527,7 +1671,7 @@ Wed, 17 Feb 2021 12:21:39 GMT
|
|
1527
1671
|
|
1528
1672
|
## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.3.0)
|
1529
1673
|
|
1530
|
-
Mon, 15 Feb 2021 12:22:00 GMT
|
1674
|
+
Mon, 15 Feb 2021 12:22:00 GMT
|
1531
1675
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.1..@fluentui/react-menu_v0.3.0)
|
1532
1676
|
|
1533
1677
|
### Minor changes
|
@@ -1546,7 +1690,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
|
|
1546
1690
|
|
1547
1691
|
## [0.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.1)
|
1548
1692
|
|
1549
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
1693
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
1550
1694
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.0..@fluentui/react-menu_v0.2.1)
|
1551
1695
|
|
1552
1696
|
### Patches
|
@@ -1560,7 +1704,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
1560
1704
|
|
1561
1705
|
## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.0)
|
1562
1706
|
|
1563
|
-
Thu, 11 Feb 2021 00:58:10 GMT
|
1707
|
+
Thu, 11 Feb 2021 00:58:10 GMT
|
1564
1708
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.0..@fluentui/react-menu_v0.2.0)
|
1565
1709
|
|
1566
1710
|
### Changes
|
@@ -1572,7 +1716,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
|
|
1572
1716
|
|
1573
1717
|
## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.0)
|
1574
1718
|
|
1575
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
1719
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
1576
1720
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.1.0..@fluentui/react-menu_v0.2.0)
|
1577
1721
|
|
1578
1722
|
### Minor changes
|