@fluentui/react-menu 9.0.0-rc.1 → 9.0.0-rc.10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +527 -1
- package/CHANGELOG.md +262 -127
- package/dist/{react-menu.d.ts → index.d.ts} +164 -105
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Menu.js.map +1 -1
- package/lib/MenuDivider.js.map +1 -1
- package/lib/MenuGroup.js.map +1 -1
- package/lib/MenuGroupHeader.js.map +1 -1
- package/lib/MenuItem.js.map +1 -1
- package/lib/MenuItemCheckbox.js.map +1 -1
- package/lib/MenuItemRadio.js.map +1 -1
- package/lib/MenuList.js.map +1 -1
- package/lib/MenuPopover.js.map +1 -1
- package/lib/MenuSplitGroup.js.map +1 -1
- package/lib/MenuTrigger.js.map +1 -1
- package/lib/components/Menu/Menu.js.map +1 -1
- package/lib/components/Menu/Menu.types.js.map +1 -1
- package/lib/components/Menu/index.js.map +1 -1
- package/lib/components/Menu/renderMenu.js.map +1 -1
- package/lib/components/Menu/useMenu.js +1 -1
- 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/MenuDivider.types.js.map +1 -1
- package/lib/components/MenuDivider/index.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 +8 -1
- package/lib/components/MenuDivider/useMenuDividerStyles.js.map +1 -1
- package/lib/components/MenuGroup/MenuGroup.js.map +1 -1
- package/lib/components/MenuGroup/MenuGroup.types.js.map +1 -1
- package/lib/components/MenuGroup/index.js.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 +8 -1
- package/lib/components/MenuGroup/useMenuGroupStyles.js.map +1 -1
- package/lib/components/MenuGroupHeader/MenuGroupHeader.js.map +1 -1
- package/lib/components/MenuGroupHeader/MenuGroupHeader.types.js.map +1 -1
- package/lib/components/MenuGroupHeader/index.js.map +1 -1
- package/lib/components/MenuGroupHeader/renderMenuGroupHeader.js.map +1 -1
- package/lib/components/MenuGroupHeader/useMenuGroupHeader.js.map +1 -1
- package/lib/components/MenuGroupHeader/useMenuGroupHeaderStyles.js +8 -1
- 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/index.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 -1
- package/lib/components/MenuItem/useMenuItem.js.map +1 -1
- package/lib/components/MenuItem/useMenuItemStyles.js +55 -15
- package/lib/components/MenuItem/useMenuItemStyles.js.map +1 -1
- package/lib/components/MenuItemCheckbox/MenuItemCheckbox.js.map +1 -1
- package/lib/components/MenuItemCheckbox/MenuItemCheckbox.types.js.map +1 -1
- package/lib/components/MenuItemCheckbox/index.js.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 +29 -1
- package/lib/components/MenuItemCheckbox/useMenuItemCheckboxStyles.js.map +1 -1
- package/lib/components/MenuItemRadio/MenuItemRadio.js.map +1 -1
- package/lib/components/MenuItemRadio/MenuItemRadio.types.js.map +1 -1
- package/lib/components/MenuItemRadio/index.js.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 +29 -1
- 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 +8 -1
- package/lib/components/MenuList/useMenuListStyles.js.map +1 -1
- package/lib/components/MenuPopover/MenuPopover.js.map +1 -1
- package/lib/components/MenuPopover/MenuPopover.types.js.map +1 -1
- package/lib/components/MenuPopover/index.js.map +1 -1
- package/lib/components/MenuPopover/renderMenuPopover.js.map +1 -1
- package/lib/components/MenuPopover/useMenuPopover.js.map +1 -1
- package/lib/components/MenuPopover/useMenuPopoverStyles.js +8 -1
- 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/index.js.map +1 -1
- package/lib/components/MenuSplitGroup/renderMenuSplitGroup.js.map +1 -1
- package/lib/components/MenuSplitGroup/useMenuSplitGroup.js.map +1 -1
- package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.js +9 -2
- package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.js.map +1 -1
- package/lib/components/MenuTrigger/MenuTrigger.js.map +1 -1
- package/lib/components/MenuTrigger/MenuTrigger.types.js.map +1 -1
- package/lib/components/MenuTrigger/index.js.map +1 -1
- package/lib/components/MenuTrigger/renderMenuTrigger.js +1 -1
- package/lib/components/MenuTrigger/renderMenuTrigger.js.map +1 -1
- package/lib/components/MenuTrigger/useMenuTrigger.js +1 -0
- package/lib/components/MenuTrigger/useMenuTrigger.js.map +1 -1
- package/lib/components/index.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/contexts/menuTriggerContext.js +1 -1
- package/lib/contexts/menuTriggerContext.js.map +1 -1
- package/lib/index.js +25 -16
- package/lib/index.js.map +1 -1
- package/lib/selectable/index.js.map +1 -1
- package/lib/selectable/types.js.map +1 -1
- package/lib/selectable/useCheckmarkStyles.js.map +1 -1
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/useIsSubmenu.js.map +1 -1
- package/lib/utils/useOnMenuEnter.js.map +1 -1
- package/lib-commonjs/Menu.js.map +1 -1
- package/lib-commonjs/MenuDivider.js.map +1 -1
- package/lib-commonjs/MenuGroup.js.map +1 -1
- package/lib-commonjs/MenuGroupHeader.js.map +1 -1
- package/lib-commonjs/MenuItem.js.map +1 -1
- package/lib-commonjs/MenuItemCheckbox.js.map +1 -1
- package/lib-commonjs/MenuItemRadio.js.map +1 -1
- package/lib-commonjs/MenuList.js.map +1 -1
- package/lib-commonjs/MenuPopover.js.map +1 -1
- package/lib-commonjs/MenuSplitGroup.js.map +1 -1
- package/lib-commonjs/MenuTrigger.js.map +1 -1
- package/lib-commonjs/components/Menu/Menu.js.map +1 -1
- package/lib-commonjs/components/Menu/Menu.types.js.map +1 -1
- package/lib-commonjs/components/Menu/index.js.map +1 -1
- package/lib-commonjs/components/Menu/renderMenu.js.map +1 -1
- package/lib-commonjs/components/Menu/useMenu.js +1 -1
- 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/MenuDivider.types.js.map +1 -1
- package/lib-commonjs/components/MenuDivider/index.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 +9 -2
- 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/MenuGroup.types.js.map +1 -1
- package/lib-commonjs/components/MenuGroup/index.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 +9 -2
- 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/MenuGroupHeader.types.js.map +1 -1
- package/lib-commonjs/components/MenuGroupHeader/index.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 +9 -2
- 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/MenuItem.types.js.map +1 -1
- package/lib-commonjs/components/MenuItem/index.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 +4 -1
- package/lib-commonjs/components/MenuItem/useMenuItem.js.map +1 -1
- package/lib-commonjs/components/MenuItem/useMenuItemStyles.js +57 -16
- 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/MenuItemCheckbox.types.js.map +1 -1
- package/lib-commonjs/components/MenuItemCheckbox/index.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 +30 -2
- 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/MenuItemRadio.types.js.map +1 -1
- package/lib-commonjs/components/MenuItemRadio/index.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 +30 -2
- 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/MenuList.types.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 +9 -2
- 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/MenuPopover.types.js.map +1 -1
- package/lib-commonjs/components/MenuPopover/index.js.map +1 -1
- package/lib-commonjs/components/MenuPopover/renderMenuPopover.js.map +1 -1
- package/lib-commonjs/components/MenuPopover/useMenuPopover.js.map +1 -1
- package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.js +9 -2
- 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/MenuSplitGroup.types.js.map +1 -1
- package/lib-commonjs/components/MenuSplitGroup/index.js.map +1 -1
- package/lib-commonjs/components/MenuSplitGroup/renderMenuSplitGroup.js.map +1 -1
- package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroup.js.map +1 -1
- package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroupStyles.js +9 -2
- 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/MenuTrigger.types.js.map +1 -1
- package/lib-commonjs/components/MenuTrigger/index.js.map +1 -1
- package/lib-commonjs/components/MenuTrigger/renderMenuTrigger.js +1 -1
- package/lib-commonjs/components/MenuTrigger/renderMenuTrigger.js.map +1 -1
- package/lib-commonjs/components/MenuTrigger/useMenuTrigger.js +1 -0
- package/lib-commonjs/components/MenuTrigger/useMenuTrigger.js.map +1 -1
- package/lib-commonjs/components/index.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/contexts/menuTriggerContext.js +1 -1
- package/lib-commonjs/contexts/menuTriggerContext.js.map +1 -1
- package/lib-commonjs/index.js +486 -17
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/selectable/index.js.map +1 -1
- package/lib-commonjs/selectable/types.js.map +1 -1
- package/lib-commonjs/selectable/useCheckmarkStyles.js.map +1 -1
- package/lib-commonjs/utils/index.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 +23 -25
- 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 -3
- 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 -3
- 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 -3
- 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 -4
- 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 -3
- 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 -3
- 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 -6
- 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 -6
- 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 -6
- package/lib/components/MenuTrigger/MenuTrigger.d.ts +0 -8
- package/lib/components/MenuTrigger/MenuTrigger.types.d.ts +0 -19
- 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 -3
- 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 -3
- 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 -3
- 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 -4
- 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 -3
- 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 -3
- 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 -6
- 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 -6
- 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 -6
- package/lib-commonjs/components/MenuTrigger/MenuTrigger.d.ts +0 -8
- package/lib-commonjs/components/MenuTrigger/MenuTrigger.types.d.ts +0 -19
- 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,147 @@
|
|
1
1
|
# Change Log - @fluentui/react-menu
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 23 May 2022 12:10:48 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.10)
|
8
|
+
|
9
|
+
Mon, 23 May 2022 12:10:48 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.9..@fluentui/react-menu_v9.0.0-rc.10)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
15
|
+
- feat: Fill icon on hover ([PR #23084](https://github.com/microsoft/fluentui/pull/23084) by yuanboxue@microsoft.com)
|
16
|
+
- fix: Context menu closes when its trigger is left clicked ([PR #23089](https://github.com/microsoft/fluentui/pull/23089) by lingfangao@hotmail.com)
|
17
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
18
|
+
- Removing Common types from all Menu components. ([PR #22958](https://github.com/microsoft/fluentui/pull/22958) by Humberto.Morimoto@microsoft.com)
|
19
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
20
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
21
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
22
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
23
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
24
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
25
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
26
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
27
|
+
|
28
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.9)
|
29
|
+
|
30
|
+
Thu, 05 May 2022 18:26:24 GMT
|
31
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.8..@fluentui/react-menu_v9.0.0-rc.9)
|
32
|
+
|
33
|
+
### Changes
|
34
|
+
|
35
|
+
- Removing star exports. ([PR #22804](https://github.com/microsoft/fluentui/pull/22804) by humberto_makoto@hotmail.com)
|
36
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.6 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
37
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
38
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
39
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
40
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
41
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
42
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
43
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
44
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
45
|
+
|
46
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.8)
|
47
|
+
|
48
|
+
Wed, 04 May 2022 13:26:44 GMT
|
49
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.7..@fluentui/react-menu_v9.0.0-rc.8)
|
50
|
+
|
51
|
+
### Changes
|
52
|
+
|
53
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
54
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
55
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
56
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
57
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
58
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
59
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
60
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
61
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
62
|
+
|
63
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.7)
|
64
|
+
|
65
|
+
Mon, 25 Apr 2022 09:32:19 GMT
|
66
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.6..@fluentui/react-menu_v9.0.0-rc.7)
|
67
|
+
|
68
|
+
### Changes
|
69
|
+
|
70
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
71
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
72
|
+
|
73
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.6)
|
74
|
+
|
75
|
+
Tue, 19 Apr 2022 19:16:45 GMT
|
76
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.5..@fluentui/react-menu_v9.0.0-rc.6)
|
77
|
+
|
78
|
+
### Changes
|
79
|
+
|
80
|
+
- fix(MenuItem): Alignment for non v9 icons ([PR #21949](https://github.com/microsoft/fluentui/pull/21949) by gcox@microsoft.com)
|
81
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
82
|
+
- Add static classnames to Menu ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
83
|
+
- update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10 ([PR #22512](https://github.com/microsoft/fluentui/pull/22512) by seanmonahan@microsoft.com)
|
84
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
85
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
86
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
87
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
88
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
89
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
90
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
91
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
92
|
+
|
93
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.5)
|
94
|
+
|
95
|
+
Fri, 04 Mar 2022 05:17:38 GMT
|
96
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.4..@fluentui/react-menu_v9.0.0-rc.5)
|
97
|
+
|
98
|
+
### Changes
|
99
|
+
|
100
|
+
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
|
101
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
102
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
103
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
104
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
105
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
106
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
107
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
108
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
109
|
+
|
110
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.4)
|
111
|
+
|
112
|
+
Tue, 01 Mar 2022 02:17:37 GMT
|
113
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.3..@fluentui/react-menu_v9.0.0-rc.4)
|
114
|
+
|
115
|
+
### Changes
|
116
|
+
|
117
|
+
- fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
|
118
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
119
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
120
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
121
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
122
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
123
|
+
|
124
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.3)
|
125
|
+
|
126
|
+
Fri, 18 Feb 2022 13:35:33 GMT
|
127
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.1..@fluentui/react-menu_v9.0.0-rc.3)
|
128
|
+
|
129
|
+
### Changes
|
130
|
+
|
131
|
+
- fix: MenuItem is a submenu trigger if it is wrapped by a MenuTrigger and in a submenu ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by lingfangao@hotmail.com)
|
132
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
133
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
134
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
135
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
136
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
137
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
138
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
139
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
140
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
141
|
+
|
7
142
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.1)
|
8
143
|
|
9
|
-
Thu, 10 Feb 2022 08:
|
144
|
+
Thu, 10 Feb 2022 08:51:30 GMT
|
10
145
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.5..@fluentui/react-menu_v9.0.0-rc.1)
|
11
146
|
|
12
147
|
### Changes
|
@@ -17,7 +152,7 @@ Thu, 10 Feb 2022 08:44:43 GMT
|
|
17
152
|
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
18
153
|
- Allow `MenuTrigger` to be wrapped by another trigger ([PR #21225](https://github.com/microsoft/fluentui/pull/21225) by lingfangao@hotmail.com)
|
19
154
|
- update types related to trigger (allow only React.ReactElement & null) ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
|
20
|
-
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
155
|
+
- BREAKING: Rename component hooks add the suffix \_unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
21
156
|
- Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster. ([PR #21035](https://github.com/microsoft/fluentui/pull/21035) by Humberto.Morimoto@microsoft.com)
|
22
157
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
23
158
|
- update styles to not use CSS shorthands ([PR #20820](https://github.com/microsoft/fluentui/pull/20820) by olfedias@microsoft.com)
|
@@ -47,7 +182,7 @@ Thu, 10 Feb 2022 08:44:43 GMT
|
|
47
182
|
|
48
183
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.5)
|
49
184
|
|
50
|
-
Thu, 25 Nov 2021 08:34:14 GMT
|
185
|
+
Thu, 25 Nov 2021 08:34:14 GMT
|
51
186
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.4..@fluentui/react-menu_v9.0.0-beta.5)
|
52
187
|
|
53
188
|
### Changes
|
@@ -66,7 +201,7 @@ Thu, 25 Nov 2021 08:34:14 GMT
|
|
66
201
|
|
67
202
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.4)
|
68
203
|
|
69
|
-
Fri, 12 Nov 2021 13:25:27 GMT
|
204
|
+
Fri, 12 Nov 2021 13:25:27 GMT
|
70
205
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.3..@fluentui/react-menu_v9.0.0-beta.4)
|
71
206
|
|
72
207
|
### Changes
|
@@ -88,7 +223,7 @@ Fri, 12 Nov 2021 13:25:27 GMT
|
|
88
223
|
|
89
224
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.3)
|
90
225
|
|
91
|
-
Wed, 27 Oct 2021 12:14:20 GMT
|
226
|
+
Wed, 27 Oct 2021 12:14:20 GMT
|
92
227
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.2..@fluentui/react-menu_v9.0.0-beta.3)
|
93
228
|
|
94
229
|
### Changes
|
@@ -108,7 +243,7 @@ Wed, 27 Oct 2021 12:14:20 GMT
|
|
108
243
|
|
109
244
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.2)
|
110
245
|
|
111
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
246
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
112
247
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.1..@fluentui/react-menu_v9.0.0-beta.2)
|
113
248
|
|
114
249
|
### Changes
|
@@ -119,7 +254,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
119
254
|
|
120
255
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.1)
|
121
256
|
|
122
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
257
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
123
258
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.92..@fluentui/react-menu_v9.0.0-beta.1)
|
124
259
|
|
125
260
|
### Changes
|
@@ -139,7 +274,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
139
274
|
|
140
275
|
## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.92)
|
141
276
|
|
142
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
277
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
143
278
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.91..@fluentui/react-menu_v9.0.0-alpha.92)
|
144
279
|
|
145
280
|
### Changes
|
@@ -154,7 +289,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
154
289
|
|
155
290
|
## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.91)
|
156
291
|
|
157
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
292
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
158
293
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.90..@fluentui/react-menu_v9.0.0-alpha.91)
|
159
294
|
|
160
295
|
### Changes
|
@@ -173,7 +308,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
173
308
|
|
174
309
|
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.90)
|
175
310
|
|
176
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
311
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
177
312
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.88..@fluentui/react-menu_v9.0.0-alpha.90)
|
178
313
|
|
179
314
|
### Changes
|
@@ -193,7 +328,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
193
328
|
|
194
329
|
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.88)
|
195
330
|
|
196
|
-
Fri, 01 Oct 2021 12:30:46 GMT
|
331
|
+
Fri, 01 Oct 2021 12:30:46 GMT
|
197
332
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.87..@fluentui/react-menu_v9.0.0-alpha.88)
|
198
333
|
|
199
334
|
### Changes
|
@@ -202,7 +337,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
|
|
202
337
|
|
203
338
|
## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.87)
|
204
339
|
|
205
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
340
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
206
341
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.86..@fluentui/react-menu_v9.0.0-alpha.87)
|
207
342
|
|
208
343
|
### Changes
|
@@ -215,7 +350,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
215
350
|
|
216
351
|
## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.86)
|
217
352
|
|
218
|
-
Thu, 30 Sep 2021 09:18:15 GMT
|
353
|
+
Thu, 30 Sep 2021 09:18:15 GMT
|
219
354
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.85..@fluentui/react-menu_v9.0.0-alpha.86)
|
220
355
|
|
221
356
|
### Changes
|
@@ -224,7 +359,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
|
|
224
359
|
|
225
360
|
## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.85)
|
226
361
|
|
227
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
362
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
228
363
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.84..@fluentui/react-menu_v9.0.0-alpha.85)
|
229
364
|
|
230
365
|
### Changes
|
@@ -240,7 +375,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
240
375
|
|
241
376
|
## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.84)
|
242
377
|
|
243
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
378
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
244
379
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.83..@fluentui/react-menu_v9.0.0-alpha.84)
|
245
380
|
|
246
381
|
### Changes
|
@@ -258,7 +393,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
258
393
|
|
259
394
|
## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.83)
|
260
395
|
|
261
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
396
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
262
397
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.82..@fluentui/react-menu_v9.0.0-alpha.83)
|
263
398
|
|
264
399
|
### Changes
|
@@ -277,7 +412,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
277
412
|
|
278
413
|
## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.82)
|
279
414
|
|
280
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
415
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
281
416
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.81..@fluentui/react-menu_v9.0.0-alpha.82)
|
282
417
|
|
283
418
|
### Changes
|
@@ -295,7 +430,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
295
430
|
|
296
431
|
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.81)
|
297
432
|
|
298
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
433
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
299
434
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.80..@fluentui/react-menu_v9.0.0-alpha.81)
|
300
435
|
|
301
436
|
### Changes
|
@@ -314,7 +449,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
314
449
|
|
315
450
|
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.80)
|
316
451
|
|
317
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
452
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
318
453
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.79..@fluentui/react-menu_v9.0.0-alpha.80)
|
319
454
|
|
320
455
|
### Changes
|
@@ -331,7 +466,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
331
466
|
|
332
467
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.79)
|
333
468
|
|
334
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
469
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
335
470
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.78..@fluentui/react-menu_v9.0.0-alpha.79)
|
336
471
|
|
337
472
|
### Changes
|
@@ -340,7 +475,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
340
475
|
|
341
476
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.78)
|
342
477
|
|
343
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
478
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
344
479
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.77..@fluentui/react-menu_v9.0.0-alpha.78)
|
345
480
|
|
346
481
|
### Changes
|
@@ -350,7 +485,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
350
485
|
|
351
486
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.77)
|
352
487
|
|
353
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
488
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
354
489
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.76..@fluentui/react-menu_v9.0.0-alpha.77)
|
355
490
|
|
356
491
|
### Changes
|
@@ -360,7 +495,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
360
495
|
|
361
496
|
## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.76)
|
362
497
|
|
363
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
498
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
364
499
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.75..@fluentui/react-menu_v9.0.0-alpha.76)
|
365
500
|
|
366
501
|
### Changes
|
@@ -369,7 +504,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
369
504
|
|
370
505
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.75)
|
371
506
|
|
372
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
507
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
373
508
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.74..@fluentui/react-menu_v9.0.0-alpha.75)
|
374
509
|
|
375
510
|
### Changes
|
@@ -379,7 +514,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
379
514
|
|
380
515
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.74)
|
381
516
|
|
382
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
517
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
383
518
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.73..@fluentui/react-menu_v9.0.0-alpha.74)
|
384
519
|
|
385
520
|
### Changes
|
@@ -388,7 +523,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
388
523
|
|
389
524
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.73)
|
390
525
|
|
391
|
-
Wed, 08 Sep 2021 07:34:11 GMT
|
526
|
+
Wed, 08 Sep 2021 07:34:11 GMT
|
392
527
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.72..@fluentui/react-menu_v9.0.0-alpha.73)
|
393
528
|
|
394
529
|
### Changes
|
@@ -397,7 +532,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
|
|
397
532
|
|
398
533
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.72)
|
399
534
|
|
400
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
535
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
401
536
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.71..@fluentui/react-menu_v9.0.0-alpha.72)
|
402
537
|
|
403
538
|
### Changes
|
@@ -406,7 +541,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
406
541
|
|
407
542
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.71)
|
408
543
|
|
409
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
544
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
410
545
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.70..@fluentui/react-menu_v9.0.0-alpha.71)
|
411
546
|
|
412
547
|
### Patches
|
@@ -419,7 +554,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
419
554
|
|
420
555
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.70)
|
421
556
|
|
422
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
557
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
423
558
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.69..@fluentui/react-menu_v9.0.0-alpha.70)
|
424
559
|
|
425
560
|
### Changes
|
@@ -428,7 +563,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
428
563
|
|
429
564
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.69)
|
430
565
|
|
431
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
566
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
432
567
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.68..@fluentui/react-menu_v9.0.0-alpha.69)
|
433
568
|
|
434
569
|
### Changes
|
@@ -437,7 +572,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
437
572
|
|
438
573
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.68)
|
439
574
|
|
440
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
575
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
441
576
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.67..@fluentui/react-menu_v9.0.0-alpha.68)
|
442
577
|
|
443
578
|
### Changes
|
@@ -446,7 +581,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
446
581
|
|
447
582
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.67)
|
448
583
|
|
449
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
584
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
450
585
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.66..@fluentui/react-menu_v9.0.0-alpha.67)
|
451
586
|
|
452
587
|
### Changes
|
@@ -455,7 +590,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
455
590
|
|
456
591
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.66)
|
457
592
|
|
458
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
593
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
459
594
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.65..@fluentui/react-menu_v9.0.0-alpha.66)
|
460
595
|
|
461
596
|
### Changes
|
@@ -464,7 +599,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
464
599
|
|
465
600
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.65)
|
466
601
|
|
467
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
602
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
468
603
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.64..@fluentui/react-menu_v9.0.0-alpha.65)
|
469
604
|
|
470
605
|
### Changes
|
@@ -473,7 +608,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
473
608
|
|
474
609
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.64)
|
475
610
|
|
476
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
611
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
477
612
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.63..@fluentui/react-menu_v9.0.0-alpha.64)
|
478
613
|
|
479
614
|
### Changes
|
@@ -482,7 +617,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
482
617
|
|
483
618
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.63)
|
484
619
|
|
485
|
-
Mon, 16 Aug 2021 07:36:39 GMT
|
620
|
+
Mon, 16 Aug 2021 07:36:39 GMT
|
486
621
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.62..@fluentui/react-menu_v9.0.0-alpha.63)
|
487
622
|
|
488
623
|
### Changes
|
@@ -491,7 +626,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
|
|
491
626
|
|
492
627
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.62)
|
493
628
|
|
494
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
629
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
495
630
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.61..@fluentui/react-menu_v9.0.0-alpha.62)
|
496
631
|
|
497
632
|
### Changes
|
@@ -501,7 +636,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
501
636
|
|
502
637
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.61)
|
503
638
|
|
504
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
639
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
505
640
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.60..@fluentui/react-menu_v9.0.0-alpha.61)
|
506
641
|
|
507
642
|
### Changes
|
@@ -510,7 +645,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
510
645
|
|
511
646
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.60)
|
512
647
|
|
513
|
-
Tue, 10 Aug 2021 07:33:28 GMT
|
648
|
+
Tue, 10 Aug 2021 07:33:28 GMT
|
514
649
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.59..@fluentui/react-menu_v9.0.0-alpha.60)
|
515
650
|
|
516
651
|
### Changes
|
@@ -519,7 +654,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
|
|
519
654
|
|
520
655
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.59)
|
521
656
|
|
522
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
657
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
523
658
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.58..@fluentui/react-menu_v9.0.0-alpha.59)
|
524
659
|
|
525
660
|
### Changes
|
@@ -528,7 +663,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
528
663
|
|
529
664
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.58)
|
530
665
|
|
531
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
666
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
532
667
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.57..@fluentui/react-menu_v9.0.0-alpha.58)
|
533
668
|
|
534
669
|
### Patches
|
@@ -544,7 +679,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
544
679
|
|
545
680
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.57)
|
546
681
|
|
547
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
682
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
548
683
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.56..@fluentui/react-menu_v9.0.0-alpha.57)
|
549
684
|
|
550
685
|
### Changes
|
@@ -553,7 +688,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
553
688
|
|
554
689
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.56)
|
555
690
|
|
556
|
-
Tue, 27 Jul 2021 07:34:27 GMT
|
691
|
+
Tue, 27 Jul 2021 07:34:27 GMT
|
557
692
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.55..@fluentui/react-menu_v9.0.0-alpha.56)
|
558
693
|
|
559
694
|
### Changes
|
@@ -562,7 +697,7 @@ Tue, 27 Jul 2021 07:34:27 GMT
|
|
562
697
|
|
563
698
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.55)
|
564
699
|
|
565
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
700
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
566
701
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.54..@fluentui/react-menu_v9.0.0-alpha.55)
|
567
702
|
|
568
703
|
### Changes
|
@@ -571,7 +706,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
571
706
|
|
572
707
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.54)
|
573
708
|
|
574
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
709
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
575
710
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.53..@fluentui/react-menu_v9.0.0-alpha.54)
|
576
711
|
|
577
712
|
### Changes
|
@@ -580,7 +715,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
580
715
|
|
581
716
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.53)
|
582
717
|
|
583
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
718
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
584
719
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.52..@fluentui/react-menu_v9.0.0-alpha.53)
|
585
720
|
|
586
721
|
### Changes
|
@@ -589,7 +724,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
589
724
|
|
590
725
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.52)
|
591
726
|
|
592
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
727
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
593
728
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.51..@fluentui/react-menu_v9.0.0-alpha.52)
|
594
729
|
|
595
730
|
### Changes
|
@@ -598,7 +733,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
598
733
|
|
599
734
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.51)
|
600
735
|
|
601
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
736
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
602
737
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.50..@fluentui/react-menu_v9.0.0-alpha.51)
|
603
738
|
|
604
739
|
### Changes
|
@@ -607,7 +742,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
607
742
|
|
608
743
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.50)
|
609
744
|
|
610
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
745
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
611
746
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.49..@fluentui/react-menu_v9.0.0-alpha.50)
|
612
747
|
|
613
748
|
### Changes
|
@@ -617,7 +752,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
617
752
|
|
618
753
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.49)
|
619
754
|
|
620
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
755
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
621
756
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.48..@fluentui/react-menu_v9.0.0-alpha.49)
|
622
757
|
|
623
758
|
### Patches
|
@@ -626,7 +761,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
626
761
|
|
627
762
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.48)
|
628
763
|
|
629
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
764
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
630
765
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.47..@fluentui/react-menu_v9.0.0-alpha.48)
|
631
766
|
|
632
767
|
### Changes
|
@@ -635,7 +770,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
635
770
|
|
636
771
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.47)
|
637
772
|
|
638
|
-
Mon, 12 Jul 2021 07:33:23 GMT
|
773
|
+
Mon, 12 Jul 2021 07:33:23 GMT
|
639
774
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.46..@fluentui/react-menu_v9.0.0-alpha.47)
|
640
775
|
|
641
776
|
### Changes
|
@@ -644,7 +779,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
|
|
644
779
|
|
645
780
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.46)
|
646
781
|
|
647
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
782
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
648
783
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.45..@fluentui/react-menu_v9.0.0-alpha.46)
|
649
784
|
|
650
785
|
### Patches
|
@@ -660,7 +795,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
660
795
|
|
661
796
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.45)
|
662
797
|
|
663
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
798
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
664
799
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.44..@fluentui/react-menu_v9.0.0-alpha.45)
|
665
800
|
|
666
801
|
### Changes
|
@@ -669,7 +804,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
669
804
|
|
670
805
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.44)
|
671
806
|
|
672
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
807
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
673
808
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.43..@fluentui/react-menu_v9.0.0-alpha.44)
|
674
809
|
|
675
810
|
### Changes
|
@@ -679,7 +814,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
679
814
|
|
680
815
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.43)
|
681
816
|
|
682
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
817
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
683
818
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.42..@fluentui/react-menu_v9.0.0-alpha.43)
|
684
819
|
|
685
820
|
### Changes
|
@@ -688,7 +823,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
688
823
|
|
689
824
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.42)
|
690
825
|
|
691
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
826
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
692
827
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.41..@fluentui/react-menu_v9.0.0-alpha.42)
|
693
828
|
|
694
829
|
### Changes
|
@@ -697,7 +832,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
697
832
|
|
698
833
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.41)
|
699
834
|
|
700
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
835
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
701
836
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.40..@fluentui/react-menu_v9.0.0-alpha.41)
|
702
837
|
|
703
838
|
### Changes
|
@@ -706,7 +841,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
706
841
|
|
707
842
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.40)
|
708
843
|
|
709
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
844
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
710
845
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.39..@fluentui/react-menu_v9.0.0-alpha.40)
|
711
846
|
|
712
847
|
### Changes
|
@@ -715,7 +850,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
715
850
|
|
716
851
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.39)
|
717
852
|
|
718
|
-
Mon, 21 Jun 2021 07:34:33 GMT
|
853
|
+
Mon, 21 Jun 2021 07:34:33 GMT
|
719
854
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.38..@fluentui/react-menu_v9.0.0-alpha.39)
|
720
855
|
|
721
856
|
### Changes
|
@@ -725,7 +860,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
|
|
725
860
|
|
726
861
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.38)
|
727
862
|
|
728
|
-
Thu, 17 Jun 2021 07:34:11 GMT
|
863
|
+
Thu, 17 Jun 2021 07:34:11 GMT
|
729
864
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.37..@fluentui/react-menu_v9.0.0-alpha.38)
|
730
865
|
|
731
866
|
### Changes
|
@@ -734,7 +869,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
|
|
734
869
|
|
735
870
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.37)
|
736
871
|
|
737
|
-
Wed, 16 Jun 2021 07:34:24 GMT
|
872
|
+
Wed, 16 Jun 2021 07:34:24 GMT
|
738
873
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.36..@fluentui/react-menu_v9.0.0-alpha.37)
|
739
874
|
|
740
875
|
### Changes
|
@@ -743,7 +878,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
|
|
743
878
|
|
744
879
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.36)
|
745
880
|
|
746
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
881
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
747
882
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.35..@fluentui/react-menu_v9.0.0-alpha.36)
|
748
883
|
|
749
884
|
### Changes
|
@@ -752,7 +887,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
752
887
|
|
753
888
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.35)
|
754
889
|
|
755
|
-
Thu, 10 Jun 2021 07:32:59 GMT
|
890
|
+
Thu, 10 Jun 2021 07:32:59 GMT
|
756
891
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.34..@fluentui/react-menu_v9.0.0-alpha.35)
|
757
892
|
|
758
893
|
### Changes
|
@@ -761,7 +896,7 @@ Thu, 10 Jun 2021 07:32:59 GMT
|
|
761
896
|
|
762
897
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.34)
|
763
898
|
|
764
|
-
Wed, 09 Jun 2021 07:33:38 GMT
|
899
|
+
Wed, 09 Jun 2021 07:33:38 GMT
|
765
900
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.33..@fluentui/react-menu_v9.0.0-alpha.34)
|
766
901
|
|
767
902
|
### Changes
|
@@ -770,7 +905,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
|
|
770
905
|
|
771
906
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.33)
|
772
907
|
|
773
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
908
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
774
909
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.32..@fluentui/react-menu_v9.0.0-alpha.33)
|
775
910
|
|
776
911
|
### Patches
|
@@ -786,7 +921,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
786
921
|
|
787
922
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.32)
|
788
923
|
|
789
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
924
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
790
925
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.31..@fluentui/react-menu_v9.0.0-alpha.32)
|
791
926
|
|
792
927
|
### Changes
|
@@ -795,7 +930,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
795
930
|
|
796
931
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.31)
|
797
932
|
|
798
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
933
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
799
934
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.30..@fluentui/react-menu_v9.0.0-alpha.31)
|
800
935
|
|
801
936
|
### Changes
|
@@ -805,7 +940,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
805
940
|
|
806
941
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.30)
|
807
942
|
|
808
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
943
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
809
944
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.29..@fluentui/react-menu_v9.0.0-alpha.30)
|
810
945
|
|
811
946
|
### Changes
|
@@ -814,7 +949,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
814
949
|
|
815
950
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.29)
|
816
951
|
|
817
|
-
Fri, 28 May 2021 07:33:57 GMT
|
952
|
+
Fri, 28 May 2021 07:33:57 GMT
|
818
953
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.28..@fluentui/react-menu_v9.0.0-alpha.29)
|
819
954
|
|
820
955
|
### Changes
|
@@ -823,7 +958,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
823
958
|
|
824
959
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.28)
|
825
960
|
|
826
|
-
Thu, 27 May 2021 07:33:21 GMT
|
961
|
+
Thu, 27 May 2021 07:33:21 GMT
|
827
962
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.27..@fluentui/react-menu_v9.0.0-alpha.28)
|
828
963
|
|
829
964
|
### Changes
|
@@ -832,7 +967,7 @@ Thu, 27 May 2021 07:33:21 GMT
|
|
832
967
|
|
833
968
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.27)
|
834
969
|
|
835
|
-
Wed, 26 May 2021 07:35:43 GMT
|
970
|
+
Wed, 26 May 2021 07:35:43 GMT
|
836
971
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.26..@fluentui/react-menu_v9.0.0-alpha.27)
|
837
972
|
|
838
973
|
### Changes
|
@@ -841,7 +976,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
841
976
|
|
842
977
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.26)
|
843
978
|
|
844
|
-
Fri, 21 May 2021 07:34:54 GMT
|
979
|
+
Fri, 21 May 2021 07:34:54 GMT
|
845
980
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.25..@fluentui/react-menu_v9.0.0-alpha.26)
|
846
981
|
|
847
982
|
### Changes
|
@@ -850,7 +985,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
850
985
|
|
851
986
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.25)
|
852
987
|
|
853
|
-
Thu, 20 May 2021 07:41:54 GMT
|
988
|
+
Thu, 20 May 2021 07:41:54 GMT
|
854
989
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.24..@fluentui/react-menu_v9.0.0-alpha.25)
|
855
990
|
|
856
991
|
### Patches
|
@@ -866,7 +1001,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
866
1001
|
|
867
1002
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.24)
|
868
1003
|
|
869
|
-
Wed, 19 May 2021 07:34:20 GMT
|
1004
|
+
Wed, 19 May 2021 07:34:20 GMT
|
870
1005
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.23..@fluentui/react-menu_v9.0.0-alpha.24)
|
871
1006
|
|
872
1007
|
### Patches
|
@@ -879,7 +1014,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
879
1014
|
|
880
1015
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.23)
|
881
1016
|
|
882
|
-
Tue, 18 May 2021 07:34:38 GMT
|
1017
|
+
Tue, 18 May 2021 07:34:38 GMT
|
883
1018
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.22..@fluentui/react-menu_v9.0.0-alpha.23)
|
884
1019
|
|
885
1020
|
### Changes
|
@@ -888,7 +1023,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
888
1023
|
|
889
1024
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.22)
|
890
1025
|
|
891
|
-
Thu, 13 May 2021 07:36:55 GMT
|
1026
|
+
Thu, 13 May 2021 07:36:55 GMT
|
892
1027
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.21..@fluentui/react-menu_v9.0.0-alpha.22)
|
893
1028
|
|
894
1029
|
### Changes
|
@@ -897,7 +1032,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
897
1032
|
|
898
1033
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.21)
|
899
1034
|
|
900
|
-
Wed, 12 May 2021 07:36:20 GMT
|
1035
|
+
Wed, 12 May 2021 07:36:20 GMT
|
901
1036
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.20..@fluentui/react-menu_v9.0.0-alpha.21)
|
902
1037
|
|
903
1038
|
### Changes
|
@@ -906,7 +1041,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
906
1041
|
|
907
1042
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.20)
|
908
1043
|
|
909
|
-
Mon, 10 May 2021 07:36:07 GMT
|
1044
|
+
Mon, 10 May 2021 07:36:07 GMT
|
910
1045
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.19..@fluentui/react-menu_v9.0.0-alpha.20)
|
911
1046
|
|
912
1047
|
### Changes
|
@@ -915,7 +1050,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
915
1050
|
|
916
1051
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.19)
|
917
1052
|
|
918
|
-
Wed, 05 May 2021 07:36:50 GMT
|
1053
|
+
Wed, 05 May 2021 07:36:50 GMT
|
919
1054
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.18..@fluentui/react-menu_v9.0.0-alpha.19)
|
920
1055
|
|
921
1056
|
### Changes
|
@@ -925,7 +1060,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
925
1060
|
|
926
1061
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.18)
|
927
1062
|
|
928
|
-
Tue, 04 May 2021 07:36:35 GMT
|
1063
|
+
Tue, 04 May 2021 07:36:35 GMT
|
929
1064
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.17..@fluentui/react-menu_v9.0.0-alpha.18)
|
930
1065
|
|
931
1066
|
### Changes
|
@@ -934,7 +1069,7 @@ Tue, 04 May 2021 07:36:35 GMT
|
|
934
1069
|
|
935
1070
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.17)
|
936
1071
|
|
937
|
-
Mon, 03 May 2021 07:45:19 GMT
|
1072
|
+
Mon, 03 May 2021 07:45:19 GMT
|
938
1073
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.16..@fluentui/react-menu_v9.0.0-alpha.17)
|
939
1074
|
|
940
1075
|
### Changes
|
@@ -944,7 +1079,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
944
1079
|
|
945
1080
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.16)
|
946
1081
|
|
947
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
1082
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
948
1083
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.15..@fluentui/react-menu_v9.0.0-alpha.16)
|
949
1084
|
|
950
1085
|
### Patches
|
@@ -961,7 +1096,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
961
1096
|
|
962
1097
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.15)
|
963
1098
|
|
964
|
-
Wed, 28 Apr 2021 07:32:59 GMT
|
1099
|
+
Wed, 28 Apr 2021 07:32:59 GMT
|
965
1100
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.14..@fluentui/react-menu_v9.0.0-alpha.15)
|
966
1101
|
|
967
1102
|
### Changes
|
@@ -970,7 +1105,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
|
|
970
1105
|
|
971
1106
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.14)
|
972
1107
|
|
973
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
1108
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
974
1109
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.13..@fluentui/react-menu_v9.0.0-alpha.14)
|
975
1110
|
|
976
1111
|
### Changes
|
@@ -979,7 +1114,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
979
1114
|
|
980
1115
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.13)
|
981
1116
|
|
982
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
1117
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
983
1118
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.12..@fluentui/react-menu_v9.0.0-alpha.13)
|
984
1119
|
|
985
1120
|
### Changes
|
@@ -988,7 +1123,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
988
1123
|
|
989
1124
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.12)
|
990
1125
|
|
991
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
1126
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
992
1127
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.11..@fluentui/react-menu_v9.0.0-alpha.12)
|
993
1128
|
|
994
1129
|
### Patches
|
@@ -1004,7 +1139,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
1004
1139
|
|
1005
1140
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.11)
|
1006
1141
|
|
1007
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
1142
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
1008
1143
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.10..@fluentui/react-menu_v9.0.0-alpha.11)
|
1009
1144
|
|
1010
1145
|
### Changes
|
@@ -1013,7 +1148,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
1013
1148
|
|
1014
1149
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.10)
|
1015
1150
|
|
1016
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
1151
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
1017
1152
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.9..@fluentui/react-menu_v9.0.0-alpha.10)
|
1018
1153
|
|
1019
1154
|
### Changes
|
@@ -1023,7 +1158,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
1023
1158
|
|
1024
1159
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.9)
|
1025
1160
|
|
1026
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
1161
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
1027
1162
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.8..@fluentui/react-menu_v9.0.0-alpha.9)
|
1028
1163
|
|
1029
1164
|
### Changes
|
@@ -1032,7 +1167,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
1032
1167
|
|
1033
1168
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.8)
|
1034
1169
|
|
1035
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
1170
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
1036
1171
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.7..@fluentui/react-menu_v9.0.0-alpha.8)
|
1037
1172
|
|
1038
1173
|
### Changes
|
@@ -1041,7 +1176,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
1041
1176
|
|
1042
1177
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.7)
|
1043
1178
|
|
1044
|
-
Fri, 16 Apr 2021 07:32:08 GMT
|
1179
|
+
Fri, 16 Apr 2021 07:32:08 GMT
|
1045
1180
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.6..@fluentui/react-menu_v9.0.0-alpha.7)
|
1046
1181
|
|
1047
1182
|
### Changes
|
@@ -1050,7 +1185,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
|
|
1050
1185
|
|
1051
1186
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.6)
|
1052
1187
|
|
1053
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
1188
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
1054
1189
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.5..@fluentui/react-menu_v9.0.0-alpha.6)
|
1055
1190
|
|
1056
1191
|
### Changes
|
@@ -1059,7 +1194,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
1059
1194
|
|
1060
1195
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.5)
|
1061
1196
|
|
1062
|
-
Fri, 09 Apr 2021 23:42:49 GMT
|
1197
|
+
Fri, 09 Apr 2021 23:42:49 GMT
|
1063
1198
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.4..@fluentui/react-menu_v9.0.0-alpha.5)
|
1064
1199
|
|
1065
1200
|
### Changes
|
@@ -1068,7 +1203,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
|
|
1068
1203
|
|
1069
1204
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.4)
|
1070
1205
|
|
1071
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
1206
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
1072
1207
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.3..@fluentui/react-menu_v9.0.0-alpha.4)
|
1073
1208
|
|
1074
1209
|
### Changes
|
@@ -1077,7 +1212,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
1077
1212
|
|
1078
1213
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.3)
|
1079
1214
|
|
1080
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
1215
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
1081
1216
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.2..@fluentui/react-menu_v9.0.0-alpha.3)
|
1082
1217
|
|
1083
1218
|
### Changes
|
@@ -1086,7 +1221,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
1086
1221
|
|
1087
1222
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.2)
|
1088
1223
|
|
1089
|
-
Wed, 07 Apr 2021 08:04:03 GMT
|
1224
|
+
Wed, 07 Apr 2021 08:04:03 GMT
|
1090
1225
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.1..@fluentui/react-menu_v9.0.0-alpha.2)
|
1091
1226
|
|
1092
1227
|
### Changes
|
@@ -1096,7 +1231,7 @@ Wed, 07 Apr 2021 08:04:03 GMT
|
|
1096
1231
|
|
1097
1232
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.1)
|
1098
1233
|
|
1099
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
1234
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
1100
1235
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.14.0..@fluentui/react-menu_v9.0.0-alpha.1)
|
1101
1236
|
|
1102
1237
|
### Changes
|
@@ -1107,7 +1242,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
1107
1242
|
|
1108
1243
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.14.0)
|
1109
1244
|
|
1110
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
1245
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
1111
1246
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.13.0..@fluentui/react-menu_v0.14.0)
|
1112
1247
|
|
1113
1248
|
### Minor changes
|
@@ -1117,7 +1252,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
1117
1252
|
|
1118
1253
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.13.0)
|
1119
1254
|
|
1120
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
1255
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
1121
1256
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.12.1..@fluentui/react-menu_v0.13.0)
|
1122
1257
|
|
1123
1258
|
### Minor changes
|
@@ -1143,7 +1278,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
1143
1278
|
|
1144
1279
|
## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.12.1)
|
1145
1280
|
|
1146
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
1281
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
1147
1282
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.12.0..@fluentui/react-menu_v0.12.1)
|
1148
1283
|
|
1149
1284
|
### Patches
|
@@ -1162,7 +1297,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
1162
1297
|
|
1163
1298
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.12.0)
|
1164
1299
|
|
1165
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
1300
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
1166
1301
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.11.0..@fluentui/react-menu_v0.12.0)
|
1167
1302
|
|
1168
1303
|
### Minor changes
|
@@ -1179,7 +1314,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
1179
1314
|
|
1180
1315
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.11.0)
|
1181
1316
|
|
1182
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
1317
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
1183
1318
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.11.0..@fluentui/react-menu_v0.11.0)
|
1184
1319
|
|
1185
1320
|
### Changes
|
@@ -1192,7 +1327,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
1192
1327
|
|
1193
1328
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.11.0)
|
1194
1329
|
|
1195
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
1330
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
1196
1331
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.10.0..@fluentui/react-menu_v0.11.0)
|
1197
1332
|
|
1198
1333
|
### Minor changes
|
@@ -1209,7 +1344,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
1209
1344
|
|
1210
1345
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.10.0)
|
1211
1346
|
|
1212
|
-
Fri, 19 Mar 2021 07:32:43 GMT
|
1347
|
+
Fri, 19 Mar 2021 07:32:43 GMT
|
1213
1348
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.9.0..@fluentui/react-menu_v0.10.0)
|
1214
1349
|
|
1215
1350
|
### Minor changes
|
@@ -1218,7 +1353,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
|
|
1218
1353
|
|
1219
1354
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.9.0)
|
1220
1355
|
|
1221
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
1356
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
1222
1357
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.3..@fluentui/react-menu_v0.9.0)
|
1223
1358
|
|
1224
1359
|
### Minor changes
|
@@ -1234,7 +1369,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
1234
1369
|
|
1235
1370
|
## [0.8.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.3)
|
1236
1371
|
|
1237
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
1372
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
1238
1373
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.2..@fluentui/react-menu_v0.8.3)
|
1239
1374
|
|
1240
1375
|
### Patches
|
@@ -1247,7 +1382,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
1247
1382
|
|
1248
1383
|
## [0.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.2)
|
1249
1384
|
|
1250
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
1385
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
1251
1386
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.1..@fluentui/react-menu_v0.8.2)
|
1252
1387
|
|
1253
1388
|
### Patches
|
@@ -1256,7 +1391,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
1256
1391
|
|
1257
1392
|
## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.1)
|
1258
1393
|
|
1259
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
1394
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
1260
1395
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.0..@fluentui/react-menu_v0.8.1)
|
1261
1396
|
|
1262
1397
|
### Patches
|
@@ -1269,7 +1404,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
1269
1404
|
|
1270
1405
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.0)
|
1271
1406
|
|
1272
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
1407
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
1273
1408
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.0..@fluentui/react-menu_v0.8.0)
|
1274
1409
|
|
1275
1410
|
### Changes
|
@@ -1280,7 +1415,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
1280
1415
|
|
1281
1416
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.0)
|
1282
1417
|
|
1283
|
-
Sun, 07 Mar 2021 23:34:51 GMT
|
1418
|
+
Sun, 07 Mar 2021 23:34:51 GMT
|
1284
1419
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.7.0..@fluentui/react-menu_v0.8.0)
|
1285
1420
|
|
1286
1421
|
### Minor changes
|
@@ -1289,7 +1424,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
|
|
1289
1424
|
|
1290
1425
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.7.0)
|
1291
1426
|
|
1292
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
1427
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
1293
1428
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.7.0..@fluentui/react-menu_v0.7.0)
|
1294
1429
|
|
1295
1430
|
### Changes
|
@@ -1300,7 +1435,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
1300
1435
|
|
1301
1436
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.7.0)
|
1302
1437
|
|
1303
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
1438
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
1304
1439
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.1..@fluentui/react-menu_v0.7.0)
|
1305
1440
|
|
1306
1441
|
### Minor changes
|
@@ -1319,7 +1454,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
1319
1454
|
|
1320
1455
|
## [0.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.1)
|
1321
1456
|
|
1322
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
1457
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
1323
1458
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.1..@fluentui/react-menu_v0.6.1)
|
1324
1459
|
|
1325
1460
|
### Changes
|
@@ -1330,7 +1465,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
1330
1465
|
|
1331
1466
|
## [0.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.1)
|
1332
1467
|
|
1333
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
1468
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
1334
1469
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.0..@fluentui/react-menu_v0.6.1)
|
1335
1470
|
|
1336
1471
|
### Patches
|
@@ -1345,7 +1480,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
1345
1480
|
|
1346
1481
|
## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.0)
|
1347
1482
|
|
1348
|
-
Thu, 25 Feb 2021 20:16:39 GMT
|
1483
|
+
Thu, 25 Feb 2021 20:16:39 GMT
|
1349
1484
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.0..@fluentui/react-menu_v0.6.0)
|
1350
1485
|
|
1351
1486
|
### Changes
|
@@ -1354,7 +1489,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
|
|
1354
1489
|
|
1355
1490
|
## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.0)
|
1356
1491
|
|
1357
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
1492
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
1358
1493
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.5.1..@fluentui/react-menu_v0.6.0)
|
1359
1494
|
|
1360
1495
|
### Minor changes
|
@@ -1374,7 +1509,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
1374
1509
|
|
1375
1510
|
## [0.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.5.1)
|
1376
1511
|
|
1377
|
-
Wed, 24 Feb 2021 00:05:29 GMT
|
1512
|
+
Wed, 24 Feb 2021 00:05:29 GMT
|
1378
1513
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.5.0..@fluentui/react-menu_v0.5.1)
|
1379
1514
|
|
1380
1515
|
### Patches
|
@@ -1388,7 +1523,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
|
|
1388
1523
|
|
1389
1524
|
## [0.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.5.0)
|
1390
1525
|
|
1391
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
1526
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
1392
1527
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.2..@fluentui/react-menu_v0.5.0)
|
1393
1528
|
|
1394
1529
|
### Minor changes
|
@@ -1406,7 +1541,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
1406
1541
|
|
1407
1542
|
## [0.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.2)
|
1408
1543
|
|
1409
|
-
Thu, 18 Feb 2021 19:38:50 GMT
|
1544
|
+
Thu, 18 Feb 2021 19:38:50 GMT
|
1410
1545
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.1..@fluentui/react-menu_v0.4.2)
|
1411
1546
|
|
1412
1547
|
### Patches
|
@@ -1421,7 +1556,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
|
|
1421
1556
|
|
1422
1557
|
## [0.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.1)
|
1423
1558
|
|
1424
|
-
Thu, 18 Feb 2021 12:27:34 GMT
|
1559
|
+
Thu, 18 Feb 2021 12:27:34 GMT
|
1425
1560
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.0..@fluentui/react-menu_v0.4.1)
|
1426
1561
|
|
1427
1562
|
### Patches
|
@@ -1439,7 +1574,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
|
|
1439
1574
|
|
1440
1575
|
## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.0)
|
1441
1576
|
|
1442
|
-
Wed, 17 Feb 2021 12:21:39 GMT
|
1577
|
+
Wed, 17 Feb 2021 12:21:39 GMT
|
1443
1578
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.3.0..@fluentui/react-menu_v0.4.0)
|
1444
1579
|
|
1445
1580
|
### Minor changes
|
@@ -1448,7 +1583,7 @@ Wed, 17 Feb 2021 12:21:39 GMT
|
|
1448
1583
|
|
1449
1584
|
## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.3.0)
|
1450
1585
|
|
1451
|
-
Mon, 15 Feb 2021 12:22:00 GMT
|
1586
|
+
Mon, 15 Feb 2021 12:22:00 GMT
|
1452
1587
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.1..@fluentui/react-menu_v0.3.0)
|
1453
1588
|
|
1454
1589
|
### Minor changes
|
@@ -1467,7 +1602,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
|
|
1467
1602
|
|
1468
1603
|
## [0.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.1)
|
1469
1604
|
|
1470
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
1605
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
1471
1606
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.0..@fluentui/react-menu_v0.2.1)
|
1472
1607
|
|
1473
1608
|
### Patches
|
@@ -1481,7 +1616,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
1481
1616
|
|
1482
1617
|
## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.0)
|
1483
1618
|
|
1484
|
-
Thu, 11 Feb 2021 00:58:10 GMT
|
1619
|
+
Thu, 11 Feb 2021 00:58:10 GMT
|
1485
1620
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.0..@fluentui/react-menu_v0.2.0)
|
1486
1621
|
|
1487
1622
|
### Changes
|
@@ -1493,7 +1628,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
|
|
1493
1628
|
|
1494
1629
|
## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.0)
|
1495
1630
|
|
1496
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
1631
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
1497
1632
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.1.0..@fluentui/react-menu_v0.2.0)
|
1498
1633
|
|
1499
1634
|
### Minor changes
|