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