@fluentui/react-menu 9.0.0-rc.6 → 9.0.0-rc.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +170 -9
- package/CHANGELOG.md +184 -139
- package/dist/{react-menu.d.ts → index.d.ts} +0 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/index.js +25 -16
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +486 -17
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +13 -13
- package/lib/Menu.d.ts +0 -1
- package/lib/MenuDivider.d.ts +0 -1
- package/lib/MenuGroup.d.ts +0 -1
- package/lib/MenuGroupHeader.d.ts +0 -1
- package/lib/MenuItem.d.ts +0 -1
- package/lib/MenuItemCheckbox.d.ts +0 -1
- package/lib/MenuItemRadio.d.ts +0 -1
- package/lib/MenuList.d.ts +0 -1
- package/lib/MenuPopover.d.ts +0 -1
- package/lib/MenuSplitGroup.d.ts +0 -1
- package/lib/MenuTrigger.d.ts +0 -1
- package/lib/components/Menu/Menu.d.ts +0 -6
- package/lib/components/Menu/Menu.types.d.ts +0 -113
- package/lib/components/Menu/index.d.ts +0 -5
- package/lib/components/Menu/renderMenu.d.ts +0 -5
- package/lib/components/Menu/useMenu.d.ts +0 -10
- package/lib/components/Menu/useMenuContextValues.d.ts +0 -2
- package/lib/components/MenuDivider/MenuDivider.d.ts +0 -6
- package/lib/components/MenuDivider/MenuDivider.types.d.ts +0 -6
- package/lib/components/MenuDivider/index.d.ts +0 -5
- package/lib/components/MenuDivider/renderMenuDivider.d.ts +0 -6
- package/lib/components/MenuDivider/useMenuDivider.d.ts +0 -6
- package/lib/components/MenuDivider/useMenuDividerStyles.d.ts +0 -8
- package/lib/components/MenuGroup/MenuGroup.d.ts +0 -6
- package/lib/components/MenuGroup/MenuGroup.types.d.ts +0 -15
- package/lib/components/MenuGroup/index.d.ts +0 -6
- package/lib/components/MenuGroup/renderMenuGroup.d.ts +0 -6
- package/lib/components/MenuGroup/useMenuGroup.d.ts +0 -6
- package/lib/components/MenuGroup/useMenuGroupContextValues.d.ts +0 -2
- package/lib/components/MenuGroup/useMenuGroupStyles.d.ts +0 -8
- package/lib/components/MenuGroupHeader/MenuGroupHeader.d.ts +0 -6
- package/lib/components/MenuGroupHeader/MenuGroupHeader.types.d.ts +0 -6
- package/lib/components/MenuGroupHeader/index.d.ts +0 -5
- package/lib/components/MenuGroupHeader/renderMenuGroupHeader.d.ts +0 -6
- package/lib/components/MenuGroupHeader/useMenuGroupHeader.d.ts +0 -6
- package/lib/components/MenuGroupHeader/useMenuGroupHeaderStyles.d.ts +0 -8
- package/lib/components/MenuItem/MenuItem.d.ts +0 -6
- package/lib/components/MenuItem/MenuItem.types.d.ts +0 -43
- package/lib/components/MenuItem/index.d.ts +0 -5
- package/lib/components/MenuItem/renderMenuItem.d.ts +0 -5
- package/lib/components/MenuItem/useCharacterSearch.d.ts +0 -3
- package/lib/components/MenuItem/useMenuItem.d.ts +0 -6
- package/lib/components/MenuItem/useMenuItemStyles.d.ts +0 -9
- package/lib/components/MenuItemCheckbox/MenuItemCheckbox.d.ts +0 -6
- package/lib/components/MenuItemCheckbox/MenuItemCheckbox.types.d.ts +0 -4
- package/lib/components/MenuItemCheckbox/index.d.ts +0 -5
- package/lib/components/MenuItemCheckbox/renderMenuItemCheckbox.d.ts +0 -3
- package/lib/components/MenuItemCheckbox/useMenuItemCheckbox.d.ts +0 -4
- package/lib/components/MenuItemCheckbox/useMenuItemCheckboxStyles.d.ts +0 -9
- package/lib/components/MenuItemRadio/MenuItemRadio.d.ts +0 -6
- package/lib/components/MenuItemRadio/MenuItemRadio.types.d.ts +0 -4
- package/lib/components/MenuItemRadio/index.d.ts +0 -5
- package/lib/components/MenuItemRadio/renderMenuItemRadio.d.ts +0 -6
- package/lib/components/MenuItemRadio/useMenuItemRadio.d.ts +0 -6
- package/lib/components/MenuItemRadio/useMenuItemRadioStyles.d.ts +0 -9
- package/lib/components/MenuList/MenuList.d.ts +0 -6
- package/lib/components/MenuList/MenuList.types.d.ts +0 -55
- package/lib/components/MenuList/index.d.ts +0 -6
- package/lib/components/MenuList/renderMenuList.d.ts +0 -5
- package/lib/components/MenuList/useMenuList.d.ts +0 -6
- package/lib/components/MenuList/useMenuListContextValues.d.ts +0 -2
- package/lib/components/MenuList/useMenuListStyles.d.ts +0 -11
- package/lib/components/MenuPopover/MenuPopover.d.ts +0 -6
- package/lib/components/MenuPopover/MenuPopover.types.d.ts +0 -18
- package/lib/components/MenuPopover/index.d.ts +0 -5
- package/lib/components/MenuPopover/renderMenuPopover.d.ts +0 -5
- package/lib/components/MenuPopover/useMenuPopover.d.ts +0 -12
- package/lib/components/MenuPopover/useMenuPopoverStyles.d.ts +0 -11
- package/lib/components/MenuSplitGroup/MenuSplitGroup.d.ts +0 -6
- package/lib/components/MenuSplitGroup/MenuSplitGroup.types.d.ts +0 -14
- package/lib/components/MenuSplitGroup/index.d.ts +0 -5
- package/lib/components/MenuSplitGroup/renderMenuSplitGroup.d.ts +0 -5
- package/lib/components/MenuSplitGroup/useMenuSplitGroup.d.ts +0 -12
- package/lib/components/MenuSplitGroup/useMenuSplitGroupStyles.d.ts +0 -11
- package/lib/components/MenuTrigger/MenuTrigger.d.ts +0 -8
- package/lib/components/MenuTrigger/MenuTrigger.types.d.ts +0 -20
- package/lib/components/MenuTrigger/index.d.ts +0 -4
- package/lib/components/MenuTrigger/renderMenuTrigger.d.ts +0 -7
- package/lib/components/MenuTrigger/useMenuTrigger.d.ts +0 -8
- package/lib/components/index.d.ts +0 -2
- package/lib/contexts/menuContext.d.ts +0 -16
- package/lib/contexts/menuGroupContext.d.ts +0 -13
- package/lib/contexts/menuListContext.d.ts +0 -15
- package/lib/contexts/menuTriggerContext.d.ts +0 -3
- package/lib/index.d.ts +0 -16
- package/lib/selectable/index.d.ts +0 -2
- package/lib/selectable/types.d.ts +0 -34
- package/lib/selectable/useCheckmarkStyles.d.ts +0 -8
- package/lib/utils/index.d.ts +0 -1
- package/lib/utils/useIsSubmenu.d.ts +0 -9
- package/lib/utils/useOnMenuEnter.d.ts +0 -23
- package/lib-commonjs/Menu.d.ts +0 -1
- package/lib-commonjs/MenuDivider.d.ts +0 -1
- package/lib-commonjs/MenuGroup.d.ts +0 -1
- package/lib-commonjs/MenuGroupHeader.d.ts +0 -1
- package/lib-commonjs/MenuItem.d.ts +0 -1
- package/lib-commonjs/MenuItemCheckbox.d.ts +0 -1
- package/lib-commonjs/MenuItemRadio.d.ts +0 -1
- package/lib-commonjs/MenuList.d.ts +0 -1
- package/lib-commonjs/MenuPopover.d.ts +0 -1
- package/lib-commonjs/MenuSplitGroup.d.ts +0 -1
- package/lib-commonjs/MenuTrigger.d.ts +0 -1
- package/lib-commonjs/components/Menu/Menu.d.ts +0 -6
- package/lib-commonjs/components/Menu/Menu.types.d.ts +0 -113
- package/lib-commonjs/components/Menu/index.d.ts +0 -5
- package/lib-commonjs/components/Menu/renderMenu.d.ts +0 -5
- package/lib-commonjs/components/Menu/useMenu.d.ts +0 -10
- package/lib-commonjs/components/Menu/useMenuContextValues.d.ts +0 -2
- package/lib-commonjs/components/MenuDivider/MenuDivider.d.ts +0 -6
- package/lib-commonjs/components/MenuDivider/MenuDivider.types.d.ts +0 -6
- package/lib-commonjs/components/MenuDivider/index.d.ts +0 -5
- package/lib-commonjs/components/MenuDivider/renderMenuDivider.d.ts +0 -6
- package/lib-commonjs/components/MenuDivider/useMenuDivider.d.ts +0 -6
- package/lib-commonjs/components/MenuDivider/useMenuDividerStyles.d.ts +0 -8
- package/lib-commonjs/components/MenuGroup/MenuGroup.d.ts +0 -6
- package/lib-commonjs/components/MenuGroup/MenuGroup.types.d.ts +0 -15
- package/lib-commonjs/components/MenuGroup/index.d.ts +0 -6
- package/lib-commonjs/components/MenuGroup/renderMenuGroup.d.ts +0 -6
- package/lib-commonjs/components/MenuGroup/useMenuGroup.d.ts +0 -6
- package/lib-commonjs/components/MenuGroup/useMenuGroupContextValues.d.ts +0 -2
- package/lib-commonjs/components/MenuGroup/useMenuGroupStyles.d.ts +0 -8
- package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.d.ts +0 -6
- package/lib-commonjs/components/MenuGroupHeader/MenuGroupHeader.types.d.ts +0 -6
- package/lib-commonjs/components/MenuGroupHeader/index.d.ts +0 -5
- package/lib-commonjs/components/MenuGroupHeader/renderMenuGroupHeader.d.ts +0 -6
- package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeader.d.ts +0 -6
- package/lib-commonjs/components/MenuGroupHeader/useMenuGroupHeaderStyles.d.ts +0 -8
- package/lib-commonjs/components/MenuItem/MenuItem.d.ts +0 -6
- package/lib-commonjs/components/MenuItem/MenuItem.types.d.ts +0 -43
- package/lib-commonjs/components/MenuItem/index.d.ts +0 -5
- package/lib-commonjs/components/MenuItem/renderMenuItem.d.ts +0 -5
- package/lib-commonjs/components/MenuItem/useCharacterSearch.d.ts +0 -3
- package/lib-commonjs/components/MenuItem/useMenuItem.d.ts +0 -6
- package/lib-commonjs/components/MenuItem/useMenuItemStyles.d.ts +0 -9
- package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.d.ts +0 -6
- package/lib-commonjs/components/MenuItemCheckbox/MenuItemCheckbox.types.d.ts +0 -4
- package/lib-commonjs/components/MenuItemCheckbox/index.d.ts +0 -5
- package/lib-commonjs/components/MenuItemCheckbox/renderMenuItemCheckbox.d.ts +0 -3
- package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckbox.d.ts +0 -4
- package/lib-commonjs/components/MenuItemCheckbox/useMenuItemCheckboxStyles.d.ts +0 -9
- package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.d.ts +0 -6
- package/lib-commonjs/components/MenuItemRadio/MenuItemRadio.types.d.ts +0 -4
- package/lib-commonjs/components/MenuItemRadio/index.d.ts +0 -5
- package/lib-commonjs/components/MenuItemRadio/renderMenuItemRadio.d.ts +0 -6
- package/lib-commonjs/components/MenuItemRadio/useMenuItemRadio.d.ts +0 -6
- package/lib-commonjs/components/MenuItemRadio/useMenuItemRadioStyles.d.ts +0 -9
- package/lib-commonjs/components/MenuList/MenuList.d.ts +0 -6
- package/lib-commonjs/components/MenuList/MenuList.types.d.ts +0 -55
- package/lib-commonjs/components/MenuList/index.d.ts +0 -6
- package/lib-commonjs/components/MenuList/renderMenuList.d.ts +0 -5
- package/lib-commonjs/components/MenuList/useMenuList.d.ts +0 -6
- package/lib-commonjs/components/MenuList/useMenuListContextValues.d.ts +0 -2
- package/lib-commonjs/components/MenuList/useMenuListStyles.d.ts +0 -11
- package/lib-commonjs/components/MenuPopover/MenuPopover.d.ts +0 -6
- package/lib-commonjs/components/MenuPopover/MenuPopover.types.d.ts +0 -18
- package/lib-commonjs/components/MenuPopover/index.d.ts +0 -5
- package/lib-commonjs/components/MenuPopover/renderMenuPopover.d.ts +0 -5
- package/lib-commonjs/components/MenuPopover/useMenuPopover.d.ts +0 -12
- package/lib-commonjs/components/MenuPopover/useMenuPopoverStyles.d.ts +0 -11
- package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.d.ts +0 -6
- package/lib-commonjs/components/MenuSplitGroup/MenuSplitGroup.types.d.ts +0 -14
- package/lib-commonjs/components/MenuSplitGroup/index.d.ts +0 -5
- package/lib-commonjs/components/MenuSplitGroup/renderMenuSplitGroup.d.ts +0 -5
- package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroup.d.ts +0 -12
- package/lib-commonjs/components/MenuSplitGroup/useMenuSplitGroupStyles.d.ts +0 -11
- package/lib-commonjs/components/MenuTrigger/MenuTrigger.d.ts +0 -8
- package/lib-commonjs/components/MenuTrigger/MenuTrigger.types.d.ts +0 -20
- package/lib-commonjs/components/MenuTrigger/index.d.ts +0 -4
- package/lib-commonjs/components/MenuTrigger/renderMenuTrigger.d.ts +0 -7
- package/lib-commonjs/components/MenuTrigger/useMenuTrigger.d.ts +0 -8
- package/lib-commonjs/components/index.d.ts +0 -2
- package/lib-commonjs/contexts/menuContext.d.ts +0 -16
- package/lib-commonjs/contexts/menuGroupContext.d.ts +0 -13
- package/lib-commonjs/contexts/menuListContext.d.ts +0 -15
- package/lib-commonjs/contexts/menuTriggerContext.d.ts +0 -3
- package/lib-commonjs/index.d.ts +0 -16
- package/lib-commonjs/selectable/index.d.ts +0 -2
- package/lib-commonjs/selectable/types.d.ts +0 -34
- package/lib-commonjs/selectable/useCheckmarkStyles.d.ts +0 -8
- package/lib-commonjs/utils/index.d.ts +0 -1
- package/lib-commonjs/utils/useIsSubmenu.d.ts +0 -9
- package/lib-commonjs/utils/useOnMenuEnter.d.ts +0 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,57 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-menu
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 05 May 2022 18:24:31 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.9)
|
|
8
|
+
|
|
9
|
+
Thu, 05 May 2022 18:24:31 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.8..@fluentui/react-menu_v9.0.0-rc.9)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Removing star exports. ([PR #22804](https://github.com/microsoft/fluentui/pull/22804) by humberto_makoto@hotmail.com)
|
|
15
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.6 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
16
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
17
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
18
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
19
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
20
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
21
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
22
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
23
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
24
|
+
|
|
25
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.8)
|
|
26
|
+
|
|
27
|
+
Wed, 04 May 2022 13:26:44 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.7..@fluentui/react-menu_v9.0.0-rc.8)
|
|
29
|
+
|
|
30
|
+
### Changes
|
|
31
|
+
|
|
32
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
|
33
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
34
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
35
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
36
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
37
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
38
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
39
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
40
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
41
|
+
|
|
42
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.7)
|
|
43
|
+
|
|
44
|
+
Mon, 25 Apr 2022 09:32:19 GMT
|
|
45
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.6..@fluentui/react-menu_v9.0.0-rc.7)
|
|
46
|
+
|
|
47
|
+
### Changes
|
|
48
|
+
|
|
49
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
|
50
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
|
51
|
+
|
|
7
52
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.6)
|
|
8
53
|
|
|
9
|
-
Tue, 19 Apr 2022 19:
|
|
54
|
+
Tue, 19 Apr 2022 19:16:45 GMT
|
|
10
55
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.5..@fluentui/react-menu_v9.0.0-rc.6)
|
|
11
56
|
|
|
12
57
|
### Changes
|
|
@@ -15,18 +60,18 @@ Tue, 19 Apr 2022 19:13:55 GMT
|
|
|
15
60
|
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
|
16
61
|
- Add static classnames to Menu ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
|
17
62
|
- 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)
|
|
18
|
-
- Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #
|
|
19
|
-
- Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #
|
|
20
|
-
- Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #
|
|
21
|
-
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #
|
|
22
|
-
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #
|
|
23
|
-
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #
|
|
24
|
-
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #
|
|
25
|
-
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #
|
|
63
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
64
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
65
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
66
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
67
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
68
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
69
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
70
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
|
26
71
|
|
|
27
72
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.5)
|
|
28
73
|
|
|
29
|
-
Fri, 04 Mar 2022 05:17:38 GMT
|
|
74
|
+
Fri, 04 Mar 2022 05:17:38 GMT
|
|
30
75
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.4..@fluentui/react-menu_v9.0.0-rc.5)
|
|
31
76
|
|
|
32
77
|
### Changes
|
|
@@ -43,7 +88,7 @@ Fri, 04 Mar 2022 05:17:38 GMT
|
|
|
43
88
|
|
|
44
89
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.4)
|
|
45
90
|
|
|
46
|
-
Tue, 01 Mar 2022 02:17:37 GMT
|
|
91
|
+
Tue, 01 Mar 2022 02:17:37 GMT
|
|
47
92
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.3..@fluentui/react-menu_v9.0.0-rc.4)
|
|
48
93
|
|
|
49
94
|
### Changes
|
|
@@ -57,7 +102,7 @@ Tue, 01 Mar 2022 02:17:37 GMT
|
|
|
57
102
|
|
|
58
103
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.3)
|
|
59
104
|
|
|
60
|
-
Fri, 18 Feb 2022 13:35:33 GMT
|
|
105
|
+
Fri, 18 Feb 2022 13:35:33 GMT
|
|
61
106
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-rc.1..@fluentui/react-menu_v9.0.0-rc.3)
|
|
62
107
|
|
|
63
108
|
### Changes
|
|
@@ -75,7 +120,7 @@ Fri, 18 Feb 2022 13:35:33 GMT
|
|
|
75
120
|
|
|
76
121
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-rc.1)
|
|
77
122
|
|
|
78
|
-
Thu, 10 Feb 2022 08:51:30 GMT
|
|
123
|
+
Thu, 10 Feb 2022 08:51:30 GMT
|
|
79
124
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.5..@fluentui/react-menu_v9.0.0-rc.1)
|
|
80
125
|
|
|
81
126
|
### Changes
|
|
@@ -86,7 +131,7 @@ Thu, 10 Feb 2022 08:51:30 GMT
|
|
|
86
131
|
- update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
|
|
87
132
|
- Allow `MenuTrigger` to be wrapped by another trigger ([PR #21225](https://github.com/microsoft/fluentui/pull/21225) by lingfangao@hotmail.com)
|
|
88
133
|
- update types related to trigger (allow only React.ReactElement & null) ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
|
|
89
|
-
- 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)
|
|
134
|
+
- 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)
|
|
90
135
|
- 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)
|
|
91
136
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
92
137
|
- update styles to not use CSS shorthands ([PR #20820](https://github.com/microsoft/fluentui/pull/20820) by olfedias@microsoft.com)
|
|
@@ -116,7 +161,7 @@ Thu, 10 Feb 2022 08:51:30 GMT
|
|
|
116
161
|
|
|
117
162
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.5)
|
|
118
163
|
|
|
119
|
-
Thu, 25 Nov 2021 08:34:14 GMT
|
|
164
|
+
Thu, 25 Nov 2021 08:34:14 GMT
|
|
120
165
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.4..@fluentui/react-menu_v9.0.0-beta.5)
|
|
121
166
|
|
|
122
167
|
### Changes
|
|
@@ -135,7 +180,7 @@ Thu, 25 Nov 2021 08:34:14 GMT
|
|
|
135
180
|
|
|
136
181
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.4)
|
|
137
182
|
|
|
138
|
-
Fri, 12 Nov 2021 13:25:27 GMT
|
|
183
|
+
Fri, 12 Nov 2021 13:25:27 GMT
|
|
139
184
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.3..@fluentui/react-menu_v9.0.0-beta.4)
|
|
140
185
|
|
|
141
186
|
### Changes
|
|
@@ -157,7 +202,7 @@ Fri, 12 Nov 2021 13:25:27 GMT
|
|
|
157
202
|
|
|
158
203
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.3)
|
|
159
204
|
|
|
160
|
-
Wed, 27 Oct 2021 12:14:20 GMT
|
|
205
|
+
Wed, 27 Oct 2021 12:14:20 GMT
|
|
161
206
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.2..@fluentui/react-menu_v9.0.0-beta.3)
|
|
162
207
|
|
|
163
208
|
### Changes
|
|
@@ -177,7 +222,7 @@ Wed, 27 Oct 2021 12:14:20 GMT
|
|
|
177
222
|
|
|
178
223
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.2)
|
|
179
224
|
|
|
180
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
|
225
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
|
181
226
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-beta.1..@fluentui/react-menu_v9.0.0-beta.2)
|
|
182
227
|
|
|
183
228
|
### Changes
|
|
@@ -188,7 +233,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
|
188
233
|
|
|
189
234
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-beta.1)
|
|
190
235
|
|
|
191
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
|
236
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
|
192
237
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.92..@fluentui/react-menu_v9.0.0-beta.1)
|
|
193
238
|
|
|
194
239
|
### Changes
|
|
@@ -208,7 +253,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
|
208
253
|
|
|
209
254
|
## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.92)
|
|
210
255
|
|
|
211
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
|
256
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
|
212
257
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.91..@fluentui/react-menu_v9.0.0-alpha.92)
|
|
213
258
|
|
|
214
259
|
### Changes
|
|
@@ -223,7 +268,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
|
223
268
|
|
|
224
269
|
## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.91)
|
|
225
270
|
|
|
226
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
|
271
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
|
227
272
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.90..@fluentui/react-menu_v9.0.0-alpha.91)
|
|
228
273
|
|
|
229
274
|
### Changes
|
|
@@ -242,7 +287,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
|
242
287
|
|
|
243
288
|
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.90)
|
|
244
289
|
|
|
245
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
|
290
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
|
246
291
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.88..@fluentui/react-menu_v9.0.0-alpha.90)
|
|
247
292
|
|
|
248
293
|
### Changes
|
|
@@ -262,7 +307,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
|
262
307
|
|
|
263
308
|
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.88)
|
|
264
309
|
|
|
265
|
-
Fri, 01 Oct 2021 12:30:46 GMT
|
|
310
|
+
Fri, 01 Oct 2021 12:30:46 GMT
|
|
266
311
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.87..@fluentui/react-menu_v9.0.0-alpha.88)
|
|
267
312
|
|
|
268
313
|
### Changes
|
|
@@ -271,7 +316,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
|
|
|
271
316
|
|
|
272
317
|
## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.87)
|
|
273
318
|
|
|
274
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
|
319
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
|
275
320
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.86..@fluentui/react-menu_v9.0.0-alpha.87)
|
|
276
321
|
|
|
277
322
|
### Changes
|
|
@@ -284,7 +329,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
|
284
329
|
|
|
285
330
|
## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.86)
|
|
286
331
|
|
|
287
|
-
Thu, 30 Sep 2021 09:18:15 GMT
|
|
332
|
+
Thu, 30 Sep 2021 09:18:15 GMT
|
|
288
333
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.85..@fluentui/react-menu_v9.0.0-alpha.86)
|
|
289
334
|
|
|
290
335
|
### Changes
|
|
@@ -293,7 +338,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
|
|
|
293
338
|
|
|
294
339
|
## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.85)
|
|
295
340
|
|
|
296
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
|
341
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
|
297
342
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.84..@fluentui/react-menu_v9.0.0-alpha.85)
|
|
298
343
|
|
|
299
344
|
### Changes
|
|
@@ -309,7 +354,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
|
309
354
|
|
|
310
355
|
## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.84)
|
|
311
356
|
|
|
312
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
|
357
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
|
313
358
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.83..@fluentui/react-menu_v9.0.0-alpha.84)
|
|
314
359
|
|
|
315
360
|
### Changes
|
|
@@ -327,7 +372,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
|
327
372
|
|
|
328
373
|
## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.83)
|
|
329
374
|
|
|
330
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
|
375
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
|
331
376
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.82..@fluentui/react-menu_v9.0.0-alpha.83)
|
|
332
377
|
|
|
333
378
|
### Changes
|
|
@@ -346,7 +391,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
|
346
391
|
|
|
347
392
|
## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.82)
|
|
348
393
|
|
|
349
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
|
394
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
|
350
395
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.81..@fluentui/react-menu_v9.0.0-alpha.82)
|
|
351
396
|
|
|
352
397
|
### Changes
|
|
@@ -364,7 +409,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
|
364
409
|
|
|
365
410
|
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.81)
|
|
366
411
|
|
|
367
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
|
412
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
|
368
413
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.80..@fluentui/react-menu_v9.0.0-alpha.81)
|
|
369
414
|
|
|
370
415
|
### Changes
|
|
@@ -383,7 +428,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
|
383
428
|
|
|
384
429
|
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.80)
|
|
385
430
|
|
|
386
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
|
431
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
|
387
432
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.79..@fluentui/react-menu_v9.0.0-alpha.80)
|
|
388
433
|
|
|
389
434
|
### Changes
|
|
@@ -400,7 +445,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
|
400
445
|
|
|
401
446
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.79)
|
|
402
447
|
|
|
403
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
|
448
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
|
404
449
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.78..@fluentui/react-menu_v9.0.0-alpha.79)
|
|
405
450
|
|
|
406
451
|
### Changes
|
|
@@ -409,7 +454,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
|
409
454
|
|
|
410
455
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.78)
|
|
411
456
|
|
|
412
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
457
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
413
458
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.77..@fluentui/react-menu_v9.0.0-alpha.78)
|
|
414
459
|
|
|
415
460
|
### Changes
|
|
@@ -419,7 +464,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
419
464
|
|
|
420
465
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.77)
|
|
421
466
|
|
|
422
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
|
467
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
|
423
468
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.76..@fluentui/react-menu_v9.0.0-alpha.77)
|
|
424
469
|
|
|
425
470
|
### Changes
|
|
@@ -429,7 +474,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
|
429
474
|
|
|
430
475
|
## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.76)
|
|
431
476
|
|
|
432
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
477
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
433
478
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.75..@fluentui/react-menu_v9.0.0-alpha.76)
|
|
434
479
|
|
|
435
480
|
### Changes
|
|
@@ -438,7 +483,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
438
483
|
|
|
439
484
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.75)
|
|
440
485
|
|
|
441
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
|
486
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
|
442
487
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.74..@fluentui/react-menu_v9.0.0-alpha.75)
|
|
443
488
|
|
|
444
489
|
### Changes
|
|
@@ -448,7 +493,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
|
448
493
|
|
|
449
494
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.74)
|
|
450
495
|
|
|
451
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
496
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
452
497
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.73..@fluentui/react-menu_v9.0.0-alpha.74)
|
|
453
498
|
|
|
454
499
|
### Changes
|
|
@@ -457,7 +502,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
457
502
|
|
|
458
503
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.73)
|
|
459
504
|
|
|
460
|
-
Wed, 08 Sep 2021 07:34:11 GMT
|
|
505
|
+
Wed, 08 Sep 2021 07:34:11 GMT
|
|
461
506
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.72..@fluentui/react-menu_v9.0.0-alpha.73)
|
|
462
507
|
|
|
463
508
|
### Changes
|
|
@@ -466,7 +511,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
|
|
|
466
511
|
|
|
467
512
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.72)
|
|
468
513
|
|
|
469
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
|
514
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
|
470
515
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.71..@fluentui/react-menu_v9.0.0-alpha.72)
|
|
471
516
|
|
|
472
517
|
### Changes
|
|
@@ -475,7 +520,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
|
475
520
|
|
|
476
521
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.71)
|
|
477
522
|
|
|
478
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
523
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
479
524
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.70..@fluentui/react-menu_v9.0.0-alpha.71)
|
|
480
525
|
|
|
481
526
|
### Patches
|
|
@@ -488,7 +533,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
488
533
|
|
|
489
534
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.70)
|
|
490
535
|
|
|
491
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
|
536
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
|
492
537
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.69..@fluentui/react-menu_v9.0.0-alpha.70)
|
|
493
538
|
|
|
494
539
|
### Changes
|
|
@@ -497,7 +542,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
|
497
542
|
|
|
498
543
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.69)
|
|
499
544
|
|
|
500
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
545
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
501
546
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.68..@fluentui/react-menu_v9.0.0-alpha.69)
|
|
502
547
|
|
|
503
548
|
### Changes
|
|
@@ -506,7 +551,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
506
551
|
|
|
507
552
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.68)
|
|
508
553
|
|
|
509
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
|
554
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
|
510
555
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.67..@fluentui/react-menu_v9.0.0-alpha.68)
|
|
511
556
|
|
|
512
557
|
### Changes
|
|
@@ -515,7 +560,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
|
515
560
|
|
|
516
561
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.67)
|
|
517
562
|
|
|
518
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
563
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
519
564
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.66..@fluentui/react-menu_v9.0.0-alpha.67)
|
|
520
565
|
|
|
521
566
|
### Changes
|
|
@@ -524,7 +569,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
524
569
|
|
|
525
570
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.66)
|
|
526
571
|
|
|
527
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
|
572
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
|
528
573
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.65..@fluentui/react-menu_v9.0.0-alpha.66)
|
|
529
574
|
|
|
530
575
|
### Changes
|
|
@@ -533,7 +578,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
|
533
578
|
|
|
534
579
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.65)
|
|
535
580
|
|
|
536
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
581
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
537
582
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.64..@fluentui/react-menu_v9.0.0-alpha.65)
|
|
538
583
|
|
|
539
584
|
### Changes
|
|
@@ -542,7 +587,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
542
587
|
|
|
543
588
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.64)
|
|
544
589
|
|
|
545
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
590
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
546
591
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.63..@fluentui/react-menu_v9.0.0-alpha.64)
|
|
547
592
|
|
|
548
593
|
### Changes
|
|
@@ -551,7 +596,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
551
596
|
|
|
552
597
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.63)
|
|
553
598
|
|
|
554
|
-
Mon, 16 Aug 2021 07:36:39 GMT
|
|
599
|
+
Mon, 16 Aug 2021 07:36:39 GMT
|
|
555
600
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.62..@fluentui/react-menu_v9.0.0-alpha.63)
|
|
556
601
|
|
|
557
602
|
### Changes
|
|
@@ -560,7 +605,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
|
|
|
560
605
|
|
|
561
606
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.62)
|
|
562
607
|
|
|
563
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
|
608
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
|
564
609
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.61..@fluentui/react-menu_v9.0.0-alpha.62)
|
|
565
610
|
|
|
566
611
|
### Changes
|
|
@@ -570,7 +615,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
|
570
615
|
|
|
571
616
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.61)
|
|
572
617
|
|
|
573
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
|
618
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
|
574
619
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.60..@fluentui/react-menu_v9.0.0-alpha.61)
|
|
575
620
|
|
|
576
621
|
### Changes
|
|
@@ -579,7 +624,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
|
579
624
|
|
|
580
625
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.60)
|
|
581
626
|
|
|
582
|
-
Tue, 10 Aug 2021 07:33:28 GMT
|
|
627
|
+
Tue, 10 Aug 2021 07:33:28 GMT
|
|
583
628
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.59..@fluentui/react-menu_v9.0.0-alpha.60)
|
|
584
629
|
|
|
585
630
|
### Changes
|
|
@@ -588,7 +633,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
|
|
|
588
633
|
|
|
589
634
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.59)
|
|
590
635
|
|
|
591
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
|
636
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
|
592
637
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.58..@fluentui/react-menu_v9.0.0-alpha.59)
|
|
593
638
|
|
|
594
639
|
### Changes
|
|
@@ -597,7 +642,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
|
597
642
|
|
|
598
643
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.58)
|
|
599
644
|
|
|
600
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
|
645
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
|
601
646
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.57..@fluentui/react-menu_v9.0.0-alpha.58)
|
|
602
647
|
|
|
603
648
|
### Patches
|
|
@@ -613,7 +658,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
|
613
658
|
|
|
614
659
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.57)
|
|
615
660
|
|
|
616
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
|
661
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
|
617
662
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.56..@fluentui/react-menu_v9.0.0-alpha.57)
|
|
618
663
|
|
|
619
664
|
### Changes
|
|
@@ -622,7 +667,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
|
622
667
|
|
|
623
668
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.56)
|
|
624
669
|
|
|
625
|
-
Tue, 27 Jul 2021 07:34:27 GMT
|
|
670
|
+
Tue, 27 Jul 2021 07:34:27 GMT
|
|
626
671
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.55..@fluentui/react-menu_v9.0.0-alpha.56)
|
|
627
672
|
|
|
628
673
|
### Changes
|
|
@@ -631,7 +676,7 @@ Tue, 27 Jul 2021 07:34:27 GMT
|
|
|
631
676
|
|
|
632
677
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.55)
|
|
633
678
|
|
|
634
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
679
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
635
680
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.54..@fluentui/react-menu_v9.0.0-alpha.55)
|
|
636
681
|
|
|
637
682
|
### Changes
|
|
@@ -640,7 +685,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
640
685
|
|
|
641
686
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.54)
|
|
642
687
|
|
|
643
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
688
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
644
689
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.53..@fluentui/react-menu_v9.0.0-alpha.54)
|
|
645
690
|
|
|
646
691
|
### Changes
|
|
@@ -649,7 +694,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
649
694
|
|
|
650
695
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.53)
|
|
651
696
|
|
|
652
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
697
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
653
698
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.52..@fluentui/react-menu_v9.0.0-alpha.53)
|
|
654
699
|
|
|
655
700
|
### Changes
|
|
@@ -658,7 +703,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
658
703
|
|
|
659
704
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.52)
|
|
660
705
|
|
|
661
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
|
706
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
|
662
707
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.51..@fluentui/react-menu_v9.0.0-alpha.52)
|
|
663
708
|
|
|
664
709
|
### Changes
|
|
@@ -667,7 +712,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
|
667
712
|
|
|
668
713
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.51)
|
|
669
714
|
|
|
670
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
715
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
671
716
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.50..@fluentui/react-menu_v9.0.0-alpha.51)
|
|
672
717
|
|
|
673
718
|
### Changes
|
|
@@ -676,7 +721,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
676
721
|
|
|
677
722
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.50)
|
|
678
723
|
|
|
679
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
724
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
680
725
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.49..@fluentui/react-menu_v9.0.0-alpha.50)
|
|
681
726
|
|
|
682
727
|
### Changes
|
|
@@ -686,7 +731,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
686
731
|
|
|
687
732
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.49)
|
|
688
733
|
|
|
689
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
734
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
690
735
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.48..@fluentui/react-menu_v9.0.0-alpha.49)
|
|
691
736
|
|
|
692
737
|
### Patches
|
|
@@ -695,7 +740,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
695
740
|
|
|
696
741
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.48)
|
|
697
742
|
|
|
698
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
|
743
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
|
699
744
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.47..@fluentui/react-menu_v9.0.0-alpha.48)
|
|
700
745
|
|
|
701
746
|
### Changes
|
|
@@ -704,7 +749,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
|
704
749
|
|
|
705
750
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.47)
|
|
706
751
|
|
|
707
|
-
Mon, 12 Jul 2021 07:33:23 GMT
|
|
752
|
+
Mon, 12 Jul 2021 07:33:23 GMT
|
|
708
753
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.46..@fluentui/react-menu_v9.0.0-alpha.47)
|
|
709
754
|
|
|
710
755
|
### Changes
|
|
@@ -713,7 +758,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
|
|
|
713
758
|
|
|
714
759
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.46)
|
|
715
760
|
|
|
716
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
761
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
717
762
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.45..@fluentui/react-menu_v9.0.0-alpha.46)
|
|
718
763
|
|
|
719
764
|
### Patches
|
|
@@ -729,7 +774,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
729
774
|
|
|
730
775
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.45)
|
|
731
776
|
|
|
732
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
777
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
733
778
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.44..@fluentui/react-menu_v9.0.0-alpha.45)
|
|
734
779
|
|
|
735
780
|
### Changes
|
|
@@ -738,7 +783,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
738
783
|
|
|
739
784
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.44)
|
|
740
785
|
|
|
741
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
|
786
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
|
742
787
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.43..@fluentui/react-menu_v9.0.0-alpha.44)
|
|
743
788
|
|
|
744
789
|
### Changes
|
|
@@ -748,7 +793,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
|
748
793
|
|
|
749
794
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.43)
|
|
750
795
|
|
|
751
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
|
796
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
|
752
797
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.42..@fluentui/react-menu_v9.0.0-alpha.43)
|
|
753
798
|
|
|
754
799
|
### Changes
|
|
@@ -757,7 +802,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
|
757
802
|
|
|
758
803
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.42)
|
|
759
804
|
|
|
760
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
|
805
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
|
761
806
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.41..@fluentui/react-menu_v9.0.0-alpha.42)
|
|
762
807
|
|
|
763
808
|
### Changes
|
|
@@ -766,7 +811,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
|
766
811
|
|
|
767
812
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.41)
|
|
768
813
|
|
|
769
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
|
814
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
|
770
815
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.40..@fluentui/react-menu_v9.0.0-alpha.41)
|
|
771
816
|
|
|
772
817
|
### Changes
|
|
@@ -775,7 +820,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
|
775
820
|
|
|
776
821
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.40)
|
|
777
822
|
|
|
778
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
|
823
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
|
779
824
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.39..@fluentui/react-menu_v9.0.0-alpha.40)
|
|
780
825
|
|
|
781
826
|
### Changes
|
|
@@ -784,7 +829,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
|
784
829
|
|
|
785
830
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.39)
|
|
786
831
|
|
|
787
|
-
Mon, 21 Jun 2021 07:34:33 GMT
|
|
832
|
+
Mon, 21 Jun 2021 07:34:33 GMT
|
|
788
833
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.38..@fluentui/react-menu_v9.0.0-alpha.39)
|
|
789
834
|
|
|
790
835
|
### Changes
|
|
@@ -794,7 +839,7 @@ Mon, 21 Jun 2021 07:34:33 GMT
|
|
|
794
839
|
|
|
795
840
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.38)
|
|
796
841
|
|
|
797
|
-
Thu, 17 Jun 2021 07:34:11 GMT
|
|
842
|
+
Thu, 17 Jun 2021 07:34:11 GMT
|
|
798
843
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.37..@fluentui/react-menu_v9.0.0-alpha.38)
|
|
799
844
|
|
|
800
845
|
### Changes
|
|
@@ -803,7 +848,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
|
|
|
803
848
|
|
|
804
849
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.37)
|
|
805
850
|
|
|
806
|
-
Wed, 16 Jun 2021 07:34:24 GMT
|
|
851
|
+
Wed, 16 Jun 2021 07:34:24 GMT
|
|
807
852
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.36..@fluentui/react-menu_v9.0.0-alpha.37)
|
|
808
853
|
|
|
809
854
|
### Changes
|
|
@@ -812,7 +857,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
|
|
|
812
857
|
|
|
813
858
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.36)
|
|
814
859
|
|
|
815
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
|
860
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
|
816
861
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.35..@fluentui/react-menu_v9.0.0-alpha.36)
|
|
817
862
|
|
|
818
863
|
### Changes
|
|
@@ -821,7 +866,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
|
821
866
|
|
|
822
867
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.35)
|
|
823
868
|
|
|
824
|
-
Thu, 10 Jun 2021 07:32:59 GMT
|
|
869
|
+
Thu, 10 Jun 2021 07:32:59 GMT
|
|
825
870
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.34..@fluentui/react-menu_v9.0.0-alpha.35)
|
|
826
871
|
|
|
827
872
|
### Changes
|
|
@@ -830,7 +875,7 @@ Thu, 10 Jun 2021 07:32:59 GMT
|
|
|
830
875
|
|
|
831
876
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.34)
|
|
832
877
|
|
|
833
|
-
Wed, 09 Jun 2021 07:33:38 GMT
|
|
878
|
+
Wed, 09 Jun 2021 07:33:38 GMT
|
|
834
879
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.33..@fluentui/react-menu_v9.0.0-alpha.34)
|
|
835
880
|
|
|
836
881
|
### Changes
|
|
@@ -839,7 +884,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
|
|
|
839
884
|
|
|
840
885
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.33)
|
|
841
886
|
|
|
842
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
|
887
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
|
843
888
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.32..@fluentui/react-menu_v9.0.0-alpha.33)
|
|
844
889
|
|
|
845
890
|
### Patches
|
|
@@ -855,7 +900,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
|
855
900
|
|
|
856
901
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.32)
|
|
857
902
|
|
|
858
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
903
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
859
904
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.31..@fluentui/react-menu_v9.0.0-alpha.32)
|
|
860
905
|
|
|
861
906
|
### Changes
|
|
@@ -864,7 +909,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
864
909
|
|
|
865
910
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.31)
|
|
866
911
|
|
|
867
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
|
912
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
|
868
913
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.30..@fluentui/react-menu_v9.0.0-alpha.31)
|
|
869
914
|
|
|
870
915
|
### Changes
|
|
@@ -874,7 +919,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
|
874
919
|
|
|
875
920
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.30)
|
|
876
921
|
|
|
877
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
|
922
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
|
878
923
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.29..@fluentui/react-menu_v9.0.0-alpha.30)
|
|
879
924
|
|
|
880
925
|
### Changes
|
|
@@ -883,7 +928,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
|
883
928
|
|
|
884
929
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.29)
|
|
885
930
|
|
|
886
|
-
Fri, 28 May 2021 07:33:57 GMT
|
|
931
|
+
Fri, 28 May 2021 07:33:57 GMT
|
|
887
932
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.28..@fluentui/react-menu_v9.0.0-alpha.29)
|
|
888
933
|
|
|
889
934
|
### Changes
|
|
@@ -892,7 +937,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
|
892
937
|
|
|
893
938
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.28)
|
|
894
939
|
|
|
895
|
-
Thu, 27 May 2021 07:33:21 GMT
|
|
940
|
+
Thu, 27 May 2021 07:33:21 GMT
|
|
896
941
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.27..@fluentui/react-menu_v9.0.0-alpha.28)
|
|
897
942
|
|
|
898
943
|
### Changes
|
|
@@ -901,7 +946,7 @@ Thu, 27 May 2021 07:33:21 GMT
|
|
|
901
946
|
|
|
902
947
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.27)
|
|
903
948
|
|
|
904
|
-
Wed, 26 May 2021 07:35:43 GMT
|
|
949
|
+
Wed, 26 May 2021 07:35:43 GMT
|
|
905
950
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.26..@fluentui/react-menu_v9.0.0-alpha.27)
|
|
906
951
|
|
|
907
952
|
### Changes
|
|
@@ -910,7 +955,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
|
910
955
|
|
|
911
956
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.26)
|
|
912
957
|
|
|
913
|
-
Fri, 21 May 2021 07:34:54 GMT
|
|
958
|
+
Fri, 21 May 2021 07:34:54 GMT
|
|
914
959
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.25..@fluentui/react-menu_v9.0.0-alpha.26)
|
|
915
960
|
|
|
916
961
|
### Changes
|
|
@@ -919,7 +964,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
|
919
964
|
|
|
920
965
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.25)
|
|
921
966
|
|
|
922
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
967
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
923
968
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.24..@fluentui/react-menu_v9.0.0-alpha.25)
|
|
924
969
|
|
|
925
970
|
### Patches
|
|
@@ -935,7 +980,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
935
980
|
|
|
936
981
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.24)
|
|
937
982
|
|
|
938
|
-
Wed, 19 May 2021 07:34:20 GMT
|
|
983
|
+
Wed, 19 May 2021 07:34:20 GMT
|
|
939
984
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.23..@fluentui/react-menu_v9.0.0-alpha.24)
|
|
940
985
|
|
|
941
986
|
### Patches
|
|
@@ -948,7 +993,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
|
948
993
|
|
|
949
994
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.23)
|
|
950
995
|
|
|
951
|
-
Tue, 18 May 2021 07:34:38 GMT
|
|
996
|
+
Tue, 18 May 2021 07:34:38 GMT
|
|
952
997
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.22..@fluentui/react-menu_v9.0.0-alpha.23)
|
|
953
998
|
|
|
954
999
|
### Changes
|
|
@@ -957,7 +1002,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
|
957
1002
|
|
|
958
1003
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.22)
|
|
959
1004
|
|
|
960
|
-
Thu, 13 May 2021 07:36:55 GMT
|
|
1005
|
+
Thu, 13 May 2021 07:36:55 GMT
|
|
961
1006
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.21..@fluentui/react-menu_v9.0.0-alpha.22)
|
|
962
1007
|
|
|
963
1008
|
### Changes
|
|
@@ -966,7 +1011,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
|
966
1011
|
|
|
967
1012
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.21)
|
|
968
1013
|
|
|
969
|
-
Wed, 12 May 2021 07:36:20 GMT
|
|
1014
|
+
Wed, 12 May 2021 07:36:20 GMT
|
|
970
1015
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.20..@fluentui/react-menu_v9.0.0-alpha.21)
|
|
971
1016
|
|
|
972
1017
|
### Changes
|
|
@@ -975,7 +1020,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
|
975
1020
|
|
|
976
1021
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.20)
|
|
977
1022
|
|
|
978
|
-
Mon, 10 May 2021 07:36:07 GMT
|
|
1023
|
+
Mon, 10 May 2021 07:36:07 GMT
|
|
979
1024
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.19..@fluentui/react-menu_v9.0.0-alpha.20)
|
|
980
1025
|
|
|
981
1026
|
### Changes
|
|
@@ -984,7 +1029,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
|
984
1029
|
|
|
985
1030
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.19)
|
|
986
1031
|
|
|
987
|
-
Wed, 05 May 2021 07:36:50 GMT
|
|
1032
|
+
Wed, 05 May 2021 07:36:50 GMT
|
|
988
1033
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.18..@fluentui/react-menu_v9.0.0-alpha.19)
|
|
989
1034
|
|
|
990
1035
|
### Changes
|
|
@@ -994,7 +1039,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
|
994
1039
|
|
|
995
1040
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.18)
|
|
996
1041
|
|
|
997
|
-
Tue, 04 May 2021 07:36:35 GMT
|
|
1042
|
+
Tue, 04 May 2021 07:36:35 GMT
|
|
998
1043
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.17..@fluentui/react-menu_v9.0.0-alpha.18)
|
|
999
1044
|
|
|
1000
1045
|
### Changes
|
|
@@ -1003,7 +1048,7 @@ Tue, 04 May 2021 07:36:35 GMT
|
|
|
1003
1048
|
|
|
1004
1049
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.17)
|
|
1005
1050
|
|
|
1006
|
-
Mon, 03 May 2021 07:45:19 GMT
|
|
1051
|
+
Mon, 03 May 2021 07:45:19 GMT
|
|
1007
1052
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.16..@fluentui/react-menu_v9.0.0-alpha.17)
|
|
1008
1053
|
|
|
1009
1054
|
### Changes
|
|
@@ -1013,7 +1058,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
|
1013
1058
|
|
|
1014
1059
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.16)
|
|
1015
1060
|
|
|
1016
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
1061
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
1017
1062
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.15..@fluentui/react-menu_v9.0.0-alpha.16)
|
|
1018
1063
|
|
|
1019
1064
|
### Patches
|
|
@@ -1030,7 +1075,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
1030
1075
|
|
|
1031
1076
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.15)
|
|
1032
1077
|
|
|
1033
|
-
Wed, 28 Apr 2021 07:32:59 GMT
|
|
1078
|
+
Wed, 28 Apr 2021 07:32:59 GMT
|
|
1034
1079
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.14..@fluentui/react-menu_v9.0.0-alpha.15)
|
|
1035
1080
|
|
|
1036
1081
|
### Changes
|
|
@@ -1039,7 +1084,7 @@ Wed, 28 Apr 2021 07:32:59 GMT
|
|
|
1039
1084
|
|
|
1040
1085
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.14)
|
|
1041
1086
|
|
|
1042
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
|
1087
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
|
1043
1088
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.13..@fluentui/react-menu_v9.0.0-alpha.14)
|
|
1044
1089
|
|
|
1045
1090
|
### Changes
|
|
@@ -1048,7 +1093,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
|
1048
1093
|
|
|
1049
1094
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.13)
|
|
1050
1095
|
|
|
1051
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
|
1096
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
|
1052
1097
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.12..@fluentui/react-menu_v9.0.0-alpha.13)
|
|
1053
1098
|
|
|
1054
1099
|
### Changes
|
|
@@ -1057,7 +1102,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
|
1057
1102
|
|
|
1058
1103
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.12)
|
|
1059
1104
|
|
|
1060
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
|
1105
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
|
1061
1106
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.11..@fluentui/react-menu_v9.0.0-alpha.12)
|
|
1062
1107
|
|
|
1063
1108
|
### Patches
|
|
@@ -1073,7 +1118,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
|
1073
1118
|
|
|
1074
1119
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.11)
|
|
1075
1120
|
|
|
1076
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
|
1121
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
|
1077
1122
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.10..@fluentui/react-menu_v9.0.0-alpha.11)
|
|
1078
1123
|
|
|
1079
1124
|
### Changes
|
|
@@ -1082,7 +1127,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
|
1082
1127
|
|
|
1083
1128
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.10)
|
|
1084
1129
|
|
|
1085
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1130
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
1086
1131
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.9..@fluentui/react-menu_v9.0.0-alpha.10)
|
|
1087
1132
|
|
|
1088
1133
|
### Changes
|
|
@@ -1092,7 +1137,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
1092
1137
|
|
|
1093
1138
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.9)
|
|
1094
1139
|
|
|
1095
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
|
1140
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
|
1096
1141
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.8..@fluentui/react-menu_v9.0.0-alpha.9)
|
|
1097
1142
|
|
|
1098
1143
|
### Changes
|
|
@@ -1101,7 +1146,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
|
1101
1146
|
|
|
1102
1147
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.8)
|
|
1103
1148
|
|
|
1104
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
|
1149
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
|
1105
1150
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.7..@fluentui/react-menu_v9.0.0-alpha.8)
|
|
1106
1151
|
|
|
1107
1152
|
### Changes
|
|
@@ -1110,7 +1155,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
|
1110
1155
|
|
|
1111
1156
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.7)
|
|
1112
1157
|
|
|
1113
|
-
Fri, 16 Apr 2021 07:32:08 GMT
|
|
1158
|
+
Fri, 16 Apr 2021 07:32:08 GMT
|
|
1114
1159
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.6..@fluentui/react-menu_v9.0.0-alpha.7)
|
|
1115
1160
|
|
|
1116
1161
|
### Changes
|
|
@@ -1119,7 +1164,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
|
|
|
1119
1164
|
|
|
1120
1165
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.6)
|
|
1121
1166
|
|
|
1122
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
|
1167
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
|
1123
1168
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.5..@fluentui/react-menu_v9.0.0-alpha.6)
|
|
1124
1169
|
|
|
1125
1170
|
### Changes
|
|
@@ -1128,7 +1173,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
|
1128
1173
|
|
|
1129
1174
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.5)
|
|
1130
1175
|
|
|
1131
|
-
Fri, 09 Apr 2021 23:42:49 GMT
|
|
1176
|
+
Fri, 09 Apr 2021 23:42:49 GMT
|
|
1132
1177
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.4..@fluentui/react-menu_v9.0.0-alpha.5)
|
|
1133
1178
|
|
|
1134
1179
|
### Changes
|
|
@@ -1137,7 +1182,7 @@ Fri, 09 Apr 2021 23:42:49 GMT
|
|
|
1137
1182
|
|
|
1138
1183
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.4)
|
|
1139
1184
|
|
|
1140
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
|
1185
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
|
1141
1186
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.3..@fluentui/react-menu_v9.0.0-alpha.4)
|
|
1142
1187
|
|
|
1143
1188
|
### Changes
|
|
@@ -1146,7 +1191,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
|
1146
1191
|
|
|
1147
1192
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.3)
|
|
1148
1193
|
|
|
1149
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
|
1194
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
|
1150
1195
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.2..@fluentui/react-menu_v9.0.0-alpha.3)
|
|
1151
1196
|
|
|
1152
1197
|
### Changes
|
|
@@ -1155,7 +1200,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
|
1155
1200
|
|
|
1156
1201
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.2)
|
|
1157
1202
|
|
|
1158
|
-
Wed, 07 Apr 2021 08:04:03 GMT
|
|
1203
|
+
Wed, 07 Apr 2021 08:04:03 GMT
|
|
1159
1204
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.0.0-alpha.1..@fluentui/react-menu_v9.0.0-alpha.2)
|
|
1160
1205
|
|
|
1161
1206
|
### Changes
|
|
@@ -1165,7 +1210,7 @@ Wed, 07 Apr 2021 08:04:03 GMT
|
|
|
1165
1210
|
|
|
1166
1211
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.0.0-alpha.1)
|
|
1167
1212
|
|
|
1168
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
|
1213
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
|
1169
1214
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.14.0..@fluentui/react-menu_v9.0.0-alpha.1)
|
|
1170
1215
|
|
|
1171
1216
|
### Changes
|
|
@@ -1176,7 +1221,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
|
1176
1221
|
|
|
1177
1222
|
## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.14.0)
|
|
1178
1223
|
|
|
1179
|
-
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1224
|
+
Thu, 01 Apr 2021 07:33:24 GMT
|
|
1180
1225
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.13.0..@fluentui/react-menu_v0.14.0)
|
|
1181
1226
|
|
|
1182
1227
|
### Minor changes
|
|
@@ -1186,7 +1231,7 @@ Thu, 01 Apr 2021 07:33:24 GMT
|
|
|
1186
1231
|
|
|
1187
1232
|
## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.13.0)
|
|
1188
1233
|
|
|
1189
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
|
1234
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
|
1190
1235
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.12.1..@fluentui/react-menu_v0.13.0)
|
|
1191
1236
|
|
|
1192
1237
|
### Minor changes
|
|
@@ -1212,7 +1257,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
|
1212
1257
|
|
|
1213
1258
|
## [0.12.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.12.1)
|
|
1214
1259
|
|
|
1215
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
|
1260
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
|
1216
1261
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.12.0..@fluentui/react-menu_v0.12.1)
|
|
1217
1262
|
|
|
1218
1263
|
### Patches
|
|
@@ -1231,7 +1276,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
|
1231
1276
|
|
|
1232
1277
|
## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.12.0)
|
|
1233
1278
|
|
|
1234
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1279
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1235
1280
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.11.0..@fluentui/react-menu_v0.12.0)
|
|
1236
1281
|
|
|
1237
1282
|
### Minor changes
|
|
@@ -1248,7 +1293,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
1248
1293
|
|
|
1249
1294
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.11.0)
|
|
1250
1295
|
|
|
1251
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1296
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1252
1297
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.11.0..@fluentui/react-menu_v0.11.0)
|
|
1253
1298
|
|
|
1254
1299
|
### Changes
|
|
@@ -1261,7 +1306,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
1261
1306
|
|
|
1262
1307
|
## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.11.0)
|
|
1263
1308
|
|
|
1264
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1309
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1265
1310
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.10.0..@fluentui/react-menu_v0.11.0)
|
|
1266
1311
|
|
|
1267
1312
|
### Minor changes
|
|
@@ -1278,7 +1323,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
1278
1323
|
|
|
1279
1324
|
## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.10.0)
|
|
1280
1325
|
|
|
1281
|
-
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1326
|
+
Fri, 19 Mar 2021 07:32:43 GMT
|
|
1282
1327
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.9.0..@fluentui/react-menu_v0.10.0)
|
|
1283
1328
|
|
|
1284
1329
|
### Minor changes
|
|
@@ -1287,7 +1332,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
|
|
|
1287
1332
|
|
|
1288
1333
|
## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.9.0)
|
|
1289
1334
|
|
|
1290
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1335
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1291
1336
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.3..@fluentui/react-menu_v0.9.0)
|
|
1292
1337
|
|
|
1293
1338
|
### Minor changes
|
|
@@ -1303,7 +1348,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
1303
1348
|
|
|
1304
1349
|
## [0.8.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.3)
|
|
1305
1350
|
|
|
1306
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1351
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1307
1352
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.2..@fluentui/react-menu_v0.8.3)
|
|
1308
1353
|
|
|
1309
1354
|
### Patches
|
|
@@ -1316,7 +1361,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
|
1316
1361
|
|
|
1317
1362
|
## [0.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.2)
|
|
1318
1363
|
|
|
1319
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
|
1364
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
|
1320
1365
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.1..@fluentui/react-menu_v0.8.2)
|
|
1321
1366
|
|
|
1322
1367
|
### Patches
|
|
@@ -1325,7 +1370,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
|
1325
1370
|
|
|
1326
1371
|
## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.1)
|
|
1327
1372
|
|
|
1328
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1373
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1329
1374
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.0..@fluentui/react-menu_v0.8.1)
|
|
1330
1375
|
|
|
1331
1376
|
### Patches
|
|
@@ -1338,7 +1383,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
|
1338
1383
|
|
|
1339
1384
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.0)
|
|
1340
1385
|
|
|
1341
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
|
1386
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
|
1342
1387
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.8.0..@fluentui/react-menu_v0.8.0)
|
|
1343
1388
|
|
|
1344
1389
|
### Changes
|
|
@@ -1349,7 +1394,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
|
1349
1394
|
|
|
1350
1395
|
## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.8.0)
|
|
1351
1396
|
|
|
1352
|
-
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1397
|
+
Sun, 07 Mar 2021 23:34:51 GMT
|
|
1353
1398
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.7.0..@fluentui/react-menu_v0.8.0)
|
|
1354
1399
|
|
|
1355
1400
|
### Minor changes
|
|
@@ -1358,7 +1403,7 @@ Sun, 07 Mar 2021 23:34:51 GMT
|
|
|
1358
1403
|
|
|
1359
1404
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.7.0)
|
|
1360
1405
|
|
|
1361
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
|
1406
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
|
1362
1407
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.7.0..@fluentui/react-menu_v0.7.0)
|
|
1363
1408
|
|
|
1364
1409
|
### Changes
|
|
@@ -1369,7 +1414,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
|
1369
1414
|
|
|
1370
1415
|
## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.7.0)
|
|
1371
1416
|
|
|
1372
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
|
1417
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
|
1373
1418
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.1..@fluentui/react-menu_v0.7.0)
|
|
1374
1419
|
|
|
1375
1420
|
### Minor changes
|
|
@@ -1388,7 +1433,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
|
1388
1433
|
|
|
1389
1434
|
## [0.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.1)
|
|
1390
1435
|
|
|
1391
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
|
1436
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
|
1392
1437
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.1..@fluentui/react-menu_v0.6.1)
|
|
1393
1438
|
|
|
1394
1439
|
### Changes
|
|
@@ -1399,7 +1444,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
|
1399
1444
|
|
|
1400
1445
|
## [0.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.1)
|
|
1401
1446
|
|
|
1402
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
|
1447
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
|
1403
1448
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.0..@fluentui/react-menu_v0.6.1)
|
|
1404
1449
|
|
|
1405
1450
|
### Patches
|
|
@@ -1414,7 +1459,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
|
1414
1459
|
|
|
1415
1460
|
## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.0)
|
|
1416
1461
|
|
|
1417
|
-
Thu, 25 Feb 2021 20:16:39 GMT
|
|
1462
|
+
Thu, 25 Feb 2021 20:16:39 GMT
|
|
1418
1463
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.6.0..@fluentui/react-menu_v0.6.0)
|
|
1419
1464
|
|
|
1420
1465
|
### Changes
|
|
@@ -1423,7 +1468,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
|
|
|
1423
1468
|
|
|
1424
1469
|
## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.6.0)
|
|
1425
1470
|
|
|
1426
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1471
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
|
1427
1472
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.5.1..@fluentui/react-menu_v0.6.0)
|
|
1428
1473
|
|
|
1429
1474
|
### Minor changes
|
|
@@ -1443,7 +1488,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
|
1443
1488
|
|
|
1444
1489
|
## [0.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.5.1)
|
|
1445
1490
|
|
|
1446
|
-
Wed, 24 Feb 2021 00:05:29 GMT
|
|
1491
|
+
Wed, 24 Feb 2021 00:05:29 GMT
|
|
1447
1492
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.5.0..@fluentui/react-menu_v0.5.1)
|
|
1448
1493
|
|
|
1449
1494
|
### Patches
|
|
@@ -1457,7 +1502,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
|
|
|
1457
1502
|
|
|
1458
1503
|
## [0.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.5.0)
|
|
1459
1504
|
|
|
1460
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1505
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
|
1461
1506
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.2..@fluentui/react-menu_v0.5.0)
|
|
1462
1507
|
|
|
1463
1508
|
### Minor changes
|
|
@@ -1475,7 +1520,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
|
1475
1520
|
|
|
1476
1521
|
## [0.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.2)
|
|
1477
1522
|
|
|
1478
|
-
Thu, 18 Feb 2021 19:38:50 GMT
|
|
1523
|
+
Thu, 18 Feb 2021 19:38:50 GMT
|
|
1479
1524
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.1..@fluentui/react-menu_v0.4.2)
|
|
1480
1525
|
|
|
1481
1526
|
### Patches
|
|
@@ -1490,7 +1535,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
|
|
|
1490
1535
|
|
|
1491
1536
|
## [0.4.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.1)
|
|
1492
1537
|
|
|
1493
|
-
Thu, 18 Feb 2021 12:27:34 GMT
|
|
1538
|
+
Thu, 18 Feb 2021 12:27:34 GMT
|
|
1494
1539
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.4.0..@fluentui/react-menu_v0.4.1)
|
|
1495
1540
|
|
|
1496
1541
|
### Patches
|
|
@@ -1508,7 +1553,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
|
|
|
1508
1553
|
|
|
1509
1554
|
## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.4.0)
|
|
1510
1555
|
|
|
1511
|
-
Wed, 17 Feb 2021 12:21:39 GMT
|
|
1556
|
+
Wed, 17 Feb 2021 12:21:39 GMT
|
|
1512
1557
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.3.0..@fluentui/react-menu_v0.4.0)
|
|
1513
1558
|
|
|
1514
1559
|
### Minor changes
|
|
@@ -1517,7 +1562,7 @@ Wed, 17 Feb 2021 12:21:39 GMT
|
|
|
1517
1562
|
|
|
1518
1563
|
## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.3.0)
|
|
1519
1564
|
|
|
1520
|
-
Mon, 15 Feb 2021 12:22:00 GMT
|
|
1565
|
+
Mon, 15 Feb 2021 12:22:00 GMT
|
|
1521
1566
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.1..@fluentui/react-menu_v0.3.0)
|
|
1522
1567
|
|
|
1523
1568
|
### Minor changes
|
|
@@ -1536,7 +1581,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
|
|
|
1536
1581
|
|
|
1537
1582
|
## [0.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.1)
|
|
1538
1583
|
|
|
1539
|
-
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1584
|
+
Fri, 12 Feb 2021 12:26:20 GMT
|
|
1540
1585
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.0..@fluentui/react-menu_v0.2.1)
|
|
1541
1586
|
|
|
1542
1587
|
### Patches
|
|
@@ -1550,7 +1595,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
|
|
|
1550
1595
|
|
|
1551
1596
|
## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.0)
|
|
1552
1597
|
|
|
1553
|
-
Thu, 11 Feb 2021 00:58:10 GMT
|
|
1598
|
+
Thu, 11 Feb 2021 00:58:10 GMT
|
|
1554
1599
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.2.0..@fluentui/react-menu_v0.2.0)
|
|
1555
1600
|
|
|
1556
1601
|
### Changes
|
|
@@ -1562,7 +1607,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
|
|
|
1562
1607
|
|
|
1563
1608
|
## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v0.2.0)
|
|
1564
1609
|
|
|
1565
|
-
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1610
|
+
Tue, 09 Feb 2021 00:56:52 GMT
|
|
1566
1611
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v0.1.0..@fluentui/react-menu_v0.2.0)
|
|
1567
1612
|
|
|
1568
1613
|
### Minor changes
|