- Use Office brand icons to help your users transition between Microsoft products. Product icons
- should only be used when the behavior of the command (app icon) is to launch the application. Do
- not use a product icon to create a new file of that type. For example, do not use the Word app
- icon for the menu option that allows users create a new Word document.
+ Use Microsoft 365 product icons to help your users transition between Microsoft products. Product
+ icons should only be used when the behavior of the command (app icon) is to launch the
+ application. Do not use a product icon to create a new file of that type. For example, do not use
+ the Word app icon for the menu option that allows users create a new Word document.
If you're looking for icons for command bars, navigation, status indicators, or similar, check out
@@ -97,14 +97,14 @@ function _otherSections(platform: Platforms): IPageSectionProps[] {
},
{
sectionName: 'Format and sizes',
- editUrl: `${baseUrl}/web/OfficeBrandIconsFormat.md`,
+ editUrl: `${baseUrl}/web/M365ProductIconsFormat.md`,
content: (
{
- require('!raw-loader?esModule=false!@fluentui/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsFormat.md') as string
+ require('!raw-loader?esModule=false!@fluentui/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsFormat.md') as string
}
@@ -154,29 +154,29 @@ function _otherSections(platform: Platforms): IPageSectionProps
[] {
},
{
sectionName: 'Resolutions',
- editUrl: `${baseUrl}/web/OfficeBrandIconsResolutions.md`,
+ editUrl: `${baseUrl}/web/M365ProductIconsResolutions.md`,
content: (
{
- require('!raw-loader?esModule=false!@fluentui/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsResolutions.md') as string
+ require('!raw-loader?esModule=false!@fluentui/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsResolutions.md') as string
}
),
},
{
sectionName: 'Implementation',
- editUrl: `${baseUrl}/web/OfficeBrandIconsImplementation.md`,
+ editUrl: `${baseUrl}/web/M365ProductIconsImplementation.md`,
content: (
{
- require('!raw-loader?esModule=false!@fluentui/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsImplementation.md') as string
+ require('!raw-loader?esModule=false!@fluentui/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsImplementation.md') as string
}
),
},
{
- sectionName: 'Branded icon library',
+ sectionName: 'Product icon library',
content: (
<>
diff --git a/apps/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsFormat.md b/apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsFormat.md
similarity index 58%
rename from apps/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsFormat.md
rename to apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsFormat.md
index 8f248e0e2e36e6..02a1a3413de584 100644
--- a/apps/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsFormat.md
+++ b/apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsFormat.md
@@ -1,4 +1,4 @@
-Office brand icons look best at 16x16, 48x48, and 96x96 pixel sizes in the UI of Microsoft products. Fluent UI provides these icons in both SVG and PNG formats. SVGs are more versatile, and can be resized more easily since they are vectors, but are not supported by all browsers. PNGs are supported by most browsers, but require many sizes to remain visually crisp.
+Microsoft 365 product icons look best at 16x16, 48x48, and 96x96 pixel sizes in the UI of Microsoft products. Fluent UI provides these icons in both SVG and PNG formats. SVGs are more versatile, and can be resized more easily since they are vectors, but are not supported by all browsers. PNGs are supported by most browsers, but require many sizes to remain visually crisp.
Both PNGs and SVGs are available in predefined dimensions at 16x16, 20x20, 32x32, 40x40, 48x48, 64x64 and 96x96 pixel sizes. Where possible, use the default sizes to prevent artifacts and blurry subpixel rendering for PNGs. Otherwise, use the size that most closely maps to what you need for your experience for the best quality.
diff --git a/apps/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsImplementation.md b/apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsImplementation.md
similarity index 78%
rename from apps/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsImplementation.md
rename to apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsImplementation.md
index b21145620cc73e..dcad916ece372f 100644
--- a/apps/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsImplementation.md
+++ b/apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsImplementation.md
@@ -1,4 +1,4 @@
-To use the Microsoft 365 multicolor brand icons, select the format and size that best meets your needs. Fluent UI includes a media query that automatically selects the right image file for the pixel density of the screen you’re targeting.
+To use the Microsoft 365 multicolor product icons, select the format and size that best meets your needs. Fluent UI includes a media query that automatically selects the right image file for the pixel density of the screen you’re targeting.
The following code shows you how to specify a 96px product icon by brand using the [office-ui-fabric-core](https://github.com/OfficeDev/office-ui-fabric-core) CSS and a `` element:
diff --git a/apps/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsOverview.md b/apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsOverview.md
similarity index 88%
rename from apps/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsOverview.md
rename to apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsOverview.md
index dccbd136f9ae89..b1eae5decca4b3 100644
--- a/apps/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsOverview.md
+++ b/apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsOverview.md
@@ -1,3 +1,3 @@
Fluent UI includes product icons that you can use to connect your experience to other Microsoft 365 endpoints. The icons come in three formats: SVG and PNG for multicolor, and the [icon font for single-color](#/styles/web/icons#available-icons). All three formats come in a variety of sizes and resolutions.
-Usage of these icons is subject to the [assets license agreement (PDF)](https://aka.ms/fluentui-assets-license). Please read this document and the resolution/size guidance carefully to ensure that you use our branded icons correctly to create the best experience.
+Usage of these icons is subject to the [assets license agreement (PDF)](https://aka.ms/fluentui-assets-license). Please read this document and the resolution/size guidance carefully to ensure that you use our product icons correctly to create the best experience.
diff --git a/apps/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsResolutions.md b/apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsResolutions.md
similarity index 100%
rename from apps/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsResolutions.md
rename to apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsResolutions.md
diff --git a/apps/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsSingleColor.md b/apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsSingleColor.md
similarity index 100%
rename from apps/public-docsite/src/pages/Styles/OfficeBrandIconsPage/docs/web/OfficeBrandIconsSingleColor.md
rename to apps/public-docsite/src/pages/Styles/M365ProductIconsPage/docs/web/M365ProductIconsSingleColor.md
diff --git a/apps/public-docsite/src/pages/Styles/TypographyPage/docs/web/TypographySizes.md b/apps/public-docsite/src/pages/Styles/TypographyPage/docs/web/TypographySizes.md
index acaa2963fb1173..f753c7a290e56f 100644
--- a/apps/public-docsite/src/pages/Styles/TypographyPage/docs/web/TypographySizes.md
+++ b/apps/public-docsite/src/pages/Styles/TypographyPage/docs/web/TypographySizes.md
@@ -1 +1 @@
-Our type ramp consists of 11 font sizes that are used throughout Office and Microsoft products and add-ins.
+Our type ramp consists of 11 font sizes that are used throughout Microsoft 365 and other Microsoft products.
From d7a98c92818f5ad8c80548dc288cc2cc55731c93 Mon Sep 17 00:00:00 2001
From: Sarah Higley
Date: Fri, 6 Jan 2023 15:31:00 -0800
Subject: [PATCH 07/29] fix: react-combobox perf improvements (#26191)
- In useCombobox, popupWidth created a new object assigned to listbox.style every render. Now the object is created in the useState hook, and only updated when opened/closed.
- In useTriggerListboxSlots, listbox event handlers every render. Now it uses useEventCallback, and should only update on open/close.
- selectOption and setOpen were recreated every render, and since they are used in the combobox context, they caused options to re-render. Now they use useCallback.
---
...-9f8aba26-8e89-4812-a093-00ff3dd02053.json | 7 +++
.../src/components/Combobox/useCombobox.tsx | 15 ++++--
.../src/utils/useComboboxBaseState.ts | 11 +++--
.../react-combobox/src/utils/useSelection.ts | 48 ++++++++++---------
.../src/utils/useTriggerListboxSlots.ts | 38 +++++++++------
5 files changed, 74 insertions(+), 45 deletions(-)
create mode 100644 change/@fluentui-react-combobox-9f8aba26-8e89-4812-a093-00ff3dd02053.json
diff --git a/change/@fluentui-react-combobox-9f8aba26-8e89-4812-a093-00ff3dd02053.json b/change/@fluentui-react-combobox-9f8aba26-8e89-4812-a093-00ff3dd02053.json
new file mode 100644
index 00000000000000..8d2b38525362fd
--- /dev/null
+++ b/change/@fluentui-react-combobox-9f8aba26-8e89-4812-a093-00ff3dd02053.json
@@ -0,0 +1,7 @@
+{
+ "type": "prerelease",
+ "comment": "fix: perf improvements with useEventCallback",
+ "packageName": "@fluentui/react-combobox",
+ "email": "sarah.higley@microsoft.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/react-components/react-combobox/src/components/Combobox/useCombobox.tsx b/packages/react-components/react-combobox/src/components/Combobox/useCombobox.tsx
index a2253121d5a98b..81980482482140 100644
--- a/packages/react-components/react-combobox/src/components/Combobox/useCombobox.tsx
+++ b/packages/react-components/react-combobox/src/components/Combobox/useCombobox.tsx
@@ -55,11 +55,16 @@ export const useCombobox_unstable = (props: ComboboxProps, ref: React.Ref(null);
// calculate listbox width style based on trigger width
- const [popupWidth, setPopupWidth] = React.useState();
+ const [popupDimensions, setPopupDimensions] = React.useState<{ width: string }>();
React.useEffect(() => {
- const width = open ? `${rootRef.current?.clientWidth}px` : undefined;
- setPopupWidth(width);
- }, [open]);
+ // only recalculate width when opening
+ if (open) {
+ const width = `${rootRef.current?.clientWidth}px`;
+ if (width !== popupDimensions?.width) {
+ setPopupDimensions({ width });
+ }
+ }
+ }, [open, popupDimensions]);
// set active option and selection based on typing
const getOptionFromInput = (inputValue: string): OptionValue | undefined => {
@@ -165,7 +170,7 @@ export const useCombobox_unstable = (props: ComboboxProps, ref: React.Ref {
- onOpenChange?.(event, { open: newState });
- setOpenState(newState);
- };
+ const setOpen = React.useCallback(
+ (event: ComboboxBaseOpenEvents, newState: boolean) => {
+ onOpenChange?.(event, { open: newState });
+ setOpenState(newState);
+ },
+ [onOpenChange, setOpenState],
+ );
// update active option based on change in open state
React.useEffect(() => {
diff --git a/packages/react-components/react-combobox/src/utils/useSelection.ts b/packages/react-components/react-combobox/src/utils/useSelection.ts
index bc0a9c422a8a08..f17ae8b360266d 100644
--- a/packages/react-components/react-combobox/src/utils/useSelection.ts
+++ b/packages/react-components/react-combobox/src/utils/useSelection.ts
@@ -1,3 +1,4 @@
+import { useCallback } from 'react';
import { useControllableState } from '@fluentui/react-utilities';
import { OptionValue } from './OptionCollection.types';
import { SelectionEvents, SelectionProps, SelectionState } from './Selection.types';
@@ -11,30 +12,33 @@ export const useSelection = (props: SelectionProps): SelectionState => {
initialState: [],
});
- const selectOption = (event: SelectionEvents, option: OptionValue) => {
- // if the option is disabled, do nothing
- if (option.disabled) {
- return;
- }
-
- // for single-select, always return the selected option
- let newSelection = [option.value];
-
- // toggle selected state of the option for multiselect
- if (multiselect) {
- const selectedIndex = selectedOptions.findIndex(o => o === option.value);
- if (selectedIndex > -1) {
- // deselect option
- newSelection = [...selectedOptions.slice(0, selectedIndex), ...selectedOptions.slice(selectedIndex + 1)];
- } else {
- // select option
- newSelection = [...selectedOptions, option.value];
+ const selectOption = useCallback(
+ (event: SelectionEvents, option: OptionValue) => {
+ // if the option is disabled, do nothing
+ if (option.disabled) {
+ return;
}
- }
- setSelectedOptions(newSelection);
- onOptionSelect?.(event, { optionValue: option.value, optionText: option.text, selectedOptions: newSelection });
- };
+ // for single-select, always return the selected option
+ let newSelection = [option.value];
+
+ // toggle selected state of the option for multiselect
+ if (multiselect) {
+ const selectedIndex = selectedOptions.findIndex(o => o === option.value);
+ if (selectedIndex > -1) {
+ // deselect option
+ newSelection = [...selectedOptions.slice(0, selectedIndex), ...selectedOptions.slice(selectedIndex + 1)];
+ } else {
+ // select option
+ newSelection = [...selectedOptions, option.value];
+ }
+ }
+
+ setSelectedOptions(newSelection);
+ onOptionSelect?.(event, { optionValue: option.value, optionText: option.text, selectedOptions: newSelection });
+ },
+ [onOptionSelect, multiselect, selectedOptions, setSelectedOptions],
+ );
const clearSelection = (event: SelectionEvents) => {
setSelectedOptions([]);
diff --git a/packages/react-components/react-combobox/src/utils/useTriggerListboxSlots.ts b/packages/react-components/react-combobox/src/utils/useTriggerListboxSlots.ts
index e80c5faf990173..19d4f4d5d22c4a 100644
--- a/packages/react-components/react-combobox/src/utils/useTriggerListboxSlots.ts
+++ b/packages/react-components/react-combobox/src/utils/useTriggerListboxSlots.ts
@@ -1,5 +1,5 @@
import * as React from 'react';
-import { mergeCallbacks, useMergedRefs } from '@fluentui/react-utilities';
+import { mergeCallbacks, useEventCallback, useMergedRefs } from '@fluentui/react-utilities';
import type { ExtractSlotProps, Slot } from '@fluentui/react-utilities';
import { getDropdownActionFromKey, getIndexFromAction } from '../utils/dropdownKeyActions';
import { Listbox } from '../components/Listbox/Listbox';
@@ -72,24 +72,34 @@ export function useTriggerListboxSlots(
ref: useMergedRefs(ref, triggerSlot?.ref, triggerRef) as React.Ref,
};
- // listbox is nullable, only add event handlers if it exists
- if (listbox) {
- /*
- * Handle focus when clicking the listbox popup:
- * 1. Move focus back to the button/input when the listbox is clicked (otherwise it goes to body)
- * 2. Do not close the listbox on button/input blur when clicking into the listbox
- */
- listbox.onClick = mergeCallbacks((event: React.MouseEvent) => {
+ /*
+ * Handle focus when clicking the listbox popup:
+ * 1. Move focus back to the button/input when the listbox is clicked (otherwise it goes to body)
+ * 2. Do not close the listbox on button/input blur when clicking into the listbox
+ */
+ const listboxOnClick = useEventCallback(
+ mergeCallbacks((event: React.MouseEvent) => {
triggerRef.current?.focus();
- }, listbox.onClick);
+ }, listbox?.onClick),
+ );
- listbox.onMouseOver = mergeCallbacks((event: React.MouseEvent) => {
+ const listboxOnMouseOver = useEventCallback(
+ mergeCallbacks((event: React.MouseEvent) => {
setFocusVisible(false);
- }, listbox.onMouseOver);
+ }, listbox?.onMouseOver),
+ );
- listbox.onMouseDown = mergeCallbacks((event: React.MouseEvent) => {
+ const listboxOnMouseDown = useEventCallback(
+ mergeCallbacks((event: React.MouseEvent) => {
ignoreNextBlur.current = true;
- }, listbox.onMouseDown);
+ }, listbox?.onMouseDown),
+ );
+
+ // listbox is nullable, only add event handlers if it exists
+ if (listbox) {
+ listbox.onClick = listboxOnClick;
+ listbox.onMouseOver = listboxOnMouseOver;
+ listbox.onMouseDown = listboxOnMouseDown;
}
// the trigger should open/close the popup on click or blur
From 1d3c92581624aeebaf60d7d4601f400352a961da Mon Sep 17 00:00:00 2001
From: Sarah Higley
Date: Fri, 6 Jan 2023 16:49:39 -0800
Subject: [PATCH 08/29] fix: Focus visibility when directly calling
setFocusVisibility (#26132)
Use focus context to set the focus visibility className on the correct element when calling setFocusVisibility directly from components.
---
...ct-d89e5599-f5a5-4701-8093-88c930b1a96a.json | 7 +++++++
packages/react/etc/react.api.md | 4 ++++
.../react/src/components/Button/BaseButton.tsx | 13 +++++++++----
.../components/ChoiceGroup/ChoiceGroup.base.tsx | 17 +++++++++++------
4 files changed, 31 insertions(+), 10 deletions(-)
create mode 100644 change/@fluentui-react-d89e5599-f5a5-4701-8093-88c930b1a96a.json
diff --git a/change/@fluentui-react-d89e5599-f5a5-4701-8093-88c930b1a96a.json b/change/@fluentui-react-d89e5599-f5a5-4701-8093-88c930b1a96a.json
new file mode 100644
index 00000000000000..faac1d45835000
--- /dev/null
+++ b/change/@fluentui-react-d89e5599-f5a5-4701-8093-88c930b1a96a.json
@@ -0,0 +1,7 @@
+{
+ "type": "patch",
+ "comment": "fix: set focus visibility className on correct element when calling setFocusVisibility directly",
+ "packageName": "@fluentui/react",
+ "email": "sarah.higley@microsoft.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/react/etc/react.api.md b/packages/react/etc/react.api.md
index 5b9770cb1bcac9..d1131b3e0f7319 100644
--- a/packages/react/etc/react.api.md
+++ b/packages/react/etc/react.api.md
@@ -507,6 +507,10 @@ export class BaseButton extends React_2.Component;
+ // (undocumented)
static defaultProps: Partial;
// (undocumented)
dismissMenu(): void;
diff --git a/packages/react/src/components/Button/BaseButton.tsx b/packages/react/src/components/Button/BaseButton.tsx
index 57368ea0e5bbef..4e5abeaee36e98 100644
--- a/packages/react/src/components/Button/BaseButton.tsx
+++ b/packages/react/src/components/Button/BaseButton.tsx
@@ -18,6 +18,7 @@ import {
Async,
EventGroup,
FocusRects,
+ FocusRectsContext,
KeyCodes,
} from '../../Utilities';
import { Icon, FontIcon, ImageIcon } from '../../Icon';
@@ -26,7 +27,7 @@ import { ContextualMenu } from '../../ContextualMenu';
import { getBaseButtonClassNames } from './BaseButton.classNames';
import { getSplitButtonClassNames as getBaseSplitButtonClassNames } from './SplitButton/SplitButton.classNames';
import { KeytipData } from '../../KeytipData';
-import type { IRenderFunction } from '../../Utilities';
+import type { IFocusRectsContext, IRenderFunction } from '../../Utilities';
import type { IContextualMenuProps } from '../../ContextualMenu';
import type { IButtonProps, IButton } from './Button.types';
import type { IButtonClassNames } from './BaseButton.classNames';
@@ -66,6 +67,10 @@ export class BaseButton extends React.Component();
@@ -290,10 +295,10 @@ export class BaseButton extends React.Component[],
) => {
const optionToFocus = findOption(options, keyChecked) || options.filter(option => !option.disabled)[0];
const elementToFocus = optionToFocus && document.getElementById(getOptionId(optionToFocus, id));
if (elementToFocus) {
elementToFocus.focus();
- setFocusVisibility(true, elementToFocus as Element);
+ setFocusVisibility(true, elementToFocus as Element, focusProviders);
}
};
@@ -53,6 +55,7 @@ const useComponentRef = (
keyChecked: IChoiceGroupProps['selectedKey'],
id: string,
componentRef?: IRefObject,
+ focusProviders?: React.RefObject[],
) => {
React.useImperativeHandle(
componentRef,
@@ -61,10 +64,10 @@ const useComponentRef = (
return findOption(options, keyChecked);
},
focus() {
- focusSelectedOption(options, keyChecked, id);
+ focusSelectedOption(options, keyChecked, id, focusProviders);
},
}),
- [options, keyChecked, id],
+ [options, keyChecked, id, focusProviders],
);
};
@@ -110,8 +113,10 @@ export const ChoiceGroupBase: React.FunctionComponent = React
const rootRef = React.useRef(null);
const mergedRootRefs: React.Ref = useMergedRefs(rootRef, forwardedRef);
+ const focusContext = React.useContext(FocusRectsContext);
+
useDebugWarnings(props);
- useComponentRef(options, keyChecked, id, componentRef);
+ useComponentRef(options, keyChecked, id, componentRef, focusContext?.registeredProviders);
useFocusRects(rootRef);
const onFocus = React.useCallback((ev?: React.FocusEvent, option?: IChoiceGroupOptionProps) => {
@@ -143,10 +148,10 @@ export const ChoiceGroupBase: React.FunctionComponent = React
(evt: React.FocusEvent) => {
// Handles scenarios like this bug: https://github.com/microsoft/fluentui/issues/20173
if (focusFromFocusTrapZone(evt)) {
- focusSelectedOption(options, keyChecked, id);
+ focusSelectedOption(options, keyChecked, id, focusContext?.registeredProviders);
}
},
- [options, keyChecked, id],
+ [options, keyChecked, id, focusContext],
);
return (
From 627301dd990cb5f903b12e638e344014a3e90b00 Mon Sep 17 00:00:00 2001
From: Fluent UI Build
Date: Mon, 9 Jan 2023 07:49:52 +0000
Subject: [PATCH 09/29] applying package updates
---
apps/perf-test/package.json | 2 +-
apps/public-docsite-resources/package.json | 10 ++++-----
apps/public-docsite-v9/package.json | 2 +-
apps/public-docsite/package.json | 12 +++++------
apps/react-18-tests-v8/package.json | 2 +-
apps/ssr-tests/package.json | 2 +-
apps/stress-test/package.json | 2 +-
apps/theming-designer/package.json | 4 ++--
apps/ts-minbar-test-react/package.json | 2 +-
apps/vr-tests/package.json | 4 ++--
...-d89e5599-f5a5-4701-8093-88c930b1a96a.json | 7 -------
packages/azure-themes/CHANGELOG.json | 15 +++++++++++++
packages/azure-themes/CHANGELOG.md | 11 +++++++++-
packages/azure-themes/package.json | 4 ++--
packages/cra-template/CHANGELOG.json | 15 +++++++++++++
packages/cra-template/CHANGELOG.md | 11 +++++++++-
packages/cra-template/package.json | 4 ++--
packages/fluent2-theme/CHANGELOG.json | 15 +++++++++++++
packages/fluent2-theme/CHANGELOG.md | 11 +++++++++-
packages/fluent2-theme/package.json | 4 ++--
packages/react-cards/CHANGELOG.json | 15 +++++++++++++
packages/react-cards/CHANGELOG.md | 11 +++++++++-
packages/react-cards/package.json | 4 ++--
packages/react-charting/CHANGELOG.json | 15 +++++++++++++
packages/react-charting/CHANGELOG.md | 11 +++++++++-
packages/react-charting/package.json | 6 +++---
packages/react-date-time/CHANGELOG.json | 15 +++++++++++++
packages/react-date-time/CHANGELOG.md | 11 +++++++++-
packages/react-date-time/package.json | 4 ++--
.../react-docsite-components/CHANGELOG.json | 21 +++++++++++++++++++
.../react-docsite-components/CHANGELOG.md | 12 ++++++++++-
.../react-docsite-components/package.json | 6 +++---
packages/react-examples/package.json | 14 ++++++-------
packages/react-experiments/CHANGELOG.json | 15 +++++++++++++
packages/react-experiments/CHANGELOG.md | 11 +++++++++-
packages/react-experiments/package.json | 4 ++--
packages/react-migration-v8-v9/CHANGELOG.json | 15 +++++++++++++
packages/react-migration-v8-v9/CHANGELOG.md | 11 +++++++++-
packages/react-migration-v8-v9/package.json | 4 ++--
packages/react-monaco-editor/CHANGELOG.json | 15 +++++++++++++
packages/react-monaco-editor/CHANGELOG.md | 11 +++++++++-
packages/react-monaco-editor/package.json | 4 ++--
packages/react/CHANGELOG.json | 15 +++++++++++++
packages/react/CHANGELOG.md | 11 +++++++++-
packages/react/package.json | 2 +-
packages/storybook/package.json | 6 +++---
packages/theme-samples/CHANGELOG.json | 15 +++++++++++++
packages/theme-samples/CHANGELOG.md | 11 +++++++++-
packages/theme-samples/package.json | 4 ++--
49 files changed, 363 insertions(+), 75 deletions(-)
delete mode 100644 change/@fluentui-react-d89e5599-f5a5-4701-8093-88c930b1a96a.json
diff --git a/apps/perf-test/package.json b/apps/perf-test/package.json
index 09955c4cd4c034..1129013a2beef3 100644
--- a/apps/perf-test/package.json
+++ b/apps/perf-test/package.json
@@ -17,7 +17,7 @@
},
"dependencies": {
"@fluentui/example-data": "^8.4.4",
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@microsoft/load-themed-styles": "^1.10.26",
"flamegrill": "0.2.0",
"lodash": "^4.17.15",
diff --git a/apps/public-docsite-resources/package.json b/apps/public-docsite-resources/package.json
index 28117bee69bc5b..efa816cbeb9d5e 100644
--- a/apps/public-docsite-resources/package.json
+++ b/apps/public-docsite-resources/package.json
@@ -32,15 +32,15 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/react-examples": "^8.34.4",
"@microsoft/load-themed-styles": "^1.10.26",
- "@fluentui/azure-themes": "^8.5.42",
- "@fluentui/react-docsite-components": "^8.11.5",
+ "@fluentui/azure-themes": "^8.5.43",
+ "@fluentui/react-docsite-components": "^8.11.6",
"@fluentui/font-icons-mdl2": "^8.5.5",
"@fluentui/set-version": "^8.2.3",
- "@fluentui/theme-samples": "^8.7.40",
- "@fluentui/react-monaco-editor": "^1.7.40",
+ "@fluentui/theme-samples": "^8.7.41",
+ "@fluentui/react-monaco-editor": "^1.7.41",
"office-ui-fabric-core": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
diff --git a/apps/public-docsite-v9/package.json b/apps/public-docsite-v9/package.json
index acf72dd2ec87ce..c32dce02d7907d 100644
--- a/apps/public-docsite-v9/package.json
+++ b/apps/public-docsite-v9/package.json
@@ -21,7 +21,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/react-northstar": "^0.65.0",
"@fluentui/react-icons-northstar": "^0.65.0",
"@fluentui/storybook": "^1.0.0",
diff --git a/apps/public-docsite/package.json b/apps/public-docsite/package.json
index bf88e9cedb72d9..3ad00d0eb9732a 100644
--- a/apps/public-docsite/package.json
+++ b/apps/public-docsite/package.json
@@ -25,7 +25,7 @@
"devDependencies": {
"@fluentui/common-styles": "^1.2.14",
"@fluentui/eslint-plugin": "*",
- "@fluentui/react-monaco-editor": "^1.7.40",
+ "@fluentui/react-monaco-editor": "^1.7.41",
"@fluentui/scripts": "*",
"write-file-webpack-plugin": "^4.1.0"
},
@@ -33,17 +33,17 @@
"@fluentui/font-icons-mdl2": "^8.5.5",
"@fluentui/public-docsite-resources": "^8.1.41",
"@fluentui/public-docsite-setup": "^0.3.14",
- "@fluentui/react": "^8.104.2",
- "@fluentui/react-docsite-components": "^8.11.5",
+ "@fluentui/react": "^8.104.3",
+ "@fluentui/react-docsite-components": "^8.11.6",
"@fluentui/react-examples": "^8.34.4",
- "@fluentui/react-experiments": "^8.14.35",
- "@fluentui/fluent2-theme": "^8.104.5",
+ "@fluentui/react-experiments": "^8.14.36",
+ "@fluentui/fluent2-theme": "^8.104.6",
"@fluentui/react-file-type-icons": "^8.8.4",
"@fluentui/react-icons-mdl2": "^1.3.28",
"@fluentui/react-icons-mdl2-branded": "^1.2.29",
"@fluentui/set-version": "^8.2.3",
"@fluentui/theme": "^2.6.20",
- "@fluentui/theme-samples": "^8.7.40",
+ "@fluentui/theme-samples": "^8.7.41",
"@fluentui/utilities": "^8.13.4",
"@microsoft/load-themed-styles": "^1.10.26",
"office-ui-fabric-core": "^11.0.0",
diff --git a/apps/react-18-tests-v8/package.json b/apps/react-18-tests-v8/package.json
index cb68eec76269df..18e7c2e50facd6 100644
--- a/apps/react-18-tests-v8/package.json
+++ b/apps/react-18-tests-v8/package.json
@@ -18,7 +18,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/react-hooks": "^8.6.14",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.6",
diff --git a/apps/ssr-tests/package.json b/apps/ssr-tests/package.json
index ac7bf15a316bc3..73795de20d6053 100644
--- a/apps/ssr-tests/package.json
+++ b/apps/ssr-tests/package.json
@@ -13,7 +13,7 @@
},
"license": "MIT",
"devDependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@microsoft/load-themed-styles": "^1.10.26",
"@types/mocha": "^7.0.2",
"@fluentui/scripts": "*",
diff --git a/apps/stress-test/package.json b/apps/stress-test/package.json
index 6fc10eaedafaa5..184eb1f6312add 100644
--- a/apps/stress-test/package.json
+++ b/apps/stress-test/package.json
@@ -10,7 +10,7 @@
"type-check": "tsc -b tsconfig.type.json"
},
"dependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/react-components": "^9.8.0",
"@fluentui/react-icons": "^2.0.175",
"@fluentui/web-components": "^2.5.9",
diff --git a/apps/theming-designer/package.json b/apps/theming-designer/package.json
index f7df0db55ee80a..f4944773267a28 100644
--- a/apps/theming-designer/package.json
+++ b/apps/theming-designer/package.json
@@ -18,9 +18,9 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/merge-styles": "^8.5.4",
- "@fluentui/react-docsite-components": "^8.11.5",
+ "@fluentui/react-docsite-components": "^8.11.6",
"@fluentui/foundation-legacy": "^8.2.25",
"@fluentui/scheme-utilities": "^8.3.21",
"@fluentui/set-version": "^8.2.3",
diff --git a/apps/ts-minbar-test-react/package.json b/apps/ts-minbar-test-react/package.json
index b0a106be0afdb0..a632200b0c3197 100644
--- a/apps/ts-minbar-test-react/package.json
+++ b/apps/ts-minbar-test-react/package.json
@@ -5,7 +5,7 @@
"description": "Testing Fluent UI React compatibility with Typescript 3.9",
"license": "MIT",
"dependencies": {
- "@fluentui/react": "^8.104.2"
+ "@fluentui/react": "^8.104.3"
},
"scripts": {
"type-check": "tsc -p .",
diff --git a/apps/vr-tests/package.json b/apps/vr-tests/package.json
index 72413408de9add..5e6d324c3a1ae3 100644
--- a/apps/vr-tests/package.json
+++ b/apps/vr-tests/package.json
@@ -21,8 +21,8 @@
"dependencies": {
"@fluentui/example-data": "^8.4.4",
"@fluentui/font-icons-mdl2": "^8.5.5",
- "@fluentui/react": "^8.104.2",
- "@fluentui/react-experiments": "^8.14.35",
+ "@fluentui/react": "^8.104.3",
+ "@fluentui/react-experiments": "^8.14.36",
"@fluentui/react-hooks": "^8.6.14",
"@fluentui/react-icons-mdl2": "^1.3.28",
"@fluentui/storybook": "^1.0.0",
diff --git a/change/@fluentui-react-d89e5599-f5a5-4701-8093-88c930b1a96a.json b/change/@fluentui-react-d89e5599-f5a5-4701-8093-88c930b1a96a.json
deleted file mode 100644
index faac1d45835000..00000000000000
--- a/change/@fluentui-react-d89e5599-f5a5-4701-8093-88c930b1a96a.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "patch",
- "comment": "fix: set focus visibility className on correct element when calling setFocusVisibility directly",
- "packageName": "@fluentui/react",
- "email": "sarah.higley@microsoft.com",
- "dependentChangeType": "patch"
-}
diff --git a/packages/azure-themes/CHANGELOG.json b/packages/azure-themes/CHANGELOG.json
index 4bb7a3dce5962a..24186f12e7d87e 100644
--- a/packages/azure-themes/CHANGELOG.json
+++ b/packages/azure-themes/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/azure-themes",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 07:49:46 GMT",
+ "tag": "@fluentui/azure-themes_v8.5.43",
+ "version": "8.5.43",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/azure-themes",
+ "comment": "Bump @fluentui/react to v8.104.3",
+ "commit": "1d3c92581624aeebaf60d7d4601f400352a961da"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:48 GMT",
"tag": "@fluentui/azure-themes_v8.5.42",
diff --git a/packages/azure-themes/CHANGELOG.md b/packages/azure-themes/CHANGELOG.md
index 5a40cd6444a2d7..505caf4059ba73 100644
--- a/packages/azure-themes/CHANGELOG.md
+++ b/packages/azure-themes/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/azure-themes
-This log was last generated on Thu, 05 Jan 2023 07:59:48 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+## [8.5.43](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.5.43)
+
+Mon, 09 Jan 2023 07:49:46 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/azure-themes_v8.5.42..@fluentui/azure-themes_v8.5.43)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.3 ([PR #26132](https://github.com/microsoft/fluentui/pull/26132) by beachball)
+
## [8.5.42](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.5.42)
Thu, 05 Jan 2023 07:59:48 GMT
diff --git a/packages/azure-themes/package.json b/packages/azure-themes/package.json
index 60b8d17b99631c..6e96fdffcbe41c 100644
--- a/packages/azure-themes/package.json
+++ b/packages/azure-themes/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/azure-themes",
- "version": "8.5.42",
+ "version": "8.5.43",
"description": "Azure themes for Fluent UI React",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -27,7 +27,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/set-version": "^8.2.3",
"tslib": "^2.1.0"
}
diff --git a/packages/cra-template/CHANGELOG.json b/packages/cra-template/CHANGELOG.json
index d0d009632a3cbe..df0f16b0d0d89d 100644
--- a/packages/cra-template/CHANGELOG.json
+++ b/packages/cra-template/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/cra-template",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 07:49:46 GMT",
+ "tag": "@fluentui/cra-template_v8.4.41",
+ "version": "8.4.41",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/cra-template",
+ "comment": "Bump @fluentui/react to v8.104.3",
+ "commit": "1d3c92581624aeebaf60d7d4601f400352a961da"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:57 GMT",
"tag": "@fluentui/cra-template_v8.4.40",
diff --git a/packages/cra-template/CHANGELOG.md b/packages/cra-template/CHANGELOG.md
index 4e27b4a558045e..b8e33dec44d6af 100644
--- a/packages/cra-template/CHANGELOG.md
+++ b/packages/cra-template/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/cra-template
-This log was last generated on Thu, 05 Jan 2023 07:59:57 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+## [8.4.41](https://github.com/microsoft/fluentui/tree/@fluentui/cra-template_v8.4.41)
+
+Mon, 09 Jan 2023 07:49:46 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/cra-template_v8.4.40..@fluentui/cra-template_v8.4.41)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.3 ([PR #26132](https://github.com/microsoft/fluentui/pull/26132) by beachball)
+
## [8.4.40](https://github.com/microsoft/fluentui/tree/@fluentui/cra-template_v8.4.40)
Thu, 05 Jan 2023 07:59:57 GMT
diff --git a/packages/cra-template/package.json b/packages/cra-template/package.json
index feba4918dd8153..01fab9b5020da7 100644
--- a/packages/cra-template/package.json
+++ b/packages/cra-template/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/cra-template",
- "version": "8.4.40",
+ "version": "8.4.41",
"description": "Create React App template for Fluent UI React (@fluentui/react)",
"repository": {
"type": "git",
@@ -18,7 +18,7 @@
"template.json"
],
"devDependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/scripts": "*"
}
}
diff --git a/packages/fluent2-theme/CHANGELOG.json b/packages/fluent2-theme/CHANGELOG.json
index 2ca3bbe935db0e..44d9133519a628 100644
--- a/packages/fluent2-theme/CHANGELOG.json
+++ b/packages/fluent2-theme/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/fluent2-theme",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 07:49:46 GMT",
+ "tag": "@fluentui/fluent2-theme_v8.104.6",
+ "version": "8.104.6",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/fluent2-theme",
+ "comment": "Bump @fluentui/react to v8.104.3",
+ "commit": "1d3c92581624aeebaf60d7d4601f400352a961da"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:50 GMT",
"tag": "@fluentui/fluent2-theme_v8.104.5",
diff --git a/packages/fluent2-theme/CHANGELOG.md b/packages/fluent2-theme/CHANGELOG.md
index c545b8ab276f30..2aa942173c142f 100644
--- a/packages/fluent2-theme/CHANGELOG.md
+++ b/packages/fluent2-theme/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/fluent2-theme
-This log was last generated on Thu, 05 Jan 2023 07:59:50 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+## [8.104.6](https://github.com/microsoft/fluentui/tree/@fluentui/fluent2-theme_v8.104.6)
+
+Mon, 09 Jan 2023 07:49:46 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/fluent2-theme_v8.104.5..@fluentui/fluent2-theme_v8.104.6)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.3 ([PR #26132](https://github.com/microsoft/fluentui/pull/26132) by beachball)
+
## [8.104.5](https://github.com/microsoft/fluentui/tree/@fluentui/fluent2-theme_v8.104.5)
Thu, 05 Jan 2023 07:59:50 GMT
diff --git a/packages/fluent2-theme/package.json b/packages/fluent2-theme/package.json
index dad6512e1a5bbc..57f282057cc952 100644
--- a/packages/fluent2-theme/package.json
+++ b/packages/fluent2-theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/fluent2-theme",
- "version": "8.104.5",
+ "version": "8.104.6",
"description": "A Fluent2 theme for Fluent UI React 8.x",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -27,7 +27,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/set-version": "^8.2.3",
"tslib": "^2.1.0"
}
diff --git a/packages/react-cards/CHANGELOG.json b/packages/react-cards/CHANGELOG.json
index b29683351ff0aa..ad4962b70e366b 100644
--- a/packages/react-cards/CHANGELOG.json
+++ b/packages/react-cards/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-cards",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 07:49:46 GMT",
+ "tag": "@fluentui/react-cards_v0.205.41",
+ "version": "0.205.41",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-cards",
+ "comment": "Bump @fluentui/react to v8.104.3",
+ "commit": "1d3c92581624aeebaf60d7d4601f400352a961da"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:52 GMT",
"tag": "@fluentui/react-cards_v0.205.40",
diff --git a/packages/react-cards/CHANGELOG.md b/packages/react-cards/CHANGELOG.md
index 7b358fcac29f28..8b7b399b2734c5 100644
--- a/packages/react-cards/CHANGELOG.md
+++ b/packages/react-cards/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-cards
-This log was last generated on Thu, 05 Jan 2023 07:59:52 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+## [0.205.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-cards_v0.205.41)
+
+Mon, 09 Jan 2023 07:49:46 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-cards_v0.205.40..@fluentui/react-cards_v0.205.41)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.3 ([PR #26132](https://github.com/microsoft/fluentui/pull/26132) by beachball)
+
## [0.205.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-cards_v0.205.40)
Thu, 05 Jan 2023 07:59:52 GMT
diff --git a/packages/react-cards/package.json b/packages/react-cards/package.json
index 9e07466f09eadf..096aeed097c020 100644
--- a/packages/react-cards/package.json
+++ b/packages/react-cards/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-cards",
- "version": "0.205.40",
+ "version": "0.205.41",
"description": "Deprecated experimental Card container components for Fluent UI React.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -31,7 +31,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/foundation-legacy": "^8.2.25",
"@fluentui/set-version": "^8.2.3",
"@microsoft/load-themed-styles": "^1.10.26",
diff --git a/packages/react-charting/CHANGELOG.json b/packages/react-charting/CHANGELOG.json
index d64eefee942e6c..6c257cde6d77d8 100644
--- a/packages/react-charting/CHANGELOG.json
+++ b/packages/react-charting/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-charting",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 07:49:46 GMT",
+ "tag": "@fluentui/react-charting_v5.14.34",
+ "version": "5.14.34",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-charting",
+ "comment": "Bump @fluentui/react to v8.104.3",
+ "commit": "1d3c92581624aeebaf60d7d4601f400352a961da"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:52 GMT",
"tag": "@fluentui/react-charting_v5.14.33",
diff --git a/packages/react-charting/CHANGELOG.md b/packages/react-charting/CHANGELOG.md
index e91eed0890eab4..acc622ba356c9f 100644
--- a/packages/react-charting/CHANGELOG.md
+++ b/packages/react-charting/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-charting
-This log was last generated on Thu, 05 Jan 2023 07:59:52 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+## [5.14.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.34)
+
+Mon, 09 Jan 2023 07:49:46 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.33..@fluentui/react-charting_v5.14.34)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.3 ([PR #26132](https://github.com/microsoft/fluentui/pull/26132) by beachball)
+
## [5.14.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.33)
Thu, 05 Jan 2023 07:59:52 GMT
diff --git a/packages/react-charting/package.json b/packages/react-charting/package.json
index 331aa2164a23b2..90bf6da28ceb26 100644
--- a/packages/react-charting/package.json
+++ b/packages/react-charting/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-charting",
- "version": "5.14.33",
+ "version": "5.14.34",
"description": "Experimental React charting components for building experiences for Microsoft 365.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -28,7 +28,7 @@
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@types/react-addons-test-utils": "0.14.18",
"@fluentui/scripts": "*",
"@fluentui/jest-serializer-merge-styles": "^8.0.21"
@@ -60,7 +60,7 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@types/react": ">=16.8.0 <19.0.0",
"@types/react-dom": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0",
diff --git a/packages/react-date-time/CHANGELOG.json b/packages/react-date-time/CHANGELOG.json
index 92e76d8f1af4ac..e3b374801f2311 100644
--- a/packages/react-date-time/CHANGELOG.json
+++ b/packages/react-date-time/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-date-time",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 07:49:46 GMT",
+ "tag": "@fluentui/react-date-time_v8.7.41",
+ "version": "8.7.41",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-date-time",
+ "comment": "Bump @fluentui/react to v8.104.3",
+ "commit": "1d3c92581624aeebaf60d7d4601f400352a961da"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:53 GMT",
"tag": "@fluentui/react-date-time_v8.7.40",
diff --git a/packages/react-date-time/CHANGELOG.md b/packages/react-date-time/CHANGELOG.md
index 55fac92af8531b..884a5c08bc37cd 100644
--- a/packages/react-date-time/CHANGELOG.md
+++ b/packages/react-date-time/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-date-time
-This log was last generated on Thu, 05 Jan 2023 07:59:53 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+## [8.7.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-date-time_v8.7.41)
+
+Mon, 09 Jan 2023 07:49:46 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-date-time_v8.7.40..@fluentui/react-date-time_v8.7.41)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.3 ([PR #26132](https://github.com/microsoft/fluentui/pull/26132) by beachball)
+
## [8.7.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-date-time_v8.7.40)
Thu, 05 Jan 2023 07:59:53 GMT
diff --git a/packages/react-date-time/package.json b/packages/react-date-time/package.json
index 79e0bf1816cbd1..96395a60b6851e 100644
--- a/packages/react-date-time/package.json
+++ b/packages/react-date-time/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-date-time",
- "version": "8.7.40",
+ "version": "8.7.41",
"description": "Date and time related React components for building experiences for Microsoft 365.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -26,7 +26,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/set-version": "^8.2.3",
"tslib": "^2.1.0"
},
diff --git a/packages/react-docsite-components/CHANGELOG.json b/packages/react-docsite-components/CHANGELOG.json
index 7e964fa5426fed..628ee0fe01f80e 100644
--- a/packages/react-docsite-components/CHANGELOG.json
+++ b/packages/react-docsite-components/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-docsite-components",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 07:49:46 GMT",
+ "tag": "@fluentui/react-docsite-components_v8.11.6",
+ "version": "8.11.6",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-docsite-components",
+ "comment": "Bump @fluentui/react to v8.104.3",
+ "commit": "1d3c92581624aeebaf60d7d4601f400352a961da"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-docsite-components",
+ "comment": "Bump @fluentui/react-monaco-editor to v1.7.41",
+ "commit": "1d3c92581624aeebaf60d7d4601f400352a961da"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:54 GMT",
"tag": "@fluentui/react-docsite-components_v8.11.5",
diff --git a/packages/react-docsite-components/CHANGELOG.md b/packages/react-docsite-components/CHANGELOG.md
index 345f4802bfd52c..502836dc8de63b 100644
--- a/packages/react-docsite-components/CHANGELOG.md
+++ b/packages/react-docsite-components/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-docsite-components
-This log was last generated on Thu, 05 Jan 2023 07:59:54 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+## [8.11.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.11.6)
+
+Mon, 09 Jan 2023 07:49:46 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-docsite-components_v8.11.5..@fluentui/react-docsite-components_v8.11.6)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.3 ([PR #26132](https://github.com/microsoft/fluentui/pull/26132) by beachball)
+- Bump @fluentui/react-monaco-editor to v1.7.41 ([PR #26132](https://github.com/microsoft/fluentui/pull/26132) by beachball)
+
## [8.11.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.11.5)
Thu, 05 Jan 2023 07:59:54 GMT
diff --git a/packages/react-docsite-components/package.json b/packages/react-docsite-components/package.json
index 7d990c2dbb4116..036413b49cea48 100644
--- a/packages/react-docsite-components/package.json
+++ b/packages/react-docsite-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-docsite-components",
- "version": "8.11.5",
+ "version": "8.11.6",
"description": "Fluent UI React components for building documentation sites.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -33,14 +33,14 @@
"react-dom": ">=16.8.0 <19.0.0"
},
"dependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/theme": "^2.6.20",
"@microsoft/load-themed-styles": "^1.10.26",
"@fluentui/example-data": "^8.4.4",
"@fluentui/public-docsite-setup": "^0.3.14",
"@fluentui/react-hooks": "^8.6.14",
"@fluentui/set-version": "^8.2.3",
- "@fluentui/react-monaco-editor": "^1.7.40",
+ "@fluentui/react-monaco-editor": "^1.7.41",
"color-check": "0.0.2",
"markdown-to-jsx": "^7.0.0",
"office-ui-fabric-core": "^11.0.0",
diff --git a/packages/react-examples/package.json b/packages/react-examples/package.json
index 3f8df06c3ce6c8..34391899455a8e 100644
--- a/packages/react-examples/package.json
+++ b/packages/react-examples/package.json
@@ -23,18 +23,18 @@
"@types/d3-fetch": "^3.0.1"
},
"dependencies": {
- "@fluentui/azure-themes": "^8.5.42",
+ "@fluentui/azure-themes": "^8.5.43",
"@fluentui/date-time-utilities": "^8.5.3",
"@fluentui/dom-utilities": "^2.2.3",
"@fluentui/example-data": "^8.4.4",
"@fluentui/font-icons-mdl2": "^8.5.5",
"@fluentui/foundation-legacy": "^8.2.25",
"@fluentui/merge-styles": "^8.5.4",
- "@fluentui/react": "^8.104.2",
- "@fluentui/react-cards": "^0.205.40",
- "@fluentui/react-charting": "^5.14.33",
- "@fluentui/react-docsite-components": "^8.11.5",
- "@fluentui/react-experiments": "^8.14.35",
+ "@fluentui/react": "^8.104.3",
+ "@fluentui/react-cards": "^0.205.41",
+ "@fluentui/react-charting": "^5.14.34",
+ "@fluentui/react-docsite-components": "^8.11.6",
+ "@fluentui/react-experiments": "^8.14.36",
"@fluentui/react-file-type-icons": "^8.8.4",
"@fluentui/react-focus": "^8.8.11",
"@fluentui/react-hooks": "^8.6.14",
@@ -42,7 +42,7 @@
"@fluentui/scheme-utilities": "^8.3.21",
"@fluentui/style-utilities": "^8.8.4",
"@fluentui/theme": "^2.6.20",
- "@fluentui/theme-samples": "^8.7.40",
+ "@fluentui/theme-samples": "^8.7.41",
"@fluentui/utilities": "^8.13.4",
"@microsoft/load-themed-styles": "^1.10.26",
"d3-fetch": "3.0.1",
diff --git a/packages/react-experiments/CHANGELOG.json b/packages/react-experiments/CHANGELOG.json
index 4d6333c21bef6f..451dee149d74d1 100644
--- a/packages/react-experiments/CHANGELOG.json
+++ b/packages/react-experiments/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-experiments",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 07:49:46 GMT",
+ "tag": "@fluentui/react-experiments_v8.14.36",
+ "version": "8.14.36",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-experiments",
+ "comment": "Bump @fluentui/react to v8.104.3",
+ "commit": "1d3c92581624aeebaf60d7d4601f400352a961da"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:54 GMT",
"tag": "@fluentui/react-experiments_v8.14.35",
diff --git a/packages/react-experiments/CHANGELOG.md b/packages/react-experiments/CHANGELOG.md
index 75c2f1dd59af98..331a3a15b1acb6 100644
--- a/packages/react-experiments/CHANGELOG.md
+++ b/packages/react-experiments/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-experiments
-This log was last generated on Thu, 05 Jan 2023 07:59:54 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+## [8.14.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-experiments_v8.14.36)
+
+Mon, 09 Jan 2023 07:49:46 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-experiments_v8.14.35..@fluentui/react-experiments_v8.14.36)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.3 ([PR #26132](https://github.com/microsoft/fluentui/pull/26132) by beachball)
+
## [8.14.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-experiments_v8.14.35)
Thu, 05 Jan 2023 07:59:54 GMT
diff --git a/packages/react-experiments/package.json b/packages/react-experiments/package.json
index 1f25c6fad989c7..25af88dc4a6e1f 100644
--- a/packages/react-experiments/package.json
+++ b/packages/react-experiments/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-experiments",
- "version": "8.14.35",
+ "version": "8.14.36",
"description": "Experimental React components for building experiences for Microsoft 365.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -37,7 +37,7 @@
"react-hooks-testing-library": "^0.5.0"
},
"dependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/theme": "^2.6.20",
"@microsoft/load-themed-styles": "^1.10.26",
"@fluentui/example-data": "^8.4.4",
diff --git a/packages/react-migration-v8-v9/CHANGELOG.json b/packages/react-migration-v8-v9/CHANGELOG.json
index a074351a1c743c..01c27887b806e2 100644
--- a/packages/react-migration-v8-v9/CHANGELOG.json
+++ b/packages/react-migration-v8-v9/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-migration-v8-v9",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 07:49:46 GMT",
+ "tag": "@fluentui/react-migration-v8-v9_v1.0.28",
+ "version": "1.0.28",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-migration-v8-v9",
+ "comment": "Bump @fluentui/react to v8.104.3",
+ "commit": "1d3c92581624aeebaf60d7d4601f400352a961da"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:57 GMT",
"tag": "@fluentui/react-migration-v8-v9_v1.0.27",
diff --git a/packages/react-migration-v8-v9/CHANGELOG.md b/packages/react-migration-v8-v9/CHANGELOG.md
index b6b28bf2553858..264af7f5a2a4ca 100644
--- a/packages/react-migration-v8-v9/CHANGELOG.md
+++ b/packages/react-migration-v8-v9/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-migration-v8-v9
-This log was last generated on Thu, 05 Jan 2023 07:59:57 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+## [1.0.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.28)
+
+Mon, 09 Jan 2023 07:49:46 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v1.0.27..@fluentui/react-migration-v8-v9_v1.0.28)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.3 ([PR #26132](https://github.com/microsoft/fluentui/pull/26132) by beachball)
+
## [1.0.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.27)
Thu, 05 Jan 2023 07:59:57 GMT
diff --git a/packages/react-migration-v8-v9/package.json b/packages/react-migration-v8-v9/package.json
index dcdc63a8ab1532..8414c3f3b401dc 100644
--- a/packages/react-migration-v8-v9/package.json
+++ b/packages/react-migration-v8-v9/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-migration-v8-v9",
- "version": "1.0.27",
+ "version": "1.0.28",
"description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -29,7 +29,7 @@
},
"dependencies": {
"@ctrl/tinycolor": "3.3.4",
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/react-components": "^9.8.0",
"@fluentui/react-theme": "^9.1.5",
"@fluentui/react-utilities": "^9.3.1",
diff --git a/packages/react-monaco-editor/CHANGELOG.json b/packages/react-monaco-editor/CHANGELOG.json
index 189c2d6828be2f..7e3564861d7839 100644
--- a/packages/react-monaco-editor/CHANGELOG.json
+++ b/packages/react-monaco-editor/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-monaco-editor",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 07:49:46 GMT",
+ "tag": "@fluentui/react-monaco-editor_v1.7.41",
+ "version": "1.7.41",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-monaco-editor",
+ "comment": "Bump @fluentui/react to v8.104.3",
+ "commit": "1d3c92581624aeebaf60d7d4601f400352a961da"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:56 GMT",
"tag": "@fluentui/react-monaco-editor_v1.7.40",
diff --git a/packages/react-monaco-editor/CHANGELOG.md b/packages/react-monaco-editor/CHANGELOG.md
index 7a58e623732217..0db8ace1a556ed 100644
--- a/packages/react-monaco-editor/CHANGELOG.md
+++ b/packages/react-monaco-editor/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-monaco-editor
-This log was last generated on Thu, 05 Jan 2023 07:59:56 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+## [1.7.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.41)
+
+Mon, 09 Jan 2023 07:49:46 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-monaco-editor_v1.7.40..@fluentui/react-monaco-editor_v1.7.41)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.3 ([PR #26132](https://github.com/microsoft/fluentui/pull/26132) by beachball)
+
## [1.7.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.40)
Thu, 05 Jan 2023 07:59:56 GMT
diff --git a/packages/react-monaco-editor/package.json b/packages/react-monaco-editor/package.json
index e4fa94cf4532d1..a0cd2831ca288e 100644
--- a/packages/react-monaco-editor/package.json
+++ b/packages/react-monaco-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-monaco-editor",
- "version": "1.7.40",
+ "version": "1.7.41",
"description": "Live React example editing using monaco",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -28,7 +28,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@microsoft/load-themed-styles": "^1.10.26",
"@fluentui/example-data": "^8.4.4",
"@fluentui/monaco-editor": "^1.3.3",
diff --git a/packages/react/CHANGELOG.json b/packages/react/CHANGELOG.json
index 9025389c21c3de..aa8d4b7db93046 100644
--- a/packages/react/CHANGELOG.json
+++ b/packages/react/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 07:49:45 GMT",
+ "tag": "@fluentui/react_v8.104.3",
+ "version": "8.104.3",
+ "comments": {
+ "patch": [
+ {
+ "author": "sarah.higley@microsoft.com",
+ "package": "@fluentui/react",
+ "commit": "1d3c92581624aeebaf60d7d4601f400352a961da",
+ "comment": "fix: set focus visibility className on correct element when calling setFocusVisibility directly"
+ }
+ ]
+ }
+ },
{
"date": "Fri, 06 Jan 2023 08:00:14 GMT",
"tag": "@fluentui/react_v8.104.2",
diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md
index b625c20978a40e..b77107abced9bb 100644
--- a/packages/react/CHANGELOG.md
+++ b/packages/react/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react
-This log was last generated on Thu, 05 Jan 2023 07:59:51 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 07:49:45 GMT and should not be manually modified.
+## [8.104.3](https://github.com/microsoft/fluentui/tree/@fluentui/react_v8.104.3)
+
+Mon, 09 Jan 2023 07:49:45 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react_v8.104.2..@fluentui/react_v8.104.3)
+
+### Patches
+
+- fix: set focus visibility className on correct element when calling setFocusVisibility directly ([PR #26132](https://github.com/microsoft/fluentui/pull/26132) by sarah.higley@microsoft.com)
+
## [8.104.2](https://github.com/microsoft/fluentui/tree/@fluentui/react_v8.104.2)
Thu, 05 Jan 2023 07:59:51 GMT
diff --git a/packages/react/package.json b/packages/react/package.json
index 4e516663793304..f66b7ae08104a1 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react",
- "version": "8.104.2",
+ "version": "8.104.3",
"description": "Reusable React components for building web experiences.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
diff --git a/packages/storybook/package.json b/packages/storybook/package.json
index 0c5ebef8d32cea..7caca58fee3694 100644
--- a/packages/storybook/package.json
+++ b/packages/storybook/package.json
@@ -22,13 +22,13 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/theme": "^2.6.20",
"@storybook/addon-knobs": "6.4.0",
"@storybook/addon-essentials": "6.5.5",
"@storybook/addons": "6.5.5",
- "@fluentui/azure-themes": "^8.5.42",
- "@fluentui/theme-samples": "^8.7.40",
+ "@fluentui/azure-themes": "^8.5.43",
+ "@fluentui/theme-samples": "^8.7.41",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/theme-samples/CHANGELOG.json b/packages/theme-samples/CHANGELOG.json
index c16f44745f0804..7d4abc0184cc3d 100644
--- a/packages/theme-samples/CHANGELOG.json
+++ b/packages/theme-samples/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/theme-samples",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 07:49:46 GMT",
+ "tag": "@fluentui/theme-samples_v8.7.41",
+ "version": "8.7.41",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/theme-samples",
+ "comment": "Bump @fluentui/react to v8.104.3",
+ "commit": "1d3c92581624aeebaf60d7d4601f400352a961da"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:57 GMT",
"tag": "@fluentui/theme-samples_v8.7.40",
diff --git a/packages/theme-samples/CHANGELOG.md b/packages/theme-samples/CHANGELOG.md
index 888ea2f209dd80..d2d7cdd3eeecb1 100644
--- a/packages/theme-samples/CHANGELOG.md
+++ b/packages/theme-samples/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/theme-samples
-This log was last generated on Thu, 05 Jan 2023 07:59:57 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+## [8.7.41](https://github.com/microsoft/fluentui/tree/@fluentui/theme-samples_v8.7.41)
+
+Mon, 09 Jan 2023 07:49:46 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme-samples_v8.7.40..@fluentui/theme-samples_v8.7.41)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.3 ([PR #26132](https://github.com/microsoft/fluentui/pull/26132) by beachball)
+
## [8.7.40](https://github.com/microsoft/fluentui/tree/@fluentui/theme-samples_v8.7.40)
Thu, 05 Jan 2023 07:59:57 GMT
diff --git a/packages/theme-samples/package.json b/packages/theme-samples/package.json
index e22ba5ae52ce44..a0b80cca2aba85 100644
--- a/packages/theme-samples/package.json
+++ b/packages/theme-samples/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/theme-samples",
- "version": "8.7.40",
+ "version": "8.7.41",
"description": "Sample themes for use with Fabric components.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -26,7 +26,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.2",
+ "@fluentui/react": "^8.104.3",
"@fluentui/set-version": "^8.2.3",
"@fluentui/scheme-utilities": "^8.3.21",
"tslib": "^2.1.0"
From f514d1ff53ea0b2a6e959b3d457f341d7f68575e Mon Sep 17 00:00:00 2001
From: ling1726
Date: Mon, 9 Jan 2023 09:35:58 +0100
Subject: [PATCH 10/29] docs: Fix typos in react-table docs (#26213)
* docs: Fix typos in react-table docs
* changefile
---
...i-react-table-b8515237-27e4-4cfc-98de-2a5465e31a0d.json | 7 +++++++
.../react-table/stories/DataGrid/RowNavigation.stories.tsx | 2 +-
.../react-table/stories/Table/RowNavigation.stories.tsx | 2 +-
.../react-table/stories/Table/TableDescription.md | 2 +-
.../react-table/stories/Table/Virtualization.stories.tsx | 2 +-
5 files changed, 11 insertions(+), 4 deletions(-)
create mode 100644 change/@fluentui-react-table-b8515237-27e4-4cfc-98de-2a5465e31a0d.json
diff --git a/change/@fluentui-react-table-b8515237-27e4-4cfc-98de-2a5465e31a0d.json b/change/@fluentui-react-table-b8515237-27e4-4cfc-98de-2a5465e31a0d.json
new file mode 100644
index 00000000000000..466dd70a4d4f4b
--- /dev/null
+++ b/change/@fluentui-react-table-b8515237-27e4-4cfc-98de-2a5465e31a0d.json
@@ -0,0 +1,7 @@
+{
+ "type": "none",
+ "comment": "docs: Fix typos in react-table docs",
+ "packageName": "@fluentui/react-table",
+ "email": "lingfangao@hotmail.com",
+ "dependentChangeType": "none"
+}
diff --git a/packages/react-components/react-table/stories/DataGrid/RowNavigation.stories.tsx b/packages/react-components/react-table/stories/DataGrid/RowNavigation.stories.tsx
index cd553fae9bf27a..5817855757e882 100644
--- a/packages/react-components/react-table/stories/DataGrid/RowNavigation.stories.tsx
+++ b/packages/react-components/react-table/stories/DataGrid/RowNavigation.stories.tsx
@@ -175,7 +175,7 @@ RowNavigation.parameters = {
story: [
'Different keyboard navigation strategies are supported through the `focusMode` prop.',
'',
- "> ⚠️ The Fluent UI team currently don't know all the a11y specifics of row navigation yet to provide",
+ "> ⚠️ The Fluent UI team doesn't currently know all the a11y specifics of row navigation yet to provide",
'accurate guidance for this scenario. Until then, if using the unstable mode of this keyboard navigation',
'strategy, the user is responsible for the accessibility of the component.',
].join('\n'),
diff --git a/packages/react-components/react-table/stories/Table/RowNavigation.stories.tsx b/packages/react-components/react-table/stories/Table/RowNavigation.stories.tsx
index b4b8914e8c5205..501822001abe98 100644
--- a/packages/react-components/react-table/stories/Table/RowNavigation.stories.tsx
+++ b/packages/react-components/react-table/stories/Table/RowNavigation.stories.tsx
@@ -116,7 +116,7 @@ RowNavigation.parameters = {
story: [
'Different keyboard navigation strategies are supported through the `focusMode` prop.',
'',
- "> ⚠️ The Fluent UI team currently don't know all the a11y specifics of row navigation yet to provide",
+ "> ⚠️ The Fluent UI team doesn't currently know know all the a11y specifics of row navigation yet to provide",
'accurate guidance for this scenario. Until then, if using the unstable mode of this keyboard navigation',
'strategy, the user is responsible for the accessibility of the component.',
].join('\n'),
diff --git a/packages/react-components/react-table/stories/Table/TableDescription.md b/packages/react-components/react-table/stories/Table/TableDescription.md
index ab41b6b7425c00..158016a0351e8d 100644
--- a/packages/react-components/react-table/stories/Table/TableDescription.md
+++ b/packages/react-components/react-table/stories/Table/TableDescription.md
@@ -20,7 +20,7 @@ A Table displays sets of two-dimensional data. The primitive components can be f
feature sets. The library provides a default `useTableFeatures` hook that handles the business logic and state management of common
features. There is no obligation to use our hook with these components, we've created it for convenience.
-The `useTableFeatures` hook was designed with feature composition in mind. This means that are composed using
+The `useTableFeatures` hook was designed with feature composition in mind. This means that they are composed using
plugins hooks such as `useTableSort` and `useTableSelection` as a part of `useTableFeatures`. This means
that as the feature set expands, users will not need to pay the bundle size price for features that they do not intend
to use. Please consult the usage examples below for more details.
diff --git a/packages/react-components/react-table/stories/Table/Virtualization.stories.tsx b/packages/react-components/react-table/stories/Table/Virtualization.stories.tsx
index cc1b477651bcaf..1061eb16a2af57 100644
--- a/packages/react-components/react-table/stories/Table/Virtualization.stories.tsx
+++ b/packages/react-components/react-table/stories/Table/Virtualization.stories.tsx
@@ -228,7 +228,7 @@ Virtualization.parameters = {
'',
'The `Table` primitive components are unopinionated with respect to virtualization. They should be compatible',
'with any virtualization library. Hoisting business logic to a state management',
- 'hook like `useTableFeaturesFeautres',
+ 'hook like `useTableFeatures`',
'means that features can persist between the mounting/unmounting that happens during virtualization.',
'The below example uses the [react-window](https://www.npmjs.com/package/react-window) library.',
].join('\n'),
From 2611ae5441e4bc702c4ce6404c7186f6c2de7cc3 Mon Sep 17 00:00:00 2001
From: ling1726
Date: Mon, 9 Jan 2023 09:37:15 +0100
Subject: [PATCH 11/29] fix: Minimum visible overflow items should be respected
(#26194)
* fix: Minimum visible overflow items should be respected
This fixes a regression from #25091, the updated mechanism to handle
overflow menu was inadvertedly breaking the minumum visible options
because it was still making items invisible without considering whether
the minimum number of items was reached.
* changefile
* add test
* changefile
---
...w-a6c512bd-b2fc-4a49-8821-e3dcb2b2e162.json | 7 +++++++
...w-1516fc28-9fa1-46ea-93e4-385e94dcb66c.json | 7 +++++++
.../priority-overflow/src/overflowManager.ts | 14 ++++++++++----
.../react-overflow/src/Overflow.cy.tsx | 18 ++++++++++++++++++
4 files changed, 42 insertions(+), 4 deletions(-)
create mode 100644 change/@fluentui-priority-overflow-a6c512bd-b2fc-4a49-8821-e3dcb2b2e162.json
create mode 100644 change/@fluentui-react-overflow-1516fc28-9fa1-46ea-93e4-385e94dcb66c.json
diff --git a/change/@fluentui-priority-overflow-a6c512bd-b2fc-4a49-8821-e3dcb2b2e162.json b/change/@fluentui-priority-overflow-a6c512bd-b2fc-4a49-8821-e3dcb2b2e162.json
new file mode 100644
index 00000000000000..cde2cb95cc81ba
--- /dev/null
+++ b/change/@fluentui-priority-overflow-a6c512bd-b2fc-4a49-8821-e3dcb2b2e162.json
@@ -0,0 +1,7 @@
+{
+ "type": "prerelease",
+ "comment": "fix: Minimum visible overflow items should be respected",
+ "packageName": "@fluentui/priority-overflow",
+ "email": "lingfangao@hotmail.com",
+ "dependentChangeType": "patch"
+}
diff --git a/change/@fluentui-react-overflow-1516fc28-9fa1-46ea-93e4-385e94dcb66c.json b/change/@fluentui-react-overflow-1516fc28-9fa1-46ea-93e4-385e94dcb66c.json
new file mode 100644
index 00000000000000..b5a195ddfba583
--- /dev/null
+++ b/change/@fluentui-react-overflow-1516fc28-9fa1-46ea-93e4-385e94dcb66c.json
@@ -0,0 +1,7 @@
+{
+ "type": "none",
+ "comment": "Add tests for fix",
+ "packageName": "@fluentui/react-overflow",
+ "email": "lingfangao@hotmail.com",
+ "dependentChangeType": "none"
+}
diff --git a/packages/react-components/priority-overflow/src/overflowManager.ts b/packages/react-components/priority-overflow/src/overflowManager.ts
index f9a45f67ce0539..0b710e42ccd930 100644
--- a/packages/react-components/priority-overflow/src/overflowManager.ts
+++ b/packages/react-components/priority-overflow/src/overflowManager.ts
@@ -135,19 +135,25 @@ export function createOverflowManager(): OverflowManager {
return sum + getOffsetSize(child);
}, 0);
- // Add items until available width is filled
+ // Add items until available width is filled - can result in overflow
while (currentWidth < availableSize && invisibleItemQueue.size() > 0) {
currentWidth += makeItemVisible();
}
- // Remove items until there's no more overlap
+
+ // Remove items until there's no more overflow
while (currentWidth > availableSize && visibleItemQueue.size() > 0) {
- if (visibleItemQueue.size() === options.minimumVisible) {
+ if (visibleItemQueue.size() <= options.minimumVisible) {
break;
}
currentWidth -= makeItemInvisible();
}
- if (invisibleItemQueue.size() > 0 && currentWidth + overflowMenuOffset > availableSize) {
+ // make sure the overflow menu can fit
+ if (
+ visibleItemQueue.size() > options.minimumVisible &&
+ invisibleItemQueue.size() > 0 &&
+ currentWidth + overflowMenuOffset > availableSize
+ ) {
makeItemInvisible();
}
diff --git a/packages/react-components/react-overflow/src/Overflow.cy.tsx b/packages/react-components/react-overflow/src/Overflow.cy.tsx
index 5bc293cc16705d..2aca539bdb9b61 100644
--- a/packages/react-components/react-overflow/src/Overflow.cy.tsx
+++ b/packages/react-components/react-overflow/src/Overflow.cy.tsx
@@ -434,4 +434,22 @@ describe('Overflow', () => {
setContainerSize(500);
cy.get(`[${selectors.menu}]`).should('not.exist');
});
+
+ it('should start overflowing once minimum visible items is reached', () => {
+ const mapHelper = new Array(10).fill(0).map((_, i) => i);
+ mount(
+
+ {mapHelper.map(i => (
+ -
+ {i}
+
+ ))}
+
+ ,
+ );
+
+ setContainerSize(195);
+ cy.get(`[${selectors.menu}]`).should('not.be.visible');
+ cy.get(`[${selectors.item}="4"]`).should('not.be.visible');
+ });
});
From 96c5a1cbb36d728bebfbf05203d372a82b1968d8 Mon Sep 17 00:00:00 2001
From: Martin Hochel
Date: Mon, 9 Jan 2023 11:38:07 +0100
Subject: [PATCH 12/29] fix(scripts): make lint errors reporting propagate to
STDOUT during pre-commit (lint-staged exec) (#26212)
* fix(eslint-plugin): add cypress.config to config files glob to fix linting
* fix(scripts): make lint errors reporting propagate to STDOUT
* generate change-file
---
...lugin-700c8d6f-1dc3-46ac-a416-d4aded1a6256.json | 7 +++++++
packages/eslint-plugin/src/utils/configHelpers.js | 1 +
scripts/lint-staged/eslint-for-package.js | 14 ++++++++------
scripts/lint-staged/eslint.js | 8 ++++++--
4 files changed, 22 insertions(+), 8 deletions(-)
create mode 100644 change/@fluentui-eslint-plugin-700c8d6f-1dc3-46ac-a416-d4aded1a6256.json
diff --git a/change/@fluentui-eslint-plugin-700c8d6f-1dc3-46ac-a416-d4aded1a6256.json b/change/@fluentui-eslint-plugin-700c8d6f-1dc3-46ac-a416-d4aded1a6256.json
new file mode 100644
index 00000000000000..404a37933d8a1f
--- /dev/null
+++ b/change/@fluentui-eslint-plugin-700c8d6f-1dc3-46ac-a416-d4aded1a6256.json
@@ -0,0 +1,7 @@
+{
+ "type": "patch",
+ "comment": "fix: add cypress.config to config files glob to fix linting",
+ "packageName": "@fluentui/eslint-plugin",
+ "email": "martinhochel@microsoft.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/eslint-plugin/src/utils/configHelpers.js b/packages/eslint-plugin/src/utils/configHelpers.js
index 28709e1bf85d4e..324ed70c20098c 100644
--- a/packages/eslint-plugin/src/utils/configHelpers.js
+++ b/packages/eslint-plugin/src/utils/configHelpers.js
@@ -22,6 +22,7 @@ const docsFiles = ['**/*Page.tsx', '**/{docs,demo}/**', '**/*.doc.{ts,tsx}'];
const configFiles = [
'./just.config.ts',
+ './cypress.config.ts',
'./gulpfile.ts',
'./*.js',
'./.*.js',
diff --git a/scripts/lint-staged/eslint-for-package.js b/scripts/lint-staged/eslint-for-package.js
index 2c0863c3b93105..ed262d265d6583 100644
--- a/scripts/lint-staged/eslint-for-package.js
+++ b/scripts/lint-staged/eslint-for-package.js
@@ -1,9 +1,10 @@
// @ts-check
-const micromatch = require('micromatch');
-const fs = require('fs-extra');
const path = require('path');
const { ESLint } = require('eslint');
+const fs = require('fs-extra');
+const micromatch = require('micromatch');
+
const { eslintConstants } = require('../monorepo');
/**
@@ -57,18 +58,19 @@ async function run() {
// Lint files then fix all auto-fixable issues
const results = await eslint.lintFiles(filteredFiles);
+
await ESLint.outputFixes(results);
// Format results
const formatter = await eslint.loadFormatter();
const resultText = formatter.format(results);
if (resultText) {
- console.error(resultText);
- process.exit(1);
+ throw new Error(resultText);
}
}
run().catch(err => {
- console.log(err);
- process.exit(1);
+ // logging is handled by ./eslint.js. If you wanna directly call this script and see errors uncomment following line ↓
+ // console.error(err);
+ throw new Error(err);
});
diff --git a/scripts/lint-staged/eslint.js b/scripts/lint-staged/eslint.js
index 034c64b072419c..eb4ce0d2676c9f 100644
--- a/scripts/lint-staged/eslint.js
+++ b/scripts/lint-staged/eslint.js
@@ -1,10 +1,11 @@
// @ts-check
+// eslint-disable-next-line @typescript-eslint/naming-convention, camelcase
+const child_process = require('child_process');
const fs = require('fs');
const os = require('os');
const path = require('path');
const { promisify } = require('util');
-const child_process = require('child_process');
const { rollup: lernaAliases } = require('lerna-alias');
const { default: PQueue } = require('p-queue');
const exec = promisify(child_process.exec);
@@ -66,11 +67,14 @@ async function runEslintOnFilesGroupedPerPackage() {
await queue.addAll(
Object.entries(filesGroupedByPackage).map(([packagePath, files]) => async () => {
+ const cmd = `node ${eslintForPackageScript} ${files.join(' ')}`;
+
// This script handles running eslint on ONLY the appropriate files for each package.
// See its comments for more details.
- return exec(`node ${eslintForPackageScript} ${files.join(' ')}`, { cwd: packagePath }).catch(() => {
+ return exec(cmd, { cwd: packagePath }).catch((/** @type {{ stdout: string, stderr: string }} */ err) => {
// The subprocess should already have handled logging. Just mark that there was an error.
hasError = true;
+ throw new Error(err.stderr);
});
}),
);
From 87fcaf175c6588438c7f8dc2c2de5a4af5f94d1a Mon Sep 17 00:00:00 2001
From: ling1726
Date: Mon, 9 Jan 2023 13:33:57 +0100
Subject: [PATCH 13/29] BREAKING(TableCellLayout): `wrapper` slot renamed to
`content` (#26220)
* BREAKING(TableCellLayout): `wrwapper` slot renamed to `content`
See title
Fixes #26203
* changefile
* update snapshot
---
...-react-table-b7b4e350-1297-4672-9a9d-88072c4990fa.json | 7 +++++++
.../react-components/react-table/etc/react-table.api.md | 2 +-
.../components/TableCellLayout/TableCellLayout.types.ts | 2 +-
.../__snapshots__/TableCellLayout.test.tsx.snap | 2 +-
.../components/TableCellLayout/renderTableCellLayout.tsx | 6 +++---
.../src/components/TableCellLayout/useTableCellLayout.ts | 4 ++--
.../TableCellLayout/useTableCellLayoutStyles.ts | 8 ++++----
7 files changed, 19 insertions(+), 12 deletions(-)
create mode 100644 change/@fluentui-react-table-b7b4e350-1297-4672-9a9d-88072c4990fa.json
diff --git a/change/@fluentui-react-table-b7b4e350-1297-4672-9a9d-88072c4990fa.json b/change/@fluentui-react-table-b7b4e350-1297-4672-9a9d-88072c4990fa.json
new file mode 100644
index 00000000000000..7a8e01343a63ac
--- /dev/null
+++ b/change/@fluentui-react-table-b7b4e350-1297-4672-9a9d-88072c4990fa.json
@@ -0,0 +1,7 @@
+{
+ "type": "prerelease",
+ "comment": "BREAKING(TableCellLayout): `wrapper` slot renamed to `content`",
+ "packageName": "@fluentui/react-table",
+ "email": "lingfangao@hotmail.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/react-components/react-table/etc/react-table.api.md b/packages/react-components/react-table/etc/react-table.api.md
index d0865166507520..47ff982dd4a83b 100644
--- a/packages/react-components/react-table/etc/react-table.api.md
+++ b/packages/react-components/react-table/etc/react-table.api.md
@@ -329,7 +329,7 @@ export type TableCellLayoutSlots = {
media: Slot<'span'>;
main: Slot<'span'>;
description: Slot<'span'>;
- wrapper: Slot<'div'>;
+ content: Slot<'div'>;
};
// @public
diff --git a/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.types.ts b/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.types.ts
index c0a7e107ab2910..2ccc64ee276f8a 100644
--- a/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.types.ts
+++ b/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.types.ts
@@ -29,7 +29,7 @@ export type TableCellLayoutSlots = {
/**
* A layout wrapper for the main and description slots
*/
- wrapper: Slot<'div'>;
+ content: Slot<'div'>;
};
/**
diff --git a/packages/react-components/react-table/src/components/TableCellLayout/__snapshots__/TableCellLayout.test.tsx.snap b/packages/react-components/react-table/src/components/TableCellLayout/__snapshots__/TableCellLayout.test.tsx.snap
index 853ac04bae07b7..4d827d37111c5d 100644
--- a/packages/react-components/react-table/src/components/TableCellLayout/__snapshots__/TableCellLayout.test.tsx.snap
+++ b/packages/react-components/react-table/src/components/TableCellLayout/__snapshots__/TableCellLayout.test.tsx.snap
@@ -6,7 +6,7 @@ exports[`TableCellLayout renders a default state 1`] = `
class="fui-TableCellLayout"
>
)}
- {slots.wrapper && (
-
+ {slots.content && (
+
{slots.main && {slotProps.root.children} }
{slots.description && }
-
+
)}
);
diff --git a/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayout.ts b/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayout.ts
index 0540f1be870491..a672393b0eb640 100644
--- a/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayout.ts
+++ b/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayout.ts
@@ -29,7 +29,7 @@ export const useTableCellLayout_unstable = (
root: 'div',
main: 'span',
description: 'span',
- wrapper: 'div',
+ content: 'div',
media: 'span',
},
root: getNativeElementProps('div', { ref, ...props }),
@@ -37,7 +37,7 @@ export const useTableCellLayout_unstable = (
main: resolveShorthand(props.main, { required: true }),
media: resolveShorthand(props.media),
description: resolveShorthand(props.description),
- wrapper: resolveShorthand(props.wrapper, { required: !!props.description || !!props.children }),
+ content: resolveShorthand(props.content, { required: !!props.description || !!props.children }),
avatarSize: tableAvatarSizeMap[size],
size,
};
diff --git a/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayoutStyles.ts b/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayoutStyles.ts
index c27a2c3b37769f..243516467dd775 100644
--- a/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayoutStyles.ts
+++ b/packages/react-components/react-table/src/components/TableCellLayout/useTableCellLayoutStyles.ts
@@ -9,7 +9,7 @@ export const tableCellLayoutClassNames: SlotClassNames
= {
media: 'fui-TableCellLayout__media',
main: 'fui-TableCellLayout__main',
description: 'fui-TableCellLayout__description',
- wrapper: 'fui-TableCellLayout__wrapper',
+ content: 'fui-TableCellLayout__content',
};
/**
@@ -22,7 +22,7 @@ const useStyles = makeStyles({
...shorthands.gap(tokens.spacingHorizontalS),
...shorthands.flex(1, 1, '0px'),
},
- wrapper: {
+ content: {
display: 'flex',
flexDirection: 'column',
},
@@ -94,8 +94,8 @@ export const useTableCellLayoutStyles_unstable = (state: TableCellLayoutState):
);
}
- if (state.wrapper) {
- state.wrapper.className = mergeClasses(tableCellLayoutClassNames.wrapper, styles.wrapper, state.wrapper.className);
+ if (state.content) {
+ state.content.className = mergeClasses(tableCellLayoutClassNames.content, styles.content, state.content.className);
}
return state;
From ab386c32bd054c311360c7556a1c25785cdfe0a2 Mon Sep 17 00:00:00 2001
From: Bernardo Sunderhus
Date: Mon, 9 Jan 2023 09:41:05 -0300
Subject: [PATCH 14/29] feat(react-tree): Actions positioning and behaviour
(#26113)
* feat(react-tree): properly position actions
* chore: updates API
* chore: fix tests and groupper className
* Update packages/react-components/react-tree/src/components/TreeItem/useTreeItem.tsx
Co-authored-by: ling1726
* chore: ensures functionality with Menu
* chore: adds role presentation to groupper
Co-authored-by: ling1726
---
.../react-tree/etc/react-tree.api.md | 13 ++--
.../react-components/react-tree/package.json | 1 +
.../BaseTreeItem/BaseTreeItem.types.ts | 11 +--
.../BaseTreeItem/useBaseTreeItem.ts | 57 +++++++-------
.../src/components/Tree/Tree.types.ts | 17 +++--
.../src/components/TreeItem/TreeItem.test.tsx | 6 ++
.../src/components/TreeItem/TreeItem.types.ts | 22 +++---
.../__snapshots__/TreeItem.test.tsx.snap | 22 ++++--
.../components/TreeItem/renderTreeItem.tsx | 18 +++--
.../src/components/TreeItem/useTreeItem.tsx | 75 +++++++++++++++----
.../components/TreeItem/useTreeItemStyles.ts | 43 ++++++++---
.../stories/Tree/TreeActions.stories.tsx | 29 +++++--
12 files changed, 202 insertions(+), 112 deletions(-)
diff --git a/packages/react-components/react-tree/etc/react-tree.api.md b/packages/react-components/react-tree/etc/react-tree.api.md
index 468b8d734a330a..0aeb610ba2e3cc 100644
--- a/packages/react-components/react-tree/etc/react-tree.api.md
+++ b/packages/react-components/react-tree/etc/react-tree.api.md
@@ -6,8 +6,6 @@
///
-import type { ARIAButtonElement } from '@fluentui/react-aria';
-import type { ARIAButtonSlotProps } from '@fluentui/react-aria';
import type { ComponentProps } from '@fluentui/react-utilities';
import type { ComponentState } from '@fluentui/react-utilities';
import { ContextSelector } from '@fluentui/react-context-selector';
@@ -30,7 +28,7 @@ export type BaseTreeItemProps = ComponentProps;
// @public (undocumented)
export type BaseTreeItemSlots = {
- root: Slot;
+ root: Slot<'div'>;
};
// @public
@@ -81,10 +79,13 @@ export type TreeItemSlots = BaseTreeItemSlots & {
iconAfter?: Slot<'span'>;
badges?: Slot<'span'>;
actions?: Slot<'span'>;
+ groupper: NonNullable>;
};
// @public
-export type TreeItemState = ComponentState & BaseTreeItemState;
+export type TreeItemState = ComponentState & BaseTreeItemState & {
+ keepActionsOpen: boolean;
+};
// @public (undocumented)
export type TreeProps = ComponentProps & {
@@ -109,7 +110,7 @@ export type TreeState = ComponentState & TreeContextValue & {
};
// @public
-export const useBaseTreeItem_unstable: (props: BaseTreeItemProps, ref: React_2.Ref) => BaseTreeItemState;
+export const useBaseTreeItem_unstable: (props: BaseTreeItemProps, ref: React_2.Ref) => BaseTreeItemState;
// @public
export const useBaseTreeItemStyles_unstable: (state: BaseTreeItemState) => BaseTreeItemState;
@@ -121,7 +122,7 @@ export const useTree_unstable: (props: TreeProps, ref: React_2.Ref)
export const useTreeContext_unstable: (selector: ContextSelector) => T;
// @public
-export const useTreeItem_unstable: (props: TreeItemProps, ref: React_2.Ref) => TreeItemState;
+export const useTreeItem_unstable: (props: TreeItemProps, ref: React_2.Ref) => TreeItemState;
// @public
export const useTreeItemStyles_unstable: (state: TreeItemState) => TreeItemState;
diff --git a/packages/react-components/react-tree/package.json b/packages/react-components/react-tree/package.json
index 5b21cee332a8d7..c3bda21dce8fd3 100644
--- a/packages/react-components/react-tree/package.json
+++ b/packages/react-components/react-tree/package.json
@@ -35,6 +35,7 @@
"@fluentui/react-shared-contexts": "^9.1.4",
"@fluentui/react-aria": "^9.3.4",
"@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-portal": "^9.0.15",
"@fluentui/keyboard-keys": "^9.0.1",
"@fluentui/react-theme": "^9.1.5",
"@fluentui/react-utilities": "^9.3.1",
diff --git a/packages/react-components/react-tree/src/components/BaseTreeItem/BaseTreeItem.types.ts b/packages/react-components/react-tree/src/components/BaseTreeItem/BaseTreeItem.types.ts
index 15a60b4e5c5ec5..c6a016bf475b4e 100644
--- a/packages/react-components/react-tree/src/components/BaseTreeItem/BaseTreeItem.types.ts
+++ b/packages/react-components/react-tree/src/components/BaseTreeItem/BaseTreeItem.types.ts
@@ -1,16 +1,7 @@
import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';
-import type { ARIAButtonElement, ARIAButtonElementIntersection, ARIAButtonSlotProps } from '@fluentui/react-aria';
-
-export type BaseTreeItemElement = ARIAButtonElement;
-
-/** @internal */
-export type BaseTreeItemElementIntersection = ARIAButtonElementIntersection;
export type BaseTreeItemSlots = {
- /**
- * BaseTreeItem root wraps around `props.content`
- */
- root: Slot;
+ root: Slot<'div'>;
};
/**
diff --git a/packages/react-components/react-tree/src/components/BaseTreeItem/useBaseTreeItem.ts b/packages/react-components/react-tree/src/components/BaseTreeItem/useBaseTreeItem.ts
index 1cd1af387ac388..86b3bf3f8be89f 100644
--- a/packages/react-components/react-tree/src/components/BaseTreeItem/useBaseTreeItem.ts
+++ b/packages/react-components/react-tree/src/components/BaseTreeItem/useBaseTreeItem.ts
@@ -1,13 +1,7 @@
import * as React from 'react';
import { getNativeElementProps, useEventCallback } from '@fluentui/react-utilities';
-import type {
- BaseTreeItemElement,
- BaseTreeItemElementIntersection,
- BaseTreeItemProps,
- BaseTreeItemState,
-} from './BaseTreeItem.types';
-import { useARIAButtonProps } from '@fluentui/react-aria';
-import { ArrowRight, ArrowLeft } from '@fluentui/keyboard-keys';
+import type { BaseTreeItemProps, BaseTreeItemState } from './BaseTreeItem.types';
+import { ArrowRight, ArrowLeft, Enter } from '@fluentui/keyboard-keys';
import { useTreeContext_unstable } from '../../contexts/treeContext';
/**
* Create the state required to render BaseTreeItem.
@@ -20,7 +14,7 @@ import { useTreeContext_unstable } from '../../contexts/treeContext';
*/
export const useBaseTreeItem_unstable = (
props: BaseTreeItemProps,
- ref: React.Ref,
+ ref: React.Ref,
): BaseTreeItemState => {
const { 'aria-owns': ariaOwns, as = 'div', onKeyDown, ...rest } = props;
@@ -32,12 +26,12 @@ export const useBaseTreeItem_unstable = (
const isBranch = typeof ariaOwns === 'string';
const open = useTreeContext_unstable(ctx => isBranch && ctx.openSubtrees.includes(ariaOwns!));
- const handleClick = useEventCallback((event: React.MouseEvent) => {
+ const handleClick = useEventCallback((event: React.MouseEvent) => {
if (isBranch) {
requestOpenChange({ event, open: !open, type: 'click', id: ariaOwns! });
}
});
- const handleArrowRight = (event: React.KeyboardEvent) => {
+ const handleArrowRight = (event: React.KeyboardEvent) => {
if (open && isBranch) {
focusFirstSubtreeItem(event.currentTarget);
}
@@ -45,7 +39,7 @@ export const useBaseTreeItem_unstable = (
requestOpenChange({ event, open: true, type: 'arrowRight', id: ariaOwns! });
}
};
- const handleArrowLeft = (event: React.KeyboardEvent) => {
+ const handleArrowLeft = (event: React.KeyboardEvent) => {
if (!isBranch || !open) {
focusSubtreeOwnerItem(event.currentTarget);
}
@@ -53,12 +47,20 @@ export const useBaseTreeItem_unstable = (
requestOpenChange({ event, open: false, type: 'arrowLeft', id: ariaOwns! });
}
};
- const handleKeyDown = useEventCallback((event: React.KeyboardEvent) => {
+ const handleEnter = (event: React.KeyboardEvent) => {
+ if (isBranch) {
+ requestOpenChange({ event, open: !open, type: 'enter', id: ariaOwns! });
+ }
+ };
+ const handleKeyDown = useEventCallback((event: React.KeyboardEvent) => {
onKeyDown?.(event);
if (event.isDefaultPrevented()) {
return;
}
- switch (event.code) {
+ switch (event.key) {
+ case Enter: {
+ return handleEnter(event);
+ }
case ArrowRight: {
return handleArrowRight(event);
}
@@ -73,20 +75,17 @@ export const useBaseTreeItem_unstable = (
},
isLeaf: !isBranch,
open,
- root: getNativeElementProps(
- as,
- useARIAButtonProps(as, {
- ...rest,
- // casting here is required to convert union to intersection
- ref: ref as React.Ref,
- 'aria-owns': ariaOwns,
- 'aria-level': level,
- // FIXME: tabster fails to navigate when aria-expanded is true
- // 'aria-expanded': isBranch ? isOpen : undefined,
- role: 'treeitem',
- onClick: handleClick,
- onKeyDown: handleKeyDown,
- }),
- ),
+ root: getNativeElementProps(as, {
+ ...rest,
+ ref,
+ tabIndex: 0,
+ 'aria-owns': ariaOwns,
+ 'aria-level': level,
+ // FIXME: tabster fails to navigate when aria-expanded is true
+ // 'aria-expanded': isBranch ? isOpen : undefined,
+ role: 'treeitem',
+ onClick: handleClick,
+ onKeyDown: handleKeyDown,
+ }),
};
};
diff --git a/packages/react-components/react-tree/src/components/Tree/Tree.types.ts b/packages/react-components/react-tree/src/components/Tree/Tree.types.ts
index fb1bdd91c67acd..4e26e1fea3a963 100644
--- a/packages/react-components/react-tree/src/components/Tree/Tree.types.ts
+++ b/packages/react-components/react-tree/src/components/Tree/Tree.types.ts
@@ -1,6 +1,5 @@
import * as React from 'react';
import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';
-import type { BaseTreeItemElement } from '../BaseTreeItem/BaseTreeItem.types';
import { TreeContextValue } from '../../contexts/treeContext';
export type TreeSlots = {
@@ -9,16 +8,24 @@ export type TreeSlots = {
export type TreeOpenChangeData = { open: boolean; id: string } & (
| {
- event: React.MouseEvent;
+ event: React.MouseEvent;
type: 'expandIconClick';
}
| {
- event: React.MouseEvent;
+ event: React.MouseEvent;
type: 'click';
}
| {
- event: React.KeyboardEvent;
- type: 'arrowRight' | 'arrowLeft';
+ event: React.KeyboardEvent;
+ type: 'enter';
+ }
+ | {
+ event: React.KeyboardEvent;
+ type: 'arrowRight';
+ }
+ | {
+ event: React.KeyboardEvent;
+ type: 'arrowLeft';
}
);
diff --git a/packages/react-components/react-tree/src/components/TreeItem/TreeItem.test.tsx b/packages/react-components/react-tree/src/components/TreeItem/TreeItem.test.tsx
index 79512cdfa7064c..d61afb40fb3480 100644
--- a/packages/react-components/react-tree/src/components/TreeItem/TreeItem.test.tsx
+++ b/packages/react-components/react-tree/src/components/TreeItem/TreeItem.test.tsx
@@ -3,11 +3,17 @@ import { render } from '@testing-library/react';
import { TreeItem } from './TreeItem';
import { isConformant } from '../../testing/isConformant';
import { TreeItemProps } from './TreeItem.types';
+import { treeItemClassNames } from './useTreeItemStyles';
describe('TreeItem', () => {
isConformant({
Component: TreeItem,
displayName: 'TreeItem',
+ // primarySlot: 'groupper',
+ getTargetElement(renderResult, attr) {
+ return renderResult.container.querySelector(`.${treeItemClassNames.root}`) ?? renderResult.container;
+ },
+ disabledTests: ['component-has-static-classnames-object'],
testOptions: {
'has-static-classnames': [
{
diff --git a/packages/react-components/react-tree/src/components/TreeItem/TreeItem.types.ts b/packages/react-components/react-tree/src/components/TreeItem/TreeItem.types.ts
index 4fe814c7abf871..60a8e04a24efd1 100644
--- a/packages/react-components/react-tree/src/components/TreeItem/TreeItem.types.ts
+++ b/packages/react-components/react-tree/src/components/TreeItem/TreeItem.types.ts
@@ -1,16 +1,5 @@
import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';
-import {
- BaseTreeItemElement,
- BaseTreeItemElementIntersection,
- BaseTreeItemProps,
- BaseTreeItemSlots,
- BaseTreeItemState,
-} from '../BaseTreeItem/index';
-
-export type TreeItemElement = BaseTreeItemElement;
-
-/** @internal */
-export type TreeItemElementIntersection = BaseTreeItemElementIntersection;
+import { BaseTreeItemProps, BaseTreeItemSlots, BaseTreeItemState } from '../BaseTreeItem/index';
export type TreeItemSlots = BaseTreeItemSlots & {
/**
@@ -35,6 +24,7 @@ export type TreeItemSlots = BaseTreeItemSlots & {
* when the item is hovered/focused
*/
actions?: Slot<'span'>;
+ groupper: NonNullable>;
};
/**
@@ -45,4 +35,10 @@ export type TreeItemProps = ComponentProps> & BaseTreeIte
/**
* State used in rendering TreeItem
*/
-export type TreeItemState = ComponentState & BaseTreeItemState;
+export type TreeItemState = ComponentState &
+ BaseTreeItemState & {
+ /**
+ * boolean indicating that actions should remain open due to focus on some portal
+ */
+ keepActionsOpen: boolean;
+ };
diff --git a/packages/react-components/react-tree/src/components/TreeItem/__snapshots__/TreeItem.test.tsx.snap b/packages/react-components/react-tree/src/components/TreeItem/__snapshots__/TreeItem.test.tsx.snap
index 0a31ffa7e10d45..d48c13a7ea3e09 100644
--- a/packages/react-components/react-tree/src/components/TreeItem/__snapshots__/TreeItem.test.tsx.snap
+++ b/packages/react-components/react-tree/src/components/TreeItem/__snapshots__/TreeItem.test.tsx.snap
@@ -2,14 +2,20 @@
exports[`TreeItem renders a default state 1`] = `
-
- Default TreeItem
-
+
+ Default TreeItem
+
+
`;
diff --git a/packages/react-components/react-tree/src/components/TreeItem/renderTreeItem.tsx b/packages/react-components/react-tree/src/components/TreeItem/renderTreeItem.tsx
index fc9a376575b507..6ebab4c66f9687 100644
--- a/packages/react-components/react-tree/src/components/TreeItem/renderTreeItem.tsx
+++ b/packages/react-components/react-tree/src/components/TreeItem/renderTreeItem.tsx
@@ -9,13 +9,15 @@ export const renderTreeItem_unstable = (state: TreeItemState) => {
const { slots, slotProps } = getSlots(state);
return (
-
- {slots.expandIcon && }
- {slots.iconBefore && }
- {slotProps.root.children}
- {slots.iconAfter && }
- {slots.badges && }
- {slots.actions && }
-
+
+
+ {slots.expandIcon && }
+ {slots.iconBefore && }
+ {slotProps.root.children}
+ {slots.iconAfter && }
+ {slots.badges && }
+ {slots.actions && }
+
+
);
};
diff --git a/packages/react-components/react-tree/src/components/TreeItem/useTreeItem.tsx b/packages/react-components/react-tree/src/components/TreeItem/useTreeItem.tsx
index f30bcd068fc151..4bd12049fd7ac7 100644
--- a/packages/react-components/react-tree/src/components/TreeItem/useTreeItem.tsx
+++ b/packages/react-components/react-tree/src/components/TreeItem/useTreeItem.tsx
@@ -1,10 +1,15 @@
import * as React from 'react';
import { isResolvedShorthand, resolveShorthand } from '@fluentui/react-utilities';
-import type { TreeItemElement, TreeItemProps, TreeItemState } from './TreeItem.types';
import { ChevronRightRegular } from '@fluentui/react-icons';
import { useFluent_unstable } from '@fluentui/react-shared-contexts';
-import { useBaseTreeItem_unstable } from '../BaseTreeItem/index';
import { useEventCallback } from '@fluentui/react-utilities';
+import { useFocusableGroup } from '@fluentui/react-tabster';
+import { expandIconInlineStyles } from './useTreeItemStyles';
+import { useBaseTreeItem_unstable } from '../BaseTreeItem/index';
+import { Enter } from '@fluentui/keyboard-keys';
+import { useMergedRefs } from '@fluentui/react-utilities';
+import { elementContains } from '@fluentui/react-portal';
+import type { TreeItemProps, TreeItemState } from './TreeItem.types';
/**
* Create the state required to render TreeItem.
@@ -15,22 +20,52 @@ import { useEventCallback } from '@fluentui/react-utilities';
* @param props - props from this instance of TreeItem
* @param ref - reference to root HTMLElement of TreeItem
*/
-export const useTreeItem_unstable = (props: TreeItemProps, ref: React.Ref): TreeItemState => {
+export const useTreeItem_unstable = (props: TreeItemProps, ref: React.Ref): TreeItemState => {
const treeItemState = useBaseTreeItem_unstable(props, ref);
- const { expandIcon, iconBefore, iconAfter, actions, badges } = props;
- const { dir } = useFluent_unstable();
+ const { expandIcon, iconBefore, iconAfter, actions, badges, groupper } = props;
+ const { dir, targetDocument } = useFluent_unstable();
const expandIconRotation = treeItemState.open ? 90 : dir !== 'rtl' ? 0 : 180;
+ const groupperProps = useFocusableGroup();
- // prevent default of a click from actions to ensure it doesn't open the treeitem
- const handleActionsClick = useEventCallback((event: React.MouseEvent) => {
- if (isResolvedShorthand(actions)) {
- actions.onClick?.(event);
+ const actionsRef = React.useRef(null);
+
+ const handleClick = useEventCallback((event: React.MouseEvent) => {
+ // if click event originates from actions, ignore it
+ if (actionsRef.current && elementContains(actionsRef.current, event.target as Node)) {
+ return;
}
- event.preventDefault();
+ treeItemState.root.onClick?.(event);
});
+ const handleKeyDown = useEventCallback((event: React.KeyboardEvent) => {
+ if (event.key === Enter) {
+ // if Enter keydown event comes from actions, ignore it
+ if (actionsRef.current && elementContains(actionsRef.current, event.target as Node)) {
+ return;
+ }
+ }
+ treeItemState.root.onKeyDown?.(event);
+ });
+
+ const [keepActionsOpen, setKeepActionsOpen] = React.useState(false);
+
+ // Listens to focusout event on the document to ensure treeitem actions visibility on portal scenarios
+ // TODO: find a better way to ensure this behavior
+ React.useEffect(() => {
+ if (actionsRef.current) {
+ const handleFocusOut = (event: FocusEvent) => {
+ setKeepActionsOpen(elementContains(actionsRef.current, event.relatedTarget as Node));
+ };
+ targetDocument?.addEventListener('focusout', handleFocusOut, { passive: true });
+ return () => {
+ targetDocument?.removeEventListener('focusout', handleFocusOut);
+ };
+ }
+ }, [targetDocument]);
+
return {
...treeItemState,
+ keepActionsOpen,
components: {
...treeItemState.components,
expandIcon: 'span',
@@ -38,7 +73,20 @@ export const useTreeItem_unstable = (props: TreeItemProps, ref: React.Ref ,
+ children: ,
'aria-hidden': true,
},
}),
@@ -59,10 +107,7 @@ export const useTreeItem_unstable = (props: TreeItemProps, ref: React.Ref = {
iconAfter: 'fui-TreeItem__iconAfter',
actions: 'fui-TreeItem__actions',
badges: 'fui-TreeItem__badges',
+ groupper: 'fui-TreeItem__groupper',
};
const treeItemTokens = {
@@ -45,24 +46,22 @@ const useRootStyles = makeStyles({
},
':focus': {
[`& .${treeItemClassNames.actions}`]: {
- display: 'flex',
opacity: '1',
position: 'relative',
- width: 'unset',
- height: 'unset',
- right: 'unset',
+ },
+ },
+ ':focus-within': {
+ [`& .${treeItemClassNames.actions}`]: {
+ opacity: '1',
+ position: 'relative',
},
},
':hover': {
color: tokens.colorNeutralForeground2Hover,
backgroundColor: tokens.colorSubtleBackgroundHover,
[`& .${treeItemClassNames.actions}`]: {
- display: 'flex',
opacity: '1',
position: 'relative',
- width: 'unset',
- height: 'unset',
- right: 'unset',
},
[`& .${treeItemClassNames.expandIcon}`]: {
color: tokens.colorNeutralForeground3Hover,
@@ -75,6 +74,11 @@ const useRootStyles = makeStyles({
display: 'none',
},
},
+ ':focus-within': {
+ [`& .${treeItemClassNames.badges}`]: {
+ display: 'none',
+ },
+ },
':hover': {
[`& .${treeItemClassNames.badges}`]: {
display: 'none',
@@ -184,16 +188,26 @@ const useBadgesStyles = makeStyles({
*/
const useActionsStyles = makeStyles({
base: {
+ display: 'flex',
opacity: '0',
position: 'absolute',
- width: 0,
- height: 0,
right: 0,
+ top: 0,
marginLeft: 'auto',
...shorthands.padding(0, tokens.spacingHorizontalXS),
},
+ open: {
+ opacity: '1',
+ position: 'relative',
+ },
});
+export const expandIconInlineStyles = {
+ 90: { transform: `rotate(90deg)` },
+ 0: { transform: `rotate(0deg)` },
+ 180: { transform: `rotate(180deg)` },
+} as const;
+
/**
* Apply styling to the TreeItem slots based on the state
*/
@@ -223,6 +237,8 @@ export const useTreeItemStyles_unstable = (state: TreeItemState): TreeItemState
state.root.className,
);
+ state.groupper.className = mergeClasses(treeItemClassNames.groupper, state.groupper.className);
+
state.root.style = {
...state.root.style,
[treeItemTokens.level]: level,
@@ -256,7 +272,12 @@ export const useTreeItemStyles_unstable = (state: TreeItemState): TreeItemState
}
if (actions) {
- actions.className = mergeClasses(treeItemClassNames.actions, actionsStyles.base, actions.className);
+ actions.className = mergeClasses(
+ treeItemClassNames.actions,
+ actionsStyles.base,
+ state.keepActionsOpen && actionsStyles.open,
+ actions.className,
+ );
}
if (badges) {
badges.className = mergeClasses(treeItemClassNames.badges, badgesStyles.base, badges.className);
diff --git a/packages/react-components/react-tree/stories/Tree/TreeActions.stories.tsx b/packages/react-components/react-tree/stories/Tree/TreeActions.stories.tsx
index ec0814ae73fabe..cdd2cfbed1683b 100644
--- a/packages/react-components/react-tree/stories/Tree/TreeActions.stories.tsx
+++ b/packages/react-components/react-tree/stories/Tree/TreeActions.stories.tsx
@@ -1,14 +1,29 @@
import * as React from 'react';
import { Tree, TreeItem } from '@fluentui/react-tree';
import { Edit20Regular, MoreHorizontal20Regular } from '@fluentui/react-icons';
-import { Button } from '@fluentui/react-components';
+import { Button, Menu, MenuItem, MenuList, MenuPopover, MenuTrigger } from '@fluentui/react-components';
-const RenderActions = () => (
- <>
- } />
- } />
- >
-);
+const RenderActions = () => {
+ return (
+ <>
+ } />
+
+
+ } />
+
+
+
+
+ New
+ New Window
+ Open File
+ Open Folder
+
+
+
+ >
+ );
+};
export const Actions = () => (
From 307d7988ee9c589c17dce78f1c36719c6ebb91c2 Mon Sep 17 00:00:00 2001
From: ling1726
Date: Mon, 9 Jan 2023 13:59:21 +0100
Subject: [PATCH 15/29] fix: MenuList props should win over context props
(#26252)
* fix: MenuList props should win over context props
Fixes the regression introduced in #25672 so that prop values win over
context props with the same name.
Fixes #
* changefile
---
...-7ad515c7-ae51-477d-9289-c01f7a691b06.json | 7 ++
.../react-menu/etc/react-menu.api.md | 4 +-
.../src/components/Menu/Menu.test.tsx | 114 ++++++++++++++++++
.../src/components/MenuList/MenuList.types.ts | 19 +--
.../src/components/MenuList/useMenuList.ts | 5 +-
.../MenuControlledCheckboxItems.stories.tsx | 4 +-
.../Menu/MenuControlledRadioItems.stories.tsx | 4 +-
.../MenuListCheckboxItems.stories.tsx | 49 ++++++++
...enuListControlledCheckboxItems.stories.tsx | 56 +++++++++
.../MenuListControlledRadioItems.stories.tsx | 54 +++++++++
.../MenuList/MenuListRadioItems.stories.tsx | 48 ++++++++
.../stories/MenuList/index.stories.tsx | 4 +
12 files changed, 342 insertions(+), 26 deletions(-)
create mode 100644 change/@fluentui-react-menu-7ad515c7-ae51-477d-9289-c01f7a691b06.json
create mode 100644 packages/react-components/react-menu/stories/MenuList/MenuListCheckboxItems.stories.tsx
create mode 100644 packages/react-components/react-menu/stories/MenuList/MenuListControlledCheckboxItems.stories.tsx
create mode 100644 packages/react-components/react-menu/stories/MenuList/MenuListControlledRadioItems.stories.tsx
create mode 100644 packages/react-components/react-menu/stories/MenuList/MenuListRadioItems.stories.tsx
diff --git a/change/@fluentui-react-menu-7ad515c7-ae51-477d-9289-c01f7a691b06.json b/change/@fluentui-react-menu-7ad515c7-ae51-477d-9289-c01f7a691b06.json
new file mode 100644
index 00000000000000..97fb92afa0d7c1
--- /dev/null
+++ b/change/@fluentui-react-menu-7ad515c7-ae51-477d-9289-c01f7a691b06.json
@@ -0,0 +1,7 @@
+{
+ "type": "patch",
+ "comment": "fix: MenuList props should win over context props",
+ "packageName": "@fluentui/react-menu",
+ "email": "lingfangao@hotmail.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/react-components/react-menu/etc/react-menu.api.md b/packages/react-components/react-menu/etc/react-menu.api.md
index a62bee7532dc73..22fb6083a701bd 100644
--- a/packages/react-components/react-menu/etc/react-menu.api.md
+++ b/packages/react-components/react-menu/etc/react-menu.api.md
@@ -211,12 +211,10 @@ export type MenuListSlots = {
};
// @public (undocumented)
-export type MenuListState = ComponentState & Required> & {
+export type MenuListState = ComponentState & Required> & Pick & {
selectRadio: SelectableHandler;
setFocusByFirstCharacter: NonNullable;
toggleCheckbox: SelectableHandler;
- defaultCheckedValues?: Record;
- onCheckedValueChange?: (e: MenuCheckedValueChangeEvent, data: MenuCheckedValueChangeData) => void;
};
// @public
diff --git a/packages/react-components/react-menu/src/components/Menu/Menu.test.tsx b/packages/react-components/react-menu/src/components/Menu/Menu.test.tsx
index 6babe61c4c23db..d876ba971a07ee 100644
--- a/packages/react-components/react-menu/src/components/Menu/Menu.test.tsx
+++ b/packages/react-components/react-menu/src/components/Menu/Menu.test.tsx
@@ -284,4 +284,118 @@ describe('Menu', () => {
// Assert
expect(container.querySelector('[role="menu"]')).not.toBeNull();
});
+
+ it('should call onCheckedValueChange when item is selected', () => {
+ const onCheckedValueChange = jest.fn();
+ const { getAllByRole } = render(
+
+
+ MenuTrigger
+
+
+
+
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+ ,
+ );
+
+ const checkboxes = getAllByRole('menuitemcheckbox');
+ fireEvent.click(checkboxes[0]);
+ expect(onCheckedValueChange).toHaveBeenCalledTimes(1);
+ });
+
+ it('should control checked items with checkedValues prop', () => {
+ const { container } = render(
+
+
+ MenuTrigger
+
+
+
+
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+ ,
+ );
+
+ expect(container.querySelector('#first')?.getAttribute('aria-checked')).toBe('false');
+ expect(container.querySelector('#second')?.getAttribute('aria-checked')).toBe('true');
+ expect(container.querySelector('#third')?.getAttribute('aria-checked')).toBe('false');
+ });
+
+ it('should call onCheckedValueChange (applied to MenuList) when item is selected', () => {
+ const onCheckedValueChange = jest.fn();
+ const { getAllByRole } = render(
+
+
+ MenuTrigger
+
+
+
+
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+ ,
+ );
+
+ const checkboxes = getAllByRole('menuitemcheckbox');
+ fireEvent.click(checkboxes[0]);
+ expect(onCheckedValueChange).toHaveBeenCalledTimes(1);
+ });
+
+ it('should control checked items with checkedValues prop (applied to MenuList)', () => {
+ const { container } = render(
+
+
+ MenuTrigger
+
+
+
+
+
+ First
+
+
+ Second
+
+
+ Third
+
+
+
+ ,
+ );
+
+ expect(container.querySelector('#first')?.getAttribute('aria-checked')).toBe('false');
+ expect(container.querySelector('#second')?.getAttribute('aria-checked')).toBe('true');
+ expect(container.querySelector('#third')?.getAttribute('aria-checked')).toBe('false');
+ });
});
diff --git a/packages/react-components/react-menu/src/components/MenuList/MenuList.types.ts b/packages/react-components/react-menu/src/components/MenuList/MenuList.types.ts
index 89d867180d5cf5..a38bb1e882d219 100644
--- a/packages/react-components/react-menu/src/components/MenuList/MenuList.types.ts
+++ b/packages/react-components/react-menu/src/components/MenuList/MenuList.types.ts
@@ -47,7 +47,8 @@ export type MenuListProps = ComponentProps & {
};
export type MenuListState = ComponentState &
- Required> & {
+ Required> &
+ Pick & {
/**
* Selects a radio item, will de-select the currently selected ratio item
*/
@@ -62,22 +63,6 @@ export type MenuListState = ComponentState &
* Toggles the state of a checkbox item
*/
toggleCheckbox: SelectableHandler;
-
- /**
- * Default values to be checked on mount
- * @deprecated this property is not used internally anymore,
- * the signature remains just to avoid breaking changes
- */
- defaultCheckedValues?: Record;
- /**
- * Callback when checked items change for value with a name
- *
- * @param event - React's original SyntheticEvent
- * @param data - A data object with relevant information
- * @deprecated this property is not used internally anymore,
- * the signature remains just to avoid breaking changes
- */
- onCheckedValueChange?: (e: MenuCheckedValueChangeEvent, data: MenuCheckedValueChangeData) => void;
};
export type MenuListContextValues = {
diff --git a/packages/react-components/react-menu/src/components/MenuList/useMenuList.ts b/packages/react-components/react-menu/src/components/MenuList/useMenuList.ts
index 3a9c408f333230..faccbda60beb18 100644
--- a/packages/react-components/react-menu/src/components/MenuList/useMenuList.ts
+++ b/packages/react-components/react-menu/src/components/MenuList/useMenuList.ts
@@ -75,12 +75,13 @@ export const useMenuList_unstable = (props: MenuListProps, ref: React.Ref {
diff --git a/packages/react-components/react-menu/stories/Menu/MenuControlledCheckboxItems.stories.tsx b/packages/react-components/react-menu/stories/Menu/MenuControlledCheckboxItems.stories.tsx
index 498e9570df4c9e..bb11cbd4a1c3ad 100644
--- a/packages/react-components/react-menu/stories/Menu/MenuControlledCheckboxItems.stories.tsx
+++ b/packages/react-components/react-menu/stories/Menu/MenuControlledCheckboxItems.stories.tsx
@@ -25,12 +25,12 @@ export const ControlledCheckboxItems = () => {
};
return (
-
+
Toggle menu
-
+
} name="edit" value="cut">
Cut
diff --git a/packages/react-components/react-menu/stories/Menu/MenuControlledRadioItems.stories.tsx b/packages/react-components/react-menu/stories/Menu/MenuControlledRadioItems.stories.tsx
index 0b5b8fb15b0c47..f9a2c7c838ef54 100644
--- a/packages/react-components/react-menu/stories/Menu/MenuControlledRadioItems.stories.tsx
+++ b/packages/react-components/react-menu/stories/Menu/MenuControlledRadioItems.stories.tsx
@@ -23,12 +23,12 @@ export const ControlledRadioItems = () => {
};
return (
-
+
Toggle menu
-
+
} name="font" value="segoe">
Segoe
diff --git a/packages/react-components/react-menu/stories/MenuList/MenuListCheckboxItems.stories.tsx b/packages/react-components/react-menu/stories/MenuList/MenuListCheckboxItems.stories.tsx
new file mode 100644
index 00000000000000..43b01be2912964
--- /dev/null
+++ b/packages/react-components/react-menu/stories/MenuList/MenuListCheckboxItems.stories.tsx
@@ -0,0 +1,49 @@
+import * as React from 'react';
+
+import { MenuList, MenuItemCheckbox, makeStyles, tokens } from '@fluentui/react-components';
+import {
+ bundleIcon,
+ CutRegular,
+ CutFilled,
+ ClipboardPasteRegular,
+ ClipboardPasteFilled,
+ EditRegular,
+ EditFilled,
+} from '@fluentui/react-icons';
+
+const CutIcon = bundleIcon(CutFilled, CutRegular);
+const PasteIcon = bundleIcon(ClipboardPasteFilled, ClipboardPasteRegular);
+const EditIcon = bundleIcon(EditFilled, EditRegular);
+
+export const useMenuListContainerStyles = makeStyles({
+ container: {
+ backgroundColor: tokens.colorNeutralBackground1,
+ minWidth: '128px',
+ minHeight: '48px',
+ maxWidth: '300px',
+ width: 'max-content',
+ boxShadow: `${tokens.shadow16}`,
+ paddingTop: '4px',
+ paddingBottom: '4px',
+ },
+});
+
+export const CheckboxItems = () => {
+ const styles = useMenuListContainerStyles();
+
+ return (
+
+
+ } name="edit" value="cut">
+ Cut
+
+ } name="edit" value="paste">
+ Paste
+
+ } name="edit" value="edit">
+ Edit
+
+
+
+ );
+};
diff --git a/packages/react-components/react-menu/stories/MenuList/MenuListControlledCheckboxItems.stories.tsx b/packages/react-components/react-menu/stories/MenuList/MenuListControlledCheckboxItems.stories.tsx
new file mode 100644
index 00000000000000..15366abc3c3398
--- /dev/null
+++ b/packages/react-components/react-menu/stories/MenuList/MenuListControlledCheckboxItems.stories.tsx
@@ -0,0 +1,56 @@
+import * as React from 'react';
+
+import { MenuList, MenuItemCheckbox, makeStyles, tokens } from '@fluentui/react-components';
+import {
+ bundleIcon,
+ CutRegular,
+ CutFilled,
+ ClipboardPasteRegular,
+ ClipboardPasteFilled,
+ EditRegular,
+ EditFilled,
+} from '@fluentui/react-icons';
+import type { MenuProps } from '@fluentui/react-components';
+
+const CutIcon = bundleIcon(CutFilled, CutRegular);
+const PasteIcon = bundleIcon(ClipboardPasteFilled, ClipboardPasteRegular);
+const EditIcon = bundleIcon(EditFilled, EditRegular);
+
+export const useMenuListContainerStyles = makeStyles({
+ container: {
+ backgroundColor: tokens.colorNeutralBackground1,
+ minWidth: '128px',
+ minHeight: '48px',
+ maxWidth: '300px',
+ width: 'max-content',
+ boxShadow: `${tokens.shadow16}`,
+ paddingTop: '4px',
+ paddingBottom: '4px',
+ },
+});
+
+export const ControlledCheckboxItems = () => {
+ const styles = useMenuListContainerStyles();
+ const [checkedValues, setCheckedValues] = React.useState>({ edit: ['cut', 'paste'] });
+ const onChange: MenuProps['onCheckedValueChange'] = (e, { name, checkedItems }) => {
+ setCheckedValues(s => {
+ return s ? { ...s, [name]: checkedItems } : { [name]: checkedItems };
+ });
+ };
+
+ return (
+
+
+ } name="edit" value="cut">
+ Cut
+
+ } name="edit" value="paste">
+ Paste
+
+ } name="edit" value="edit">
+ Edit
+
+
+
+ );
+};
diff --git a/packages/react-components/react-menu/stories/MenuList/MenuListControlledRadioItems.stories.tsx b/packages/react-components/react-menu/stories/MenuList/MenuListControlledRadioItems.stories.tsx
new file mode 100644
index 00000000000000..18cb3c055a4429
--- /dev/null
+++ b/packages/react-components/react-menu/stories/MenuList/MenuListControlledRadioItems.stories.tsx
@@ -0,0 +1,54 @@
+import * as React from 'react';
+
+import { MenuList, MenuItemRadio, makeStyles, tokens } from '@fluentui/react-components';
+import {
+ bundleIcon,
+ CutRegular,
+ CutFilled,
+ ClipboardPasteRegular,
+ ClipboardPasteFilled,
+ EditRegular,
+ EditFilled,
+} from '@fluentui/react-icons';
+import type { MenuProps } from '@fluentui/react-components';
+
+const CutIcon = bundleIcon(CutFilled, CutRegular);
+const PasteIcon = bundleIcon(ClipboardPasteFilled, ClipboardPasteRegular);
+const EditIcon = bundleIcon(EditFilled, EditRegular);
+
+export const useMenuListContainerStyles = makeStyles({
+ container: {
+ backgroundColor: tokens.colorNeutralBackground1,
+ minWidth: '128px',
+ minHeight: '48px',
+ maxWidth: '300px',
+ width: 'max-content',
+ boxShadow: `${tokens.shadow16}`,
+ paddingTop: '4px',
+ paddingBottom: '4px',
+ },
+});
+
+export const ControlledRadioItems = () => {
+ const styles = useMenuListContainerStyles();
+ const [checkedValues, setCheckedValues] = React.useState>({ font: ['calibri'] });
+ const onChange: MenuProps['onCheckedValueChange'] = (e, { name, checkedItems }) => {
+ setCheckedValues(s => ({ ...s, [name]: checkedItems }));
+ };
+
+ return (
+
+
+ } name="font" value="segoe">
+ Segoe
+
+ } name="font" value="calibri">
+ Calibri
+
+ } name="font" value="arial">
+ Arial
+
+
+
+ );
+};
diff --git a/packages/react-components/react-menu/stories/MenuList/MenuListRadioItems.stories.tsx b/packages/react-components/react-menu/stories/MenuList/MenuListRadioItems.stories.tsx
new file mode 100644
index 00000000000000..3c4b7f18eb7599
--- /dev/null
+++ b/packages/react-components/react-menu/stories/MenuList/MenuListRadioItems.stories.tsx
@@ -0,0 +1,48 @@
+import * as React from 'react';
+
+import { MenuList, MenuItemRadio, makeStyles, tokens } from '@fluentui/react-components';
+import {
+ bundleIcon,
+ CutRegular,
+ CutFilled,
+ ClipboardPasteRegular,
+ ClipboardPasteFilled,
+ EditRegular,
+ EditFilled,
+} from '@fluentui/react-icons';
+
+const CutIcon = bundleIcon(CutFilled, CutRegular);
+const PasteIcon = bundleIcon(ClipboardPasteFilled, ClipboardPasteRegular);
+const EditIcon = bundleIcon(EditFilled, EditRegular);
+
+export const useMenuListContainerStyles = makeStyles({
+ container: {
+ backgroundColor: tokens.colorNeutralBackground1,
+ minWidth: '128px',
+ minHeight: '48px',
+ maxWidth: '300px',
+ width: 'max-content',
+ boxShadow: `${tokens.shadow16}`,
+ paddingTop: '4px',
+ paddingBottom: '4px',
+ },
+});
+
+export const RadioItems = () => {
+ const styles = useMenuListContainerStyles();
+ return (
+
+
+ } name="font" value="segoe">
+ Segoe
+
+ } name="font" value="calibri">
+ Calibri
+
+ } name="font" value="arial">
+ Arial
+
+
+
+ );
+};
diff --git a/packages/react-components/react-menu/stories/MenuList/index.stories.tsx b/packages/react-components/react-menu/stories/MenuList/index.stories.tsx
index 1c69e13f91dc5f..bf74847d7dada7 100644
--- a/packages/react-components/react-menu/stories/MenuList/index.stories.tsx
+++ b/packages/react-components/react-menu/stories/MenuList/index.stories.tsx
@@ -3,6 +3,10 @@ import descriptionMd from './MenuListDescription.md';
export { Default } from './MenuListDefault.stories';
export { MenuListWithNestedSubmenus } from './MenuListNestedSubmenus.stories';
+export { CheckboxItems } from './MenuListCheckboxItems.stories';
+export { RadioItems } from './MenuListRadioItems.stories';
+export { ControlledCheckboxItems } from './MenuListControlledCheckboxItems.stories';
+export { ControlledRadioItems } from './MenuListControlledRadioItems.stories';
export default {
title: 'Components/Menu/MenuList',
From 2bde4a96454105f8943284b590b6174ccb1aea94 Mon Sep 17 00:00:00 2001
From: ling1726
Date: Mon, 9 Jan 2023 14:18:48 +0100
Subject: [PATCH 16/29] refactor: Cleanup unused code (#26219)
* refactor: Cleanup unused code
Fixes #26199
Fixes #26200
Fixes #26201
Fixes #26204
* changefile
---
...-react-table-44e1732b-738d-495e-ac5b-8af6d9ab148b.json | 7 +++++++
.../react-components/react-table/etc/react-table.api.md | 6 ++++--
.../react-table/src/components/DataGrid/DataGrid.tsx | 2 +-
.../src/components/DataGridBody/DataGridBody.tsx | 2 +-
.../src/components/DataGridCell/DataGridCell.tsx | 2 +-
.../src/components/DataGridHeader/DataGridHeader.test.tsx | 2 --
.../src/components/DataGridHeader/DataGridHeader.tsx | 2 +-
.../DataGridHeaderCell/DataGridHeaderCell.test.tsx | 2 --
.../components/DataGridHeaderCell/DataGridHeaderCell.tsx | 2 +-
.../src/components/DataGridRow/DataGridRow.tsx | 2 +-
.../DataGridSelectionCell/DataGridSelectionCell.tsx | 2 +-
.../react-table/src/components/Table/Table.test.tsx | 2 --
.../react-table/src/components/Table/Table.tsx | 2 +-
.../src/components/TableBody/TableBody.test.tsx | 2 --
.../react-table/src/components/TableBody/TableBody.tsx | 2 +-
.../src/components/TableBody/renderTableBody.tsx | 1 -
.../src/components/TableCell/TableCell.test.tsx | 2 --
.../react-table/src/components/TableCell/TableCell.tsx | 2 +-
.../components/TableCellActions/TableCellActions.test.tsx | 2 --
.../src/components/TableCellActions/TableCellActions.tsx | 2 +-
.../TableCellActions/renderTableCellActions.tsx | 1 -
.../src/components/TableCellLayout/TableCellLayout.tsx | 2 +-
.../src/components/TableHeader/TableHeader.test.tsx | 2 --
.../src/components/TableHeader/TableHeader.tsx | 2 +-
.../src/components/TableHeader/useTableHeaderStyles.ts | 8 --------
.../src/components/TableHeaderCell/TableHeaderCell.tsx | 2 +-
.../react-table/src/components/TableRow/TableRow.test.tsx | 2 --
.../react-table/src/components/TableRow/TableRow.tsx | 2 +-
.../react-table/src/components/TableRow/TableRow.types.ts | 4 +++-
.../src/components/TableRow/renderTableRow.tsx | 1 -
.../react-table/src/components/TableRow/useTableRow.ts | 5 ++++-
.../src/components/TableRow/useTableRowStyles.ts | 6 ++----
.../components/TableSelectionCell/TableSelectionCell.tsx | 2 +-
.../TableSelectionCell/TableSelectionCell.types.ts | 2 +-
34 files changed, 37 insertions(+), 52 deletions(-)
create mode 100644 change/@fluentui-react-table-44e1732b-738d-495e-ac5b-8af6d9ab148b.json
diff --git a/change/@fluentui-react-table-44e1732b-738d-495e-ac5b-8af6d9ab148b.json b/change/@fluentui-react-table-44e1732b-738d-495e-ac5b-8af6d9ab148b.json
new file mode 100644
index 00000000000000..11dc088176d8f7
--- /dev/null
+++ b/change/@fluentui-react-table-44e1732b-738d-495e-ac5b-8af6d9ab148b.json
@@ -0,0 +1,7 @@
+{
+ "type": "prerelease",
+ "comment": "refactor: Cleanup unused code",
+ "packageName": "@fluentui/react-table",
+ "email": "lingfangao@hotmail.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/react-components/react-table/etc/react-table.api.md b/packages/react-components/react-table/etc/react-table.api.md
index 47ff982dd4a83b..91f2eab30c7464 100644
--- a/packages/react-components/react-table/etc/react-table.api.md
+++ b/packages/react-components/react-table/etc/react-table.api.md
@@ -436,7 +436,9 @@ export type TableRowSlots = {
};
// @public
-export type TableRowState = ComponentState & Pick & Pick, 'appearance'>;
+export type TableRowState = ComponentState & Pick & Pick, 'appearance'> & {
+ isHeaderRow: boolean;
+};
// @public
export const TableSelectionCell: ForwardRefComponent;
@@ -445,7 +447,7 @@ export const TableSelectionCell: ForwardRefComponent;
export const tableSelectionCellClassNames: SlotClassNames;
// @public
-export type TableSelectionCellProps = ComponentProps>> & {
+export type TableSelectionCellProps = ComponentProps> & {
type?: 'checkbox' | 'radio';
checked?: CheckboxProps['checked'];
subtle?: boolean;
diff --git a/packages/react-components/react-table/src/components/DataGrid/DataGrid.tsx b/packages/react-components/react-table/src/components/DataGrid/DataGrid.tsx
index 45b5e4a4dfeade..778a2ad351a2cf 100644
--- a/packages/react-components/react-table/src/components/DataGrid/DataGrid.tsx
+++ b/packages/react-components/react-table/src/components/DataGrid/DataGrid.tsx
@@ -7,7 +7,7 @@ import type { ForwardRefComponent } from '@fluentui/react-utilities';
import { useDataGridContextValues_unstable } from './useDataGridContextValues';
/**
- * DataGrid component - TODO: add more docs
+ * DataGrid component
*/
export const DataGrid: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useDataGrid_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/DataGridBody/DataGridBody.tsx b/packages/react-components/react-table/src/components/DataGridBody/DataGridBody.tsx
index b21ff3d98ff2ed..35b2022006c053 100644
--- a/packages/react-components/react-table/src/components/DataGridBody/DataGridBody.tsx
+++ b/packages/react-components/react-table/src/components/DataGridBody/DataGridBody.tsx
@@ -6,7 +6,7 @@ import type { DataGridBodyProps } from './DataGridBody.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
/**
- * DataGridBody component - TODO: add more docs
+ * DataGridBody component
*/
export const DataGridBody: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useDataGridBody_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/DataGridCell/DataGridCell.tsx b/packages/react-components/react-table/src/components/DataGridCell/DataGridCell.tsx
index 6a97ccc5efb8e1..c525fbbded3736 100644
--- a/packages/react-components/react-table/src/components/DataGridCell/DataGridCell.tsx
+++ b/packages/react-components/react-table/src/components/DataGridCell/DataGridCell.tsx
@@ -6,7 +6,7 @@ import type { DataGridCellProps } from './DataGridCell.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
/**
- * DataGridCell component - TODO: add more docs
+ * DataGridCell component
*/
export const DataGridCell: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useDataGridCell_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/DataGridHeader/DataGridHeader.test.tsx b/packages/react-components/react-table/src/components/DataGridHeader/DataGridHeader.test.tsx
index 093aae96fa7f8e..c1fec0697321a2 100644
--- a/packages/react-components/react-table/src/components/DataGridHeader/DataGridHeader.test.tsx
+++ b/packages/react-components/react-table/src/components/DataGridHeader/DataGridHeader.test.tsx
@@ -10,8 +10,6 @@ describe('DataGridHeader', () => {
displayName: 'DataGridHeader',
});
- // TODO add more tests here, and create visual regression tests in /apps/vr-tests
-
it('renders a default state', () => {
const result = render(Default DataGridHeader );
expect(result.container).toMatchSnapshot();
diff --git a/packages/react-components/react-table/src/components/DataGridHeader/DataGridHeader.tsx b/packages/react-components/react-table/src/components/DataGridHeader/DataGridHeader.tsx
index 1c81cd84f82262..9a4520caf87a57 100644
--- a/packages/react-components/react-table/src/components/DataGridHeader/DataGridHeader.tsx
+++ b/packages/react-components/react-table/src/components/DataGridHeader/DataGridHeader.tsx
@@ -6,7 +6,7 @@ import type { DataGridHeaderProps } from './DataGridHeader.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
/**
- * DataGridHeader component - TODO: add more docs
+ * DataGridHeader component
*/
export const DataGridHeader: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useDataGridHeader_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/DataGridHeaderCell/DataGridHeaderCell.test.tsx b/packages/react-components/react-table/src/components/DataGridHeaderCell/DataGridHeaderCell.test.tsx
index 3510ae70a97104..30165e85743612 100644
--- a/packages/react-components/react-table/src/components/DataGridHeaderCell/DataGridHeaderCell.test.tsx
+++ b/packages/react-components/react-table/src/components/DataGridHeaderCell/DataGridHeaderCell.test.tsx
@@ -22,8 +22,6 @@ describe('DataGridHeaderCell', () => {
},
});
- // TODO add more tests here, and create visual regression tests in /apps/vr-tests
-
it('renders a default state', () => {
const result = render(Default DataGridHeaderCell );
expect(result.container).toMatchSnapshot();
diff --git a/packages/react-components/react-table/src/components/DataGridHeaderCell/DataGridHeaderCell.tsx b/packages/react-components/react-table/src/components/DataGridHeaderCell/DataGridHeaderCell.tsx
index 573c7418a54abb..9c5ab92fc18e19 100644
--- a/packages/react-components/react-table/src/components/DataGridHeaderCell/DataGridHeaderCell.tsx
+++ b/packages/react-components/react-table/src/components/DataGridHeaderCell/DataGridHeaderCell.tsx
@@ -6,7 +6,7 @@ import type { DataGridHeaderCellProps } from './DataGridHeaderCell.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
/**
- * DataGridHeaderCell component - TODO: add more docs
+ * DataGridHeaderCell component
*/
export const DataGridHeaderCell: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useDataGridHeaderCell_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/DataGridRow/DataGridRow.tsx b/packages/react-components/react-table/src/components/DataGridRow/DataGridRow.tsx
index 51a060c4b7266e..688326d3652d73 100644
--- a/packages/react-components/react-table/src/components/DataGridRow/DataGridRow.tsx
+++ b/packages/react-components/react-table/src/components/DataGridRow/DataGridRow.tsx
@@ -6,7 +6,7 @@ import type { DataGridRowProps } from './DataGridRow.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
/**
- * DataGridRow component - TODO: add more docs
+ * DataGridRow component
*/
export const DataGridRow: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useDataGridRow_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/DataGridSelectionCell/DataGridSelectionCell.tsx b/packages/react-components/react-table/src/components/DataGridSelectionCell/DataGridSelectionCell.tsx
index 0af80f438a7d02..3ef7106f6c82cc 100644
--- a/packages/react-components/react-table/src/components/DataGridSelectionCell/DataGridSelectionCell.tsx
+++ b/packages/react-components/react-table/src/components/DataGridSelectionCell/DataGridSelectionCell.tsx
@@ -6,7 +6,7 @@ import type { DataGridSelectionCellProps } from './DataGridSelectionCell.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
/**
- * DataGridSelectionCell component - TODO: add more docs
+ * DataGridSelectionCell component
*/
export const DataGridSelectionCell: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useDataGridSelectionCell_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/Table/Table.test.tsx b/packages/react-components/react-table/src/components/Table/Table.test.tsx
index 459be4451ee9ac..24331f7f7c5310 100644
--- a/packages/react-components/react-table/src/components/Table/Table.test.tsx
+++ b/packages/react-components/react-table/src/components/Table/Table.test.tsx
@@ -13,8 +13,6 @@ describe('Table', () => {
displayName: 'Table',
});
- // TODO add more tests here, and create visual regression tests in /apps/vr-tests
-
it('renders a default state', () => {
const result = render(
diff --git a/packages/react-components/react-table/src/components/Table/Table.tsx b/packages/react-components/react-table/src/components/Table/Table.tsx
index e32b6fd1d24e42..2424f60896dd08 100644
--- a/packages/react-components/react-table/src/components/Table/Table.tsx
+++ b/packages/react-components/react-table/src/components/Table/Table.tsx
@@ -7,7 +7,7 @@ import type { ForwardRefComponent } from '@fluentui/react-utilities';
import { useTableContextValues_unstable } from './useTableContextValues';
/**
- * Table component - TODO: add more docs
+ * Table component
*/
export const Table: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useTable_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/TableBody/TableBody.test.tsx b/packages/react-components/react-table/src/components/TableBody/TableBody.test.tsx
index adc39f28805c1d..b94ea852510602 100644
--- a/packages/react-components/react-table/src/components/TableBody/TableBody.test.tsx
+++ b/packages/react-components/react-table/src/components/TableBody/TableBody.test.tsx
@@ -18,8 +18,6 @@ describe('TableBody', () => {
},
});
- // TODO add more tests here, and create visual regression tests in /apps/vr-tests
-
it('renders a default state', () => {
const result = render(
diff --git a/packages/react-components/react-table/src/components/TableBody/TableBody.tsx b/packages/react-components/react-table/src/components/TableBody/TableBody.tsx
index 5744576992e686..8ab285d083231c 100644
--- a/packages/react-components/react-table/src/components/TableBody/TableBody.tsx
+++ b/packages/react-components/react-table/src/components/TableBody/TableBody.tsx
@@ -6,7 +6,7 @@ import type { TableBodyProps } from './TableBody.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
/**
- * TableBody component - TODO: add more docs
+ * TableBody component
*/
export const TableBody: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useTableBody_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/TableBody/renderTableBody.tsx b/packages/react-components/react-table/src/components/TableBody/renderTableBody.tsx
index 37cd35733d0ed2..4a956ca6a0803d 100644
--- a/packages/react-components/react-table/src/components/TableBody/renderTableBody.tsx
+++ b/packages/react-components/react-table/src/components/TableBody/renderTableBody.tsx
@@ -8,6 +8,5 @@ import type { TableBodyState, TableBodySlots } from './TableBody.types';
export const renderTableBody_unstable = (state: TableBodyState) => {
const { slots, slotProps } = getSlots(state);
- // TODO Add additional slots in the appropriate place
return ;
};
diff --git a/packages/react-components/react-table/src/components/TableCell/TableCell.test.tsx b/packages/react-components/react-table/src/components/TableCell/TableCell.test.tsx
index 5adaeedafc352f..181b27748ac5a7 100644
--- a/packages/react-components/react-table/src/components/TableCell/TableCell.test.tsx
+++ b/packages/react-components/react-table/src/components/TableCell/TableCell.test.tsx
@@ -19,8 +19,6 @@ describe('TableCell', () => {
displayName: 'TableCell',
});
- // TODO add more tests here, and create visual regression tests in /apps/vr-tests
-
it('renders a default state', () => {
const result = render(Default TableCell , { container: tr });
expect(result.container).toMatchSnapshot();
diff --git a/packages/react-components/react-table/src/components/TableCell/TableCell.tsx b/packages/react-components/react-table/src/components/TableCell/TableCell.tsx
index 7f9521023cdd67..ef07842059bfd0 100644
--- a/packages/react-components/react-table/src/components/TableCell/TableCell.tsx
+++ b/packages/react-components/react-table/src/components/TableCell/TableCell.tsx
@@ -6,7 +6,7 @@ import type { TableCellProps } from './TableCell.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
/**
- * TableCell component - TODO: add more docs
+ * TableCell component
*/
export const TableCell: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useTableCell_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/TableCellActions/TableCellActions.test.tsx b/packages/react-components/react-table/src/components/TableCellActions/TableCellActions.test.tsx
index 1308c68022a0c4..1bdc8407d69c6a 100644
--- a/packages/react-components/react-table/src/components/TableCellActions/TableCellActions.test.tsx
+++ b/packages/react-components/react-table/src/components/TableCellActions/TableCellActions.test.tsx
@@ -9,8 +9,6 @@ describe('TableCellActions', () => {
displayName: 'TableCellActions',
});
- // TODO add more tests here, and create visual regression tests in /apps/vr-tests
-
it('renders a default state', () => {
const result = render(Default TableCellActions );
expect(result.container).toMatchSnapshot();
diff --git a/packages/react-components/react-table/src/components/TableCellActions/TableCellActions.tsx b/packages/react-components/react-table/src/components/TableCellActions/TableCellActions.tsx
index c9e4b8e644a96a..833e98a50d1e6a 100644
--- a/packages/react-components/react-table/src/components/TableCellActions/TableCellActions.tsx
+++ b/packages/react-components/react-table/src/components/TableCellActions/TableCellActions.tsx
@@ -6,7 +6,7 @@ import type { TableCellActionsProps } from './TableCellActions.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
/**
- * TableCellActions component - TODO: add more docs
+ * TableCellActions component
*/
export const TableCellActions: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useTableCellActions_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/TableCellActions/renderTableCellActions.tsx b/packages/react-components/react-table/src/components/TableCellActions/renderTableCellActions.tsx
index 9ac7264ff869a8..dbc8dc61307603 100644
--- a/packages/react-components/react-table/src/components/TableCellActions/renderTableCellActions.tsx
+++ b/packages/react-components/react-table/src/components/TableCellActions/renderTableCellActions.tsx
@@ -8,6 +8,5 @@ import type { TableCellActionsState, TableCellActionsSlots } from './TableCellAc
export const renderTableCellActions_unstable = (state: TableCellActionsState) => {
const { slots, slotProps } = getSlots(state);
- // TODO Add additional slots in the appropriate place
return ;
};
diff --git a/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.tsx b/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.tsx
index 59c7638e1afc12..8c1489123eefbd 100644
--- a/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.tsx
+++ b/packages/react-components/react-table/src/components/TableCellLayout/TableCellLayout.tsx
@@ -7,7 +7,7 @@ import type { TableCellLayoutProps } from './TableCellLayout.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
/**
- * TableCellLayout component - TODO: add more docs
+ * TableCellLayout component
*/
export const TableCellLayout: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useTableCellLayout_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/TableHeader/TableHeader.test.tsx b/packages/react-components/react-table/src/components/TableHeader/TableHeader.test.tsx
index ed69a6190a688c..18ec788b39814d 100644
--- a/packages/react-components/react-table/src/components/TableHeader/TableHeader.test.tsx
+++ b/packages/react-components/react-table/src/components/TableHeader/TableHeader.test.tsx
@@ -18,8 +18,6 @@ describe('TableHeader', () => {
},
});
- // TODO add more tests here, and create visual regression tests in /apps/vr-tests
-
it('renders a default state', () => {
const result = render(
diff --git a/packages/react-components/react-table/src/components/TableHeader/TableHeader.tsx b/packages/react-components/react-table/src/components/TableHeader/TableHeader.tsx
index 1f0575836ca8c3..90de354f498435 100644
--- a/packages/react-components/react-table/src/components/TableHeader/TableHeader.tsx
+++ b/packages/react-components/react-table/src/components/TableHeader/TableHeader.tsx
@@ -6,7 +6,7 @@ import type { TableHeaderProps } from './TableHeader.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
/**
- * TableHeader component - TODO: add more docs
+ * TableHeader component
*/
export const TableHeader: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useTableHeader_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/TableHeader/useTableHeaderStyles.ts b/packages/react-components/react-table/src/components/TableHeader/useTableHeaderStyles.ts
index 155f6e6a6ee4ce..2b50d32e7ffb1c 100644
--- a/packages/react-components/react-table/src/components/TableHeader/useTableHeaderStyles.ts
+++ b/packages/react-components/react-table/src/components/TableHeader/useTableHeaderStyles.ts
@@ -11,14 +11,6 @@ const useFlexLayoutStyles = makeStyles({
root: {
display: 'block',
},
-
- roottable: {
- display: 'table-row-group',
- },
-
- rootFlex: {
- display: 'block',
- },
});
const useTableLayoutStyles = makeStyles({
diff --git a/packages/react-components/react-table/src/components/TableHeaderCell/TableHeaderCell.tsx b/packages/react-components/react-table/src/components/TableHeaderCell/TableHeaderCell.tsx
index 7eb0dcca563081..328e91f4436a2d 100644
--- a/packages/react-components/react-table/src/components/TableHeaderCell/TableHeaderCell.tsx
+++ b/packages/react-components/react-table/src/components/TableHeaderCell/TableHeaderCell.tsx
@@ -6,7 +6,7 @@ import type { TableHeaderCellProps } from './TableHeaderCell.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
/**
- * TableHeaderCell component - TODO: add more docs
+ * TableHeaderCell component
*/
export const TableHeaderCell: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useTableHeaderCell_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/TableRow/TableRow.test.tsx b/packages/react-components/react-table/src/components/TableRow/TableRow.test.tsx
index 84c9998fbc1844..2e82a0a45242e9 100644
--- a/packages/react-components/react-table/src/components/TableRow/TableRow.test.tsx
+++ b/packages/react-components/react-table/src/components/TableRow/TableRow.test.tsx
@@ -20,8 +20,6 @@ describe('TableRow', () => {
displayName: 'TableRow',
});
- // TODO add more tests here, and create visual regression tests in /apps/vr-tests
-
it('renders a default state', () => {
const result = render(
diff --git a/packages/react-components/react-table/src/components/TableRow/TableRow.tsx b/packages/react-components/react-table/src/components/TableRow/TableRow.tsx
index b6e38ec40e1cd4..5c115582e06118 100644
--- a/packages/react-components/react-table/src/components/TableRow/TableRow.tsx
+++ b/packages/react-components/react-table/src/components/TableRow/TableRow.tsx
@@ -6,7 +6,7 @@ import type { TableRowProps } from './TableRow.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
/**
- * TableRow component - TODO: add more docs
+ * TableRow component
*/
export const TableRow: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useTableRow_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/TableRow/TableRow.types.ts b/packages/react-components/react-table/src/components/TableRow/TableRow.types.ts
index 9965025e3096f9..83373b933e5e26 100644
--- a/packages/react-components/react-table/src/components/TableRow/TableRow.types.ts
+++ b/packages/react-components/react-table/src/components/TableRow/TableRow.types.ts
@@ -22,4 +22,6 @@ export type TableRowProps = ComponentProps & {
*/
export type TableRowState = ComponentState &
Pick &
- Pick, 'appearance'>;
+ Pick, 'appearance'> & {
+ isHeaderRow: boolean;
+ };
diff --git a/packages/react-components/react-table/src/components/TableRow/renderTableRow.tsx b/packages/react-components/react-table/src/components/TableRow/renderTableRow.tsx
index 9e6a7a33f76d54..d89b87d07b55c3 100644
--- a/packages/react-components/react-table/src/components/TableRow/renderTableRow.tsx
+++ b/packages/react-components/react-table/src/components/TableRow/renderTableRow.tsx
@@ -8,6 +8,5 @@ import type { TableRowState, TableRowSlots } from './TableRow.types';
export const renderTableRow_unstable = (state: TableRowState) => {
const { slots, slotProps } = getSlots(state);
- // TODO Add additional slots in the appropriate place
return ;
};
diff --git a/packages/react-components/react-table/src/components/TableRow/useTableRow.ts b/packages/react-components/react-table/src/components/TableRow/useTableRow.ts
index 2707d66c523eee..8bd052fe8fe345 100644
--- a/packages/react-components/react-table/src/components/TableRow/useTableRow.ts
+++ b/packages/react-components/react-table/src/components/TableRow/useTableRow.ts
@@ -1,8 +1,9 @@
import * as React from 'react';
import { getNativeElementProps, useMergedRefs } from '@fluentui/react-utilities';
+import { useFocusVisible, useFocusWithin } from '@fluentui/react-tabster';
import type { TableRowProps, TableRowState } from './TableRow.types';
import { useTableContext } from '../../contexts/tableContext';
-import { useFocusVisible, useFocusWithin } from '@fluentui/react-tabster';
+import { useIsInTableHeader } from '../../contexts/tableHeaderContext';
/**
* Create the state required to render TableRow.
@@ -18,6 +19,7 @@ export const useTableRow_unstable = (props: TableRowProps, ref: React.Ref = {
@@ -151,7 +150,6 @@ const useStyles = makeStyles({
* Apply styling to the TableRow slots based on the state
*/
export const useTableRowStyles_unstable = (state: TableRowState): TableRowState => {
- const isHeaderRow = useIsInTableHeader();
const styles = useStyles();
const layoutStyles = {
table: useTableLayoutStyles(),
@@ -160,11 +158,11 @@ export const useTableRowStyles_unstable = (state: TableRowState): TableRowState
state.root.className = mergeClasses(
tableRowClassNames.root,
styles.root,
- !isHeaderRow && styles.rootInteractive,
+ !state.isHeaderRow && styles.rootInteractive,
styles[state.size],
state.noNativeElements ? layoutStyles.flex.root : layoutStyles.table.root,
styles[state.appearance],
- state.appearance === 'none' && !isHeaderRow && styles.noAppearanceFocusWithin,
+ state.appearance === 'none' && !state.isHeaderRow && styles.noAppearanceFocusWithin,
state.root.className,
);
diff --git a/packages/react-components/react-table/src/components/TableSelectionCell/TableSelectionCell.tsx b/packages/react-components/react-table/src/components/TableSelectionCell/TableSelectionCell.tsx
index 329fab4f764dcc..5f67261dfe749b 100644
--- a/packages/react-components/react-table/src/components/TableSelectionCell/TableSelectionCell.tsx
+++ b/packages/react-components/react-table/src/components/TableSelectionCell/TableSelectionCell.tsx
@@ -6,7 +6,7 @@ import type { TableSelectionCellProps } from './TableSelectionCell.types';
import type { ForwardRefComponent } from '@fluentui/react-utilities';
/**
- * TableSelectionCell component - TODO: add more docs
+ * TableSelectionCell component
*/
export const TableSelectionCell: ForwardRefComponent = React.forwardRef((props, ref) => {
const state = useTableSelectionCell_unstable(props, ref);
diff --git a/packages/react-components/react-table/src/components/TableSelectionCell/TableSelectionCell.types.ts b/packages/react-components/react-table/src/components/TableSelectionCell/TableSelectionCell.types.ts
index 15b93af1f00ba4..5fb7baeec76df3 100644
--- a/packages/react-components/react-table/src/components/TableSelectionCell/TableSelectionCell.types.ts
+++ b/packages/react-components/react-table/src/components/TableSelectionCell/TableSelectionCell.types.ts
@@ -18,7 +18,7 @@ export type TableSelectionCellSlots = {
/**
* TableSelectionCell Props
*/
-export type TableSelectionCellProps = ComponentProps>> & {
+export type TableSelectionCellProps = ComponentProps> & {
/**
* A table can have two kinds of selection modes.
* @default checkbox
From 26f0364b3837056ee8e0df42a7932c298c68290e Mon Sep 17 00:00:00 2001
From: Bernardo Sunderhus
Date: Mon, 9 Jan 2023 10:45:31 -0300
Subject: [PATCH 17/29] fix: stops using ARIAButton types for MenuItem root
(#26257)
---
...-90f8d720-d06d-48f0-a6ad-2d96810d1dfc.json | 7 ++
.../react-menu/etc/react-menu.api.md | 7 +-
.../src/components/MenuItem/MenuItem.types.ts | 10 ++-
.../src/components/MenuItem/useMenuItem.tsx | 79 ++++++++-----------
4 files changed, 52 insertions(+), 51 deletions(-)
create mode 100644 change/@fluentui-react-menu-90f8d720-d06d-48f0-a6ad-2d96810d1dfc.json
diff --git a/change/@fluentui-react-menu-90f8d720-d06d-48f0-a6ad-2d96810d1dfc.json b/change/@fluentui-react-menu-90f8d720-d06d-48f0-a6ad-2d96810d1dfc.json
new file mode 100644
index 00000000000000..dc9e9baba7f62e
--- /dev/null
+++ b/change/@fluentui-react-menu-90f8d720-d06d-48f0-a6ad-2d96810d1dfc.json
@@ -0,0 +1,7 @@
+{
+ "type": "minor",
+ "comment": "Stops using ARIAButton types for MenuItem root",
+ "packageName": "@fluentui/react-menu",
+ "email": "bernardo.sunderhus@gmail.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/react-components/react-menu/etc/react-menu.api.md b/packages/react-components/react-menu/etc/react-menu.api.md
index 22fb6083a701bd..ec11c53d616284 100644
--- a/packages/react-components/react-menu/etc/react-menu.api.md
+++ b/packages/react-components/react-menu/etc/react-menu.api.md
@@ -6,9 +6,8 @@
///
-import type { ARIAButtonElement } from '@fluentui/react-aria';
+import { ARIAButtonElement } from '@fluentui/react-aria';
import { ARIAButtonResultProps } from '@fluentui/react-aria';
-import type { ARIAButtonSlotProps } from '@fluentui/react-aria';
import { ARIAButtonType } from '@fluentui/react-aria';
import type { ComponentProps } from '@fluentui/react-utilities';
import type { ComponentState } from '@fluentui/react-utilities';
@@ -134,6 +133,8 @@ export const menuItemClassNames: SlotClassNames;
export type MenuItemProps = ComponentProps> & {
hasSubmenu?: boolean;
persistOnClick?: boolean;
+ disabled?: boolean;
+ disabledFocusable?: boolean;
};
// @public
@@ -161,7 +162,7 @@ export type MenuItemSelectableState = MenuItemSelectableProps & {
// @public (undocumented)
export type MenuItemSlots = {
- root: Slot>;
+ root: Slot<'div', 'button'>;
icon?: Slot<'span'>;
checkmark?: Slot<'span'>;
submenuIndicator?: Slot<'span'>;
diff --git a/packages/react-components/react-menu/src/components/MenuItem/MenuItem.types.ts b/packages/react-components/react-menu/src/components/MenuItem/MenuItem.types.ts
index cb8b0a30e6e31f..1be90f0200037f 100644
--- a/packages/react-components/react-menu/src/components/MenuItem/MenuItem.types.ts
+++ b/packages/react-components/react-menu/src/components/MenuItem/MenuItem.types.ts
@@ -1,8 +1,7 @@
-import type { ARIAButtonSlotProps } from '@fluentui/react-aria';
import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';
export type MenuItemSlots = {
- root: Slot>;
+ root: Slot<'div', 'button'>;
/**
* Icon slot rendered before children content
@@ -46,6 +45,13 @@ export type MenuItemProps = ComponentProps> & {
* @default false
*/
persistOnClick?: boolean;
+
+ disabled?: boolean;
+ /**
+ * @deprecated this property does nothing.
+ * disabled focusable is by default by simply using `disabled` property
+ */
+ disabledFocusable?: boolean;
};
export type MenuItemState = ComponentState &
diff --git a/packages/react-components/react-menu/src/components/MenuItem/useMenuItem.tsx b/packages/react-components/react-menu/src/components/MenuItem/useMenuItem.tsx
index e10f21c7356971..2eda70c9e64c0b 100644
--- a/packages/react-components/react-menu/src/components/MenuItem/useMenuItem.tsx
+++ b/packages/react-components/react-menu/src/components/MenuItem/useMenuItem.tsx
@@ -13,8 +13,7 @@ import {
import { useMenuListContext_unstable } from '../../contexts/menuListContext';
import { useMenuContext_unstable } from '../../contexts/menuContext';
import type { MenuItemProps, MenuItemState } from './MenuItem.types';
-import type { ARIAButtonElement, ARIAButtonElementIntersection, ARIAButtonSlotProps } from '@fluentui/react-aria';
-import { useARIAButtonShorthand } from '@fluentui/react-aria';
+import { ARIAButtonElement, ARIAButtonElementIntersection, useARIAButtonProps } from '@fluentui/react-aria';
import { Enter, Space } from '@fluentui/keyboard-keys';
const ChevronRightIcon = bundleIcon(ChevronRightFilled, ChevronRightRegular);
@@ -26,13 +25,7 @@ const ChevronLeftIcon = bundleIcon(ChevronLeftFilled, ChevronLeftRegular);
export const useMenuItem_unstable = (props: MenuItemProps, ref: React.Ref>): MenuItemState => {
const isSubmenuTrigger = useMenuTriggerContext_unstable();
const persistOnClickContext = useMenuContext_unstable(context => context.persistOnItemClick);
- const {
- as = 'div',
- disabled,
- disabledFocusable,
- hasSubmenu = isSubmenuTrigger,
- persistOnClick = persistOnClickContext,
- } = props;
+ const { as = 'div', disabled = false, hasSubmenu = isSubmenuTrigger, persistOnClick = persistOnClickContext } = props;
const hasIcons = useMenuListContext_unstable(context => context.hasIcons);
const hasCheckmarks = useMenuListContext_unstable(context => context.hasCheckmarks);
const setOpen = useMenuContext_unstable(context => context.setOpen);
@@ -41,11 +34,9 @@ export const useMenuItem_unstable = (props: MenuItemProps, ref: React.Ref>(null);
const dismissedWithKeyboardRef = React.useRef(false);
- const isDisabled = Boolean(disabled || disabledFocusable);
-
const state: MenuItemState = {
hasSubmenu,
- disabled: isDisabled,
+ disabled,
persistOnClick,
components: {
root: 'div',
@@ -58,42 +49,38 @@ export const useMenuItem_unstable = (props: MenuItemProps, ref: React.Ref>(
- { disabled: false, disabledFocusable: isDisabled, as },
- {
- required: true,
- defaultProps: {
- role: 'menuitem',
- ...props,
- ref: useMergedRefs(ref, innerRef) as React.Ref>,
- onKeyDown: useEventCallback(event => {
- props.onKeyDown?.(event);
- if (!event.isDefaultPrevented() && (event.key === Space || event.key === Enter)) {
- dismissedWithKeyboardRef.current = true;
- }
- }),
- onMouseEnter: useEventCallback(event => {
- innerRef.current?.focus();
+ useARIAButtonProps(as, {
+ role: 'menuitem',
+ ...props,
+ disabled: false,
+ disabledFocusable: disabled,
+ ref: useMergedRefs(ref, innerRef) as React.Ref>,
+ onKeyDown: useEventCallback(event => {
+ props.onKeyDown?.(event);
+ if (!event.isDefaultPrevented() && (event.key === Space || event.key === Enter)) {
+ dismissedWithKeyboardRef.current = true;
+ }
+ }),
+ onMouseEnter: useEventCallback(event => {
+ innerRef.current?.focus();
- props.onMouseEnter?.(event);
- }),
- onClick: useEventCallback(event => {
- if (!hasSubmenu && !persistOnClick) {
- setOpen(event, {
- open: false,
- keyboard: dismissedWithKeyboardRef.current,
- bubble: true,
- type: 'menuItemClick',
- event,
- });
- dismissedWithKeyboardRef.current = false;
- }
+ props.onMouseEnter?.(event);
+ }),
+ onClick: useEventCallback(event => {
+ if (!hasSubmenu && !persistOnClick) {
+ setOpen(event, {
+ open: false,
+ keyboard: dismissedWithKeyboardRef.current,
+ bubble: true,
+ type: 'menuItemClick',
+ event,
+ });
+ dismissedWithKeyboardRef.current = false;
+ }
- props.onClick?.(event);
- }),
- },
- },
- ),
+ props.onClick?.(event);
+ }),
+ }),
),
icon: resolveShorthand(props.icon, { required: hasIcons }),
checkmark: resolveShorthand(props.checkmark, { required: hasCheckmarks }),
From d246e70eba59a37ec311dbf933b0745d34cb700d Mon Sep 17 00:00:00 2001
From: Martin Hochel
Date: Mon, 9 Jan 2023 15:22:10 +0100
Subject: [PATCH 18/29] chore: add more temporary codeowner rools for tooling
config files (#26255)
---
.github/CODEOWNERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index e0308684cdd0d1..7418bc85f8439c 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -249,3 +249,6 @@ packages/react-experiments/src/components/TileList @ThomasMichon
**/tsconfig.lib.json @microsoft/fluentui-react-build
**/tsconfig.spec.json @microsoft/fluentui-react-build
**/package.json @microsoft/fluentui-react-build
+**/cypress.config.ts @microsoft/fluentui-react-build
+**/api-extractor.json @microsoft/fluentui-react-build
+**/api-extractor.unstable.json @microsoft/fluentui-react-build
From 55c6dc163ae17faa2fe843447cf47ac207a99141 Mon Sep 17 00:00:00 2001
From: Fluent UI Build
Date: Mon, 9 Jan 2023 14:35:11 +0000
Subject: [PATCH 19/29] applying package updates
---
apps/perf-test-react-components/package.json | 10 +-
apps/public-docsite-v9/package.json | 2 +-
apps/react-18-tests-v9/package.json | 2 +-
apps/ssr-tests-v9/package.json | 2 +-
apps/stress-test/package.json | 2 +-
.../package.json | 2 +-
apps/vr-tests-react-components/package.json | 66 +++----
...-ce88081e-3bca-43af-af07-3d0139c75b01.json | 7 -
...-f75da68b-fbbc-4e85-82ef-c183a93b3c91.json | 7 -
...-a6c512bd-b2fc-4a49-8821-e3dcb2b2e162.json | 7 -
...-5c691abc-5159-42dc-93aa-559dd63d79c4.json | 7 -
...-19ee69d2-bc7a-430d-ade0-d789bfc39c50.json | 7 -
...-9f8aba26-8e89-4812-a093-00ff3dd02053.json | 7 -
...-b1fa3ab7-ea40-4131-ba9a-4e1f7b78d110.json | 7 -
...-fdd6f6e7-4e2b-4ae2-ae93-f30b682c0bba.json | 7 -
...-a5962ef1-8a42-4f12-ad72-e7844fd7feb9.json | 7 -
...-7ad515c7-ae51-477d-9289-c01f7a691b06.json | 7 -
...-90f8d720-d06d-48f0-a6ad-2d96810d1dfc.json | 7 -
...-b93d4bd8-ff8b-471d-b7a6-f3a4cebf724e.json | 7 -
...-1516fc28-9fa1-46ea-93e4-385e94dcb66c.json | 7 -
...-8cc85909-942a-4e54-b6a5-b478caed8367.json | 7 -
...-408eb4c4-386a-4c6d-86a8-5a83f5b428a2.json | 7 -
...-e6c0c11d-26c7-48a2-ae7e-ef5aa0fa8829.json | 7 -
...-5ad76945-0626-47e1-95d8-8cdc349fbd47.json | 7 -
...-21796411-1141-48dd-a149-ba271d35e7f9.json | 7 -
...-45598597-4040-42f2-b31b-bcf054b72635.json | 7 -
...-2f6ac7ff-0a0f-4fcf-8515-64378641f5c3.json | 7 -
...-44e1732b-738d-495e-ac5b-8af6d9ab148b.json | 7 -
...-6f22423b-4f4c-45da-a1f9-d431ccfefded.json | 7 -
...-b7b4e350-1297-4672-9a9d-88072c4990fa.json | 7 -
...-b8515237-27e4-4cfc-98de-2a5465e31a0d.json | 7 -
...-ab6fb601-aa28-4463-bbbc-3c7d5ba43a52.json | 7 -
...-3f790b94-9bc3-4da3-b47d-0020c18fa71a.json | 7 -
...-818cadf1-b5b0-400f-b65d-f5ff490c6fa5.json | 7 -
.../CHANGELOG.json | 23 +++
.../babel-preset-global-context/CHANGELOG.md | 11 +-
.../babel-preset-global-context/package.json | 4 +-
.../global-context/CHANGELOG.json | 29 +++
.../global-context/CHANGELOG.md | 12 +-
.../global-context/package.json | 6 +-
.../priority-overflow/CHANGELOG.json | 15 ++
.../priority-overflow/CHANGELOG.md | 11 +-
.../priority-overflow/package.json | 2 +-
.../react-accordion/CHANGELOG.json | 33 ++++
.../react-accordion/CHANGELOG.md | 14 +-
.../react-accordion/package.json | 10 +-
.../react-alert/CHANGELOG.json | 33 ++++
.../react-components/react-alert/CHANGELOG.md | 14 +-
.../react-components/react-alert/package.json | 10 +-
.../react-aria/CHANGELOG.json | 15 ++
.../react-components/react-aria/CHANGELOG.md | 11 +-
.../react-components/react-aria/package.json | 4 +-
.../react-avatar-context/package.json | 2 +-
.../react-avatar/CHANGELOG.json | 53 ++++++
.../react-avatar/CHANGELOG.md | 16 +-
.../react-avatar/package.json | 14 +-
.../react-badge/CHANGELOG.json | 15 ++
.../react-components/react-badge/CHANGELOG.md | 11 +-
.../react-components/react-badge/package.json | 4 +-
.../react-button/CHANGELOG.json | 27 +++
.../react-button/CHANGELOG.md | 13 +-
.../react-button/package.json | 8 +-
.../react-card/CHANGELOG.json | 35 ++++
.../react-components/react-card/CHANGELOG.md | 13 +-
.../react-components/react-card/package.json | 8 +-
.../react-checkbox/CHANGELOG.json | 33 ++++
.../react-checkbox/CHANGELOG.md | 14 +-
.../react-checkbox/package.json | 10 +-
.../react-combobox/CHANGELOG.json | 51 +++++
.../react-combobox/CHANGELOG.md | 17 +-
.../react-combobox/package.json | 12 +-
.../react-components/CHANGELOG.json | 177 ++++++++++++++++++
.../react-components/CHANGELOG.md | 39 +++-
.../react-components/package.json | 78 ++++----
.../react-context-selector/CHANGELOG.json | 15 ++
.../react-context-selector/CHANGELOG.md | 11 +-
.../react-context-selector/package.json | 4 +-
.../react-data-grid-react-window/package.json | 2 +-
.../react-dialog/CHANGELOG.json | 47 +++++
.../react-dialog/CHANGELOG.md | 15 +-
.../react-dialog/package.json | 12 +-
.../react-divider/CHANGELOG.json | 15 ++
.../react-divider/CHANGELOG.md | 11 +-
.../react-divider/package.json | 4 +-
.../react-field/CHANGELOG.json | 27 +++
.../react-components/react-field/CHANGELOG.md | 13 +-
.../react-components/react-field/package.json | 8 +-
.../react-image/CHANGELOG.json | 15 ++
.../react-components/react-image/CHANGELOG.md | 11 +-
.../react-components/react-image/package.json | 4 +-
.../react-infobutton/CHANGELOG.json | 27 +++
.../react-infobutton/CHANGELOG.md | 13 +-
.../react-infobutton/package.json | 8 +-
.../react-input/CHANGELOG.json | 27 +++
.../react-components/react-input/CHANGELOG.md | 13 +-
.../react-components/react-input/package.json | 8 +-
.../react-label/CHANGELOG.json | 15 ++
.../react-components/react-label/CHANGELOG.md | 11 +-
.../react-components/react-label/package.json | 4 +-
.../react-link/CHANGELOG.json | 21 +++
.../react-components/react-link/CHANGELOG.md | 12 +-
.../react-components/react-link/package.json | 6 +-
.../react-menu/CHANGELOG.json | 67 +++++++
.../react-components/react-menu/CHANGELOG.md | 21 ++-
.../react-components/react-menu/package.json | 14 +-
.../react-overflow/CHANGELOG.json | 41 ++++
.../react-overflow/CHANGELOG.md | 13 +-
.../react-overflow/package.json | 8 +-
.../react-persona/CHANGELOG.json | 27 +++
.../react-persona/CHANGELOG.md | 13 +-
.../react-persona/package.json | 8 +-
.../react-popover/CHANGELOG.json | 59 ++++++
.../react-popover/CHANGELOG.md | 17 +-
.../react-popover/package.json | 14 +-
.../react-portal-compat/CHANGELOG.json | 29 +++
.../react-portal-compat/CHANGELOG.md | 12 +-
.../react-portal-compat/package.json | 8 +-
.../react-portal/CHANGELOG.json | 27 +++
.../react-portal/CHANGELOG.md | 13 +-
.../react-portal/package.json | 6 +-
.../react-positioning/CHANGELOG.json | 21 +++
.../react-positioning/CHANGELOG.md | 12 +-
.../react-positioning/package.json | 4 +-
.../react-progress/CHANGELOG.json | 21 +++
.../react-progress/CHANGELOG.md | 12 +-
.../react-progress/package.json | 6 +-
.../react-provider/CHANGELOG.json | 21 +++
.../react-provider/CHANGELOG.md | 12 +-
.../react-provider/package.json | 6 +-
.../react-radio/CHANGELOG.json | 39 ++++
.../react-components/react-radio/CHANGELOG.md | 15 +-
.../react-components/react-radio/package.json | 12 +-
.../react-select/CHANGELOG.json | 21 +++
.../react-select/CHANGELOG.md | 12 +-
.../react-select/package.json | 6 +-
.../react-skeleton/package.json | 2 +-
.../react-slider/CHANGELOG.json | 33 ++++
.../react-slider/CHANGELOG.md | 14 +-
.../react-slider/package.json | 10 +-
.../react-spinbutton/CHANGELOG.json | 33 ++++
.../react-spinbutton/CHANGELOG.md | 14 +-
.../react-spinbutton/package.json | 10 +-
.../react-spinner/CHANGELOG.json | 21 +++
.../react-spinner/CHANGELOG.md | 12 +-
.../react-spinner/package.json | 6 +-
.../react-storybook-addon/package.json | 2 +-
.../react-switch/CHANGELOG.json | 33 ++++
.../react-switch/CHANGELOG.md | 14 +-
.../react-switch/package.json | 10 +-
.../react-table/CHANGELOG.json | 83 ++++++++
.../react-components/react-table/CHANGELOG.md | 20 +-
.../react-components/react-table/package.json | 16 +-
.../react-tabs/CHANGELOG.json | 27 +++
.../react-components/react-tabs/CHANGELOG.md | 13 +-
.../react-components/react-tabs/package.json | 8 +-
.../react-tabster/CHANGELOG.json | 23 +++
.../react-tabster/CHANGELOG.md | 11 +-
.../react-tabster/package.json | 4 +-
.../react-components/react-tags/package.json | 2 +-
.../react-text/CHANGELOG.json | 15 ++
.../react-components/react-text/CHANGELOG.md | 11 +-
.../react-components/react-text/package.json | 4 +-
.../react-textarea/CHANGELOG.json | 21 +++
.../react-textarea/CHANGELOG.md | 12 +-
.../react-textarea/package.json | 6 +-
.../react-toolbar/CHANGELOG.json | 53 ++++++
.../react-toolbar/CHANGELOG.md | 16 +-
.../react-toolbar/package.json | 14 +-
.../react-tooltip/CHANGELOG.json | 27 +++
.../react-tooltip/CHANGELOG.md | 13 +-
.../react-tooltip/package.json | 8 +-
.../react-components/react-tree/package.json | 10 +-
.../react-utilities/CHANGELOG.json | 15 ++
.../react-utilities/CHANGELOG.md | 11 +-
.../react-utilities/package.json | 2 +-
.../theme-designer/package.json | 8 +-
packages/react-migration-v8-v9/package.json | 4 +-
177 files changed, 2347 insertions(+), 502 deletions(-)
delete mode 100644 change/@fluentui-babel-preset-global-context-ce88081e-3bca-43af-af07-3d0139c75b01.json
delete mode 100644 change/@fluentui-global-context-f75da68b-fbbc-4e85-82ef-c183a93b3c91.json
delete mode 100644 change/@fluentui-priority-overflow-a6c512bd-b2fc-4a49-8821-e3dcb2b2e162.json
delete mode 100644 change/@fluentui-react-avatar-5c691abc-5159-42dc-93aa-559dd63d79c4.json
delete mode 100644 change/@fluentui-react-card-19ee69d2-bc7a-430d-ade0-d789bfc39c50.json
delete mode 100644 change/@fluentui-react-combobox-9f8aba26-8e89-4812-a093-00ff3dd02053.json
delete mode 100644 change/@fluentui-react-combobox-b1fa3ab7-ea40-4131-ba9a-4e1f7b78d110.json
delete mode 100644 change/@fluentui-react-components-fdd6f6e7-4e2b-4ae2-ae93-f30b682c0bba.json
delete mode 100644 change/@fluentui-react-dialog-a5962ef1-8a42-4f12-ad72-e7844fd7feb9.json
delete mode 100644 change/@fluentui-react-menu-7ad515c7-ae51-477d-9289-c01f7a691b06.json
delete mode 100644 change/@fluentui-react-menu-90f8d720-d06d-48f0-a6ad-2d96810d1dfc.json
delete mode 100644 change/@fluentui-react-menu-b93d4bd8-ff8b-471d-b7a6-f3a4cebf724e.json
delete mode 100644 change/@fluentui-react-overflow-1516fc28-9fa1-46ea-93e4-385e94dcb66c.json
delete mode 100644 change/@fluentui-react-overflow-8cc85909-942a-4e54-b6a5-b478caed8367.json
delete mode 100644 change/@fluentui-react-popover-408eb4c4-386a-4c6d-86a8-5a83f5b428a2.json
delete mode 100644 change/@fluentui-react-popover-e6c0c11d-26c7-48a2-ae7e-ef5aa0fa8829.json
delete mode 100644 change/@fluentui-react-portal-5ad76945-0626-47e1-95d8-8cdc349fbd47.json
delete mode 100644 change/@fluentui-react-portal-compat-21796411-1141-48dd-a149-ba271d35e7f9.json
delete mode 100644 change/@fluentui-react-positioning-45598597-4040-42f2-b31b-bcf054b72635.json
delete mode 100644 change/@fluentui-react-table-2f6ac7ff-0a0f-4fcf-8515-64378641f5c3.json
delete mode 100644 change/@fluentui-react-table-44e1732b-738d-495e-ac5b-8af6d9ab148b.json
delete mode 100644 change/@fluentui-react-table-6f22423b-4f4c-45da-a1f9-d431ccfefded.json
delete mode 100644 change/@fluentui-react-table-b7b4e350-1297-4672-9a9d-88072c4990fa.json
delete mode 100644 change/@fluentui-react-table-b8515237-27e4-4cfc-98de-2a5465e31a0d.json
delete mode 100644 change/@fluentui-react-tabster-ab6fb601-aa28-4463-bbbc-3c7d5ba43a52.json
delete mode 100644 change/@fluentui-react-toolbar-3f790b94-9bc3-4da3-b47d-0020c18fa71a.json
delete mode 100644 change/@fluentui-react-utilities-818cadf1-b5b0-400f-b65d-f5ff490c6fa5.json
diff --git a/apps/perf-test-react-components/package.json b/apps/perf-test-react-components/package.json
index 1a2714900ab306..e10254a5623231 100644
--- a/apps/perf-test-react-components/package.json
+++ b/apps/perf-test-react-components/package.json
@@ -17,11 +17,11 @@
},
"dependencies": {
"@griffel/core": "^1.9.0",
- "@fluentui/react-avatar": "^9.2.11",
- "@fluentui/react-button": "^9.1.13",
- "@fluentui/react-persona": "^9.1.0",
- "@fluentui/react-provider": "^9.2.0",
- "@fluentui/react-spinbutton": "^9.0.13",
+ "@fluentui/react-avatar": "^9.2.12",
+ "@fluentui/react-button": "^9.1.14",
+ "@fluentui/react-persona": "^9.1.1",
+ "@fluentui/react-provider": "^9.2.1",
+ "@fluentui/react-spinbutton": "^9.0.14",
"@fluentui/react-theme": "^9.1.5",
"@microsoft/load-themed-styles": "^1.10.26",
"flamegrill": "0.2.0",
diff --git a/apps/public-docsite-v9/package.json b/apps/public-docsite-v9/package.json
index c32dce02d7907d..80a41dee7fe805 100644
--- a/apps/public-docsite-v9/package.json
+++ b/apps/public-docsite-v9/package.json
@@ -25,7 +25,7 @@
"@fluentui/react-northstar": "^0.65.0",
"@fluentui/react-icons-northstar": "^0.65.0",
"@fluentui/storybook": "^1.0.0",
- "@fluentui/react-components": "^9.8.0",
+ "@fluentui/react-components": "^9.9.0",
"@fluentui/react-storybook-addon": "9.0.0-rc.1",
"@fluentui/react-theme": "^9.1.5",
"@griffel/react": "^1.5.2",
diff --git a/apps/react-18-tests-v9/package.json b/apps/react-18-tests-v9/package.json
index 9f268346100d86..4acc2c8249a224 100644
--- a/apps/react-18-tests-v9/package.json
+++ b/apps/react-18-tests-v9/package.json
@@ -18,7 +18,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-components": "^9.8.0",
+ "@fluentui/react-components": "^9.9.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.6",
"react": "18.2.0",
diff --git a/apps/ssr-tests-v9/package.json b/apps/ssr-tests-v9/package.json
index 5b43278afb30f1..3f7f3dac122c8c 100644
--- a/apps/ssr-tests-v9/package.json
+++ b/apps/ssr-tests-v9/package.json
@@ -20,7 +20,7 @@
"type-check": "tsc -b tsconfig.json"
},
"dependencies": {
- "@fluentui/react-components": "^9.8.0"
+ "@fluentui/react-components": "^9.9.0"
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
diff --git a/apps/stress-test/package.json b/apps/stress-test/package.json
index 184eb1f6312add..629b8d17d29805 100644
--- a/apps/stress-test/package.json
+++ b/apps/stress-test/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@fluentui/react": "^8.104.3",
- "@fluentui/react-components": "^9.8.0",
+ "@fluentui/react-components": "^9.9.0",
"@fluentui/react-icons": "^2.0.175",
"@fluentui/web-components": "^2.5.9",
"@microsoft/fast-element": "^1.10.4",
diff --git a/apps/ts-minbar-test-react-components/package.json b/apps/ts-minbar-test-react-components/package.json
index d2b50819ce581a..97ecf7d1c2255d 100644
--- a/apps/ts-minbar-test-react-components/package.json
+++ b/apps/ts-minbar-test-react-components/package.json
@@ -5,7 +5,7 @@
"description": "Testing Fluent UI React Components compatibility with Typescript 3.9",
"license": "MIT",
"dependencies": {
- "@fluentui/react-components": "^9.8.0"
+ "@fluentui/react-components": "^9.9.0"
},
"scripts": {
"type-check": "tsc -p .",
diff --git a/apps/vr-tests-react-components/package.json b/apps/vr-tests-react-components/package.json
index c151e8a0b41414..e8214b1b960c45 100644
--- a/apps/vr-tests-react-components/package.json
+++ b/apps/vr-tests-react-components/package.json
@@ -19,43 +19,43 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-accordion": "^9.0.16",
- "@fluentui/react-avatar": "^9.2.11",
- "@fluentui/react-badge": "^9.0.17",
- "@fluentui/react-button": "^9.1.13",
- "@fluentui/react-card": "9.0.0-beta.37",
- "@fluentui/react-checkbox": "^9.0.17",
- "@fluentui/react-combobox": "^9.0.0-beta.20",
- "@fluentui/react-dialog": "^9.1.6",
- "@fluentui/react-divider": "^9.1.9",
- "@fluentui/react-field": "9.0.0-alpha.13",
+ "@fluentui/react-accordion": "^9.0.17",
+ "@fluentui/react-avatar": "^9.2.12",
+ "@fluentui/react-badge": "^9.0.18",
+ "@fluentui/react-button": "^9.1.14",
+ "@fluentui/react-card": "9.0.0-beta.38",
+ "@fluentui/react-checkbox": "^9.0.18",
+ "@fluentui/react-combobox": "^9.0.0-beta.21",
+ "@fluentui/react-dialog": "^9.1.7",
+ "@fluentui/react-divider": "^9.1.10",
+ "@fluentui/react-field": "9.0.0-alpha.14",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-image": "^9.0.16",
- "@fluentui/react-input": "^9.2.10",
- "@fluentui/react-label": "^9.0.15",
- "@fluentui/react-link": "^9.0.16",
- "@fluentui/react-menu": "^9.5.4",
- "@fluentui/react-persona": "^9.1.0",
- "@fluentui/react-popover": "^9.3.6",
- "@fluentui/react-positioning": "^9.3.6",
- "@fluentui/react-progress": "9.0.0-alpha.10",
- "@fluentui/react-provider": "^9.2.0",
- "@fluentui/react-radio": "^9.0.16",
- "@fluentui/react-select": "9.0.0-beta.19",
+ "@fluentui/react-image": "^9.0.17",
+ "@fluentui/react-input": "^9.2.11",
+ "@fluentui/react-label": "^9.0.16",
+ "@fluentui/react-link": "^9.0.17",
+ "@fluentui/react-menu": "^9.6.0",
+ "@fluentui/react-persona": "^9.1.1",
+ "@fluentui/react-popover": "^9.4.0",
+ "@fluentui/react-positioning": "^9.3.7",
+ "@fluentui/react-progress": "9.0.0-alpha.11",
+ "@fluentui/react-provider": "^9.2.1",
+ "@fluentui/react-radio": "^9.0.17",
+ "@fluentui/react-select": "9.0.0-beta.20",
"@fluentui/react-shared-contexts": "^9.1.4",
- "@fluentui/react-slider": "^9.0.15",
- "@fluentui/react-spinner": "^9.0.15",
- "@fluentui/react-spinbutton": "^9.0.13",
+ "@fluentui/react-slider": "^9.0.16",
+ "@fluentui/react-spinner": "^9.0.16",
+ "@fluentui/react-spinbutton": "^9.0.14",
"@fluentui/react-storybook-addon": "9.0.0-rc.1",
- "@fluentui/react-switch": "^9.0.16",
- "@fluentui/react-tabs": "^9.1.5",
- "@fluentui/react-table": "9.0.0-alpha.16",
- "@fluentui/react-text": "^9.1.11",
- "@fluentui/react-textarea": "^9.1.10",
+ "@fluentui/react-switch": "^9.0.17",
+ "@fluentui/react-tabs": "^9.1.6",
+ "@fluentui/react-table": "9.0.0-alpha.17",
+ "@fluentui/react-text": "^9.1.12",
+ "@fluentui/react-textarea": "^9.1.11",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-tooltip": "^9.1.6",
- "@fluentui/react-toolbar": "9.0.0-rc.3",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-tooltip": "^9.1.7",
+ "@fluentui/react-toolbar": "9.0.0-rc.4",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"react": "17.0.2",
"react-dom": "17.0.2",
diff --git a/change/@fluentui-babel-preset-global-context-ce88081e-3bca-43af-af07-3d0139c75b01.json b/change/@fluentui-babel-preset-global-context-ce88081e-3bca-43af-af07-3d0139c75b01.json
deleted file mode 100644
index 233293687bf82a..00000000000000
--- a/change/@fluentui-babel-preset-global-context-ce88081e-3bca-43af-af07-3d0139c75b01.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "none",
- "comment": "chore: introduce more barrel file api within /scripts",
- "packageName": "@fluentui/babel-preset-global-context",
- "email": "martinhochel@microsoft.com",
- "dependentChangeType": "none"
-}
diff --git a/change/@fluentui-global-context-f75da68b-fbbc-4e85-82ef-c183a93b3c91.json b/change/@fluentui-global-context-f75da68b-fbbc-4e85-82ef-c183a93b3c91.json
deleted file mode 100644
index 3f615bd95f45a8..00000000000000
--- a/change/@fluentui-global-context-f75da68b-fbbc-4e85-82ef-c183a93b3c91.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "none",
- "comment": "chore: introduce more barrel file api within /scripts",
- "packageName": "@fluentui/global-context",
- "email": "martinhochel@microsoft.com",
- "dependentChangeType": "none"
-}
diff --git a/change/@fluentui-priority-overflow-a6c512bd-b2fc-4a49-8821-e3dcb2b2e162.json b/change/@fluentui-priority-overflow-a6c512bd-b2fc-4a49-8821-e3dcb2b2e162.json
deleted file mode 100644
index cde2cb95cc81ba..00000000000000
--- a/change/@fluentui-priority-overflow-a6c512bd-b2fc-4a49-8821-e3dcb2b2e162.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "prerelease",
- "comment": "fix: Minimum visible overflow items should be respected",
- "packageName": "@fluentui/priority-overflow",
- "email": "lingfangao@hotmail.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-avatar-5c691abc-5159-42dc-93aa-559dd63d79c4.json b/change/@fluentui-react-avatar-5c691abc-5159-42dc-93aa-559dd63d79c4.json
deleted file mode 100644
index 5d6f43de8672be..00000000000000
--- a/change/@fluentui-react-avatar-5c691abc-5159-42dc-93aa-559dd63d79c4.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "none",
- "comment": "chore: introduce more barrel file api within /scripts",
- "packageName": "@fluentui/react-avatar",
- "email": "martinhochel@microsoft.com",
- "dependentChangeType": "none"
-}
diff --git a/change/@fluentui-react-card-19ee69d2-bc7a-430d-ade0-d789bfc39c50.json b/change/@fluentui-react-card-19ee69d2-bc7a-430d-ade0-d789bfc39c50.json
deleted file mode 100644
index 33702456a1ccb3..00000000000000
--- a/change/@fluentui-react-card-19ee69d2-bc7a-430d-ade0-d789bfc39c50.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "none",
- "comment": "chore: introduce more barrel file api within /scripts",
- "packageName": "@fluentui/react-card",
- "email": "martinhochel@microsoft.com",
- "dependentChangeType": "none"
-}
diff --git a/change/@fluentui-react-combobox-9f8aba26-8e89-4812-a093-00ff3dd02053.json b/change/@fluentui-react-combobox-9f8aba26-8e89-4812-a093-00ff3dd02053.json
deleted file mode 100644
index 8d2b38525362fd..00000000000000
--- a/change/@fluentui-react-combobox-9f8aba26-8e89-4812-a093-00ff3dd02053.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "prerelease",
- "comment": "fix: perf improvements with useEventCallback",
- "packageName": "@fluentui/react-combobox",
- "email": "sarah.higley@microsoft.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-combobox-b1fa3ab7-ea40-4131-ba9a-4e1f7b78d110.json b/change/@fluentui-react-combobox-b1fa3ab7-ea40-4131-ba9a-4e1f7b78d110.json
deleted file mode 100644
index 051198371e1087..00000000000000
--- a/change/@fluentui-react-combobox-b1fa3ab7-ea40-4131-ba9a-4e1f7b78d110.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "prerelease",
- "comment": "fix: Combobox always starts at the first option if multiselect, and correctly sets focus visible\"",
- "packageName": "@fluentui/react-combobox",
- "email": "sarah.higley@microsoft.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-components-fdd6f6e7-4e2b-4ae2-ae93-f30b682c0bba.json b/change/@fluentui-react-components-fdd6f6e7-4e2b-4ae2-ae93-f30b682c0bba.json
deleted file mode 100644
index 0278d40a312842..00000000000000
--- a/change/@fluentui-react-components-fdd6f6e7-4e2b-4ae2-ae93-f30b682c0bba.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "minor",
- "comment": "feat: implement `useScrollbarWidth` utility hook",
- "packageName": "@fluentui/react-components",
- "email": "lingfangao@hotmail.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-dialog-a5962ef1-8a42-4f12-ad72-e7844fd7feb9.json b/change/@fluentui-react-dialog-a5962ef1-8a42-4f12-ad72-e7844fd7feb9.json
deleted file mode 100644
index 37ccc332618cbf..00000000000000
--- a/change/@fluentui-react-dialog-a5962ef1-8a42-4f12-ad72-e7844fd7feb9.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "none",
- "comment": "chore: introduce more barrel file api within /scripts",
- "packageName": "@fluentui/react-dialog",
- "email": "martinhochel@microsoft.com",
- "dependentChangeType": "none"
-}
diff --git a/change/@fluentui-react-menu-7ad515c7-ae51-477d-9289-c01f7a691b06.json b/change/@fluentui-react-menu-7ad515c7-ae51-477d-9289-c01f7a691b06.json
deleted file mode 100644
index 97fb92afa0d7c1..00000000000000
--- a/change/@fluentui-react-menu-7ad515c7-ae51-477d-9289-c01f7a691b06.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "patch",
- "comment": "fix: MenuList props should win over context props",
- "packageName": "@fluentui/react-menu",
- "email": "lingfangao@hotmail.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-menu-90f8d720-d06d-48f0-a6ad-2d96810d1dfc.json b/change/@fluentui-react-menu-90f8d720-d06d-48f0-a6ad-2d96810d1dfc.json
deleted file mode 100644
index dc9e9baba7f62e..00000000000000
--- a/change/@fluentui-react-menu-90f8d720-d06d-48f0-a6ad-2d96810d1dfc.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "minor",
- "comment": "Stops using ARIAButton types for MenuItem root",
- "packageName": "@fluentui/react-menu",
- "email": "bernardo.sunderhus@gmail.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-menu-b93d4bd8-ff8b-471d-b7a6-f3a4cebf724e.json b/change/@fluentui-react-menu-b93d4bd8-ff8b-471d-b7a6-f3a4cebf724e.json
deleted file mode 100644
index 8036851195a8ce..00000000000000
--- a/change/@fluentui-react-menu-b93d4bd8-ff8b-471d-b7a6-f3a4cebf724e.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "none",
- "comment": "chore: introduce more barrel file api within /scripts",
- "packageName": "@fluentui/react-menu",
- "email": "martinhochel@microsoft.com",
- "dependentChangeType": "none"
-}
diff --git a/change/@fluentui-react-overflow-1516fc28-9fa1-46ea-93e4-385e94dcb66c.json b/change/@fluentui-react-overflow-1516fc28-9fa1-46ea-93e4-385e94dcb66c.json
deleted file mode 100644
index b5a195ddfba583..00000000000000
--- a/change/@fluentui-react-overflow-1516fc28-9fa1-46ea-93e4-385e94dcb66c.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "none",
- "comment": "Add tests for fix",
- "packageName": "@fluentui/react-overflow",
- "email": "lingfangao@hotmail.com",
- "dependentChangeType": "none"
-}
diff --git a/change/@fluentui-react-overflow-8cc85909-942a-4e54-b6a5-b478caed8367.json b/change/@fluentui-react-overflow-8cc85909-942a-4e54-b6a5-b478caed8367.json
deleted file mode 100644
index 74c11160336738..00000000000000
--- a/change/@fluentui-react-overflow-8cc85909-942a-4e54-b6a5-b478caed8367.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "none",
- "comment": "chore: introduce more barrel file api within /scripts",
- "packageName": "@fluentui/react-overflow",
- "email": "martinhochel@microsoft.com",
- "dependentChangeType": "none"
-}
diff --git a/change/@fluentui-react-popover-408eb4c4-386a-4c6d-86a8-5a83f5b428a2.json b/change/@fluentui-react-popover-408eb4c4-386a-4c6d-86a8-5a83f5b428a2.json
deleted file mode 100644
index aba032ae04f932..00000000000000
--- a/change/@fluentui-react-popover-408eb4c4-386a-4c6d-86a8-5a83f5b428a2.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "none",
- "comment": "chore: introduce more barrel file api within /scripts",
- "packageName": "@fluentui/react-popover",
- "email": "martinhochel@microsoft.com",
- "dependentChangeType": "none"
-}
diff --git a/change/@fluentui-react-popover-e6c0c11d-26c7-48a2-ae7e-ef5aa0fa8829.json b/change/@fluentui-react-popover-e6c0c11d-26c7-48a2-ae7e-ef5aa0fa8829.json
deleted file mode 100644
index 5e96ed398cd2f4..00000000000000
--- a/change/@fluentui-react-popover-e6c0c11d-26c7-48a2-ae7e-ef5aa0fa8829.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "minor",
- "comment": "feat: add new prop unstable_disableAutoFocus on Popover",
- "packageName": "@fluentui/react-popover",
- "email": "yuanboxue@microsoft.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-portal-5ad76945-0626-47e1-95d8-8cdc349fbd47.json b/change/@fluentui-react-portal-5ad76945-0626-47e1-95d8-8cdc349fbd47.json
deleted file mode 100644
index 1bbf1298a26ee5..00000000000000
--- a/change/@fluentui-react-portal-5ad76945-0626-47e1-95d8-8cdc349fbd47.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "minor",
- "comment": "feat: elementContains supports Node types",
- "packageName": "@fluentui/react-portal",
- "email": "email not defined",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-portal-compat-21796411-1141-48dd-a149-ba271d35e7f9.json b/change/@fluentui-react-portal-compat-21796411-1141-48dd-a149-ba271d35e7f9.json
deleted file mode 100644
index 51733aa800e477..00000000000000
--- a/change/@fluentui-react-portal-compat-21796411-1141-48dd-a149-ba271d35e7f9.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "none",
- "comment": "chore: introduce more barrel file api within /scripts",
- "packageName": "@fluentui/react-portal-compat",
- "email": "martinhochel@microsoft.com",
- "dependentChangeType": "none"
-}
diff --git a/change/@fluentui-react-positioning-45598597-4040-42f2-b31b-bcf054b72635.json b/change/@fluentui-react-positioning-45598597-4040-42f2-b31b-bcf054b72635.json
deleted file mode 100644
index 9ab2f39d6d912b..00000000000000
--- a/change/@fluentui-react-positioning-45598597-4040-42f2-b31b-bcf054b72635.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "patch",
- "comment": "fix: setOverrideTarget should be an event callback",
- "packageName": "@fluentui/react-positioning",
- "email": "lingfangao@hotmail.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-table-2f6ac7ff-0a0f-4fcf-8515-64378641f5c3.json b/change/@fluentui-react-table-2f6ac7ff-0a0f-4fcf-8515-64378641f5c3.json
deleted file mode 100644
index 3dbb7d943bbb16..00000000000000
--- a/change/@fluentui-react-table-2f6ac7ff-0a0f-4fcf-8515-64378641f5c3.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "prerelease",
- "comment": "fix: remove Event type in selectionManager",
- "packageName": "@fluentui/react-table",
- "email": "olfedias@microsoft.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-table-44e1732b-738d-495e-ac5b-8af6d9ab148b.json b/change/@fluentui-react-table-44e1732b-738d-495e-ac5b-8af6d9ab148b.json
deleted file mode 100644
index 11dc088176d8f7..00000000000000
--- a/change/@fluentui-react-table-44e1732b-738d-495e-ac5b-8af6d9ab148b.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "prerelease",
- "comment": "refactor: Cleanup unused code",
- "packageName": "@fluentui/react-table",
- "email": "lingfangao@hotmail.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-table-6f22423b-4f4c-45da-a1f9-d431ccfefded.json b/change/@fluentui-react-table-6f22423b-4f4c-45da-a1f9-d431ccfefded.json
deleted file mode 100644
index d43ad851b66485..00000000000000
--- a/change/@fluentui-react-table-6f22423b-4f4c-45da-a1f9-d431ccfefded.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "none",
- "comment": "docs: fix typo in Table.types.ts",
- "packageName": "@fluentui/react-table",
- "email": "olfedias@microsoft.com",
- "dependentChangeType": "none"
-}
diff --git a/change/@fluentui-react-table-b7b4e350-1297-4672-9a9d-88072c4990fa.json b/change/@fluentui-react-table-b7b4e350-1297-4672-9a9d-88072c4990fa.json
deleted file mode 100644
index 7a8e01343a63ac..00000000000000
--- a/change/@fluentui-react-table-b7b4e350-1297-4672-9a9d-88072c4990fa.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "prerelease",
- "comment": "BREAKING(TableCellLayout): `wrapper` slot renamed to `content`",
- "packageName": "@fluentui/react-table",
- "email": "lingfangao@hotmail.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-table-b8515237-27e4-4cfc-98de-2a5465e31a0d.json b/change/@fluentui-react-table-b8515237-27e4-4cfc-98de-2a5465e31a0d.json
deleted file mode 100644
index 466dd70a4d4f4b..00000000000000
--- a/change/@fluentui-react-table-b8515237-27e4-4cfc-98de-2a5465e31a0d.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "none",
- "comment": "docs: Fix typos in react-table docs",
- "packageName": "@fluentui/react-table",
- "email": "lingfangao@hotmail.com",
- "dependentChangeType": "none"
-}
diff --git a/change/@fluentui-react-tabster-ab6fb601-aa28-4463-bbbc-3c7d5ba43a52.json b/change/@fluentui-react-tabster-ab6fb601-aa28-4463-bbbc-3c7d5ba43a52.json
deleted file mode 100644
index 9dc247ae6289d0..00000000000000
--- a/change/@fluentui-react-tabster-ab6fb601-aa28-4463-bbbc-3c7d5ba43a52.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "none",
- "comment": "chore: introduce more barrel file api within /scripts",
- "packageName": "@fluentui/react-tabster",
- "email": "martinhochel@microsoft.com",
- "dependentChangeType": "none"
-}
diff --git a/change/@fluentui-react-toolbar-3f790b94-9bc3-4da3-b47d-0020c18fa71a.json b/change/@fluentui-react-toolbar-3f790b94-9bc3-4da3-b47d-0020c18fa71a.json
deleted file mode 100644
index e6c8f8545c1134..00000000000000
--- a/change/@fluentui-react-toolbar-3f790b94-9bc3-4da3-b47d-0020c18fa71a.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "none",
- "comment": "chore: introduce more barrel file api within /scripts",
- "packageName": "@fluentui/react-toolbar",
- "email": "martinhochel@microsoft.com",
- "dependentChangeType": "none"
-}
diff --git a/change/@fluentui-react-utilities-818cadf1-b5b0-400f-b65d-f5ff490c6fa5.json b/change/@fluentui-react-utilities-818cadf1-b5b0-400f-b65d-f5ff490c6fa5.json
deleted file mode 100644
index 1e9617a3a951eb..00000000000000
--- a/change/@fluentui-react-utilities-818cadf1-b5b0-400f-b65d-f5ff490c6fa5.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "minor",
- "comment": "feat: implement `useScrollbarWidth` utility hook",
- "packageName": "@fluentui/react-utilities",
- "email": "lingfangao@hotmail.com",
- "dependentChangeType": "patch"
-}
diff --git a/packages/react-components/babel-preset-global-context/CHANGELOG.json b/packages/react-components/babel-preset-global-context/CHANGELOG.json
index eb8a1c3ee3a150..baec07ebd88bc8 100644
--- a/packages/react-components/babel-preset-global-context/CHANGELOG.json
+++ b/packages/react-components/babel-preset-global-context/CHANGELOG.json
@@ -1,6 +1,29 @@
{
"name": "@fluentui/babel-preset-global-context",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:34:54 GMT",
+ "tag": "@fluentui/babel-preset-global-context_v9.0.0-beta.12",
+ "version": "9.0.0-beta.12",
+ "comments": {
+ "none": [
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/babel-preset-global-context",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ }
+ ],
+ "prerelease": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/babel-preset-global-context",
+ "comment": "Bump @fluentui/global-context to v9.0.0-beta.12",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:45 GMT",
"tag": "@fluentui/babel-preset-global-context_v9.0.0-beta.11",
diff --git a/packages/react-components/babel-preset-global-context/CHANGELOG.md b/packages/react-components/babel-preset-global-context/CHANGELOG.md
index c1d2184e9ed8ba..b22108a2996a3e 100644
--- a/packages/react-components/babel-preset-global-context/CHANGELOG.md
+++ b/packages/react-components/babel-preset-global-context/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/babel-preset-global-context
-This log was last generated on Wed, 04 Jan 2023 01:40:45 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:34:54 GMT and should not be manually modified.
+## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/babel-preset-global-context_v9.0.0-beta.12)
+
+Mon, 09 Jan 2023 14:34:54 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/babel-preset-global-context_v9.0.0-beta.11..@fluentui/babel-preset-global-context_v9.0.0-beta.12)
+
+### Changes
+
+- Bump @fluentui/global-context to v9.0.0-beta.12 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/babel-preset-global-context_v9.0.0-beta.11)
Wed, 04 Jan 2023 01:40:45 GMT
diff --git a/packages/react-components/babel-preset-global-context/package.json b/packages/react-components/babel-preset-global-context/package.json
index 29945e56d1cb2c..5bcdeb3bd8c002 100644
--- a/packages/react-components/babel-preset-global-context/package.json
+++ b/packages/react-components/babel-preset-global-context/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/babel-preset-global-context",
- "version": "9.0.0-beta.11",
+ "version": "9.0.0-beta.12",
"description": "Babel preset that transforms createContext calls to use global context shims",
"main": "lib-commonjs/index.js",
"typings": "./dist/index.d.ts",
@@ -37,7 +37,7 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
- "@fluentui/global-context": "9.0.0-beta.11"
+ "@fluentui/global-context": "9.0.0-beta.12"
},
"beachball": {
"disallowedChangeTypes": [
diff --git a/packages/react-components/global-context/CHANGELOG.json b/packages/react-components/global-context/CHANGELOG.json
index 25cff8afa5fdd9..1d3b47118137a9 100644
--- a/packages/react-components/global-context/CHANGELOG.json
+++ b/packages/react-components/global-context/CHANGELOG.json
@@ -1,6 +1,35 @@
{
"name": "@fluentui/global-context",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:34:54 GMT",
+ "tag": "@fluentui/global-context_v9.0.0-beta.12",
+ "version": "9.0.0-beta.12",
+ "comments": {
+ "none": [
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/global-context",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ }
+ ],
+ "prerelease": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/global-context",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/global-context",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:46 GMT",
"tag": "@fluentui/global-context_v9.0.0-beta.11",
diff --git a/packages/react-components/global-context/CHANGELOG.md b/packages/react-components/global-context/CHANGELOG.md
index 64bf25b4782487..85a477d8812540 100644
--- a/packages/react-components/global-context/CHANGELOG.md
+++ b/packages/react-components/global-context/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/global-context
-This log was last generated on Wed, 04 Jan 2023 01:40:46 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:34:54 GMT and should not be manually modified.
+## [9.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.12)
+
+Mon, 09 Jan 2023 14:34:54 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/global-context_v9.0.0-beta.11..@fluentui/global-context_v9.0.0-beta.12)
+
+### Changes
+
+- Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/global-context_v9.0.0-beta.11)
Wed, 04 Jan 2023 01:40:46 GMT
diff --git a/packages/react-components/global-context/package.json b/packages/react-components/global-context/package.json
index 26ea2b6903c82f..2b924d1f00890d 100644
--- a/packages/react-components/global-context/package.json
+++ b/packages/react-components/global-context/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/global-context",
- "version": "9.0.0-beta.11",
+ "version": "9.0.0-beta.12",
"description": "Extension of React createContext to be a true singleton on the global scope",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -29,8 +29,8 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-context-selector": "^9.1.4",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-context-selector": "^9.1.5",
+ "@fluentui/react-utilities": "^9.4.0",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-components/priority-overflow/CHANGELOG.json b/packages/react-components/priority-overflow/CHANGELOG.json
index 5a88dd3d84e74f..6dfeb2c02bb5c3 100644
--- a/packages/react-components/priority-overflow/CHANGELOG.json
+++ b/packages/react-components/priority-overflow/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/priority-overflow",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:34:54 GMT",
+ "tag": "@fluentui/priority-overflow_v9.0.0-rc.2",
+ "version": "9.0.0-rc.2",
+ "comments": {
+ "prerelease": [
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/priority-overflow",
+ "commit": "2611ae5441e4bc702c4ce6404c7186f6c2de7cc3",
+ "comment": "fix: Minimum visible overflow items should be respected"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:47 GMT",
"tag": "@fluentui/priority-overflow_v9.0.0-rc.1",
diff --git a/packages/react-components/priority-overflow/CHANGELOG.md b/packages/react-components/priority-overflow/CHANGELOG.md
index 768910afb1af10..6416c1beb5c097 100644
--- a/packages/react-components/priority-overflow/CHANGELOG.md
+++ b/packages/react-components/priority-overflow/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/priority-overflow
-This log was last generated on Thu, 17 Nov 2022 23:05:32 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:34:54 GMT and should not be manually modified.
+## [9.0.0-rc.2](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v9.0.0-rc.2)
+
+Mon, 09 Jan 2023 14:34:54 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/priority-overflow_v9.0.0-rc.1..@fluentui/priority-overflow_v9.0.0-rc.2)
+
+### Changes
+
+- fix: Minimum visible overflow items should be respected ([PR #26194](https://github.com/microsoft/fluentui/pull/26194) by lingfangao@hotmail.com)
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/priority-overflow_v9.0.0-rc.1)
Thu, 17 Nov 2022 23:05:32 GMT
diff --git a/packages/react-components/priority-overflow/package.json b/packages/react-components/priority-overflow/package.json
index 102537b3111107..6704a7c772a90a 100644
--- a/packages/react-components/priority-overflow/package.json
+++ b/packages/react-components/priority-overflow/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/priority-overflow",
- "version": "9.0.0-rc.1",
+ "version": "9.0.0-rc.2",
"description": "Vanilla JS utilities to implement overflow menus",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
diff --git a/packages/react-components/react-accordion/CHANGELOG.json b/packages/react-components/react-accordion/CHANGELOG.json
index 426c34284c2e39..dfcd710b674377 100644
--- a/packages/react-components/react-accordion/CHANGELOG.json
+++ b/packages/react-components/react-accordion/CHANGELOG.json
@@ -1,6 +1,39 @@
{
"name": "@fluentui/react-accordion",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-accordion_v9.0.17",
+ "version": "9.0.17",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-accordion",
+ "comment": "Bump @fluentui/react-aria to v9.3.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-accordion",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-accordion",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-accordion",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:48 GMT",
"tag": "@fluentui/react-accordion_v9.0.16",
diff --git a/packages/react-components/react-accordion/CHANGELOG.md b/packages/react-components/react-accordion/CHANGELOG.md
index aba7364480e58a..c324cf40cfbbf7 100644
--- a/packages/react-components/react-accordion/CHANGELOG.md
+++ b/packages/react-components/react-accordion/CHANGELOG.md
@@ -1,9 +1,21 @@
# Change Log - @fluentui/react-accordion
-This log was last generated on Wed, 04 Jan 2023 01:40:48 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.17)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-accordion_v9.0.16..@fluentui/react-accordion_v9.0.17)
+
+### Patches
+
+- Bump @fluentui/react-aria to v9.3.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-accordion_v9.0.16)
Wed, 04 Jan 2023 01:40:48 GMT
diff --git a/packages/react-components/react-accordion/package.json b/packages/react-components/react-accordion/package.json
index 3c323f262836de..27f4b0ef6591ff 100644
--- a/packages/react-components/react-accordion/package.json
+++ b/packages/react-components/react-accordion/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-accordion",
- "version": "9.0.16",
+ "version": "9.0.17",
"description": "Fluent UI accordion component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -31,13 +31,13 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-aria": "^9.3.4",
- "@fluentui/react-context-selector": "^9.1.4",
+ "@fluentui/react-aria": "^9.3.5",
+ "@fluentui/react-context-selector": "^9.1.5",
"@fluentui/react-icons": "^2.0.175",
"@fluentui/react-shared-contexts": "^9.1.4",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-alert/CHANGELOG.json b/packages/react-components/react-alert/CHANGELOG.json
index 89cb6466fad6e1..2826aef22c9ca9 100644
--- a/packages/react-components/react-alert/CHANGELOG.json
+++ b/packages/react-components/react-alert/CHANGELOG.json
@@ -1,6 +1,39 @@
{
"name": "@fluentui/react-alert",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-alert_v9.0.0-beta.23",
+ "version": "9.0.0-beta.23",
+ "comments": {
+ "prerelease": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-alert",
+ "comment": "Bump @fluentui/react-avatar to v9.2.12",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-alert",
+ "comment": "Bump @fluentui/react-button to v9.1.14",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-alert",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-alert",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:49 GMT",
"tag": "@fluentui/react-alert_v9.0.0-beta.22",
diff --git a/packages/react-components/react-alert/CHANGELOG.md b/packages/react-components/react-alert/CHANGELOG.md
index 81ca88c51b30f9..212bac6a9b9043 100644
--- a/packages/react-components/react-alert/CHANGELOG.md
+++ b/packages/react-components/react-alert/CHANGELOG.md
@@ -1,9 +1,21 @@
# Change Log - @fluentui/react-alert
-This log was last generated on Wed, 04 Jan 2023 01:40:49 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.23)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.22..@fluentui/react-alert_v9.0.0-beta.23)
+
+### Changes
+
+- Bump @fluentui/react-avatar to v9.2.12 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-button to v9.1.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.22)
Wed, 04 Jan 2023 01:40:49 GMT
diff --git a/packages/react-components/react-alert/package.json b/packages/react-components/react-alert/package.json
index 0f532ecde8f952..d1ddb342d52323 100644
--- a/packages/react-components/react-alert/package.json
+++ b/packages/react-components/react-alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-alert",
- "version": "9.0.0-beta.22",
+ "version": "9.0.0-beta.23",
"description": "An alert component to display brief messages",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -31,12 +31,12 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-avatar": "^9.2.11",
- "@fluentui/react-button": "^9.1.13",
+ "@fluentui/react-avatar": "^9.2.12",
+ "@fluentui/react-button": "^9.1.14",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-aria/CHANGELOG.json b/packages/react-components/react-aria/CHANGELOG.json
index ecd22d481073a5..00ad651d585870 100644
--- a/packages/react-components/react-aria/CHANGELOG.json
+++ b/packages/react-components/react-aria/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-aria",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-aria_v9.3.5",
+ "version": "9.3.5",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-aria",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:50 GMT",
"tag": "@fluentui/react-aria_v9.3.4",
diff --git a/packages/react-components/react-aria/CHANGELOG.md b/packages/react-components/react-aria/CHANGELOG.md
index e94a62d86f2db5..d96ed308fa0605 100644
--- a/packages/react-components/react-aria/CHANGELOG.md
+++ b/packages/react-components/react-aria/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-aria
-This log was last generated on Wed, 04 Jan 2023 01:40:50 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.5)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-aria_v9.3.4..@fluentui/react-aria_v9.3.5)
+
+### Patches
+
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.3.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-aria_v9.3.4)
Wed, 04 Jan 2023 01:40:50 GMT
diff --git a/packages/react-components/react-aria/package.json b/packages/react-components/react-aria/package.json
index f6812f97b83370..194709ce14db2a 100644
--- a/packages/react-components/react-aria/package.json
+++ b/packages/react-components/react-aria/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-aria",
- "version": "9.3.4",
+ "version": "9.3.5",
"description": "React helper to ensure ARIA",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -30,7 +30,7 @@
},
"dependencies": {
"@fluentui/keyboard-keys": "^9.0.1",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-components/react-avatar-context/package.json b/packages/react-components/react-avatar-context/package.json
index f21d6f5a616845..f37268a5f608bc 100644
--- a/packages/react-components/react-avatar-context/package.json
+++ b/packages/react-components/react-avatar-context/package.json
@@ -30,7 +30,7 @@
},
"dependencies": {
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-avatar/CHANGELOG.json b/packages/react-components/react-avatar/CHANGELOG.json
index 408019a0381dfc..82733f42f60b7d 100644
--- a/packages/react-components/react-avatar/CHANGELOG.json
+++ b/packages/react-components/react-avatar/CHANGELOG.json
@@ -1,6 +1,59 @@
{
"name": "@fluentui/react-avatar",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:34:55 GMT",
+ "tag": "@fluentui/react-avatar_v9.2.12",
+ "version": "9.2.12",
+ "comments": {
+ "none": [
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-avatar",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ }
+ ],
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-avatar",
+ "comment": "Bump @fluentui/react-badge to v9.0.18",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-avatar",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-avatar",
+ "comment": "Bump @fluentui/react-popover to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-avatar",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-avatar",
+ "comment": "Bump @fluentui/react-tooltip to v9.1.7",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-avatar",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:51 GMT",
"tag": "@fluentui/react-avatar_v9.2.11",
diff --git a/packages/react-components/react-avatar/CHANGELOG.md b/packages/react-components/react-avatar/CHANGELOG.md
index 2d3785c9794775..5c887714bf0481 100644
--- a/packages/react-components/react-avatar/CHANGELOG.md
+++ b/packages/react-components/react-avatar/CHANGELOG.md
@@ -1,9 +1,23 @@
# Change Log - @fluentui/react-avatar
-This log was last generated on Wed, 04 Jan 2023 01:40:51 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:34:55 GMT and should not be manually modified.
+## [9.2.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.2.12)
+
+Mon, 09 Jan 2023 14:34:55 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.2.11..@fluentui/react-avatar_v9.2.12)
+
+### Patches
+
+- Bump @fluentui/react-badge to v9.0.18 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-popover to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tooltip to v9.1.7 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.2.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.2.11)
Wed, 04 Jan 2023 01:40:51 GMT
diff --git a/packages/react-components/react-avatar/package.json b/packages/react-components/react-avatar/package.json
index 55898459aa7747..d10d50be7b2ec6 100644
--- a/packages/react-components/react-avatar/package.json
+++ b/packages/react-components/react-avatar/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-avatar",
- "version": "9.2.11",
+ "version": "9.2.12",
"description": "React components for building Microsoft web experiences.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -34,15 +34,15 @@
"es6-weak-map": "^2.0.2"
},
"dependencies": {
- "@fluentui/react-badge": "^9.0.17",
- "@fluentui/react-context-selector": "^9.1.4",
+ "@fluentui/react-badge": "^9.0.18",
+ "@fluentui/react-context-selector": "^9.1.5",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-popover": "^9.3.6",
+ "@fluentui/react-popover": "^9.4.0",
"@fluentui/react-shared-contexts": "^9.1.4",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-tooltip": "^9.1.6",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-tooltip": "^9.1.7",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-badge/CHANGELOG.json b/packages/react-components/react-badge/CHANGELOG.json
index 67a8773b3be45e..ba2f5023b3975f 100644
--- a/packages/react-components/react-badge/CHANGELOG.json
+++ b/packages/react-components/react-badge/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-badge",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-badge_v9.0.18",
+ "version": "9.0.18",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-badge",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:52 GMT",
"tag": "@fluentui/react-badge_v9.0.17",
diff --git a/packages/react-components/react-badge/CHANGELOG.md b/packages/react-components/react-badge/CHANGELOG.md
index 775a85f56c9336..e4a8648c5f189d 100644
--- a/packages/react-components/react-badge/CHANGELOG.md
+++ b/packages/react-components/react-badge/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-badge
-This log was last generated on Wed, 04 Jan 2023 01:40:52 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.18)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.17..@fluentui/react-badge_v9.0.18)
+
+### Patches
+
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.17)
Wed, 04 Jan 2023 01:40:52 GMT
diff --git a/packages/react-components/react-badge/package.json b/packages/react-components/react-badge/package.json
index d80e1cead1357d..2329dee0f0471f 100644
--- a/packages/react-components/react-badge/package.json
+++ b/packages/react-components/react-badge/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-badge",
- "version": "9.0.17",
+ "version": "9.0.18",
"description": "React components for building web experiences",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -34,7 +34,7 @@
"@fluentui/react-icons": "^2.0.175",
"@griffel/react": "^1.5.2",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-components/react-button/CHANGELOG.json b/packages/react-components/react-button/CHANGELOG.json
index efcc4b516f9ef9..d14e376de46a57 100644
--- a/packages/react-components/react-button/CHANGELOG.json
+++ b/packages/react-components/react-button/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-button",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-button_v9.1.14",
+ "version": "9.1.14",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-button",
+ "comment": "Bump @fluentui/react-aria to v9.3.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-button",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-button",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:53 GMT",
"tag": "@fluentui/react-button_v9.1.13",
diff --git a/packages/react-components/react-button/CHANGELOG.md b/packages/react-components/react-button/CHANGELOG.md
index 57618cfd134f1a..09af7b3aa3232e 100644
--- a/packages/react-components/react-button/CHANGELOG.md
+++ b/packages/react-components/react-button/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-button
-This log was last generated on Wed, 04 Jan 2023 01:40:53 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.1.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.14)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.1.13..@fluentui/react-button_v9.1.14)
+
+### Patches
+
+- Bump @fluentui/react-aria to v9.3.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.1.13)
Wed, 04 Jan 2023 01:40:53 GMT
diff --git a/packages/react-components/react-button/package.json b/packages/react-components/react-button/package.json
index 6d1f05f0139357..9383e7f3020d5d 100644
--- a/packages/react-components/react-button/package.json
+++ b/packages/react-components/react-button/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-button",
- "version": "9.1.13",
+ "version": "9.1.14",
"description": "Fluent UI React Button component.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -33,11 +33,11 @@
},
"dependencies": {
"@fluentui/keyboard-keys": "^9.0.1",
- "@fluentui/react-aria": "^9.3.4",
+ "@fluentui/react-aria": "^9.3.5",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-card/CHANGELOG.json b/packages/react-components/react-card/CHANGELOG.json
index 2a34fe8aafa941..3b904aa6926756 100644
--- a/packages/react-components/react-card/CHANGELOG.json
+++ b/packages/react-components/react-card/CHANGELOG.json
@@ -1,6 +1,41 @@
{
"name": "@fluentui/react-card",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:34:55 GMT",
+ "tag": "@fluentui/react-card_v9.0.0-beta.38",
+ "version": "9.0.0-beta.38",
+ "comments": {
+ "none": [
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-card",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ }
+ ],
+ "prerelease": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-card",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-card",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-card",
+ "comment": "Bump @fluentui/react-button to v9.1.14",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:54 GMT",
"tag": "@fluentui/react-card_v9.0.0-beta.37",
diff --git a/packages/react-components/react-card/CHANGELOG.md b/packages/react-components/react-card/CHANGELOG.md
index cd4ba80beaa002..978b3357db3250 100644
--- a/packages/react-components/react-card/CHANGELOG.md
+++ b/packages/react-components/react-card/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-card
-This log was last generated on Wed, 04 Jan 2023 01:40:54 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:34:55 GMT and should not be manually modified.
+## [9.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.38)
+
+Mon, 09 Jan 2023 14:34:55 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.37..@fluentui/react-card_v9.0.0-beta.38)
+
+### Changes
+
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-button to v9.1.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.0-beta.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.37)
Wed, 04 Jan 2023 01:40:54 GMT
diff --git a/packages/react-components/react-card/package.json b/packages/react-components/react-card/package.json
index d205506d0c082e..4301d712b19570 100644
--- a/packages/react-components/react-card/package.json
+++ b/packages/react-components/react-card/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-card",
- "version": "9.0.0-beta.37",
+ "version": "9.0.0-beta.38",
"private": false,
"description": "Card container components for Fluent UI React.",
"main": "lib-commonjs/index.js",
@@ -31,14 +31,14 @@
"@fluentui/eslint-plugin": "*",
"@fluentui/react-conformance-griffel": "9.0.0-beta.19",
"@fluentui/react-conformance": "*",
- "@fluentui/react-button": "^9.1.13",
+ "@fluentui/react-button": "^9.1.14",
"@fluentui/scripts": "*"
},
"dependencies": {
"@fluentui/keyboard-keys": "^9.0.1",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-checkbox/CHANGELOG.json b/packages/react-components/react-checkbox/CHANGELOG.json
index 729b34e23aa7db..9053aa173187e0 100644
--- a/packages/react-components/react-checkbox/CHANGELOG.json
+++ b/packages/react-components/react-checkbox/CHANGELOG.json
@@ -1,6 +1,39 @@
{
"name": "@fluentui/react-checkbox",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-checkbox_v9.0.18",
+ "version": "9.0.18",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-checkbox",
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-checkbox",
+ "comment": "Bump @fluentui/react-label to v9.0.16",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-checkbox",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-checkbox",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:55 GMT",
"tag": "@fluentui/react-checkbox_v9.0.17",
diff --git a/packages/react-components/react-checkbox/CHANGELOG.md b/packages/react-components/react-checkbox/CHANGELOG.md
index ed98f6ba4b3b68..58c044611860da 100644
--- a/packages/react-components/react-checkbox/CHANGELOG.md
+++ b/packages/react-components/react-checkbox/CHANGELOG.md
@@ -1,9 +1,21 @@
# Change Log - @fluentui/react-checkbox
-This log was last generated on Wed, 04 Jan 2023 01:40:55 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.18)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.17..@fluentui/react-checkbox_v9.0.18)
+
+### Patches
+
+- Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-label to v9.0.16 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.17)
Wed, 04 Jan 2023 01:40:55 GMT
diff --git a/packages/react-components/react-checkbox/package.json b/packages/react-components/react-checkbox/package.json
index 14ac3b3ab27cfd..0771ad9fd08226 100644
--- a/packages/react-components/react-checkbox/package.json
+++ b/packages/react-components/react-checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-checkbox",
- "version": "9.0.17",
+ "version": "9.0.18",
"description": "Fluent UI checkbox component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -31,12 +31,12 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-field": "9.0.0-alpha.13",
+ "@fluentui/react-field": "9.0.0-alpha.14",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-label": "^9.0.15",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-label": "^9.0.16",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-combobox/CHANGELOG.json b/packages/react-components/react-combobox/CHANGELOG.json
index c2727dd4dc813a..5403eba15c441e 100644
--- a/packages/react-components/react-combobox/CHANGELOG.json
+++ b/packages/react-components/react-combobox/CHANGELOG.json
@@ -1,6 +1,57 @@
{
"name": "@fluentui/react-combobox",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:34:55 GMT",
+ "tag": "@fluentui/react-combobox_v9.0.0-beta.21",
+ "version": "9.0.0-beta.21",
+ "comments": {
+ "prerelease": [
+ {
+ "author": "sarah.higley@microsoft.com",
+ "package": "@fluentui/react-combobox",
+ "commit": "d7a98c92818f5ad8c80548dc288cc2cc55731c93",
+ "comment": "fix: perf improvements with useEventCallback"
+ },
+ {
+ "author": "sarah.higley@microsoft.com",
+ "package": "@fluentui/react-combobox",
+ "commit": "54b6220d442231ffa0c3df88359f53373690da6f",
+ "comment": "fix: Combobox always starts at the first option if multiselect, and correctly sets focus visible\""
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-combobox",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-combobox",
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-combobox",
+ "comment": "Bump @fluentui/react-portal to v9.1.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-combobox",
+ "comment": "Bump @fluentui/react-positioning to v9.3.7",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-combobox",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:56 GMT",
"tag": "@fluentui/react-combobox_v9.0.0-beta.20",
diff --git a/packages/react-components/react-combobox/CHANGELOG.md b/packages/react-components/react-combobox/CHANGELOG.md
index 201b8f6d958ee1..776ad02f4bfea4 100644
--- a/packages/react-components/react-combobox/CHANGELOG.md
+++ b/packages/react-components/react-combobox/CHANGELOG.md
@@ -1,9 +1,24 @@
# Change Log - @fluentui/react-combobox
-This log was last generated on Wed, 04 Jan 2023 01:40:56 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:34:55 GMT and should not be manually modified.
+## [9.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.0.0-beta.21)
+
+Mon, 09 Jan 2023 14:34:55 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-combobox_v9.0.0-beta.20..@fluentui/react-combobox_v9.0.0-beta.21)
+
+### Changes
+
+- fix: perf improvements with useEventCallback ([PR #26191](https://github.com/microsoft/fluentui/pull/26191) by sarah.higley@microsoft.com)
+- fix: Combobox always starts at the first option if multiselect, and correctly sets focus visible" ([PR #26173](https://github.com/microsoft/fluentui/pull/26173) by sarah.higley@microsoft.com)
+- Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-portal to v9.1.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-positioning to v9.3.7 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.0.0-beta.20)
Wed, 04 Jan 2023 01:40:56 GMT
diff --git a/packages/react-components/react-combobox/package.json b/packages/react-components/react-combobox/package.json
index 83039579949816..c84a417fc3577b 100644
--- a/packages/react-components/react-combobox/package.json
+++ b/packages/react-components/react-combobox/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-combobox",
- "version": "9.0.0-beta.20",
+ "version": "9.0.0-beta.21",
"description": "Fluent UI React Combobox component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -32,13 +32,13 @@
},
"dependencies": {
"@fluentui/keyboard-keys": "^9.0.1",
- "@fluentui/react-context-selector": "^9.1.4",
- "@fluentui/react-field": "9.0.0-alpha.13",
+ "@fluentui/react-context-selector": "^9.1.5",
+ "@fluentui/react-field": "9.0.0-alpha.14",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-portal": "^9.0.15",
- "@fluentui/react-positioning": "^9.3.6",
+ "@fluentui/react-portal": "^9.1.0",
+ "@fluentui/react-positioning": "^9.3.7",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-components/CHANGELOG.json b/packages/react-components/react-components/CHANGELOG.json
index 30196f69baff03..cdc1aafecd94a1 100644
--- a/packages/react-components/react-components/CHANGELOG.json
+++ b/packages/react-components/react-components/CHANGELOG.json
@@ -1,6 +1,183 @@
{
"name": "@fluentui/react-components",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:34:54 GMT",
+ "tag": "@fluentui/react-components_v9.9.0",
+ "version": "9.9.0",
+ "comments": {
+ "none": [
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/babel-preset-global-context",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ },
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/global-context",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ },
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-avatar",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ },
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-card",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ },
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-dialog",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ },
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-menu",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ },
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-overflow",
+ "commit": "2611ae5441e4bc702c4ce6404c7186f6c2de7cc3",
+ "comment": "Add tests for fix"
+ },
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-overflow",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ },
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-popover",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ },
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-portal-compat",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ },
+ {
+ "author": "olfedias@microsoft.com",
+ "package": "@fluentui/react-table",
+ "commit": "bffa36e0a7824f1e54d73907912473692c40d70b",
+ "comment": "docs: fix typo in Table.types.ts"
+ },
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-table",
+ "commit": "f514d1ff53ea0b2a6e959b3d457f341d7f68575e",
+ "comment": "docs: Fix typos in react-table docs"
+ },
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-tabster",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ },
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-toolbar",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ }
+ ],
+ "prerelease": [
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/priority-overflow",
+ "commit": "2611ae5441e4bc702c4ce6404c7186f6c2de7cc3",
+ "comment": "fix: Minimum visible overflow items should be respected"
+ },
+ {
+ "author": "sarah.higley@microsoft.com",
+ "package": "@fluentui/react-combobox",
+ "commit": "d7a98c92818f5ad8c80548dc288cc2cc55731c93",
+ "comment": "fix: perf improvements with useEventCallback"
+ },
+ {
+ "author": "sarah.higley@microsoft.com",
+ "package": "@fluentui/react-combobox",
+ "commit": "54b6220d442231ffa0c3df88359f53373690da6f",
+ "comment": "fix: Combobox always starts at the first option if multiselect, and correctly sets focus visible\""
+ },
+ {
+ "author": "olfedias@microsoft.com",
+ "package": "@fluentui/react-table",
+ "commit": "73bd103d70370326286daee55dad5c1c2b9861a7",
+ "comment": "fix: remove Event type in selectionManager"
+ },
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-table",
+ "commit": "2bde4a96454105f8943284b590b6174ccb1aea94",
+ "comment": "refactor: Cleanup unused code"
+ },
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-table",
+ "commit": "87fcaf175c6588438c7f8dc2c2de5a4af5f94d1a",
+ "comment": "BREAKING(TableCellLayout): `wrapper` slot renamed to `content`"
+ }
+ ],
+ "minor": [
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-components",
+ "commit": "3c3291c008824d45e18580d51b6eb1526ea3792d",
+ "comment": "feat: implement `useScrollbarWidth` utility hook"
+ },
+ {
+ "author": "bernardo.sunderhus@gmail.com",
+ "package": "@fluentui/react-menu",
+ "commit": "26f0364b3837056ee8e0df42a7932c298c68290e",
+ "comment": "Stops using ARIAButton types for MenuItem root"
+ },
+ {
+ "author": "yuanboxue@microsoft.com",
+ "package": "@fluentui/react-popover",
+ "commit": "46dc6befc9db655c2763908d91c7c603f1063af4",
+ "comment": "feat: add new prop unstable_disableAutoFocus on Popover"
+ },
+ {
+ "author": "email not defined",
+ "package": "@fluentui/react-portal",
+ "commit": "a62c525a002fe1eed5c40aec4c041d1f850b7beb",
+ "comment": "feat: elementContains supports Node types"
+ },
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-utilities",
+ "commit": "3c3291c008824d45e18580d51b6eb1526ea3792d",
+ "comment": "feat: implement `useScrollbarWidth` utility hook"
+ }
+ ],
+ "patch": [
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-menu",
+ "commit": "307d7988ee9c589c17dce78f1c36719c6ebb91c2",
+ "comment": "fix: MenuList props should win over context props"
+ },
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-positioning",
+ "commit": "42acf190805edde3e32fbbf4adf37046c51f625e",
+ "comment": "fix: setOverrideTarget should be an event callback"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:03 GMT",
"tag": "@fluentui/react-components_v9.8.0",
diff --git a/packages/react-components/react-components/CHANGELOG.md b/packages/react-components/react-components/CHANGELOG.md
index 4727c57d4e1962..c17be4600999b3 100644
--- a/packages/react-components/react-components/CHANGELOG.md
+++ b/packages/react-components/react-components/CHANGELOG.md
@@ -1,9 +1,46 @@
# Change Log - @fluentui/react-components
-This log was last generated on Wed, 04 Jan 2023 01:40:03 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:34:54 GMT and should not be manually modified.
+## [9.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.9.0)
+
+Mon, 09 Jan 2023 14:34:54 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.8.0..@fluentui/react-components_v9.9.0)
+
+### Minor changes
+
+- `@fluentui/react-components`
+ - feat: implement `useScrollbarWidth` utility hook ([PR #26144](https://github.com/microsoft/fluentui/pull/26144) by lingfangao@hotmail.com)
+- `@fluentui/react-menu`
+ - Stops using ARIAButton types for MenuItem root ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by bernardo.sunderhus@gmail.com)
+- `@fluentui/react-popover`
+ - feat: add new prop unstable_disableAutoFocus on Popover ([PR #26141](https://github.com/microsoft/fluentui/pull/26141) by yuanboxue@microsoft.com)
+- `@fluentui/react-portal`
+ - feat: elementContains supports Node types ([PR #26158](https://github.com/microsoft/fluentui/pull/26158) by email not defined)
+- `@fluentui/react-utilities`
+ - feat: implement `useScrollbarWidth` utility hook ([PR #26144](https://github.com/microsoft/fluentui/pull/26144) by lingfangao@hotmail.com)
+
+### Patches
+
+- `@fluentui/react-menu`
+ - fix: MenuList props should win over context props ([PR #26252](https://github.com/microsoft/fluentui/pull/26252) by lingfangao@hotmail.com)
+- `@fluentui/react-positioning`
+ - fix: setOverrideTarget should be an event callback ([PR #26157](https://github.com/microsoft/fluentui/pull/26157) by lingfangao@hotmail.com)
+
+### Changes
+
+- `@fluentui/priority-overflow`
+ - fix: Minimum visible overflow items should be respected ([PR #26194](https://github.com/microsoft/fluentui/pull/26194) by lingfangao@hotmail.com)
+- `@fluentui/react-combobox`
+ - fix: perf improvements with useEventCallback ([PR #26191](https://github.com/microsoft/fluentui/pull/26191) by sarah.higley@microsoft.com)
+ - fix: Combobox always starts at the first option if multiselect, and correctly sets focus visible" ([PR #26173](https://github.com/microsoft/fluentui/pull/26173) by sarah.higley@microsoft.com)
+- `@fluentui/react-table`
+ - fix: remove Event type in selectionManager ([PR #26211](https://github.com/microsoft/fluentui/pull/26211) by olfedias@microsoft.com)
+ - refactor: Cleanup unused code ([PR #26219](https://github.com/microsoft/fluentui/pull/26219) by lingfangao@hotmail.com)
+ - BREAKING(TableCellLayout): `wrapper` slot renamed to `content` ([PR #26220](https://github.com/microsoft/fluentui/pull/26220) by lingfangao@hotmail.com)
+
## [9.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.8.0)
Wed, 04 Jan 2023 01:40:03 GMT
diff --git a/packages/react-components/react-components/package.json b/packages/react-components/react-components/package.json
index f4f9156144d6f8..9f648bc872129e 100644
--- a/packages/react-components/react-components/package.json
+++ b/packages/react-components/react-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-components",
- "version": "9.8.0",
+ "version": "9.9.0",
"description": "Suite package for converged React components",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -31,46 +31,46 @@
"react-hook-form": "^5.7.2"
},
"dependencies": {
- "@fluentui/react-accordion": "^9.0.16",
- "@fluentui/react-alert": "9.0.0-beta.22",
- "@fluentui/react-avatar": "^9.2.11",
- "@fluentui/react-badge": "^9.0.17",
- "@fluentui/react-button": "^9.1.13",
- "@fluentui/react-card": "9.0.0-beta.37",
- "@fluentui/react-checkbox": "^9.0.17",
- "@fluentui/react-combobox": "^9.0.0-beta.20",
- "@fluentui/react-dialog": "^9.1.6",
- "@fluentui/react-divider": "^9.1.9",
- "@fluentui/react-field": "9.0.0-alpha.13",
- "@fluentui/react-image": "^9.0.16",
- "@fluentui/react-infobutton": "9.0.0-beta.5",
- "@fluentui/react-input": "^9.2.10",
- "@fluentui/react-label": "^9.0.15",
- "@fluentui/react-link": "^9.0.16",
- "@fluentui/react-menu": "^9.5.4",
- "@fluentui/react-overflow": "9.0.0-rc.5",
- "@fluentui/react-persona": "^9.1.0",
- "@fluentui/react-portal": "^9.0.15",
- "@fluentui/react-popover": "^9.3.6",
- "@fluentui/react-positioning": "^9.3.6",
- "@fluentui/react-progress": "9.0.0-alpha.10",
- "@fluentui/react-provider": "^9.2.0",
- "@fluentui/react-radio": "^9.0.16",
- "@fluentui/react-select": "9.0.0-beta.19",
+ "@fluentui/react-accordion": "^9.0.17",
+ "@fluentui/react-alert": "9.0.0-beta.23",
+ "@fluentui/react-avatar": "^9.2.12",
+ "@fluentui/react-badge": "^9.0.18",
+ "@fluentui/react-button": "^9.1.14",
+ "@fluentui/react-card": "9.0.0-beta.38",
+ "@fluentui/react-checkbox": "^9.0.18",
+ "@fluentui/react-combobox": "^9.0.0-beta.21",
+ "@fluentui/react-dialog": "^9.1.7",
+ "@fluentui/react-divider": "^9.1.10",
+ "@fluentui/react-field": "9.0.0-alpha.14",
+ "@fluentui/react-image": "^9.0.17",
+ "@fluentui/react-infobutton": "9.0.0-beta.6",
+ "@fluentui/react-input": "^9.2.11",
+ "@fluentui/react-label": "^9.0.16",
+ "@fluentui/react-link": "^9.0.17",
+ "@fluentui/react-menu": "^9.6.0",
+ "@fluentui/react-overflow": "9.0.0-rc.6",
+ "@fluentui/react-persona": "^9.1.1",
+ "@fluentui/react-portal": "^9.1.0",
+ "@fluentui/react-popover": "^9.4.0",
+ "@fluentui/react-positioning": "^9.3.7",
+ "@fluentui/react-progress": "9.0.0-alpha.11",
+ "@fluentui/react-provider": "^9.2.1",
+ "@fluentui/react-radio": "^9.0.17",
+ "@fluentui/react-select": "9.0.0-beta.20",
"@fluentui/react-shared-contexts": "^9.1.4",
- "@fluentui/react-slider": "^9.0.15",
- "@fluentui/react-spinbutton": "^9.0.13",
- "@fluentui/react-spinner": "^9.0.15",
- "@fluentui/react-switch": "^9.0.16",
- "@fluentui/react-table": "9.0.0-alpha.16",
- "@fluentui/react-tabs": "^9.1.5",
- "@fluentui/react-tabster": "^9.3.5",
- "@fluentui/react-textarea": "^9.1.10",
+ "@fluentui/react-slider": "^9.0.16",
+ "@fluentui/react-spinbutton": "^9.0.14",
+ "@fluentui/react-spinner": "^9.0.16",
+ "@fluentui/react-switch": "^9.0.17",
+ "@fluentui/react-table": "9.0.0-alpha.17",
+ "@fluentui/react-tabs": "^9.1.6",
+ "@fluentui/react-tabster": "^9.3.6",
+ "@fluentui/react-textarea": "^9.1.11",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-toolbar": "9.0.0-rc.3",
- "@fluentui/react-tooltip": "^9.1.6",
- "@fluentui/react-utilities": "^9.3.1",
- "@fluentui/react-text": "^9.1.11",
+ "@fluentui/react-toolbar": "9.0.0-rc.4",
+ "@fluentui/react-tooltip": "^9.1.7",
+ "@fluentui/react-utilities": "^9.4.0",
+ "@fluentui/react-text": "^9.1.12",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-context-selector/CHANGELOG.json b/packages/react-components/react-context-selector/CHANGELOG.json
index 59f57f24ce4cf8..54674462399993 100644
--- a/packages/react-components/react-context-selector/CHANGELOG.json
+++ b/packages/react-components/react-context-selector/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-context-selector",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-context-selector_v9.1.5",
+ "version": "9.1.5",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-context-selector",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:41:01 GMT",
"tag": "@fluentui/react-context-selector_v9.1.4",
diff --git a/packages/react-components/react-context-selector/CHANGELOG.md b/packages/react-components/react-context-selector/CHANGELOG.md
index f1e79d802e2324..53e7379a033ab5 100644
--- a/packages/react-components/react-context-selector/CHANGELOG.md
+++ b/packages/react-components/react-context-selector/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-context-selector
-This log was last generated on Wed, 04 Jan 2023 01:41:01 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.5)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.4..@fluentui/react-context-selector_v9.1.5)
+
+### Patches
+
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.4)
Wed, 04 Jan 2023 01:41:01 GMT
diff --git a/packages/react-components/react-context-selector/package.json b/packages/react-components/react-context-selector/package.json
index ae31c0dae62be1..a8119fe7e541aa 100644
--- a/packages/react-components/react-context-selector/package.json
+++ b/packages/react-components/react-context-selector/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-context-selector",
- "version": "9.1.4",
+ "version": "9.1.5",
"description": "React useContextSelector hook in userland",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -26,7 +26,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-components/react-data-grid-react-window/package.json b/packages/react-components/react-data-grid-react-window/package.json
index f21e0781d3eaec..3017e880562a42 100644
--- a/packages/react-components/react-data-grid-react-window/package.json
+++ b/packages/react-components/react-data-grid-react-window/package.json
@@ -30,7 +30,7 @@
},
"dependencies": {
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-dialog/CHANGELOG.json b/packages/react-components/react-dialog/CHANGELOG.json
index 605aa7667b271c..1cb208fbf89940 100644
--- a/packages/react-components/react-dialog/CHANGELOG.json
+++ b/packages/react-components/react-dialog/CHANGELOG.json
@@ -1,6 +1,53 @@
{
"name": "@fluentui/react-dialog",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:34:56 GMT",
+ "tag": "@fluentui/react-dialog_v9.1.7",
+ "version": "9.1.7",
+ "comments": {
+ "none": [
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-dialog",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ }
+ ],
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-dialog",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-dialog",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-dialog",
+ "comment": "Bump @fluentui/react-aria to v9.3.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-dialog",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-dialog",
+ "comment": "Bump @fluentui/react-portal to v9.1.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:41:02 GMT",
"tag": "@fluentui/react-dialog_v9.1.6",
diff --git a/packages/react-components/react-dialog/CHANGELOG.md b/packages/react-components/react-dialog/CHANGELOG.md
index 6e772bca78c9f5..5a311b3dc952c9 100644
--- a/packages/react-components/react-dialog/CHANGELOG.md
+++ b/packages/react-components/react-dialog/CHANGELOG.md
@@ -1,9 +1,22 @@
# Change Log - @fluentui/react-dialog
-This log was last generated on Wed, 04 Jan 2023 01:41:02 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:34:56 GMT and should not be manually modified.
+## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.1.7)
+
+Mon, 09 Jan 2023 14:34:56 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.1.6..@fluentui/react-dialog_v9.1.7)
+
+### Patches
+
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-aria to v9.3.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-portal to v9.1.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.1.6)
Wed, 04 Jan 2023 01:41:02 GMT
diff --git a/packages/react-components/react-dialog/package.json b/packages/react-components/react-dialog/package.json
index 322557a1350211..8c903081bd5d3e 100644
--- a/packages/react-components/react-dialog/package.json
+++ b/packages/react-components/react-dialog/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-dialog",
- "version": "9.1.6",
+ "version": "9.1.7",
"description": "Dialog component for Fluent UI React",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -34,15 +34,15 @@
},
"dependencies": {
"@griffel/react": "^1.5.2",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@fluentui/keyboard-keys": "^9.0.1",
- "@fluentui/react-context-selector": "^9.1.4",
+ "@fluentui/react-context-selector": "^9.1.5",
"@fluentui/react-shared-contexts": "^9.1.4",
- "@fluentui/react-aria": "^9.3.4",
+ "@fluentui/react-aria": "^9.3.5",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-portal": "^9.0.15",
+ "@fluentui/react-portal": "^9.1.0",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-components/react-divider/CHANGELOG.json b/packages/react-components/react-divider/CHANGELOG.json
index 3610a925af4848..ca23e87b4b8c71 100644
--- a/packages/react-components/react-divider/CHANGELOG.json
+++ b/packages/react-components/react-divider/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-divider",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-divider_v9.1.10",
+ "version": "9.1.10",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-divider",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:05 GMT",
"tag": "@fluentui/react-divider_v9.1.9",
diff --git a/packages/react-components/react-divider/CHANGELOG.md b/packages/react-components/react-divider/CHANGELOG.md
index 553f92ddb74026..29431edb2a7fea 100644
--- a/packages/react-components/react-divider/CHANGELOG.md
+++ b/packages/react-components/react-divider/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-divider
-This log was last generated on Wed, 04 Jan 2023 01:40:05 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.1.10)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-divider_v9.1.9..@fluentui/react-divider_v9.1.10)
+
+### Patches
+
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.1.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-divider_v9.1.9)
Wed, 04 Jan 2023 01:40:05 GMT
diff --git a/packages/react-components/react-divider/package.json b/packages/react-components/react-divider/package.json
index f051408a470097..454d68fca9ac96 100644
--- a/packages/react-components/react-divider/package.json
+++ b/packages/react-components/react-divider/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-divider",
- "version": "9.1.9",
+ "version": "9.1.10",
"description": "Fluent UI component to visually separate content.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -33,7 +33,7 @@
"dependencies": {
"@griffel/react": "^1.5.2",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-components/react-field/CHANGELOG.json b/packages/react-components/react-field/CHANGELOG.json
index f88b0233b1d9c0..209438da5d6726 100644
--- a/packages/react-components/react-field/CHANGELOG.json
+++ b/packages/react-components/react-field/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-field",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-field_v9.0.0-alpha.14",
+ "version": "9.0.0-alpha.14",
+ "comments": {
+ "prerelease": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-field",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-field",
+ "comment": "Bump @fluentui/react-label to v9.0.16",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-field",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:06 GMT",
"tag": "@fluentui/react-field_v9.0.0-alpha.13",
diff --git a/packages/react-components/react-field/CHANGELOG.md b/packages/react-components/react-field/CHANGELOG.md
index b77611b3532d92..b8611fd0139af6 100644
--- a/packages/react-components/react-field/CHANGELOG.md
+++ b/packages/react-components/react-field/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-field
-This log was last generated on Wed, 04 Jan 2023 01:40:06 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.0.0-alpha.14)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.0.0-alpha.13..@fluentui/react-field_v9.0.0-alpha.14)
+
+### Changes
+
+- Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-label to v9.0.16 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.0.0-alpha.13)
Wed, 04 Jan 2023 01:40:06 GMT
diff --git a/packages/react-components/react-field/package.json b/packages/react-components/react-field/package.json
index f0a2d038cad205..cc827f42fef3c0 100644
--- a/packages/react-components/react-field/package.json
+++ b/packages/react-components/react-field/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-field",
- "version": "9.0.0-alpha.13",
+ "version": "9.0.0-alpha.14",
"description": "Fluent UI Field components",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -30,11 +30,11 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-context-selector": "^9.1.4",
+ "@fluentui/react-context-selector": "^9.1.5",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-label": "^9.0.15",
+ "@fluentui/react-label": "^9.0.16",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-image/CHANGELOG.json b/packages/react-components/react-image/CHANGELOG.json
index 0e392ce2aa8c93..bf4eb7540cf8e2 100644
--- a/packages/react-components/react-image/CHANGELOG.json
+++ b/packages/react-components/react-image/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-image",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-image_v9.0.17",
+ "version": "9.0.17",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-image",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:07 GMT",
"tag": "@fluentui/react-image_v9.0.16",
diff --git a/packages/react-components/react-image/CHANGELOG.md b/packages/react-components/react-image/CHANGELOG.md
index e60762390499e6..81358bdae84eb2 100644
--- a/packages/react-components/react-image/CHANGELOG.md
+++ b/packages/react-components/react-image/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-image
-This log was last generated on Wed, 04 Jan 2023 01:40:07 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.17)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.16..@fluentui/react-image_v9.0.17)
+
+### Patches
+
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.16)
Wed, 04 Jan 2023 01:40:07 GMT
diff --git a/packages/react-components/react-image/package.json b/packages/react-components/react-image/package.json
index 219dc0aae0f8a8..c85a324d52cc00 100644
--- a/packages/react-components/react-image/package.json
+++ b/packages/react-components/react-image/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-image",
- "version": "9.0.16",
+ "version": "9.0.17",
"description": "Fluent UI React Image component.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -32,7 +32,7 @@
},
"dependencies": {
"@griffel/react": "^1.5.2",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@fluentui/react-theme": "^9.1.5",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-infobutton/CHANGELOG.json b/packages/react-components/react-infobutton/CHANGELOG.json
index 77d8130f6766a7..640149eb46d50d 100644
--- a/packages/react-components/react-infobutton/CHANGELOG.json
+++ b/packages/react-components/react-infobutton/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-infobutton",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.6",
+ "version": "9.0.0-beta.6",
+ "comments": {
+ "prerelease": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-infobutton",
+ "comment": "Bump @fluentui/react-popover to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-infobutton",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-infobutton",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:08 GMT",
"tag": "@fluentui/react-infobutton_v9.0.0-beta.5",
diff --git a/packages/react-components/react-infobutton/CHANGELOG.md b/packages/react-components/react-infobutton/CHANGELOG.md
index 1921520f14cca5..45e8cd726eefbb 100644
--- a/packages/react-components/react-infobutton/CHANGELOG.md
+++ b/packages/react-components/react-infobutton/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-infobutton
-This log was last generated on Wed, 04 Jan 2023 01:40:08 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.6)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-infobutton_v9.0.0-beta.5..@fluentui/react-infobutton_v9.0.0-beta.6)
+
+### Changes
+
+- Bump @fluentui/react-popover to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-infobutton_v9.0.0-beta.5)
Wed, 04 Jan 2023 01:40:08 GMT
diff --git a/packages/react-components/react-infobutton/package.json b/packages/react-components/react-infobutton/package.json
index c5b1f85bceae87..3e803d82426a5d 100644
--- a/packages/react-components/react-infobutton/package.json
+++ b/packages/react-components/react-infobutton/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-infobutton",
- "version": "9.0.0-beta.5",
+ "version": "9.0.0-beta.6",
"description": "React components for building web experiences",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -32,10 +32,10 @@
},
"dependencies": {
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-popover": "^9.3.6",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-popover": "^9.4.0",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-input/CHANGELOG.json b/packages/react-components/react-input/CHANGELOG.json
index c97b6bc09eb1f4..241cd4d91eaca0 100644
--- a/packages/react-components/react-input/CHANGELOG.json
+++ b/packages/react-components/react-input/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-input",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-input_v9.2.11",
+ "version": "9.2.11",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-input",
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-input",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-input",
+ "comment": "Bump @fluentui/react-text to v9.1.12",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:09 GMT",
"tag": "@fluentui/react-input_v9.2.10",
diff --git a/packages/react-components/react-input/CHANGELOG.md b/packages/react-components/react-input/CHANGELOG.md
index bebee2ca402e86..eb9d443c655b05 100644
--- a/packages/react-components/react-input/CHANGELOG.md
+++ b/packages/react-components/react-input/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-input
-This log was last generated on Wed, 04 Jan 2023 01:40:09 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.2.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.2.11)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-input_v9.2.10..@fluentui/react-input_v9.2.11)
+
+### Patches
+
+- Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-text to v9.1.12 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.2.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-input_v9.2.10)
Wed, 04 Jan 2023 01:40:09 GMT
diff --git a/packages/react-components/react-input/package.json b/packages/react-components/react-input/package.json
index a1663ba7b98bec..3775c86da9dfc8 100644
--- a/packages/react-components/react-input/package.json
+++ b/packages/react-components/react-input/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-input",
- "version": "9.2.10",
+ "version": "9.2.11",
"description": "Fluent UI React Input component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -28,13 +28,13 @@
"@fluentui/eslint-plugin": "*",
"@fluentui/react-conformance": "*",
"@fluentui/react-conformance-griffel": "9.0.0-beta.19",
- "@fluentui/react-text": "^9.1.11",
+ "@fluentui/react-text": "^9.1.12",
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-field": "9.0.0-alpha.13",
+ "@fluentui/react-field": "9.0.0-alpha.14",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-label/CHANGELOG.json b/packages/react-components/react-label/CHANGELOG.json
index 4b5b96bd2aee04..c13ab5cd405919 100644
--- a/packages/react-components/react-label/CHANGELOG.json
+++ b/packages/react-components/react-label/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-label",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-label_v9.0.16",
+ "version": "9.0.16",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-label",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:10 GMT",
"tag": "@fluentui/react-label_v9.0.15",
diff --git a/packages/react-components/react-label/CHANGELOG.md b/packages/react-components/react-label/CHANGELOG.md
index ac915557f7f7b7..a663558de9b48d 100644
--- a/packages/react-components/react-label/CHANGELOG.md
+++ b/packages/react-components/react-label/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-label
-This log was last generated on Wed, 04 Jan 2023 01:40:10 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.16)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.15..@fluentui/react-label_v9.0.16)
+
+### Patches
+
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.15)
Wed, 04 Jan 2023 01:40:10 GMT
diff --git a/packages/react-components/react-label/package.json b/packages/react-components/react-label/package.json
index b3aea68e4295ea..855ef56eade7df 100644
--- a/packages/react-components/react-label/package.json
+++ b/packages/react-components/react-label/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-label",
- "version": "9.0.15",
+ "version": "9.0.16",
"description": "Fluent UI React Label component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -32,7 +32,7 @@
},
"dependencies": {
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-link/CHANGELOG.json b/packages/react-components/react-link/CHANGELOG.json
index 99575d4dffebef..1b7179b3cdc4d9 100644
--- a/packages/react-components/react-link/CHANGELOG.json
+++ b/packages/react-components/react-link/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-link",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-link_v9.0.17",
+ "version": "9.0.17",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-link",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-link",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:11 GMT",
"tag": "@fluentui/react-link_v9.0.16",
diff --git a/packages/react-components/react-link/CHANGELOG.md b/packages/react-components/react-link/CHANGELOG.md
index 3664e984aec9de..5216982259b831 100644
--- a/packages/react-components/react-link/CHANGELOG.md
+++ b/packages/react-components/react-link/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-link
-This log was last generated on Wed, 04 Jan 2023 01:40:11 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.17)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.16..@fluentui/react-link_v9.0.17)
+
+### Patches
+
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.16)
Wed, 04 Jan 2023 01:40:11 GMT
diff --git a/packages/react-components/react-link/package.json b/packages/react-components/react-link/package.json
index 2424fb80993432..fd975bc5d6a6f3 100644
--- a/packages/react-components/react-link/package.json
+++ b/packages/react-components/react-link/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-link",
- "version": "9.0.16",
+ "version": "9.0.17",
"description": "Fluent UI React Link component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@fluentui/keyboard-keys": "^9.0.1",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-menu/CHANGELOG.json b/packages/react-components/react-menu/CHANGELOG.json
index 123f64087838a8..a06d5f30f13890 100644
--- a/packages/react-components/react-menu/CHANGELOG.json
+++ b/packages/react-components/react-menu/CHANGELOG.json
@@ -1,6 +1,73 @@
{
"name": "@fluentui/react-menu",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:34:57 GMT",
+ "tag": "@fluentui/react-menu_v9.6.0",
+ "version": "9.6.0",
+ "comments": {
+ "patch": [
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-menu",
+ "commit": "307d7988ee9c589c17dce78f1c36719c6ebb91c2",
+ "comment": "fix: MenuList props should win over context props"
+ }
+ ],
+ "minor": [
+ {
+ "author": "bernardo.sunderhus@gmail.com",
+ "package": "@fluentui/react-menu",
+ "commit": "26f0364b3837056ee8e0df42a7932c298c68290e",
+ "comment": "Stops using ARIAButton types for MenuItem root"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-menu",
+ "comment": "Bump @fluentui/react-aria to v9.3.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-menu",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-menu",
+ "comment": "Bump @fluentui/react-portal to v9.1.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-menu",
+ "comment": "Bump @fluentui/react-positioning to v9.3.7",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-menu",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-menu",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ],
+ "none": [
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-menu",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:13 GMT",
"tag": "@fluentui/react-menu_v9.5.4",
diff --git a/packages/react-components/react-menu/CHANGELOG.md b/packages/react-components/react-menu/CHANGELOG.md
index e8acf6dfa11d1f..9730c4d08b3a65 100644
--- a/packages/react-components/react-menu/CHANGELOG.md
+++ b/packages/react-components/react-menu/CHANGELOG.md
@@ -1,9 +1,28 @@
# Change Log - @fluentui/react-menu
-This log was last generated on Wed, 04 Jan 2023 01:40:13 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:34:57 GMT and should not be manually modified.
+## [9.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.0)
+
+Mon, 09 Jan 2023 14:34:57 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.5.4..@fluentui/react-menu_v9.6.0)
+
+### Minor changes
+
+- Stops using ARIAButton types for MenuItem root ([PR #26257](https://github.com/microsoft/fluentui/pull/26257) by bernardo.sunderhus@gmail.com)
+- Bump @fluentui/react-aria to v9.3.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-portal to v9.1.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-positioning to v9.3.7 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
+### Patches
+
+- fix: MenuList props should win over context props ([PR #26252](https://github.com/microsoft/fluentui/pull/26252) by lingfangao@hotmail.com)
+
## [9.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.5.4)
Wed, 04 Jan 2023 01:40:13 GMT
diff --git a/packages/react-components/react-menu/package.json b/packages/react-components/react-menu/package.json
index c3928cdbca57db..333e3b162fdeba 100644
--- a/packages/react-components/react-menu/package.json
+++ b/packages/react-components/react-menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-menu",
- "version": "9.5.4",
+ "version": "9.6.0",
"description": "Fluent UI menu component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -33,16 +33,16 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-aria": "^9.3.4",
+ "@fluentui/react-aria": "^9.3.5",
"@fluentui/keyboard-keys": "^9.0.1",
- "@fluentui/react-context-selector": "^9.1.4",
+ "@fluentui/react-context-selector": "^9.1.5",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-portal": "^9.0.15",
- "@fluentui/react-positioning": "^9.3.6",
+ "@fluentui/react-portal": "^9.1.0",
+ "@fluentui/react-positioning": "^9.3.7",
"@fluentui/react-shared-contexts": "^9.1.4",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-overflow/CHANGELOG.json b/packages/react-components/react-overflow/CHANGELOG.json
index 410898dae9931d..7cddd0e4d3ecd7 100644
--- a/packages/react-components/react-overflow/CHANGELOG.json
+++ b/packages/react-components/react-overflow/CHANGELOG.json
@@ -1,6 +1,47 @@
{
"name": "@fluentui/react-overflow",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:34:57 GMT",
+ "tag": "@fluentui/react-overflow_v9.0.0-rc.6",
+ "version": "9.0.0-rc.6",
+ "comments": {
+ "none": [
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-overflow",
+ "commit": "2611ae5441e4bc702c4ce6404c7186f6c2de7cc3",
+ "comment": "Add tests for fix"
+ },
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-overflow",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ }
+ ],
+ "prerelease": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-overflow",
+ "comment": "Bump @fluentui/priority-overflow to v9.0.0-rc.2",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-overflow",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-overflow",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:14 GMT",
"tag": "@fluentui/react-overflow_v9.0.0-rc.5",
diff --git a/packages/react-components/react-overflow/CHANGELOG.md b/packages/react-components/react-overflow/CHANGELOG.md
index 0b26422250fa40..6cf9acd7d2d763 100644
--- a/packages/react-components/react-overflow/CHANGELOG.md
+++ b/packages/react-components/react-overflow/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-overflow
-This log was last generated on Wed, 04 Jan 2023 01:40:14 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:34:57 GMT and should not be manually modified.
+## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-rc.6)
+
+Mon, 09 Jan 2023 14:34:57 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-overflow_v9.0.0-rc.5..@fluentui/react-overflow_v9.0.0-rc.6)
+
+### Changes
+
+- Bump @fluentui/priority-overflow to v9.0.0-rc.2 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-overflow_v9.0.0-rc.5)
Wed, 04 Jan 2023 01:40:14 GMT
diff --git a/packages/react-components/react-overflow/package.json b/packages/react-components/react-overflow/package.json
index c7aeca9f2c1978..fe8b7baa9690d1 100644
--- a/packages/react-components/react-overflow/package.json
+++ b/packages/react-components/react-overflow/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-overflow",
- "version": "9.0.0-rc.5",
+ "version": "9.0.0-rc.6",
"description": "React bindings for @fluentui/priority-overflow",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -31,10 +31,10 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/priority-overflow": "^9.0.0-rc.1",
- "@fluentui/react-context-selector": "^9.1.4",
+ "@fluentui/priority-overflow": "^9.0.0-rc.2",
+ "@fluentui/react-context-selector": "^9.1.5",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-persona/CHANGELOG.json b/packages/react-components/react-persona/CHANGELOG.json
index 9bea1b8de4410f..06b0d7c3f165cf 100644
--- a/packages/react-components/react-persona/CHANGELOG.json
+++ b/packages/react-components/react-persona/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-persona",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-persona_v9.1.1",
+ "version": "9.1.1",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-persona",
+ "comment": "Bump @fluentui/react-avatar to v9.2.12",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-persona",
+ "comment": "Bump @fluentui/react-badge to v9.0.18",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-persona",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:15 GMT",
"tag": "@fluentui/react-persona_v9.1.0",
diff --git a/packages/react-components/react-persona/CHANGELOG.md b/packages/react-components/react-persona/CHANGELOG.md
index df7d7aaea704d0..cb1f5c3c489ae8 100644
--- a/packages/react-components/react-persona/CHANGELOG.md
+++ b/packages/react-components/react-persona/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-persona
-This log was last generated on Wed, 04 Jan 2023 01:40:15 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.1.1)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-persona_v9.1.0..@fluentui/react-persona_v9.1.1)
+
+### Patches
+
+- Bump @fluentui/react-avatar to v9.2.12 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-badge to v9.0.18 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-persona_v9.1.0)
Wed, 04 Jan 2023 01:40:15 GMT
diff --git a/packages/react-components/react-persona/package.json b/packages/react-components/react-persona/package.json
index e27c0ad0e80fe4..cc7f7097b68605 100644
--- a/packages/react-components/react-persona/package.json
+++ b/packages/react-components/react-persona/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-persona",
- "version": "9.1.0",
+ "version": "9.1.1",
"description": "React components for building web experiences",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -31,10 +31,10 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-avatar": "^9.2.11",
- "@fluentui/react-badge": "^9.0.17",
+ "@fluentui/react-avatar": "^9.2.12",
+ "@fluentui/react-badge": "^9.0.18",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-popover/CHANGELOG.json b/packages/react-components/react-popover/CHANGELOG.json
index 8a70a8feae3800..a4334896efb9c9 100644
--- a/packages/react-components/react-popover/CHANGELOG.json
+++ b/packages/react-components/react-popover/CHANGELOG.json
@@ -1,6 +1,65 @@
{
"name": "@fluentui/react-popover",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:34:58 GMT",
+ "tag": "@fluentui/react-popover_v9.4.0",
+ "version": "9.4.0",
+ "comments": {
+ "none": [
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-popover",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ }
+ ],
+ "minor": [
+ {
+ "author": "yuanboxue@microsoft.com",
+ "package": "@fluentui/react-popover",
+ "commit": "46dc6befc9db655c2763908d91c7c603f1063af4",
+ "comment": "feat: add new prop unstable_disableAutoFocus on Popover"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-popover",
+ "comment": "Bump @fluentui/react-aria to v9.3.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-popover",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-popover",
+ "comment": "Bump @fluentui/react-portal to v9.1.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-popover",
+ "comment": "Bump @fluentui/react-positioning to v9.3.7",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-popover",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-popover",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:16 GMT",
"tag": "@fluentui/react-popover_v9.3.6",
diff --git a/packages/react-components/react-popover/CHANGELOG.md b/packages/react-components/react-popover/CHANGELOG.md
index e1ef0c1103447d..984d8e4b131ce3 100644
--- a/packages/react-components/react-popover/CHANGELOG.md
+++ b/packages/react-components/react-popover/CHANGELOG.md
@@ -1,9 +1,24 @@
# Change Log - @fluentui/react-popover
-This log was last generated on Wed, 04 Jan 2023 01:40:16 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:34:58 GMT and should not be manually modified.
+## [9.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.4.0)
+
+Mon, 09 Jan 2023 14:34:58 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.3.6..@fluentui/react-popover_v9.4.0)
+
+### Minor changes
+
+- feat: add new prop unstable_disableAutoFocus on Popover ([PR #26141](https://github.com/microsoft/fluentui/pull/26141) by yuanboxue@microsoft.com)
+- Bump @fluentui/react-aria to v9.3.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-portal to v9.1.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-positioning to v9.3.7 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.3.6)
Wed, 04 Jan 2023 01:40:16 GMT
diff --git a/packages/react-components/react-popover/package.json b/packages/react-components/react-popover/package.json
index 95726d40a5b4c2..0c5af16f3c8aaf 100644
--- a/packages/react-components/react-popover/package.json
+++ b/packages/react-components/react-popover/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-popover",
- "version": "9.3.6",
+ "version": "9.4.0",
"description": "Popover component for Fluent UI",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -34,14 +34,14 @@
},
"dependencies": {
"@fluentui/keyboard-keys": "^9.0.1",
- "@fluentui/react-aria": "^9.3.4",
- "@fluentui/react-context-selector": "^9.1.4",
- "@fluentui/react-portal": "^9.0.15",
- "@fluentui/react-positioning": "^9.3.6",
+ "@fluentui/react-aria": "^9.3.5",
+ "@fluentui/react-context-selector": "^9.1.5",
+ "@fluentui/react-portal": "^9.1.0",
+ "@fluentui/react-positioning": "^9.3.7",
"@fluentui/react-shared-contexts": "^9.1.4",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-portal-compat/CHANGELOG.json b/packages/react-components/react-portal-compat/CHANGELOG.json
index b5e13544151794..be7f09b5c4f3ff 100644
--- a/packages/react-components/react-portal-compat/CHANGELOG.json
+++ b/packages/react-components/react-portal-compat/CHANGELOG.json
@@ -1,6 +1,35 @@
{
"name": "@fluentui/react-portal-compat",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:34:59 GMT",
+ "tag": "@fluentui/react-portal-compat_v9.0.24",
+ "version": "9.0.24",
+ "comments": {
+ "none": [
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-portal-compat",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ }
+ ],
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-portal-compat",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-portal-compat",
+ "comment": "Bump @fluentui/react-components to v9.9.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:18 GMT",
"tag": "@fluentui/react-portal-compat_v9.0.23",
diff --git a/packages/react-components/react-portal-compat/CHANGELOG.md b/packages/react-components/react-portal-compat/CHANGELOG.md
index ce2e0ac25b3489..77128fa8586a75 100644
--- a/packages/react-components/react-portal-compat/CHANGELOG.md
+++ b/packages/react-components/react-portal-compat/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-portal-compat
-This log was last generated on Wed, 04 Jan 2023 01:40:18 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:34:59 GMT and should not be manually modified.
+## [9.0.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.24)
+
+Mon, 09 Jan 2023 14:34:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.23..@fluentui/react-portal-compat_v9.0.24)
+
+### Patches
+
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-components to v9.9.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.23)
Wed, 04 Jan 2023 01:40:18 GMT
diff --git a/packages/react-components/react-portal-compat/package.json b/packages/react-components/react-portal-compat/package.json
index 569b8814b3f893..9886f042d91146 100644
--- a/packages/react-components/react-portal-compat/package.json
+++ b/packages/react-components/react-portal-compat/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-portal-compat",
- "version": "9.0.23",
+ "version": "9.0.24",
"description": "A package that contains compatibility layer for React Portals",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -26,17 +26,17 @@
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
- "@fluentui/react-components": "^9.8.0",
+ "@fluentui/react-components": "^9.9.0",
"@fluentui/react-shared-contexts": "^9.1.4",
"@fluentui/scripts": "*"
},
"dependencies": {
"@fluentui/react-portal-compat-context": "^9.0.4",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-tabster": "^9.3.6",
"tslib": "^2.1.0"
},
"peerDependencies": {
- "@fluentui/react-components": "^9.8.0",
+ "@fluentui/react-components": "^9.9.0",
"@types/react": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0"
},
diff --git a/packages/react-components/react-portal/CHANGELOG.json b/packages/react-components/react-portal/CHANGELOG.json
index 1d98cf4d15225b..b5c277bb120434 100644
--- a/packages/react-components/react-portal/CHANGELOG.json
+++ b/packages/react-components/react-portal/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-portal",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:34:59 GMT",
+ "tag": "@fluentui/react-portal_v9.1.0",
+ "version": "9.1.0",
+ "comments": {
+ "minor": [
+ {
+ "author": "email not defined",
+ "package": "@fluentui/react-portal",
+ "commit": "a62c525a002fe1eed5c40aec4c041d1f850b7beb",
+ "comment": "feat: elementContains supports Node types"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-portal",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-portal",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:17 GMT",
"tag": "@fluentui/react-portal_v9.0.15",
diff --git a/packages/react-components/react-portal/CHANGELOG.md b/packages/react-components/react-portal/CHANGELOG.md
index 7ec4de37866be4..4455c8c928bf3f 100644
--- a/packages/react-components/react-portal/CHANGELOG.md
+++ b/packages/react-components/react-portal/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-portal
-This log was last generated on Wed, 04 Jan 2023 01:40:17 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:34:59 GMT and should not be manually modified.
+## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.1.0)
+
+Mon, 09 Jan 2023 14:34:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.0.15..@fluentui/react-portal_v9.1.0)
+
+### Minor changes
+
+- feat: elementContains supports Node types ([PR #26158](https://github.com/microsoft/fluentui/pull/26158) by email not defined)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.0.15)
Wed, 04 Jan 2023 01:40:17 GMT
diff --git a/packages/react-components/react-portal/package.json b/packages/react-components/react-portal/package.json
index b886524ae0b872..900749fb8f5ae5 100644
--- a/packages/react-components/react-portal/package.json
+++ b/packages/react-components/react-portal/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-portal",
- "version": "9.0.15",
+ "version": "9.1.0",
"description": "A utility component that creates portals compatible with Fluent UI",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -31,8 +31,8 @@
},
"dependencies": {
"@fluentui/react-shared-contexts": "^9.1.4",
- "@fluentui/react-tabster": "^9.3.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-tabster": "^9.3.6",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0",
"use-disposable": "^1.0.1"
diff --git a/packages/react-components/react-positioning/CHANGELOG.json b/packages/react-components/react-positioning/CHANGELOG.json
index 0cbd8f68103b6e..3085091efc4b50 100644
--- a/packages/react-components/react-positioning/CHANGELOG.json
+++ b/packages/react-components/react-positioning/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-positioning",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:34:59 GMT",
+ "tag": "@fluentui/react-positioning_v9.3.7",
+ "version": "9.3.7",
+ "comments": {
+ "patch": [
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-positioning",
+ "commit": "42acf190805edde3e32fbbf4adf37046c51f625e",
+ "comment": "fix: setOverrideTarget should be an event callback"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-positioning",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:20 GMT",
"tag": "@fluentui/react-positioning_v9.3.6",
diff --git a/packages/react-components/react-positioning/CHANGELOG.md b/packages/react-components/react-positioning/CHANGELOG.md
index 8bc691d74a1460..d0975ca4ac2c80 100644
--- a/packages/react-components/react-positioning/CHANGELOG.md
+++ b/packages/react-components/react-positioning/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-positioning
-This log was last generated on Wed, 04 Jan 2023 01:40:20 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:34:59 GMT and should not be manually modified.
+## [9.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.3.7)
+
+Mon, 09 Jan 2023 14:34:59 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-positioning_v9.3.6..@fluentui/react-positioning_v9.3.7)
+
+### Patches
+
+- fix: setOverrideTarget should be an event callback ([PR #26157](https://github.com/microsoft/fluentui/pull/26157) by lingfangao@hotmail.com)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-positioning_v9.3.6)
Wed, 04 Jan 2023 01:40:20 GMT
diff --git a/packages/react-components/react-positioning/package.json b/packages/react-components/react-positioning/package.json
index 090cf57f616e3f..3d3d2b024fad22 100644
--- a/packages/react-components/react-positioning/package.json
+++ b/packages/react-components/react-positioning/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-positioning",
- "version": "9.3.6",
+ "version": "9.3.7",
"description": "A react wrapper around Popper.js for Fluent UI",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -30,7 +30,7 @@
"@floating-ui/dom": "^1.0.0",
"@fluentui/react-shared-contexts": "^9.1.4",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-progress/CHANGELOG.json b/packages/react-components/react-progress/CHANGELOG.json
index 8e621aa1f2f88d..d1405e8d06d041 100644
--- a/packages/react-components/react-progress/CHANGELOG.json
+++ b/packages/react-components/react-progress/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-progress",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-progress_v9.0.0-alpha.11",
+ "version": "9.0.0-alpha.11",
+ "comments": {
+ "prerelease": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-progress",
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-progress",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:22 GMT",
"tag": "@fluentui/react-progress_v9.0.0-alpha.10",
diff --git a/packages/react-components/react-progress/CHANGELOG.md b/packages/react-components/react-progress/CHANGELOG.md
index b459b1c16dddfc..3e8f0b40c125e0 100644
--- a/packages/react-components/react-progress/CHANGELOG.md
+++ b/packages/react-components/react-progress/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-progress
-This log was last generated on Wed, 04 Jan 2023 01:40:22 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.11)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-progress_v9.0.0-alpha.10..@fluentui/react-progress_v9.0.0-alpha.11)
+
+### Changes
+
+- Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-progress_v9.0.0-alpha.10)
Wed, 04 Jan 2023 01:40:22 GMT
diff --git a/packages/react-components/react-progress/package.json b/packages/react-components/react-progress/package.json
index e01f8ab651620f..fdc94e666ff622 100644
--- a/packages/react-components/react-progress/package.json
+++ b/packages/react-components/react-progress/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-progress",
- "version": "9.0.0-alpha.10",
+ "version": "9.0.0-alpha.11",
"description": "Progress component for FluentUI v9",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -31,10 +31,10 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-field": "9.0.0-alpha.13",
+ "@fluentui/react-field": "9.0.0-alpha.14",
"@fluentui/react-shared-contexts": "^9.1.4",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-provider/CHANGELOG.json b/packages/react-components/react-provider/CHANGELOG.json
index c7393c14c790b2..caf7fe98fc6473 100644
--- a/packages/react-components/react-provider/CHANGELOG.json
+++ b/packages/react-components/react-provider/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-provider",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-provider_v9.2.1",
+ "version": "9.2.1",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-provider",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-provider",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:23 GMT",
"tag": "@fluentui/react-provider_v9.2.0",
diff --git a/packages/react-components/react-provider/CHANGELOG.md b/packages/react-components/react-provider/CHANGELOG.md
index 96a0369ac2ca76..37a4161712d566 100644
--- a/packages/react-components/react-provider/CHANGELOG.md
+++ b/packages/react-components/react-provider/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-provider
-This log was last generated on Wed, 04 Jan 2023 01:40:23 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.2.1)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.2.0..@fluentui/react-provider_v9.2.1)
+
+### Patches
+
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.2.0)
Wed, 04 Jan 2023 01:40:23 GMT
diff --git a/packages/react-components/react-provider/package.json b/packages/react-components/react-provider/package.json
index 788a9c9d3981f4..f869b9aab81938 100644
--- a/packages/react-components/react-provider/package.json
+++ b/packages/react-components/react-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-provider",
- "version": "9.2.0",
+ "version": "9.2.1",
"description": "Fluent UI React provider component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -34,9 +34,9 @@
"@griffel/core": "^1.9.0",
"@griffel/react": "^1.5.2",
"@fluentui/react-shared-contexts": "^9.1.4",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-components/react-radio/CHANGELOG.json b/packages/react-components/react-radio/CHANGELOG.json
index 79a5b65d2ca449..f901f4e1db9bc1 100644
--- a/packages/react-components/react-radio/CHANGELOG.json
+++ b/packages/react-components/react-radio/CHANGELOG.json
@@ -1,6 +1,45 @@
{
"name": "@fluentui/react-radio",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-radio_v9.0.17",
+ "version": "9.0.17",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-radio",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-radio",
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-radio",
+ "comment": "Bump @fluentui/react-label to v9.0.16",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-radio",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-radio",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:25 GMT",
"tag": "@fluentui/react-radio_v9.0.16",
diff --git a/packages/react-components/react-radio/CHANGELOG.md b/packages/react-components/react-radio/CHANGELOG.md
index 48f1ece5f78a7e..96cdabae11aae4 100644
--- a/packages/react-components/react-radio/CHANGELOG.md
+++ b/packages/react-components/react-radio/CHANGELOG.md
@@ -1,9 +1,22 @@
# Change Log - @fluentui/react-radio
-This log was last generated on Wed, 04 Jan 2023 01:40:25 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.0.17)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.0.16..@fluentui/react-radio_v9.0.17)
+
+### Patches
+
+- Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-label to v9.0.16 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.0.16)
Wed, 04 Jan 2023 01:40:25 GMT
diff --git a/packages/react-components/react-radio/package.json b/packages/react-components/react-radio/package.json
index d1294594a328d5..aa5f79e6e46374 100644
--- a/packages/react-components/react-radio/package.json
+++ b/packages/react-components/react-radio/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-radio",
- "version": "9.0.16",
+ "version": "9.0.17",
"description": "Fluent UI Radio component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -30,13 +30,13 @@
"@fluentui/react-conformance-griffel": "9.0.0-beta.19"
},
"dependencies": {
- "@fluentui/react-context-selector": "^9.1.4",
- "@fluentui/react-field": "9.0.0-alpha.13",
+ "@fluentui/react-context-selector": "^9.1.5",
+ "@fluentui/react-field": "9.0.0-alpha.14",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-label": "^9.0.15",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-label": "^9.0.16",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-select/CHANGELOG.json b/packages/react-components/react-select/CHANGELOG.json
index cc754f0b69fd22..9baffa15c8b5d5 100644
--- a/packages/react-components/react-select/CHANGELOG.json
+++ b/packages/react-components/react-select/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-select",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-select_v9.0.0-beta.20",
+ "version": "9.0.0-beta.20",
+ "comments": {
+ "prerelease": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-select",
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-select",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:26 GMT",
"tag": "@fluentui/react-select_v9.0.0-beta.19",
diff --git a/packages/react-components/react-select/CHANGELOG.md b/packages/react-components/react-select/CHANGELOG.md
index 23a7bbbdd06c51..eafc8127fcc64a 100644
--- a/packages/react-components/react-select/CHANGELOG.md
+++ b/packages/react-components/react-select/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-select
-This log was last generated on Wed, 04 Jan 2023 01:40:26 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.20)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-select_v9.0.0-beta.19..@fluentui/react-select_v9.0.0-beta.20)
+
+### Changes
+
+- Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.19)
Wed, 04 Jan 2023 01:40:26 GMT
diff --git a/packages/react-components/react-select/package.json b/packages/react-components/react-select/package.json
index aa69790caed645..13ce6c22e9558a 100644
--- a/packages/react-components/react-select/package.json
+++ b/packages/react-components/react-select/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-select",
- "version": "9.0.0-beta.19",
+ "version": "9.0.0-beta.20",
"description": "Fluent UI React Select component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -30,10 +30,10 @@
"@fluentui/react-conformance-griffel": "9.0.0-beta.19"
},
"dependencies": {
- "@fluentui/react-field": "9.0.0-alpha.13",
+ "@fluentui/react-field": "9.0.0-alpha.14",
"@fluentui/react-icons": "^2.0.175",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-skeleton/package.json b/packages/react-components/react-skeleton/package.json
index 1f61c94cfcf251..baeac81911dc80 100644
--- a/packages/react-components/react-skeleton/package.json
+++ b/packages/react-components/react-skeleton/package.json
@@ -30,7 +30,7 @@
},
"dependencies": {
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-slider/CHANGELOG.json b/packages/react-components/react-slider/CHANGELOG.json
index 3627ede48e0be3..2cb490d6d81251 100644
--- a/packages/react-components/react-slider/CHANGELOG.json
+++ b/packages/react-components/react-slider/CHANGELOG.json
@@ -1,6 +1,39 @@
{
"name": "@fluentui/react-slider",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-slider_v9.0.16",
+ "version": "9.0.16",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-slider",
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-slider",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-slider",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-slider",
+ "comment": "Bump @fluentui/react-label to v9.0.16",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:27 GMT",
"tag": "@fluentui/react-slider_v9.0.15",
diff --git a/packages/react-components/react-slider/CHANGELOG.md b/packages/react-components/react-slider/CHANGELOG.md
index d0255e96660fb6..75d6e04d3ef98f 100644
--- a/packages/react-components/react-slider/CHANGELOG.md
+++ b/packages/react-components/react-slider/CHANGELOG.md
@@ -1,9 +1,21 @@
# Change Log - @fluentui/react-slider
-This log was last generated on Wed, 04 Jan 2023 01:40:27 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.16)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-slider_v9.0.15..@fluentui/react-slider_v9.0.16)
+
+### Patches
+
+- Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-label to v9.0.16 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-slider_v9.0.15)
Wed, 04 Jan 2023 01:40:27 GMT
diff --git a/packages/react-components/react-slider/package.json b/packages/react-components/react-slider/package.json
index 194231aa917115..e67dfd4638f9b4 100644
--- a/packages/react-components/react-slider/package.json
+++ b/packages/react-components/react-slider/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-slider",
- "version": "9.0.15",
+ "version": "9.0.16",
"description": "Fluent UI React Slider component.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -28,16 +28,16 @@
"@fluentui/eslint-plugin": "*",
"@fluentui/react-conformance": "*",
"@fluentui/react-conformance-griffel": "9.0.0-beta.19",
- "@fluentui/react-label": "^9.0.15",
+ "@fluentui/react-label": "^9.0.16",
"@fluentui/scripts": "*"
},
"dependencies": {
"@griffel/react": "^1.5.2",
- "@fluentui/react-field": "9.0.0-alpha.13",
+ "@fluentui/react-field": "9.0.0-alpha.14",
"@fluentui/react-shared-contexts": "^9.1.4",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-components/react-spinbutton/CHANGELOG.json b/packages/react-components/react-spinbutton/CHANGELOG.json
index 58587ff1fdf7d9..a72f7d9ba8f470 100644
--- a/packages/react-components/react-spinbutton/CHANGELOG.json
+++ b/packages/react-components/react-spinbutton/CHANGELOG.json
@@ -1,6 +1,39 @@
{
"name": "@fluentui/react-spinbutton",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-spinbutton_v9.0.14",
+ "version": "9.0.14",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-spinbutton",
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-spinbutton",
+ "comment": "Bump @fluentui/react-input to v9.2.11",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-spinbutton",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-spinbutton",
+ "comment": "Bump @fluentui/react-label to v9.0.16",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:28 GMT",
"tag": "@fluentui/react-spinbutton_v9.0.13",
diff --git a/packages/react-components/react-spinbutton/CHANGELOG.md b/packages/react-components/react-spinbutton/CHANGELOG.md
index 80167234ef871b..088d22e1d423cb 100644
--- a/packages/react-components/react-spinbutton/CHANGELOG.md
+++ b/packages/react-components/react-spinbutton/CHANGELOG.md
@@ -1,9 +1,21 @@
# Change Log - @fluentui/react-spinbutton
-This log was last generated on Wed, 04 Jan 2023 01:40:28 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.14)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinbutton_v9.0.13..@fluentui/react-spinbutton_v9.0.14)
+
+### Patches
+
+- Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-input to v9.2.11 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-label to v9.0.16 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinbutton_v9.0.13)
Wed, 04 Jan 2023 01:40:28 GMT
diff --git a/packages/react-components/react-spinbutton/package.json b/packages/react-components/react-spinbutton/package.json
index e109292433d050..de227fd13d17df 100644
--- a/packages/react-components/react-spinbutton/package.json
+++ b/packages/react-components/react-spinbutton/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-spinbutton",
- "version": "9.0.13",
+ "version": "9.0.14",
"description": "Fluent UI React SpinButton component.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -28,17 +28,17 @@
"@fluentui/eslint-plugin": "*",
"@fluentui/react-conformance": "*",
"@fluentui/react-conformance-griffel": "9.0.0-beta.19",
- "@fluentui/react-label": "^9.0.15",
+ "@fluentui/react-label": "^9.0.16",
"@fluentui/scripts": "*"
},
"dependencies": {
"@griffel/react": "^1.5.2",
"@fluentui/keyboard-keys": "^9.0.1",
- "@fluentui/react-field": "9.0.0-alpha.13",
+ "@fluentui/react-field": "9.0.0-alpha.14",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-input": "^9.2.10",
+ "@fluentui/react-input": "^9.2.11",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-components/react-spinner/CHANGELOG.json b/packages/react-components/react-spinner/CHANGELOG.json
index 61dbe988dd0aa4..e04106a495a91e 100644
--- a/packages/react-components/react-spinner/CHANGELOG.json
+++ b/packages/react-components/react-spinner/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-spinner",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-spinner_v9.0.16",
+ "version": "9.0.16",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-spinner",
+ "comment": "Bump @fluentui/react-label to v9.0.16",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-spinner",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:30 GMT",
"tag": "@fluentui/react-spinner_v9.0.15",
diff --git a/packages/react-components/react-spinner/CHANGELOG.md b/packages/react-components/react-spinner/CHANGELOG.md
index f458f3a626c810..2a324a58549f6f 100644
--- a/packages/react-components/react-spinner/CHANGELOG.md
+++ b/packages/react-components/react-spinner/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-spinner
-This log was last generated on Wed, 04 Jan 2023 01:40:30 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.0.16)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-spinner_v9.0.15..@fluentui/react-spinner_v9.0.16)
+
+### Patches
+
+- Bump @fluentui/react-label to v9.0.16 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-spinner_v9.0.15)
Wed, 04 Jan 2023 01:40:30 GMT
diff --git a/packages/react-components/react-spinner/package.json b/packages/react-components/react-spinner/package.json
index 8e390173b0e8b4..59adb7cf417eb5 100644
--- a/packages/react-components/react-spinner/package.json
+++ b/packages/react-components/react-spinner/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-spinner",
- "version": "9.0.15",
+ "version": "9.0.16",
"description": "Spinner component for Fluent UI React",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -32,8 +32,8 @@
},
"dependencies": {
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-label": "^9.0.15",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-label": "^9.0.16",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-storybook-addon/package.json b/packages/react-components/react-storybook-addon/package.json
index ef6c43ab19c794..96c94a3fc3a6cf 100644
--- a/packages/react-components/react-storybook-addon/package.json
+++ b/packages/react-components/react-storybook-addon/package.json
@@ -30,7 +30,7 @@
},
"dependencies": {
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-provider": "^9.2.0",
+ "@fluentui/react-provider": "^9.2.1",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-components/react-switch/CHANGELOG.json b/packages/react-components/react-switch/CHANGELOG.json
index 7904e1a332b7ee..3793cbc56d4dd8 100644
--- a/packages/react-components/react-switch/CHANGELOG.json
+++ b/packages/react-components/react-switch/CHANGELOG.json
@@ -1,6 +1,39 @@
{
"name": "@fluentui/react-switch",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-switch_v9.0.17",
+ "version": "9.0.17",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-switch",
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-switch",
+ "comment": "Bump @fluentui/react-label to v9.0.16",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-switch",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-switch",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:31 GMT",
"tag": "@fluentui/react-switch_v9.0.16",
diff --git a/packages/react-components/react-switch/CHANGELOG.md b/packages/react-components/react-switch/CHANGELOG.md
index 7d5586c29742eb..654e3360cde1ec 100644
--- a/packages/react-components/react-switch/CHANGELOG.md
+++ b/packages/react-components/react-switch/CHANGELOG.md
@@ -1,9 +1,21 @@
# Change Log - @fluentui/react-switch
-This log was last generated on Wed, 04 Jan 2023 01:40:31 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.0.17)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-switch_v9.0.16..@fluentui/react-switch_v9.0.17)
+
+### Patches
+
+- Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-label to v9.0.16 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-switch_v9.0.16)
Wed, 04 Jan 2023 01:40:31 GMT
diff --git a/packages/react-components/react-switch/package.json b/packages/react-components/react-switch/package.json
index d0755261ecc6dd..849c8290f3eadc 100644
--- a/packages/react-components/react-switch/package.json
+++ b/packages/react-components/react-switch/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-switch",
- "version": "9.0.16",
+ "version": "9.0.17",
"description": "Fluent UI React Switch component.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -31,12 +31,12 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-field": "9.0.0-alpha.13",
+ "@fluentui/react-field": "9.0.0-alpha.14",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-label": "^9.0.15",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-label": "^9.0.16",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-table/CHANGELOG.json b/packages/react-components/react-table/CHANGELOG.json
index b87a377134d334..e5e8d18bf01a2f 100644
--- a/packages/react-components/react-table/CHANGELOG.json
+++ b/packages/react-components/react-table/CHANGELOG.json
@@ -1,6 +1,89 @@
{
"name": "@fluentui/react-table",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:00 GMT",
+ "tag": "@fluentui/react-table_v9.0.0-alpha.17",
+ "version": "9.0.0-alpha.17",
+ "comments": {
+ "prerelease": [
+ {
+ "author": "olfedias@microsoft.com",
+ "package": "@fluentui/react-table",
+ "commit": "73bd103d70370326286daee55dad5c1c2b9861a7",
+ "comment": "fix: remove Event type in selectionManager"
+ },
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-table",
+ "commit": "2bde4a96454105f8943284b590b6174ccb1aea94",
+ "comment": "refactor: Cleanup unused code"
+ },
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-table",
+ "commit": "87fcaf175c6588438c7f8dc2c2de5a4af5f94d1a",
+ "comment": "BREAKING(TableCellLayout): `wrapper` slot renamed to `content`"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-table",
+ "comment": "Bump @fluentui/react-aria to v9.3.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-table",
+ "comment": "Bump @fluentui/react-avatar to v9.2.12",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-table",
+ "comment": "Bump @fluentui/react-checkbox to v9.0.18",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-table",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-table",
+ "comment": "Bump @fluentui/react-radio to v9.0.17",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-table",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-table",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ],
+ "none": [
+ {
+ "author": "olfedias@microsoft.com",
+ "package": "@fluentui/react-table",
+ "commit": "bffa36e0a7824f1e54d73907912473692c40d70b",
+ "comment": "docs: fix typo in Table.types.ts"
+ },
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-table",
+ "commit": "f514d1ff53ea0b2a6e959b3d457f341d7f68575e",
+ "comment": "docs: Fix typos in react-table docs"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:32 GMT",
"tag": "@fluentui/react-table_v9.0.0-alpha.16",
diff --git a/packages/react-components/react-table/CHANGELOG.md b/packages/react-components/react-table/CHANGELOG.md
index ffdf1fe6053e53..aa1805649a73b7 100644
--- a/packages/react-components/react-table/CHANGELOG.md
+++ b/packages/react-components/react-table/CHANGELOG.md
@@ -1,9 +1,27 @@
# Change Log - @fluentui/react-table
-This log was last generated on Wed, 04 Jan 2023 01:40:32 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:00 GMT and should not be manually modified.
+## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.17)
+
+Mon, 09 Jan 2023 14:35:00 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.16..@fluentui/react-table_v9.0.0-alpha.17)
+
+### Changes
+
+- fix: remove Event type in selectionManager ([PR #26211](https://github.com/microsoft/fluentui/pull/26211) by olfedias@microsoft.com)
+- refactor: Cleanup unused code ([PR #26219](https://github.com/microsoft/fluentui/pull/26219) by lingfangao@hotmail.com)
+- BREAKING(TableCellLayout): `wrapper` slot renamed to `content` ([PR #26220](https://github.com/microsoft/fluentui/pull/26220) by lingfangao@hotmail.com)
+- Bump @fluentui/react-aria to v9.3.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-avatar to v9.2.12 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-checkbox to v9.0.18 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-radio to v9.0.17 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.16)
Wed, 04 Jan 2023 01:40:32 GMT
diff --git a/packages/react-components/react-table/package.json b/packages/react-components/react-table/package.json
index ee8e3083f315c1..e9eb5bc3d40ded 100644
--- a/packages/react-components/react-table/package.json
+++ b/packages/react-components/react-table/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-table",
- "version": "9.0.0-alpha.16",
+ "version": "9.0.0-alpha.17",
"description": "React components for building web experiences",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -31,15 +31,15 @@
},
"dependencies": {
"@fluentui/keyboard-keys": "^9.0.1",
- "@fluentui/react-aria": "^9.3.4",
- "@fluentui/react-avatar": "^9.2.11",
- "@fluentui/react-checkbox": "^9.0.17",
- "@fluentui/react-context-selector": "^9.1.4",
+ "@fluentui/react-aria": "^9.3.5",
+ "@fluentui/react-avatar": "^9.2.12",
+ "@fluentui/react-checkbox": "^9.0.18",
+ "@fluentui/react-context-selector": "^9.1.5",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/react-radio": "^9.0.16",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-radio": "^9.0.17",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-tabs/CHANGELOG.json b/packages/react-components/react-tabs/CHANGELOG.json
index 8feb8c20390063..4dce457910958f 100644
--- a/packages/react-components/react-tabs/CHANGELOG.json
+++ b/packages/react-components/react-tabs/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-tabs",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-tabs_v9.1.6",
+ "version": "9.1.6",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-tabs",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-tabs",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-tabs",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:34 GMT",
"tag": "@fluentui/react-tabs_v9.1.5",
diff --git a/packages/react-components/react-tabs/CHANGELOG.md b/packages/react-components/react-tabs/CHANGELOG.md
index 783b0dca6dcb34..65062710eb2d1b 100644
--- a/packages/react-components/react-tabs/CHANGELOG.md
+++ b/packages/react-components/react-tabs/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-tabs
-This log was last generated on Wed, 04 Jan 2023 01:40:34 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v9.1.6)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabs_v9.1.5..@fluentui/react-tabs_v9.1.6)
+
+### Patches
+
+- Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabs_v9.1.5)
Wed, 04 Jan 2023 01:40:34 GMT
diff --git a/packages/react-components/react-tabs/package.json b/packages/react-components/react-tabs/package.json
index b82c88d9b0f520..27eac8942b3310 100644
--- a/packages/react-components/react-tabs/package.json
+++ b/packages/react-components/react-tabs/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-tabs",
- "version": "9.1.5",
+ "version": "9.1.6",
"description": "Fluent UI React tabs components",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -30,10 +30,10 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-context-selector": "^9.1.4",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-context-selector": "^9.1.5",
+ "@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-tabster/CHANGELOG.json b/packages/react-components/react-tabster/CHANGELOG.json
index 8c4f11b652e27d..b62152cfbd16a7 100644
--- a/packages/react-components/react-tabster/CHANGELOG.json
+++ b/packages/react-components/react-tabster/CHANGELOG.json
@@ -1,6 +1,29 @@
{
"name": "@fluentui/react-tabster",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:01 GMT",
+ "tag": "@fluentui/react-tabster_v9.3.6",
+ "version": "9.3.6",
+ "comments": {
+ "none": [
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-tabster",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ }
+ ],
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-tabster",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:35 GMT",
"tag": "@fluentui/react-tabster_v9.3.5",
diff --git a/packages/react-components/react-tabster/CHANGELOG.md b/packages/react-components/react-tabster/CHANGELOG.md
index a579fbd5e4b4fa..3b6598872870f5 100644
--- a/packages/react-components/react-tabster/CHANGELOG.md
+++ b/packages/react-components/react-tabster/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-tabster
-This log was last generated on Wed, 04 Jan 2023 01:40:35 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:01 GMT and should not be manually modified.
+## [9.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.3.6)
+
+Mon, 09 Jan 2023 14:35:01 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tabster_v9.3.5..@fluentui/react-tabster_v9.3.6)
+
+### Patches
+
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tabster_v9.3.5)
Wed, 04 Jan 2023 01:40:35 GMT
diff --git a/packages/react-components/react-tabster/package.json b/packages/react-components/react-tabster/package.json
index 2fe5ac893af76a..304f8061af9733 100644
--- a/packages/react-components/react-tabster/package.json
+++ b/packages/react-components/react-tabster/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-tabster",
- "version": "9.3.5",
+ "version": "9.3.6",
"description": "Utilities for focus management and facade for tabster",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -31,7 +31,7 @@
"@griffel/react": "^1.5.2",
"@fluentui/react-shared-contexts": "^9.1.4",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"keyborg": "^1.2.1",
"tabster": "^3.0.6",
"tslib": "^2.1.0"
diff --git a/packages/react-components/react-tags/package.json b/packages/react-components/react-tags/package.json
index 2400c93a2e867c..6142330e426105 100644
--- a/packages/react-components/react-tags/package.json
+++ b/packages/react-components/react-tags/package.json
@@ -30,7 +30,7 @@
},
"dependencies": {
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-text/CHANGELOG.json b/packages/react-components/react-text/CHANGELOG.json
index 83d3b62aa21f93..999aec4f14205e 100644
--- a/packages/react-components/react-text/CHANGELOG.json
+++ b/packages/react-components/react-text/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-text",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-text_v9.1.12",
+ "version": "9.1.12",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-text",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:36 GMT",
"tag": "@fluentui/react-text_v9.1.11",
diff --git a/packages/react-components/react-text/CHANGELOG.md b/packages/react-components/react-text/CHANGELOG.md
index 98b6d8e3b5f659..7a516a6956ab0c 100644
--- a/packages/react-components/react-text/CHANGELOG.md
+++ b/packages/react-components/react-text/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-text
-This log was last generated on Wed, 04 Jan 2023 01:40:36 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.1.12)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-text_v9.1.11..@fluentui/react-text_v9.1.12)
+
+### Patches
+
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-text_v9.1.11)
Wed, 04 Jan 2023 01:40:36 GMT
diff --git a/packages/react-components/react-text/package.json b/packages/react-components/react-text/package.json
index 2fde0b12c44cbe..7827310fc8ee1d 100644
--- a/packages/react-components/react-text/package.json
+++ b/packages/react-components/react-text/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-text",
- "version": "9.1.11",
+ "version": "9.1.12",
"description": "Text is a typography and styling abstraction component that can be used to ensure the consistency of all text across your application.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -33,7 +33,7 @@
"dependencies": {
"@griffel/react": "^1.5.2",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-components/react-textarea/CHANGELOG.json b/packages/react-components/react-textarea/CHANGELOG.json
index 8a1138b9e9d429..b46427760a6e49 100644
--- a/packages/react-components/react-textarea/CHANGELOG.json
+++ b/packages/react-components/react-textarea/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-textarea",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-textarea_v9.1.11",
+ "version": "9.1.11",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-textarea",
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.14",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-textarea",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:37 GMT",
"tag": "@fluentui/react-textarea_v9.1.10",
diff --git a/packages/react-components/react-textarea/CHANGELOG.md b/packages/react-components/react-textarea/CHANGELOG.md
index 1acf05b23b62b9..d161f5f865b737 100644
--- a/packages/react-components/react-textarea/CHANGELOG.md
+++ b/packages/react-components/react-textarea/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-textarea
-This log was last generated on Wed, 04 Jan 2023 01:40:37 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.1.11)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-textarea_v9.1.10..@fluentui/react-textarea_v9.1.11)
+
+### Patches
+
+- Bump @fluentui/react-field to v9.0.0-alpha.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-textarea_v9.1.10)
Wed, 04 Jan 2023 01:40:37 GMT
diff --git a/packages/react-components/react-textarea/package.json b/packages/react-components/react-textarea/package.json
index 34f61539d08fdd..1c8a26e22a1b99 100644
--- a/packages/react-components/react-textarea/package.json
+++ b/packages/react-components/react-textarea/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-textarea",
- "version": "9.1.10",
+ "version": "9.1.11",
"description": "Fluent UI TextArea component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -31,9 +31,9 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-field": "9.0.0-alpha.13",
+ "@fluentui/react-field": "9.0.0-alpha.14",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-toolbar/CHANGELOG.json b/packages/react-components/react-toolbar/CHANGELOG.json
index 5d85fdcdbd485c..b05644a873d66d 100644
--- a/packages/react-components/react-toolbar/CHANGELOG.json
+++ b/packages/react-components/react-toolbar/CHANGELOG.json
@@ -1,6 +1,59 @@
{
"name": "@fluentui/react-toolbar",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-toolbar_v9.0.0-rc.4",
+ "version": "9.0.0-rc.4",
+ "comments": {
+ "none": [
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/react-toolbar",
+ "commit": "abae9f7a10d544d8d6b530b974fff235cfd2f956",
+ "comment": "chore: introduce more barrel file api within /scripts"
+ }
+ ],
+ "prerelease": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-toolbar",
+ "comment": "Bump @fluentui/react-button to v9.1.14",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-toolbar",
+ "comment": "Bump @fluentui/react-divider to v9.1.10",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-toolbar",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-toolbar",
+ "comment": "Bump @fluentui/react-context-selector to v9.1.5",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-toolbar",
+ "comment": "Bump @fluentui/react-radio to v9.0.17",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-toolbar",
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:40 GMT",
"tag": "@fluentui/react-toolbar_v9.0.0-rc.3",
diff --git a/packages/react-components/react-toolbar/CHANGELOG.md b/packages/react-components/react-toolbar/CHANGELOG.md
index 722c00b751b8fb..ec2613ee7ab452 100644
--- a/packages/react-components/react-toolbar/CHANGELOG.md
+++ b/packages/react-components/react-toolbar/CHANGELOG.md
@@ -1,9 +1,23 @@
# Change Log - @fluentui/react-toolbar
-This log was last generated on Wed, 04 Jan 2023 01:40:40 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.0.0-rc.4)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toolbar_v9.0.0-rc.3..@fluentui/react-toolbar_v9.0.0-rc.4)
+
+### Changes
+
+- Bump @fluentui/react-button to v9.1.14 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-divider to v9.1.10 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-context-selector to v9.1.5 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-radio to v9.0.17 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-tabster to v9.3.6 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-toolbar_v9.0.0-rc.3)
Wed, 04 Jan 2023 01:40:40 GMT
diff --git a/packages/react-components/react-toolbar/package.json b/packages/react-components/react-toolbar/package.json
index 93050f30518e53..bda9a786526f63 100644
--- a/packages/react-components/react-toolbar/package.json
+++ b/packages/react-components/react-toolbar/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-toolbar",
- "version": "9.0.0-rc.3",
+ "version": "9.0.0-rc.4",
"description": "React components for building web experiences",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -32,13 +32,13 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-button": "^9.1.13",
- "@fluentui/react-divider": "^9.1.9",
+ "@fluentui/react-button": "^9.1.14",
+ "@fluentui/react-divider": "^9.1.10",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
- "@fluentui/react-context-selector": "^9.1.4",
- "@fluentui/react-radio": "^9.0.16",
- "@fluentui/react-tabster": "^9.3.5",
+ "@fluentui/react-utilities": "^9.4.0",
+ "@fluentui/react-context-selector": "^9.1.5",
+ "@fluentui/react-radio": "^9.0.17",
+ "@fluentui/react-tabster": "^9.3.6",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-tooltip/CHANGELOG.json b/packages/react-components/react-tooltip/CHANGELOG.json
index ada20095dfe817..b6fc7f2b6b65f1 100644
--- a/packages/react-components/react-tooltip/CHANGELOG.json
+++ b/packages/react-components/react-tooltip/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-tooltip",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-tooltip_v9.1.7",
+ "version": "9.1.7",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-tooltip",
+ "comment": "Bump @fluentui/react-portal to v9.1.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-tooltip",
+ "comment": "Bump @fluentui/react-positioning to v9.3.7",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-tooltip",
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:42 GMT",
"tag": "@fluentui/react-tooltip_v9.1.6",
diff --git a/packages/react-components/react-tooltip/CHANGELOG.md b/packages/react-components/react-tooltip/CHANGELOG.md
index 99de9a39fb7f3e..cadd2cdbfb79fe 100644
--- a/packages/react-components/react-tooltip/CHANGELOG.md
+++ b/packages/react-components/react-tooltip/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-tooltip
-This log was last generated on Wed, 04 Jan 2023 01:40:42 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.1.7)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.1.6..@fluentui/react-tooltip_v9.1.7)
+
+### Patches
+
+- Bump @fluentui/react-portal to v9.1.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-positioning to v9.3.7 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+- Bump @fluentui/react-utilities to v9.4.0 ([PR #26255](https://github.com/microsoft/fluentui/pull/26255) by beachball)
+
## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.1.6)
Wed, 04 Jan 2023 01:40:42 GMT
diff --git a/packages/react-components/react-tooltip/package.json b/packages/react-components/react-tooltip/package.json
index 0eb7f7292a9df3..be4ccb83b4a55d 100644
--- a/packages/react-components/react-tooltip/package.json
+++ b/packages/react-components/react-tooltip/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-tooltip",
- "version": "9.1.6",
+ "version": "9.1.7",
"description": "React components for building web experiences",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -32,11 +32,11 @@
},
"dependencies": {
"@fluentui/keyboard-keys": "^9.0.1",
- "@fluentui/react-portal": "^9.0.15",
- "@fluentui/react-positioning": "^9.3.6",
+ "@fluentui/react-portal": "^9.1.0",
+ "@fluentui/react-positioning": "^9.3.7",
"@fluentui/react-shared-contexts": "^9.1.4",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
diff --git a/packages/react-components/react-tree/package.json b/packages/react-components/react-tree/package.json
index c3bda21dce8fd3..dee19950a465fb 100644
--- a/packages/react-components/react-tree/package.json
+++ b/packages/react-components/react-tree/package.json
@@ -31,14 +31,14 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-context-selector": "^9.1.4",
+ "@fluentui/react-context-selector": "^9.1.5",
"@fluentui/react-shared-contexts": "^9.1.4",
- "@fluentui/react-aria": "^9.3.4",
- "@fluentui/react-tabster": "^9.3.5",
- "@fluentui/react-portal": "^9.0.15",
+ "@fluentui/react-aria": "^9.3.5",
+ "@fluentui/react-tabster": "^9.3.6",
+ "@fluentui/react-portal": "^9.1.0",
"@fluentui/keyboard-keys": "^9.0.1",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@fluentui/react-icons": "^2.0.175",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
diff --git a/packages/react-components/react-utilities/CHANGELOG.json b/packages/react-components/react-utilities/CHANGELOG.json
index fbcefaabc6ca82..e41a2915ecacf1 100644
--- a/packages/react-components/react-utilities/CHANGELOG.json
+++ b/packages/react-components/react-utilities/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-utilities",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
+ "tag": "@fluentui/react-utilities_v9.4.0",
+ "version": "9.4.0",
+ "comments": {
+ "minor": [
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-utilities",
+ "commit": "3c3291c008824d45e18580d51b6eb1526ea3792d",
+ "comment": "feat: implement `useScrollbarWidth` utility hook"
+ }
+ ]
+ }
+ },
{
"date": "Wed, 04 Jan 2023 01:40:43 GMT",
"tag": "@fluentui/react-utilities_v9.3.1",
diff --git a/packages/react-components/react-utilities/CHANGELOG.md b/packages/react-components/react-utilities/CHANGELOG.md
index c1c323e678fd56..e600d25962edc9 100644
--- a/packages/react-components/react-utilities/CHANGELOG.md
+++ b/packages/react-components/react-utilities/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-utilities
-This log was last generated on Wed, 04 Jan 2023 01:40:43 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+## [9.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.4.0)
+
+Mon, 09 Jan 2023 14:35:02 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.3.1..@fluentui/react-utilities_v9.4.0)
+
+### Minor changes
+
+- feat: implement `useScrollbarWidth` utility hook ([PR #26144](https://github.com/microsoft/fluentui/pull/26144) by lingfangao@hotmail.com)
+
## [9.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.3.1)
Wed, 04 Jan 2023 01:40:43 GMT
diff --git a/packages/react-components/react-utilities/package.json b/packages/react-components/react-utilities/package.json
index 539b51dd6e7026..4726eb02dc2187 100644
--- a/packages/react-components/react-utilities/package.json
+++ b/packages/react-components/react-utilities/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-utilities",
- "version": "9.3.1",
+ "version": "9.4.0",
"description": "A set of general React-specific utilities.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
diff --git a/packages/react-components/theme-designer/package.json b/packages/react-components/theme-designer/package.json
index 3652d801c8818a..0d007cf796ed74 100644
--- a/packages/react-components/theme-designer/package.json
+++ b/packages/react-components/theme-designer/package.json
@@ -31,16 +31,16 @@
},
"dependencies": {
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0",
- "@fluentui/react-components": "^9.8.0",
+ "@fluentui/react-components": "^9.9.0",
"@fluentui/react-icons": "^2.0.175",
"@fluent-blocks/colors": "9.2.0",
"codesandbox-import-utils": "2.2.3",
"@types/dedent": "0.7.0",
- "@fluentui/react-alert": "9.0.0-beta.22",
- "@fluentui/react-context-selector": "^9.1.4"
+ "@fluentui/react-alert": "9.0.0-beta.23",
+ "@fluentui/react-context-selector": "^9.1.5"
},
"peerDependencies": {
"@types/react": ">=16.8.0 <19.0.0",
diff --git a/packages/react-migration-v8-v9/package.json b/packages/react-migration-v8-v9/package.json
index 8414c3f3b401dc..08edde0a6c6625 100644
--- a/packages/react-migration-v8-v9/package.json
+++ b/packages/react-migration-v8-v9/package.json
@@ -30,9 +30,9 @@
"dependencies": {
"@ctrl/tinycolor": "3.3.4",
"@fluentui/react": "^8.104.3",
- "@fluentui/react-components": "^9.8.0",
+ "@fluentui/react-components": "^9.9.0",
"@fluentui/react-theme": "^9.1.5",
- "@fluentui/react-utilities": "^9.3.1",
+ "@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0"
},
From e361553bf9966758a89630a2d5fc94a94ded5d5f Mon Sep 17 00:00:00 2001
From: Sarah Higley
Date: Mon, 9 Jan 2023 11:24:53 -0800
Subject: [PATCH 20/29] fix: Select disabled state hover style, Combobox
disabled state open on chevron click (#26068)
---
...-3d31acf9-37ca-43e4-8338-1f3ce04d8e7e.json | 7 +++++
...-f9db8e0b-3088-4a68-9179-d5821aebf0cd.json | 7 +++++
.../src/components/Combobox/useCombobox.tsx | 9 ++++--
.../components/Dropdown/useDropdownStyles.ts | 7 +++++
.../Combobox/ComboboxDisabled.stories.tsx | 31 +++++++++++++++++++
.../stories/Combobox/index.stories.tsx | 1 +
.../Dropdown/DropdownDisabled.stories.tsx | 31 +++++++++++++++++++
.../stories/Dropdown/index.stories.tsx | 1 +
.../src/components/Select/useSelectStyles.ts | 4 ++-
9 files changed, 94 insertions(+), 4 deletions(-)
create mode 100644 change/@fluentui-react-combobox-3d31acf9-37ca-43e4-8338-1f3ce04d8e7e.json
create mode 100644 change/@fluentui-react-select-f9db8e0b-3088-4a68-9179-d5821aebf0cd.json
create mode 100644 packages/react-components/react-combobox/stories/Combobox/ComboboxDisabled.stories.tsx
create mode 100644 packages/react-components/react-combobox/stories/Dropdown/DropdownDisabled.stories.tsx
diff --git a/change/@fluentui-react-combobox-3d31acf9-37ca-43e4-8338-1f3ce04d8e7e.json b/change/@fluentui-react-combobox-3d31acf9-37ca-43e4-8338-1f3ce04d8e7e.json
new file mode 100644
index 00000000000000..f2743f8ed949d8
--- /dev/null
+++ b/change/@fluentui-react-combobox-3d31acf9-37ca-43e4-8338-1f3ce04d8e7e.json
@@ -0,0 +1,7 @@
+{
+ "type": "prerelease",
+ "comment": "fix: disabled cursor style, opening when disabled, and hover styles",
+ "packageName": "@fluentui/react-combobox",
+ "email": "sarah.higley@microsoft.com",
+ "dependentChangeType": "patch"
+}
diff --git a/change/@fluentui-react-select-f9db8e0b-3088-4a68-9179-d5821aebf0cd.json b/change/@fluentui-react-select-f9db8e0b-3088-4a68-9179-d5821aebf0cd.json
new file mode 100644
index 00000000000000..9a60008b5d7269
--- /dev/null
+++ b/change/@fluentui-react-select-f9db8e0b-3088-4a68-9179-d5821aebf0cd.json
@@ -0,0 +1,7 @@
+{
+ "type": "prerelease",
+ "comment": "fix: no interactive hover style when disabled",
+ "packageName": "@fluentui/react-select",
+ "email": "sarah.higley@microsoft.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/react-components/react-combobox/src/components/Combobox/useCombobox.tsx b/packages/react-components/react-combobox/src/components/Combobox/useCombobox.tsx
index 81980482482140..181f7dbc246f53 100644
--- a/packages/react-components/react-combobox/src/components/Combobox/useCombobox.tsx
+++ b/packages/react-components/react-combobox/src/components/Combobox/useCombobox.tsx
@@ -43,7 +43,7 @@ export const useCombobox_unstable = (props: ComboboxProps, ref: React.Ref {
+ if (disabled) {
+ return;
+ }
+
if (!newState && !freeform) {
setValue(undefined);
}
@@ -141,7 +145,7 @@ export const useCombobox_unstable = (props: ComboboxProps, ref: React.Ref) => {
if (!open && getDropdownActionFromKey(ev) === 'Type') {
- setOpen(ev, true);
+ baseState.setOpen(ev, true);
}
};
@@ -200,7 +204,6 @@ export const useCombobox_unstable = (props: ComboboxProps, ref: React.Ref) => {
+ const comboId = useId('combo-disabled');
+ const options = ['Cat', 'Dog', 'Ferret', 'Fish', 'Hamster', 'Snake'];
+ const styles = useStyles();
+ return (
+
+ Best pet
+
+ {options.map(option => (
+ {option}
+ ))}
+
+
+ );
+};
diff --git a/packages/react-components/react-combobox/stories/Combobox/index.stories.tsx b/packages/react-components/react-combobox/stories/Combobox/index.stories.tsx
index 2313827011eb28..74c85cf7d45cc0 100644
--- a/packages/react-components/react-combobox/stories/Combobox/index.stories.tsx
+++ b/packages/react-components/react-combobox/stories/Combobox/index.stories.tsx
@@ -15,6 +15,7 @@ export { MultiselectWithValueString } from './ComboboxMultiselectWithValueString
export { Grouped } from './ComboboxGrouped.stories';
export { Appearance } from './ComboboxAppearance.stories';
export { Size } from './ComboboxSize.stories';
+export { Disabled } from './ComboboxDisabled.stories';
export default {
title: 'Preview Components/Combobox',
diff --git a/packages/react-components/react-combobox/stories/Dropdown/DropdownDisabled.stories.tsx b/packages/react-components/react-combobox/stories/Dropdown/DropdownDisabled.stories.tsx
new file mode 100644
index 00000000000000..72d05de05f910a
--- /dev/null
+++ b/packages/react-components/react-combobox/stories/Dropdown/DropdownDisabled.stories.tsx
@@ -0,0 +1,31 @@
+import * as React from 'react';
+import { makeStyles, shorthands, useId } from '@fluentui/react-components';
+import { Dropdown, Option } from '@fluentui/react-combobox';
+import type { DropdownProps } from '@fluentui/react-combobox';
+
+const useStyles = makeStyles({
+ root: {
+ // Stack the label above the field with a gap
+ display: 'grid',
+ gridTemplateRows: 'repeat(1fr)',
+ justifyItems: 'start',
+ ...shorthands.gap('2px'),
+ maxWidth: '400px',
+ },
+});
+
+export const Disabled = (props: Partial) => {
+ const comboId = useId('combo-disabled');
+ const options = ['Cat', 'Dog', 'Ferret', 'Fish', 'Hamster', 'Snake'];
+ const styles = useStyles();
+ return (
+
+ Best pet
+
+ {options.map(option => (
+ {option}
+ ))}
+
+
+ );
+};
diff --git a/packages/react-components/react-combobox/stories/Dropdown/index.stories.tsx b/packages/react-components/react-combobox/stories/Dropdown/index.stories.tsx
index 3fa62bc7093582..7e9d4df1b358cd 100644
--- a/packages/react-components/react-combobox/stories/Dropdown/index.stories.tsx
+++ b/packages/react-components/react-combobox/stories/Dropdown/index.stories.tsx
@@ -12,6 +12,7 @@ export { ComplexOptions } from './DropdownComplexOptions.stories';
export { CustomOptions } from './DropdownCustomOptions.stories';
export { Multiselect } from './DropdownMultiselect.stories';
export { Size } from './DropdownSize.stories';
+export { Disabled } from './DropdownDisabled.stories';
export default {
title: 'Preview Components/Dropdown',
diff --git a/packages/react-components/react-select/src/components/Select/useSelectStyles.ts b/packages/react-components/react-select/src/components/Select/useSelectStyles.ts
index bfb5bcf060943d..fb59a0d445d8d2 100644
--- a/packages/react-components/react-select/src/components/Select/useSelectStyles.ts
+++ b/packages/react-components/react-select/src/components/Select/useSelectStyles.ts
@@ -163,7 +163,8 @@ const useSelectStyles = makeStyles({
backgroundColor: tokens.colorNeutralBackground1,
...shorthands.border('1px', 'solid', tokens.colorNeutralStroke1),
borderBottomColor: tokens.colorNeutralStrokeAccessible,
-
+ },
+ outlineInteractive: {
'&:hover': {
...shorthands.borderColor(tokens.colorNeutralStroke1Hover),
borderBottomColor: tokens.colorNeutralStrokeAccessible,
@@ -256,6 +257,7 @@ export const useSelectStyles_unstable = (state: SelectState): SelectState => {
selectStyles.base,
selectStyles[size],
selectStyles[appearance],
+ !disabled && appearance === 'outline' && selectStyles.outlineInteractive,
!disabled && invalid && appearance !== 'underline' && selectStyles.invalid,
!disabled && invalid && appearance === 'underline' && selectStyles.invalidUnderline,
disabled && selectStyles.disabled,
From 204f1c46b7257a0bc4cc6506242f4c0c02b5b17f Mon Sep 17 00:00:00 2001
From: Ben Howell <48106640+behowell@users.noreply.github.com>
Date: Mon, 9 Jan 2023 12:25:38 -0800
Subject: [PATCH 21/29] perf: Don't render Checkbox icon when unchecked
(#26248)
Don't render the checkmark at all when unchecked, and remove the universal selector rule in CSS.
---
...-cba19a44-ae9e-485b-9089-6c7d0d4d8ce6.json | 7 ++++
.../__snapshots__/Checkbox.test.tsx.snap | 34 ++-----------------
.../src/components/Checkbox/useCheckbox.tsx | 2 +-
.../components/Checkbox/useCheckboxStyles.ts | 5 ---
.../TableSelectionCell.test.tsx.snap | 17 +---------
5 files changed, 11 insertions(+), 54 deletions(-)
create mode 100644 change/@fluentui-react-checkbox-cba19a44-ae9e-485b-9089-6c7d0d4d8ce6.json
diff --git a/change/@fluentui-react-checkbox-cba19a44-ae9e-485b-9089-6c7d0d4d8ce6.json b/change/@fluentui-react-checkbox-cba19a44-ae9e-485b-9089-6c7d0d4d8ce6.json
new file mode 100644
index 00000000000000..491601fca7d3b6
--- /dev/null
+++ b/change/@fluentui-react-checkbox-cba19a44-ae9e-485b-9089-6c7d0d4d8ce6.json
@@ -0,0 +1,7 @@
+{
+ "type": "patch",
+ "comment": "perf: Don't render Checkbox icon when unchecked",
+ "packageName": "@fluentui/react-checkbox",
+ "email": "behowell@microsoft.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/react-components/react-checkbox/src/components/Checkbox/__snapshots__/Checkbox.test.tsx.snap b/packages/react-components/react-checkbox/src/components/Checkbox/__snapshots__/Checkbox.test.tsx.snap
index e553f8f6b3b3ae..922705a2db39fa 100644
--- a/packages/react-components/react-checkbox/src/components/Checkbox/__snapshots__/Checkbox.test.tsx.snap
+++ b/packages/react-components/react-checkbox/src/components/Checkbox/__snapshots__/Checkbox.test.tsx.snap
@@ -41,22 +41,7 @@ exports[`Checkbox renders a default state 1`] = `
+ />
`;
@@ -153,22 +138,7 @@ exports[`Checkbox renders with a label 1`] = `
+ />
: ;
}
- } else {
+ } else if (checked) {
checkmarkIcon = size === 'large' ? : ;
}
diff --git a/packages/react-components/react-checkbox/src/components/Checkbox/useCheckboxStyles.ts b/packages/react-components/react-checkbox/src/components/Checkbox/useCheckboxStyles.ts
index d0d22c2a609a3f..11e4e12821e97d 100644
--- a/packages/react-components/react-checkbox/src/components/Checkbox/useCheckboxStyles.ts
+++ b/packages/react-components/react-checkbox/src/components/Checkbox/useCheckboxStyles.ts
@@ -33,11 +33,6 @@ const useInputBaseClassName = makeResetStyles({
// This is done so that clicking on that "empty space" still toggles the checkbox.
width: `calc(${indicatorSizeMedium} + 2 * ${tokens.spacingHorizontalS})`,
- // When unchecked, hide the the checkmark icon (child of the indicator slot)
- [`:not(:checked):not(:indeterminate) ~ .${checkboxClassNames.indicator} > *`]: {
- opacity: 0,
- },
-
// Colors for the unchecked state
':enabled:not(:checked):not(:indeterminate)': {
[`& ~ .${checkboxClassNames.label}`]: {
diff --git a/packages/react-components/react-table/src/components/TableSelectionCell/__snapshots__/TableSelectionCell.test.tsx.snap b/packages/react-components/react-table/src/components/TableSelectionCell/__snapshots__/TableSelectionCell.test.tsx.snap
index de9c9e7fab454d..e96b26dd14d43a 100644
--- a/packages/react-components/react-table/src/components/TableSelectionCell/__snapshots__/TableSelectionCell.test.tsx.snap
+++ b/packages/react-components/react-table/src/components/TableSelectionCell/__snapshots__/TableSelectionCell.test.tsx.snap
@@ -16,22 +16,7 @@ exports[`TableSelectionCell renders a default state 1`] = `
+ />
From fb5708446f369a57f48b87a0141d6a651acddbde Mon Sep 17 00:00:00 2001
From: ling1726
Date: Mon, 9 Jan 2023 22:11:19 +0100
Subject: [PATCH 22/29] revert: MenuItem root slot only supports div (#26261)
* fix: Revert MenuItem root slot to support only div
Follow up of #26257
* changefile
---
...-menu-43ac5660-762e-454a-b500-47ca64a0db8f.json | 7 +++++++
.../react-menu/etc/react-menu.api.md | 6 ++----
.../src/components/MenuItem/MenuItem.types.ts | 6 ++----
.../src/components/MenuItem/useMenuItem.tsx | 1 -
.../src/components/MenuItem/useMenuItemStyles.ts | 14 --------------
5 files changed, 11 insertions(+), 23 deletions(-)
create mode 100644 change/@fluentui-react-menu-43ac5660-762e-454a-b500-47ca64a0db8f.json
diff --git a/change/@fluentui-react-menu-43ac5660-762e-454a-b500-47ca64a0db8f.json b/change/@fluentui-react-menu-43ac5660-762e-454a-b500-47ca64a0db8f.json
new file mode 100644
index 00000000000000..5e4625f9898f37
--- /dev/null
+++ b/change/@fluentui-react-menu-43ac5660-762e-454a-b500-47ca64a0db8f.json
@@ -0,0 +1,7 @@
+{
+ "type": "patch",
+ "comment": "revert: MenuItem root slot only supports div",
+ "packageName": "@fluentui/react-menu",
+ "email": "lingfangao@hotmail.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/react-components/react-menu/etc/react-menu.api.md b/packages/react-components/react-menu/etc/react-menu.api.md
index ec11c53d616284..23bfa9a0f8b375 100644
--- a/packages/react-components/react-menu/etc/react-menu.api.md
+++ b/packages/react-components/react-menu/etc/react-menu.api.md
@@ -162,7 +162,7 @@ export type MenuItemSelectableState = MenuItemSelectableProps & {
// @public (undocumented)
export type MenuItemSlots = {
- root: Slot<'div', 'button'>;
+ root: Slot<'div'>;
icon?: Slot<'span'>;
checkmark?: Slot<'span'>;
submenuIndicator?: Slot<'span'>;
@@ -171,9 +171,7 @@ export type MenuItemSlots = {
};
// @public (undocumented)
-export type MenuItemState = ComponentState & Required> & {
- isNativeButton: boolean;
-};
+export type MenuItemState = ComponentState & Required>;
// @public
export const MenuList: ForwardRefComponent;
diff --git a/packages/react-components/react-menu/src/components/MenuItem/MenuItem.types.ts b/packages/react-components/react-menu/src/components/MenuItem/MenuItem.types.ts
index 1be90f0200037f..4928e882a10234 100644
--- a/packages/react-components/react-menu/src/components/MenuItem/MenuItem.types.ts
+++ b/packages/react-components/react-menu/src/components/MenuItem/MenuItem.types.ts
@@ -1,7 +1,7 @@
import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';
export type MenuItemSlots = {
- root: Slot<'div', 'button'>;
+ root: Slot<'div'>;
/**
* Icon slot rendered before children content
@@ -55,6 +55,4 @@ export type MenuItemProps = ComponentProps> & {
};
export type MenuItemState = ComponentState &
- Required> & {
- isNativeButton: boolean;
- };
+ Required>;
diff --git a/packages/react-components/react-menu/src/components/MenuItem/useMenuItem.tsx b/packages/react-components/react-menu/src/components/MenuItem/useMenuItem.tsx
index 2eda70c9e64c0b..e3fd1488a9e62b 100644
--- a/packages/react-components/react-menu/src/components/MenuItem/useMenuItem.tsx
+++ b/packages/react-components/react-menu/src/components/MenuItem/useMenuItem.tsx
@@ -46,7 +46,6 @@ export const useMenuItem_unstable = (props: MenuItemProps, ref: React.Ref = {
const useStyles = makeStyles({
focusIndicator: createFocusOutlineStyle(),
// TODO: this should be extracted to another package
- resetButton: {
- boxSizing: 'content-box',
- backgroundColor: 'inherit',
- color: 'inherit',
- fontFamily: 'inherit',
- fontSize: 'inherit',
- lineHeight: 'normal',
- ...shorthands.borderColor('transparent'),
- ...shorthands.overflow('visible'),
- ...shorthands.padding(0),
- WebkitAppearance: 'button',
- textAlign: 'unset',
- },
root: {
...shorthands.borderRadius(tokens.borderRadiusMedium),
position: 'relative',
@@ -115,7 +102,6 @@ export const useMenuItemStyles_unstable = (state: MenuItemState) => {
const styles = useStyles();
state.root.className = mergeClasses(
menuItemClassNames.root,
- state.isNativeButton && styles.resetButton,
styles.root,
styles.focusIndicator,
state.disabled && styles.disabled,
From 483e0144a8c37499559b25ed949b57b448cfb6e4 Mon Sep 17 00:00:00 2001
From: Fluent UI Build
Date: Mon, 9 Jan 2023 21:51:30 +0000
Subject: [PATCH 23/29] applying package updates
---
apps/public-docsite-v9/package.json | 2 +-
apps/react-18-tests-v9/package.json | 2 +-
apps/ssr-tests-v9/package.json | 2 +-
apps/stress-test/package.json | 2 +-
.../package.json | 2 +-
apps/vr-tests-react-components/package.json | 10 +++---
...-cba19a44-ae9e-485b-9089-6c7d0d4d8ce6.json | 7 ----
...-3d31acf9-37ca-43e4-8338-1f3ce04d8e7e.json | 7 ----
...-43ac5660-762e-454a-b500-47ca64a0db8f.json | 7 ----
...-f9db8e0b-3088-4a68-9179-d5821aebf0cd.json | 7 ----
.../react-checkbox/CHANGELOG.json | 15 ++++++++
.../react-checkbox/CHANGELOG.md | 11 +++++-
.../react-checkbox/package.json | 2 +-
.../react-combobox/CHANGELOG.json | 15 ++++++++
.../react-combobox/CHANGELOG.md | 11 +++++-
.../react-combobox/package.json | 2 +-
.../react-components/CHANGELOG.json | 35 +++++++++++++++++++
.../react-components/CHANGELOG.md | 21 ++++++++++-
.../react-components/package.json | 12 +++----
.../react-menu/CHANGELOG.json | 15 ++++++++
.../react-components/react-menu/CHANGELOG.md | 11 +++++-
.../react-components/react-menu/package.json | 2 +-
.../react-portal-compat/CHANGELOG.json | 15 ++++++++
.../react-portal-compat/CHANGELOG.md | 11 +++++-
.../react-portal-compat/package.json | 6 ++--
.../react-select/CHANGELOG.json | 15 ++++++++
.../react-select/CHANGELOG.md | 11 +++++-
.../react-select/package.json | 2 +-
.../react-table/CHANGELOG.json | 15 ++++++++
.../react-components/react-table/CHANGELOG.md | 11 +++++-
.../react-components/react-table/package.json | 4 +--
.../theme-designer/package.json | 2 +-
packages/react-migration-v8-v9/package.json | 2 +-
33 files changed, 232 insertions(+), 62 deletions(-)
delete mode 100644 change/@fluentui-react-checkbox-cba19a44-ae9e-485b-9089-6c7d0d4d8ce6.json
delete mode 100644 change/@fluentui-react-combobox-3d31acf9-37ca-43e4-8338-1f3ce04d8e7e.json
delete mode 100644 change/@fluentui-react-menu-43ac5660-762e-454a-b500-47ca64a0db8f.json
delete mode 100644 change/@fluentui-react-select-f9db8e0b-3088-4a68-9179-d5821aebf0cd.json
diff --git a/apps/public-docsite-v9/package.json b/apps/public-docsite-v9/package.json
index 80a41dee7fe805..72707343576eee 100644
--- a/apps/public-docsite-v9/package.json
+++ b/apps/public-docsite-v9/package.json
@@ -25,7 +25,7 @@
"@fluentui/react-northstar": "^0.65.0",
"@fluentui/react-icons-northstar": "^0.65.0",
"@fluentui/storybook": "^1.0.0",
- "@fluentui/react-components": "^9.9.0",
+ "@fluentui/react-components": "^9.9.1",
"@fluentui/react-storybook-addon": "9.0.0-rc.1",
"@fluentui/react-theme": "^9.1.5",
"@griffel/react": "^1.5.2",
diff --git a/apps/react-18-tests-v9/package.json b/apps/react-18-tests-v9/package.json
index 4acc2c8249a224..c7db4ff5ada7a9 100644
--- a/apps/react-18-tests-v9/package.json
+++ b/apps/react-18-tests-v9/package.json
@@ -18,7 +18,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react-components": "^9.9.0",
+ "@fluentui/react-components": "^9.9.1",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.6",
"react": "18.2.0",
diff --git a/apps/ssr-tests-v9/package.json b/apps/ssr-tests-v9/package.json
index 3f7f3dac122c8c..6f7d3261eda5bc 100644
--- a/apps/ssr-tests-v9/package.json
+++ b/apps/ssr-tests-v9/package.json
@@ -20,7 +20,7 @@
"type-check": "tsc -b tsconfig.json"
},
"dependencies": {
- "@fluentui/react-components": "^9.9.0"
+ "@fluentui/react-components": "^9.9.1"
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
diff --git a/apps/stress-test/package.json b/apps/stress-test/package.json
index 629b8d17d29805..4bb3c6fb47b504 100644
--- a/apps/stress-test/package.json
+++ b/apps/stress-test/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@fluentui/react": "^8.104.3",
- "@fluentui/react-components": "^9.9.0",
+ "@fluentui/react-components": "^9.9.1",
"@fluentui/react-icons": "^2.0.175",
"@fluentui/web-components": "^2.5.9",
"@microsoft/fast-element": "^1.10.4",
diff --git a/apps/ts-minbar-test-react-components/package.json b/apps/ts-minbar-test-react-components/package.json
index 97ecf7d1c2255d..b6a2de1deaf8e8 100644
--- a/apps/ts-minbar-test-react-components/package.json
+++ b/apps/ts-minbar-test-react-components/package.json
@@ -5,7 +5,7 @@
"description": "Testing Fluent UI React Components compatibility with Typescript 3.9",
"license": "MIT",
"dependencies": {
- "@fluentui/react-components": "^9.9.0"
+ "@fluentui/react-components": "^9.9.1"
},
"scripts": {
"type-check": "tsc -p .",
diff --git a/apps/vr-tests-react-components/package.json b/apps/vr-tests-react-components/package.json
index e8214b1b960c45..8ccf2169d94e8d 100644
--- a/apps/vr-tests-react-components/package.json
+++ b/apps/vr-tests-react-components/package.json
@@ -24,8 +24,8 @@
"@fluentui/react-badge": "^9.0.18",
"@fluentui/react-button": "^9.1.14",
"@fluentui/react-card": "9.0.0-beta.38",
- "@fluentui/react-checkbox": "^9.0.18",
- "@fluentui/react-combobox": "^9.0.0-beta.21",
+ "@fluentui/react-checkbox": "^9.0.19",
+ "@fluentui/react-combobox": "^9.0.0-beta.22",
"@fluentui/react-dialog": "^9.1.7",
"@fluentui/react-divider": "^9.1.10",
"@fluentui/react-field": "9.0.0-alpha.14",
@@ -34,14 +34,14 @@
"@fluentui/react-input": "^9.2.11",
"@fluentui/react-label": "^9.0.16",
"@fluentui/react-link": "^9.0.17",
- "@fluentui/react-menu": "^9.6.0",
+ "@fluentui/react-menu": "^9.6.1",
"@fluentui/react-persona": "^9.1.1",
"@fluentui/react-popover": "^9.4.0",
"@fluentui/react-positioning": "^9.3.7",
"@fluentui/react-progress": "9.0.0-alpha.11",
"@fluentui/react-provider": "^9.2.1",
"@fluentui/react-radio": "^9.0.17",
- "@fluentui/react-select": "9.0.0-beta.20",
+ "@fluentui/react-select": "9.0.0-beta.21",
"@fluentui/react-shared-contexts": "^9.1.4",
"@fluentui/react-slider": "^9.0.16",
"@fluentui/react-spinner": "^9.0.16",
@@ -49,7 +49,7 @@
"@fluentui/react-storybook-addon": "9.0.0-rc.1",
"@fluentui/react-switch": "^9.0.17",
"@fluentui/react-tabs": "^9.1.6",
- "@fluentui/react-table": "9.0.0-alpha.17",
+ "@fluentui/react-table": "9.0.0-alpha.18",
"@fluentui/react-text": "^9.1.12",
"@fluentui/react-textarea": "^9.1.11",
"@fluentui/react-theme": "^9.1.5",
diff --git a/change/@fluentui-react-checkbox-cba19a44-ae9e-485b-9089-6c7d0d4d8ce6.json b/change/@fluentui-react-checkbox-cba19a44-ae9e-485b-9089-6c7d0d4d8ce6.json
deleted file mode 100644
index 491601fca7d3b6..00000000000000
--- a/change/@fluentui-react-checkbox-cba19a44-ae9e-485b-9089-6c7d0d4d8ce6.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "patch",
- "comment": "perf: Don't render Checkbox icon when unchecked",
- "packageName": "@fluentui/react-checkbox",
- "email": "behowell@microsoft.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-combobox-3d31acf9-37ca-43e4-8338-1f3ce04d8e7e.json b/change/@fluentui-react-combobox-3d31acf9-37ca-43e4-8338-1f3ce04d8e7e.json
deleted file mode 100644
index f2743f8ed949d8..00000000000000
--- a/change/@fluentui-react-combobox-3d31acf9-37ca-43e4-8338-1f3ce04d8e7e.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "prerelease",
- "comment": "fix: disabled cursor style, opening when disabled, and hover styles",
- "packageName": "@fluentui/react-combobox",
- "email": "sarah.higley@microsoft.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-menu-43ac5660-762e-454a-b500-47ca64a0db8f.json b/change/@fluentui-react-menu-43ac5660-762e-454a-b500-47ca64a0db8f.json
deleted file mode 100644
index 5e4625f9898f37..00000000000000
--- a/change/@fluentui-react-menu-43ac5660-762e-454a-b500-47ca64a0db8f.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "patch",
- "comment": "revert: MenuItem root slot only supports div",
- "packageName": "@fluentui/react-menu",
- "email": "lingfangao@hotmail.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-react-select-f9db8e0b-3088-4a68-9179-d5821aebf0cd.json b/change/@fluentui-react-select-f9db8e0b-3088-4a68-9179-d5821aebf0cd.json
deleted file mode 100644
index 9a60008b5d7269..00000000000000
--- a/change/@fluentui-react-select-f9db8e0b-3088-4a68-9179-d5821aebf0cd.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "prerelease",
- "comment": "fix: no interactive hover style when disabled",
- "packageName": "@fluentui/react-select",
- "email": "sarah.higley@microsoft.com",
- "dependentChangeType": "patch"
-}
diff --git a/packages/react-components/react-checkbox/CHANGELOG.json b/packages/react-components/react-checkbox/CHANGELOG.json
index 9053aa173187e0..38e625106475db 100644
--- a/packages/react-components/react-checkbox/CHANGELOG.json
+++ b/packages/react-components/react-checkbox/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-checkbox",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 21:51:23 GMT",
+ "tag": "@fluentui/react-checkbox_v9.0.19",
+ "version": "9.0.19",
+ "comments": {
+ "patch": [
+ {
+ "author": "behowell@microsoft.com",
+ "package": "@fluentui/react-checkbox",
+ "commit": "204f1c46b7257a0bc4cc6506242f4c0c02b5b17f",
+ "comment": "perf: Don't render Checkbox icon when unchecked"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 14:35:02 GMT",
"tag": "@fluentui/react-checkbox_v9.0.18",
diff --git a/packages/react-components/react-checkbox/CHANGELOG.md b/packages/react-components/react-checkbox/CHANGELOG.md
index 58c044611860da..9d491a2e19347f 100644
--- a/packages/react-components/react-checkbox/CHANGELOG.md
+++ b/packages/react-components/react-checkbox/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-checkbox
-This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 21:51:23 GMT and should not be manually modified.
+## [9.0.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.19)
+
+Mon, 09 Jan 2023 21:51:23 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-checkbox_v9.0.18..@fluentui/react-checkbox_v9.0.19)
+
+### Patches
+
+- perf: Don't render Checkbox icon when unchecked ([PR #26248](https://github.com/microsoft/fluentui/pull/26248) by behowell@microsoft.com)
+
## [9.0.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-checkbox_v9.0.18)
Mon, 09 Jan 2023 14:35:02 GMT
diff --git a/packages/react-components/react-checkbox/package.json b/packages/react-components/react-checkbox/package.json
index 0771ad9fd08226..dce2effead3cbb 100644
--- a/packages/react-components/react-checkbox/package.json
+++ b/packages/react-components/react-checkbox/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-checkbox",
- "version": "9.0.18",
+ "version": "9.0.19",
"description": "Fluent UI checkbox component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
diff --git a/packages/react-components/react-combobox/CHANGELOG.json b/packages/react-components/react-combobox/CHANGELOG.json
index 5403eba15c441e..680cab0e65cab8 100644
--- a/packages/react-components/react-combobox/CHANGELOG.json
+++ b/packages/react-components/react-combobox/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-combobox",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 21:51:23 GMT",
+ "tag": "@fluentui/react-combobox_v9.0.0-beta.22",
+ "version": "9.0.0-beta.22",
+ "comments": {
+ "prerelease": [
+ {
+ "author": "sarah.higley@microsoft.com",
+ "package": "@fluentui/react-combobox",
+ "commit": "e361553bf9966758a89630a2d5fc94a94ded5d5f",
+ "comment": "fix: disabled cursor style, opening when disabled, and hover styles"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 14:34:55 GMT",
"tag": "@fluentui/react-combobox_v9.0.0-beta.21",
diff --git a/packages/react-components/react-combobox/CHANGELOG.md b/packages/react-components/react-combobox/CHANGELOG.md
index 776ad02f4bfea4..aa61055971e43d 100644
--- a/packages/react-components/react-combobox/CHANGELOG.md
+++ b/packages/react-components/react-combobox/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-combobox
-This log was last generated on Mon, 09 Jan 2023 14:34:55 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 21:51:23 GMT and should not be manually modified.
+## [9.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.0.0-beta.22)
+
+Mon, 09 Jan 2023 21:51:23 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-combobox_v9.0.0-beta.21..@fluentui/react-combobox_v9.0.0-beta.22)
+
+### Changes
+
+- fix: disabled cursor style, opening when disabled, and hover styles ([PR #26068](https://github.com/microsoft/fluentui/pull/26068) by sarah.higley@microsoft.com)
+
## [9.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.0.0-beta.21)
Mon, 09 Jan 2023 14:34:55 GMT
diff --git a/packages/react-components/react-combobox/package.json b/packages/react-components/react-combobox/package.json
index c84a417fc3577b..372676e1c30cd2 100644
--- a/packages/react-components/react-combobox/package.json
+++ b/packages/react-components/react-combobox/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-combobox",
- "version": "9.0.0-beta.21",
+ "version": "9.0.0-beta.22",
"description": "Fluent UI React Combobox component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
diff --git a/packages/react-components/react-components/CHANGELOG.json b/packages/react-components/react-components/CHANGELOG.json
index cdc1aafecd94a1..18411ddd5ad031 100644
--- a/packages/react-components/react-components/CHANGELOG.json
+++ b/packages/react-components/react-components/CHANGELOG.json
@@ -1,6 +1,41 @@
{
"name": "@fluentui/react-components",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 21:51:23 GMT",
+ "tag": "@fluentui/react-components_v9.9.1",
+ "version": "9.9.1",
+ "comments": {
+ "patch": [
+ {
+ "author": "behowell@microsoft.com",
+ "package": "@fluentui/react-checkbox",
+ "commit": "204f1c46b7257a0bc4cc6506242f4c0c02b5b17f",
+ "comment": "perf: Don't render Checkbox icon when unchecked"
+ },
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-menu",
+ "commit": "fb5708446f369a57f48b87a0141d6a651acddbde",
+ "comment": "revert: MenuItem root slot only supports div"
+ }
+ ],
+ "prerelease": [
+ {
+ "author": "sarah.higley@microsoft.com",
+ "package": "@fluentui/react-combobox",
+ "commit": "e361553bf9966758a89630a2d5fc94a94ded5d5f",
+ "comment": "fix: disabled cursor style, opening when disabled, and hover styles"
+ },
+ {
+ "author": "sarah.higley@microsoft.com",
+ "package": "@fluentui/react-select",
+ "commit": "e361553bf9966758a89630a2d5fc94a94ded5d5f",
+ "comment": "fix: no interactive hover style when disabled"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 14:34:54 GMT",
"tag": "@fluentui/react-components_v9.9.0",
diff --git a/packages/react-components/react-components/CHANGELOG.md b/packages/react-components/react-components/CHANGELOG.md
index c17be4600999b3..bc12cdc3b5a076 100644
--- a/packages/react-components/react-components/CHANGELOG.md
+++ b/packages/react-components/react-components/CHANGELOG.md
@@ -1,9 +1,28 @@
# Change Log - @fluentui/react-components
-This log was last generated on Mon, 09 Jan 2023 14:34:54 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 21:51:23 GMT and should not be manually modified.
+## [9.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.9.1)
+
+Mon, 09 Jan 2023 21:51:23 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.9.0..@fluentui/react-components_v9.9.1)
+
+### Patches
+
+- `@fluentui/react-checkbox`
+ - perf: Don't render Checkbox icon when unchecked ([PR #26248](https://github.com/microsoft/fluentui/pull/26248) by behowell@microsoft.com)
+- `@fluentui/react-menu`
+ - revert: MenuItem root slot only supports div ([PR #26261](https://github.com/microsoft/fluentui/pull/26261) by lingfangao@hotmail.com)
+
+### Changes
+
+- `@fluentui/react-combobox`
+ - fix: disabled cursor style, opening when disabled, and hover styles ([PR #26068](https://github.com/microsoft/fluentui/pull/26068) by sarah.higley@microsoft.com)
+- `@fluentui/react-select`
+ - fix: no interactive hover style when disabled ([PR #26068](https://github.com/microsoft/fluentui/pull/26068) by sarah.higley@microsoft.com)
+
## [9.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.9.0)
Mon, 09 Jan 2023 14:34:54 GMT
diff --git a/packages/react-components/react-components/package.json b/packages/react-components/react-components/package.json
index 9f648bc872129e..c7f6c03fd06c38 100644
--- a/packages/react-components/react-components/package.json
+++ b/packages/react-components/react-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-components",
- "version": "9.9.0",
+ "version": "9.9.1",
"description": "Suite package for converged React components",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -37,8 +37,8 @@
"@fluentui/react-badge": "^9.0.18",
"@fluentui/react-button": "^9.1.14",
"@fluentui/react-card": "9.0.0-beta.38",
- "@fluentui/react-checkbox": "^9.0.18",
- "@fluentui/react-combobox": "^9.0.0-beta.21",
+ "@fluentui/react-checkbox": "^9.0.19",
+ "@fluentui/react-combobox": "^9.0.0-beta.22",
"@fluentui/react-dialog": "^9.1.7",
"@fluentui/react-divider": "^9.1.10",
"@fluentui/react-field": "9.0.0-alpha.14",
@@ -47,7 +47,7 @@
"@fluentui/react-input": "^9.2.11",
"@fluentui/react-label": "^9.0.16",
"@fluentui/react-link": "^9.0.17",
- "@fluentui/react-menu": "^9.6.0",
+ "@fluentui/react-menu": "^9.6.1",
"@fluentui/react-overflow": "9.0.0-rc.6",
"@fluentui/react-persona": "^9.1.1",
"@fluentui/react-portal": "^9.1.0",
@@ -56,13 +56,13 @@
"@fluentui/react-progress": "9.0.0-alpha.11",
"@fluentui/react-provider": "^9.2.1",
"@fluentui/react-radio": "^9.0.17",
- "@fluentui/react-select": "9.0.0-beta.20",
+ "@fluentui/react-select": "9.0.0-beta.21",
"@fluentui/react-shared-contexts": "^9.1.4",
"@fluentui/react-slider": "^9.0.16",
"@fluentui/react-spinbutton": "^9.0.14",
"@fluentui/react-spinner": "^9.0.16",
"@fluentui/react-switch": "^9.0.17",
- "@fluentui/react-table": "9.0.0-alpha.17",
+ "@fluentui/react-table": "9.0.0-alpha.18",
"@fluentui/react-tabs": "^9.1.6",
"@fluentui/react-tabster": "^9.3.6",
"@fluentui/react-textarea": "^9.1.11",
diff --git a/packages/react-components/react-menu/CHANGELOG.json b/packages/react-components/react-menu/CHANGELOG.json
index a06d5f30f13890..544934ca05fe5b 100644
--- a/packages/react-components/react-menu/CHANGELOG.json
+++ b/packages/react-components/react-menu/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-menu",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 21:51:23 GMT",
+ "tag": "@fluentui/react-menu_v9.6.1",
+ "version": "9.6.1",
+ "comments": {
+ "patch": [
+ {
+ "author": "lingfangao@hotmail.com",
+ "package": "@fluentui/react-menu",
+ "commit": "fb5708446f369a57f48b87a0141d6a651acddbde",
+ "comment": "revert: MenuItem root slot only supports div"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 14:34:57 GMT",
"tag": "@fluentui/react-menu_v9.6.0",
diff --git a/packages/react-components/react-menu/CHANGELOG.md b/packages/react-components/react-menu/CHANGELOG.md
index 9730c4d08b3a65..86af306fba3523 100644
--- a/packages/react-components/react-menu/CHANGELOG.md
+++ b/packages/react-components/react-menu/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-menu
-This log was last generated on Mon, 09 Jan 2023 14:34:57 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 21:51:23 GMT and should not be manually modified.
+## [9.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.1)
+
+Mon, 09 Jan 2023 21:51:23 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-menu_v9.6.0..@fluentui/react-menu_v9.6.1)
+
+### Patches
+
+- revert: MenuItem root slot only supports div ([PR #26261](https://github.com/microsoft/fluentui/pull/26261) by lingfangao@hotmail.com)
+
## [9.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-menu_v9.6.0)
Mon, 09 Jan 2023 14:34:57 GMT
diff --git a/packages/react-components/react-menu/package.json b/packages/react-components/react-menu/package.json
index 333e3b162fdeba..f2bd907ee74b29 100644
--- a/packages/react-components/react-menu/package.json
+++ b/packages/react-components/react-menu/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-menu",
- "version": "9.6.0",
+ "version": "9.6.1",
"description": "Fluent UI menu component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
diff --git a/packages/react-components/react-portal-compat/CHANGELOG.json b/packages/react-components/react-portal-compat/CHANGELOG.json
index be7f09b5c4f3ff..34eb0dc5a92620 100644
--- a/packages/react-components/react-portal-compat/CHANGELOG.json
+++ b/packages/react-components/react-portal-compat/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-portal-compat",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 21:51:24 GMT",
+ "tag": "@fluentui/react-portal-compat_v9.0.25",
+ "version": "9.0.25",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-portal-compat",
+ "comment": "Bump @fluentui/react-components to v9.9.1",
+ "commit": "fb5708446f369a57f48b87a0141d6a651acddbde"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 14:34:59 GMT",
"tag": "@fluentui/react-portal-compat_v9.0.24",
diff --git a/packages/react-components/react-portal-compat/CHANGELOG.md b/packages/react-components/react-portal-compat/CHANGELOG.md
index 77128fa8586a75..7f3060c979210b 100644
--- a/packages/react-components/react-portal-compat/CHANGELOG.md
+++ b/packages/react-components/react-portal-compat/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-portal-compat
-This log was last generated on Mon, 09 Jan 2023 14:34:59 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 21:51:24 GMT and should not be manually modified.
+## [9.0.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.25)
+
+Mon, 09 Jan 2023 21:51:24 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.24..@fluentui/react-portal-compat_v9.0.25)
+
+### Patches
+
+- Bump @fluentui/react-components to v9.9.1 ([PR #26261](https://github.com/microsoft/fluentui/pull/26261) by beachball)
+
## [9.0.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.24)
Mon, 09 Jan 2023 14:34:59 GMT
diff --git a/packages/react-components/react-portal-compat/package.json b/packages/react-components/react-portal-compat/package.json
index 9886f042d91146..652f2704fa3f9f 100644
--- a/packages/react-components/react-portal-compat/package.json
+++ b/packages/react-components/react-portal-compat/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-portal-compat",
- "version": "9.0.24",
+ "version": "9.0.25",
"description": "A package that contains compatibility layer for React Portals",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -26,7 +26,7 @@
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
- "@fluentui/react-components": "^9.9.0",
+ "@fluentui/react-components": "^9.9.1",
"@fluentui/react-shared-contexts": "^9.1.4",
"@fluentui/scripts": "*"
},
@@ -36,7 +36,7 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
- "@fluentui/react-components": "^9.9.0",
+ "@fluentui/react-components": "^9.9.1",
"@types/react": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0"
},
diff --git a/packages/react-components/react-select/CHANGELOG.json b/packages/react-components/react-select/CHANGELOG.json
index 9baffa15c8b5d5..c7050b30fefaf6 100644
--- a/packages/react-components/react-select/CHANGELOG.json
+++ b/packages/react-components/react-select/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-select",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 21:51:24 GMT",
+ "tag": "@fluentui/react-select_v9.0.0-beta.21",
+ "version": "9.0.0-beta.21",
+ "comments": {
+ "prerelease": [
+ {
+ "author": "sarah.higley@microsoft.com",
+ "package": "@fluentui/react-select",
+ "commit": "e361553bf9966758a89630a2d5fc94a94ded5d5f",
+ "comment": "fix: no interactive hover style when disabled"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 14:35:02 GMT",
"tag": "@fluentui/react-select_v9.0.0-beta.20",
diff --git a/packages/react-components/react-select/CHANGELOG.md b/packages/react-components/react-select/CHANGELOG.md
index eafc8127fcc64a..2a083f3b0ef1aa 100644
--- a/packages/react-components/react-select/CHANGELOG.md
+++ b/packages/react-components/react-select/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-select
-This log was last generated on Mon, 09 Jan 2023 14:35:02 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 21:51:24 GMT and should not be manually modified.
+## [9.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.21)
+
+Mon, 09 Jan 2023 21:51:24 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-select_v9.0.0-beta.20..@fluentui/react-select_v9.0.0-beta.21)
+
+### Changes
+
+- fix: no interactive hover style when disabled ([PR #26068](https://github.com/microsoft/fluentui/pull/26068) by sarah.higley@microsoft.com)
+
## [9.0.0-beta.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.20)
Mon, 09 Jan 2023 14:35:02 GMT
diff --git a/packages/react-components/react-select/package.json b/packages/react-components/react-select/package.json
index 13ce6c22e9558a..607ae7e24c5ba3 100644
--- a/packages/react-components/react-select/package.json
+++ b/packages/react-components/react-select/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-select",
- "version": "9.0.0-beta.20",
+ "version": "9.0.0-beta.21",
"description": "Fluent UI React Select component",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
diff --git a/packages/react-components/react-table/CHANGELOG.json b/packages/react-components/react-table/CHANGELOG.json
index e5e8d18bf01a2f..5352f181237f44 100644
--- a/packages/react-components/react-table/CHANGELOG.json
+++ b/packages/react-components/react-table/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-table",
"entries": [
+ {
+ "date": "Mon, 09 Jan 2023 21:51:24 GMT",
+ "tag": "@fluentui/react-table_v9.0.0-alpha.18",
+ "version": "9.0.0-alpha.18",
+ "comments": {
+ "prerelease": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-table",
+ "comment": "Bump @fluentui/react-checkbox to v9.0.19",
+ "commit": "fb5708446f369a57f48b87a0141d6a651acddbde"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 14:35:00 GMT",
"tag": "@fluentui/react-table_v9.0.0-alpha.17",
diff --git a/packages/react-components/react-table/CHANGELOG.md b/packages/react-components/react-table/CHANGELOG.md
index aa1805649a73b7..417784ae591822 100644
--- a/packages/react-components/react-table/CHANGELOG.md
+++ b/packages/react-components/react-table/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-table
-This log was last generated on Mon, 09 Jan 2023 14:35:00 GMT and should not be manually modified.
+This log was last generated on Mon, 09 Jan 2023 21:51:24 GMT and should not be manually modified.
+## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.18)
+
+Mon, 09 Jan 2023 21:51:24 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-table_v9.0.0-alpha.17..@fluentui/react-table_v9.0.0-alpha.18)
+
+### Changes
+
+- Bump @fluentui/react-checkbox to v9.0.19 ([PR #26261](https://github.com/microsoft/fluentui/pull/26261) by beachball)
+
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-table_v9.0.0-alpha.17)
Mon, 09 Jan 2023 14:35:00 GMT
diff --git a/packages/react-components/react-table/package.json b/packages/react-components/react-table/package.json
index e9eb5bc3d40ded..549fafb7340556 100644
--- a/packages/react-components/react-table/package.json
+++ b/packages/react-components/react-table/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-table",
- "version": "9.0.0-alpha.17",
+ "version": "9.0.0-alpha.18",
"description": "React components for building web experiences",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -33,7 +33,7 @@
"@fluentui/keyboard-keys": "^9.0.1",
"@fluentui/react-aria": "^9.3.5",
"@fluentui/react-avatar": "^9.2.12",
- "@fluentui/react-checkbox": "^9.0.18",
+ "@fluentui/react-checkbox": "^9.0.19",
"@fluentui/react-context-selector": "^9.1.5",
"@fluentui/react-icons": "^2.0.175",
"@fluentui/react-radio": "^9.0.17",
diff --git a/packages/react-components/theme-designer/package.json b/packages/react-components/theme-designer/package.json
index 0d007cf796ed74..fcfc4b69a9020d 100644
--- a/packages/react-components/theme-designer/package.json
+++ b/packages/react-components/theme-designer/package.json
@@ -34,7 +34,7 @@
"@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
"tslib": "^2.1.0",
- "@fluentui/react-components": "^9.9.0",
+ "@fluentui/react-components": "^9.9.1",
"@fluentui/react-icons": "^2.0.175",
"@fluent-blocks/colors": "9.2.0",
"codesandbox-import-utils": "2.2.3",
diff --git a/packages/react-migration-v8-v9/package.json b/packages/react-migration-v8-v9/package.json
index 08edde0a6c6625..2464927ea780f2 100644
--- a/packages/react-migration-v8-v9/package.json
+++ b/packages/react-migration-v8-v9/package.json
@@ -30,7 +30,7 @@
"dependencies": {
"@ctrl/tinycolor": "3.3.4",
"@fluentui/react": "^8.104.3",
- "@fluentui/react-components": "^9.9.0",
+ "@fluentui/react-components": "^9.9.1",
"@fluentui/react-theme": "^9.1.5",
"@fluentui/react-utilities": "^9.4.0",
"@griffel/react": "^1.5.2",
From f91f5ed6c5e1a8c5015828da9d1828355c3d9661 Mon Sep 17 00:00:00 2001
From: Micah Godbolt
Date: Mon, 9 Jan 2023 15:45:33 -0800
Subject: [PATCH 24/29] Fix: Allow root slot refs to merge with focus refs in
Slider (#26243)
* fix: allow refs passed in root slot to merge with focus refs
* change file
* cleanup
---
...eact-slider-2f917409-4eb9-4200-a537-14c6a2e11be2.json | 7 +++++++
.../react-slider/src/components/Slider/useSlider.ts | 9 ++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
create mode 100644 change/@fluentui-react-slider-2f917409-4eb9-4200-a537-14c6a2e11be2.json
diff --git a/change/@fluentui-react-slider-2f917409-4eb9-4200-a537-14c6a2e11be2.json b/change/@fluentui-react-slider-2f917409-4eb9-4200-a537-14c6a2e11be2.json
new file mode 100644
index 00000000000000..a0e46971a99713
--- /dev/null
+++ b/change/@fluentui-react-slider-2f917409-4eb9-4200-a537-14c6a2e11be2.json
@@ -0,0 +1,7 @@
+{
+ "type": "patch",
+ "comment": "fix: allow refs passed in root slot to merge with focus refs",
+ "packageName": "@fluentui/react-slider",
+ "email": "mgodbolt@microsoft.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/react-components/react-slider/src/components/Slider/useSlider.ts b/packages/react-components/react-slider/src/components/Slider/useSlider.ts
index 8797b52625c058..90d6a32b291566 100644
--- a/packages/react-components/react-slider/src/components/Slider/useSlider.ts
+++ b/packages/react-components/react-slider/src/components/Slider/useSlider.ts
@@ -1,5 +1,5 @@
import * as React from 'react';
-import { getPartitionedNativeProps, resolveShorthand, useId } from '@fluentui/react-utilities';
+import { getPartitionedNativeProps, resolveShorthand, useId, useMergedRefs } from '@fluentui/react-utilities';
import { useSliderState_unstable } from './useSliderState';
import { SliderProps, SliderState } from './Slider.types';
import { useFocusWithin } from '@fluentui/react-tabster';
@@ -34,10 +34,7 @@ export const useSlider_unstable = (props: SliderProps, ref: React.Ref(),
- ...nativeProps.root,
- },
+ defaultProps: nativeProps.root,
}),
input: resolveShorthand(input, {
required: true,
@@ -53,6 +50,8 @@ export const useSlider_unstable = (props: SliderProps, ref: React.Ref());
+
useSliderState_unstable(state, props);
return state;
From 25e3d5b8f843b51d1bc7e9deb9f5d4da74dec3cd Mon Sep 17 00:00:00 2001
From: Ben Howell <48106640+behowell@users.noreply.github.com>
Date: Mon, 9 Jan 2023 16:10:47 -0800
Subject: [PATCH 25/29] chore: Update Switch to use griffel reset styles
(#26007)
Update the styles to apply base styles with Griffe's makeResetStyles function, which combines all of the base styles into a single class.
---
...-608a7efd-4e5c-461f-a202-04608d8a629e.json | 7 +
.../src/components/Switch/useSwitchStyles.ts | 244 +++++++++---------
2 files changed, 129 insertions(+), 122 deletions(-)
create mode 100644 change/@fluentui-react-switch-608a7efd-4e5c-461f-a202-04608d8a629e.json
diff --git a/change/@fluentui-react-switch-608a7efd-4e5c-461f-a202-04608d8a629e.json b/change/@fluentui-react-switch-608a7efd-4e5c-461f-a202-04608d8a629e.json
new file mode 100644
index 00000000000000..d188717c29f5fc
--- /dev/null
+++ b/change/@fluentui-react-switch-608a7efd-4e5c-461f-a202-04608d8a629e.json
@@ -0,0 +1,7 @@
+{
+ "type": "patch",
+ "comment": "chore: Update Switch to use griffel reset styles",
+ "packageName": "@fluentui/react-switch",
+ "email": "behowell@microsoft.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/react-components/react-switch/src/components/Switch/useSwitchStyles.ts b/packages/react-components/react-switch/src/components/Switch/useSwitchStyles.ts
index 11f43114c38cb4..15e7255f6728ab 100644
--- a/packages/react-components/react-switch/src/components/Switch/useSwitchStyles.ts
+++ b/packages/react-components/react-switch/src/components/Switch/useSwitchStyles.ts
@@ -1,6 +1,6 @@
import { createFocusOutlineStyle } from '@fluentui/react-tabster';
import { tokens } from '@fluentui/react-theme';
-import { makeStyles, mergeClasses, shorthands } from '@griffel/react';
+import { makeResetStyles, makeStyles, mergeClasses, shorthands } from '@griffel/react';
import type { SlotClassNames } from '@fluentui/react-utilities';
import type { SwitchSlots, SwitchState } from './Switch.types';
@@ -22,175 +22,172 @@ const trackHeight = 20;
const trackWidth = 40;
const thumbSize = trackHeight - spaceBetweenThumbAndTrack;
-const useRootStyles = makeStyles({
- base: {
- alignItems: 'flex-start',
- boxSizing: 'border-box',
- display: 'inline-flex',
- position: 'relative',
+const useRootBaseClassName = makeResetStyles({
+ alignItems: 'flex-start',
+ boxSizing: 'border-box',
+ display: 'inline-flex',
+ position: 'relative',
- ...createFocusOutlineStyle({ style: {}, selector: 'focus-within' }),
- },
+ ...createFocusOutlineStyle({ style: {}, selector: 'focus-within' }),
+});
+const useRootStyles = makeStyles({
vertical: {
flexDirection: 'column',
},
});
-const useIndicatorStyles = makeStyles({
- base: {
- ...shorthands.borderRadius(tokens.borderRadiusCircular),
- ...shorthands.borderStyle('solid'),
- ...shorthands.borderWidth('1px'),
- lineHeight: 0,
- boxSizing: 'border-box',
- fill: 'currentColor',
- flexShrink: 0,
- fontSize: `${thumbSize}px`,
- height: `${trackHeight}px`,
- ...shorthands.margin(tokens.spacingVerticalS, tokens.spacingHorizontalS),
- pointerEvents: 'none',
+const useIndicatorBaseClassName = makeResetStyles({
+ borderRadius: tokens.borderRadiusCircular,
+ border: '1px solid',
+ lineHeight: 0,
+ boxSizing: 'border-box',
+ fill: 'currentColor',
+ flexShrink: 0,
+ fontSize: `${thumbSize}px`,
+ height: `${trackHeight}px`,
+ margin: tokens.spacingVerticalS + ' ' + tokens.spacingHorizontalS,
+ pointerEvents: 'none',
+ transitionDuration: tokens.durationNormal,
+ transitionTimingFunction: tokens.curveEasyEase,
+ transitionProperty: 'background, border, color',
+ width: `${trackWidth}px`,
+
+ '@media screen and (prefers-reduced-motion: reduce)': {
+ transitionDuration: '0.01ms',
+ },
+
+ '> *': {
transitionDuration: tokens.durationNormal,
transitionTimingFunction: tokens.curveEasyEase,
- transitionProperty: 'background, border, color',
- width: `${trackWidth}px`,
+ transitionProperty: 'transform',
'@media screen and (prefers-reduced-motion: reduce)': {
transitionDuration: '0.01ms',
},
-
- '> *': {
- transitionDuration: tokens.durationNormal,
- transitionTimingFunction: tokens.curveEasyEase,
- transitionProperty: 'transform',
-
- '@media screen and (prefers-reduced-motion: reduce)': {
- transitionDuration: '0.01ms',
- },
- },
},
+});
+const useIndicatorStyles = makeStyles({
labelAbove: {
marginTop: 0,
},
});
-const useInputStyles = makeStyles({
- base: {
- boxSizing: 'border-box',
- cursor: 'pointer',
- height: '100%',
- ...shorthands.margin(0),
- opacity: 0,
- position: 'absolute',
+const useInputBaseClassName = makeResetStyles({
+ boxSizing: 'border-box',
+ cursor: 'pointer',
+ height: '100%',
+ margin: 0,
+ opacity: 0,
+ position: 'absolute',
+
+ // Calculate the width of the hidden input by taking into account the size of the indicator + the padding around it.
+ // This is done so that clicking on that "empty space" still toggles the switch.
+ width: `calc(${trackWidth}px + 2 * ${tokens.spacingHorizontalS})`,
+
+ // Checked (both enabled and disabled)
+ ':checked': {
+ [`& ~ .${switchClassNames.indicator}`]: {
+ '> *': {
+ transform: `translateX(${trackWidth - thumbSize - spaceBetweenThumbAndTrack}px)`,
+ },
+ },
+ },
- // Calculate the width of the hidden input by taking into account the size of the indicator + the padding around it.
- // This is done so that clicking on that "empty space" still toggles the switch.
- width: `calc(${trackWidth}px + 2 * ${tokens.spacingHorizontalS})`,
+ // Disabled (both checked and unchecked)
+ ':disabled': {
+ cursor: 'default',
- // Checked (both enabled and disabled)
- ':checked': {
- [`& ~ .${switchClassNames.indicator}`]: {
- '> *': {
- transform: `translateX(${trackWidth - thumbSize - spaceBetweenThumbAndTrack}px)`,
- },
- },
+ [`& ~ .${switchClassNames.indicator}`]: {
+ color: tokens.colorNeutralForegroundDisabled,
},
- // Disabled (both checked and unchecked)
- ':disabled': {
+ [`& ~ .${switchClassNames.label}`]: {
cursor: 'default',
+ color: tokens.colorNeutralForegroundDisabled,
+ },
+ },
- [`& ~ .${switchClassNames.indicator}`]: {
- color: tokens.colorNeutralForegroundDisabled,
- },
+ // Enabled and unchecked
+ ':enabled:not(:checked)': {
+ [`& ~ .${switchClassNames.indicator}`]: {
+ color: tokens.colorNeutralStrokeAccessible,
+ borderColor: tokens.colorNeutralStrokeAccessible,
+ },
- [`& ~ .${switchClassNames.label}`]: {
- cursor: 'default',
- color: tokens.colorNeutralForegroundDisabled,
- },
+ [`& ~ .${switchClassNames.label}`]: {
+ color: tokens.colorNeutralForeground1,
},
- // Enabled and unchecked
- ':enabled:not(:checked)': {
+ ':hover': {
[`& ~ .${switchClassNames.indicator}`]: {
- color: tokens.colorNeutralStrokeAccessible,
- ...shorthands.borderColor(tokens.colorNeutralStrokeAccessible),
- },
-
- [`& ~ .${switchClassNames.label}`]: {
- color: tokens.colorNeutralForeground1,
+ color: tokens.colorNeutralStrokeAccessibleHover,
+ borderColor: tokens.colorNeutralStrokeAccessibleHover,
},
+ },
- ':hover': {
- [`& ~ .${switchClassNames.indicator}`]: {
- color: tokens.colorNeutralStrokeAccessibleHover,
- ...shorthands.borderColor(tokens.colorNeutralStrokeAccessibleHover),
- },
+ ':hover:active': {
+ [`& ~ .${switchClassNames.indicator}`]: {
+ color: tokens.colorNeutralStrokeAccessiblePressed,
+ borderColor: tokens.colorNeutralStrokeAccessiblePressed,
},
+ },
+ },
- ':hover:active': {
- [`& ~ .${switchClassNames.indicator}`]: {
- color: tokens.colorNeutralStrokeAccessiblePressed,
- ...shorthands.borderColor(tokens.colorNeutralStrokeAccessiblePressed),
- },
- },
+ // Enabled and checked
+ ':enabled:checked': {
+ [`& ~ .${switchClassNames.indicator}`]: {
+ backgroundColor: tokens.colorCompoundBrandBackground,
+ color: tokens.colorNeutralForegroundInverted,
+ borderColor: tokens.colorTransparentStroke,
},
- // Enabled and checked
- ':enabled:checked': {
+ ':hover': {
[`& ~ .${switchClassNames.indicator}`]: {
- backgroundColor: tokens.colorCompoundBrandBackground,
- color: tokens.colorNeutralForegroundInverted,
- ...shorthands.borderColor(tokens.colorTransparentStroke),
+ backgroundColor: tokens.colorCompoundBrandBackgroundHover,
+ borderColor: tokens.colorTransparentStrokeInteractive,
},
+ },
- ':hover': {
- [`& ~ .${switchClassNames.indicator}`]: {
- backgroundColor: tokens.colorCompoundBrandBackgroundHover,
- ...shorthands.borderColor(tokens.colorTransparentStrokeInteractive),
- },
+ ':hover:active': {
+ [`& ~ .${switchClassNames.indicator}`]: {
+ backgroundColor: tokens.colorCompoundBrandBackgroundPressed,
+ borderColor: tokens.colorTransparentStrokeInteractive,
},
+ },
+ },
- ':hover:active': {
- [`& ~ .${switchClassNames.indicator}`]: {
- backgroundColor: tokens.colorCompoundBrandBackgroundPressed,
- ...shorthands.borderColor(tokens.colorTransparentStrokeInteractive),
- },
- },
+ // Disabled and unchecked
+ ':disabled:not(:checked)': {
+ [`& ~ .${switchClassNames.indicator}`]: {
+ borderColor: tokens.colorNeutralStrokeDisabled,
},
+ },
- // Disabled and unchecked
- ':disabled:not(:checked)': {
- [`& ~ .${switchClassNames.indicator}`]: {
- ...shorthands.borderColor(tokens.colorNeutralStrokeDisabled),
- },
+ // Disabled and checked
+ ':disabled:checked': {
+ [`& ~ .${switchClassNames.indicator}`]: {
+ backgroundColor: tokens.colorNeutralBackgroundDisabled,
+ borderColor: tokens.colorTransparentStrokeDisabled,
},
+ },
- // Disabled and checked
- ':disabled:checked': {
+ '@media (forced-colors: active)': {
+ ':disabled': {
[`& ~ .${switchClassNames.indicator}`]: {
- backgroundColor: tokens.colorNeutralBackgroundDisabled,
- ...shorthands.borderColor(tokens.colorTransparentStrokeDisabled),
+ color: 'GrayText',
+ borderColor: 'GrayText',
},
- },
- },
- highContrast: {
- '@media (forced-colors: active)': {
- ':disabled': {
- [`& ~ .${switchClassNames.indicator}`]: {
- color: 'GrayText',
- ...shorthands.borderColor('GrayText'),
- },
-
- [`& ~ .${switchClassNames.label}`]: {
- color: 'GrayText',
- },
+ [`& ~ .${switchClassNames.label}`]: {
+ color: 'GrayText',
},
},
},
+});
+const useInputStyles = makeStyles({
before: {
right: 0,
top: 0,
@@ -206,6 +203,7 @@ const useInputStyles = makeStyles({
},
});
+// Can't use makeResetStyles here because Label is a component that may itself use makeResetStyles.
const useLabelStyles = makeStyles({
base: {
cursor: 'pointer',
@@ -234,8 +232,11 @@ const useLabelStyles = makeStyles({
* Apply styling to the Switch slots based on the state
*/
export const useSwitchStyles_unstable = (state: SwitchState): SwitchState => {
+ const rootBaseClassName = useRootBaseClassName();
const rootStyles = useRootStyles();
+ const indicatorBaseClassName = useIndicatorBaseClassName();
const indicatorStyles = useIndicatorStyles();
+ const inputBaseClassName = useInputBaseClassName();
const inputStyles = useInputStyles();
const labelStyles = useLabelStyles();
@@ -243,22 +244,21 @@ export const useSwitchStyles_unstable = (state: SwitchState): SwitchState => {
state.root.className = mergeClasses(
switchClassNames.root,
- rootStyles.base,
+ rootBaseClassName,
labelPosition === 'above' && rootStyles.vertical,
state.root.className,
);
state.indicator.className = mergeClasses(
switchClassNames.indicator,
- indicatorStyles.base,
+ indicatorBaseClassName,
label && labelPosition === 'above' && indicatorStyles.labelAbove,
state.indicator.className,
);
state.input.className = mergeClasses(
switchClassNames.input,
- inputStyles.base,
- inputStyles.highContrast,
+ inputBaseClassName,
label && inputStyles[labelPosition],
state.input.className,
);
From a98c062f5a7ae87ad0a0f1cff75a4fd964b45672 Mon Sep 17 00:00:00 2001
From: tomi-msft <66456876+tomi-msft@users.noreply.github.com>
Date: Mon, 9 Jan 2023 16:12:22 -0800
Subject: [PATCH 26/29] Update styling for contentBefore and contentAfter input
slots (#26115)
* Update styling for contentBefore and contentAfter input slots
* change files
* Update styling
---
...i-react-input-68d90a7c-d6d4-4cc4-bd74-697d991fdfca.json | 7 +++++++
.../react-input/src/components/Input/useInputStyles.ts | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
create mode 100644 change/@fluentui-react-input-68d90a7c-d6d4-4cc4-bd74-697d991fdfca.json
diff --git a/change/@fluentui-react-input-68d90a7c-d6d4-4cc4-bd74-697d991fdfca.json b/change/@fluentui-react-input-68d90a7c-d6d4-4cc4-bd74-697d991fdfca.json
new file mode 100644
index 00000000000000..93d42f67f7d821
--- /dev/null
+++ b/change/@fluentui-react-input-68d90a7c-d6d4-4cc4-bd74-697d991fdfca.json
@@ -0,0 +1,7 @@
+{
+ "type": "patch",
+ "comment": "fix: Update contentBefore and contentAfter slot styling for svg",
+ "packageName": "@fluentui/react-input",
+ "email": "ololubek@microsoft.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/react-components/react-input/src/components/Input/useInputStyles.ts b/packages/react-components/react-input/src/components/Input/useInputStyles.ts
index 03a29c29088b21..f55c51e865c79d 100644
--- a/packages/react-components/react-input/src/components/Input/useInputStyles.ts
+++ b/packages/react-components/react-input/src/components/Input/useInputStyles.ts
@@ -216,8 +216,8 @@ const useContentStyles = makeStyles({
base: {
boxSizing: 'border-box',
color: tokens.colorNeutralForeground3, // "icon color" in design spec
+ display: 'flex',
// special case styling for icons (most common case) to ensure they're centered vertically
- '> svg': { display: 'block' },
},
disabled: {
color: tokens.colorNeutralForegroundDisabled,
From d34b9cdabed0763b72778818a1cbb509e446e6fc Mon Sep 17 00:00:00 2001
From: Jacqueline Gaherity <30805892+Jacqueline-ms@users.noreply.github.com>
Date: Mon, 9 Jan 2023 16:45:09 -0800
Subject: [PATCH 27/29] Azure Theme: reduced spin button height to match
TextField / DropDowns at 24px height (#26265)
* Reduced split button height to match textfields / dropdowns at 24px height.
* Typo fix
* Create @fluentui-azure-themes-f2eeb068-7c57-433f-9da0-60afb1302fc4.json
---
...-f2eeb068-7c57-433f-9da0-60afb1302fc4.json | 7 ++
.../src/azure/styles/SpinButton.styles.ts | 8 +++
.../stories/Themes/Themes.stories.tsx | 6 ++
.../stories/components/SpinButton.stories.tsx | 67 +++++++++++++++++++
4 files changed, 88 insertions(+)
create mode 100644 change/@fluentui-azure-themes-f2eeb068-7c57-433f-9da0-60afb1302fc4.json
create mode 100644 packages/react-examples/src/azure-themes/stories/components/SpinButton.stories.tsx
diff --git a/change/@fluentui-azure-themes-f2eeb068-7c57-433f-9da0-60afb1302fc4.json b/change/@fluentui-azure-themes-f2eeb068-7c57-433f-9da0-60afb1302fc4.json
new file mode 100644
index 00000000000000..48cbad330455a4
--- /dev/null
+++ b/change/@fluentui-azure-themes-f2eeb068-7c57-433f-9da0-60afb1302fc4.json
@@ -0,0 +1,7 @@
+{
+ "type": "patch",
+ "comment": "Spin button height fix for Azure theme. Reduced to 24px to match textfield / dropdown",
+ "packageName": "@fluentui/azure-themes",
+ "email": "30805892+Jacqueline-ms@users.noreply.github.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/azure-themes/src/azure/styles/SpinButton.styles.ts b/packages/azure-themes/src/azure/styles/SpinButton.styles.ts
index e4be39b82e7865..b887c18e69b18d 100644
--- a/packages/azure-themes/src/azure/styles/SpinButton.styles.ts
+++ b/packages/azure-themes/src/azure/styles/SpinButton.styles.ts
@@ -1,5 +1,6 @@
import { ISpinButtonStyleProps, ISpinButtonStyles } from '@fluentui/react/lib/SpinButton';
import { IStyleFunction } from '@fluentui/react/lib/Utilities';
+import * as StyleConstants from '../Constants';
export const SpinButtonStyles: IStyleFunction = (
props: ISpinButtonStyleProps,
@@ -7,6 +8,13 @@ export const SpinButtonStyles: IStyleFunctiondiv': {
+ height: StyleConstants.inputControlHeight,
+ },
+ },
+ },
input: {
backgroundColor: theme.semanticColors.inputBackground,
color: theme.semanticColors.inputText,
diff --git a/packages/react-examples/src/azure-themes/stories/Themes/Themes.stories.tsx b/packages/react-examples/src/azure-themes/stories/Themes/Themes.stories.tsx
index 899593c1b9da78..626bee087547f6 100644
--- a/packages/react-examples/src/azure-themes/stories/Themes/Themes.stories.tsx
+++ b/packages/react-examples/src/azure-themes/stories/Themes/Themes.stories.tsx
@@ -31,6 +31,7 @@ import { TeachingBubbleBasicExample } from '../components/TeachingBubble.stories
import { MessageBarBasicExample } from '../components/messageBar.stories';
import { TooltipBasicExample } from '../components/tooltip.stories';
import { SliderBasicExample } from '../components/slider.stories';
+import { SpinButtonBasicExample } from '../components/SpinButton.stories';
const Example = () => (
@@ -143,6 +144,11 @@ const Example = () => (
+
+ Spin button example
+
+
+
Misc
diff --git a/packages/react-examples/src/azure-themes/stories/components/SpinButton.stories.tsx b/packages/react-examples/src/azure-themes/stories/components/SpinButton.stories.tsx
new file mode 100644
index 00000000000000..702482814a9847
--- /dev/null
+++ b/packages/react-examples/src/azure-themes/stories/components/SpinButton.stories.tsx
@@ -0,0 +1,67 @@
+import * as React from 'react';
+import { SpinButton, ISpinButtonStyles, Position, IIconProps } from '@fluentui/react';
+import { Stack, IStackTokens } from '@fluentui/react/lib/Stack';
+
+const stackTokens: IStackTokens = { childrenGap: 20 };
+// By default the field grows to fit available width. Constrain the width instead.
+const styles: Partial = { spinButtonWrapper: { width: 75 } };
+const iconProps: IIconProps = { iconName: 'IncreaseIndentLegacy' };
+export const SpinButtonBasicExample: React.FunctionComponent = () => {
+ return (
+
+
+
+
+
+
+
+ );
+};
From 49ead1dcd8c34cf87b151e0c0cc7bd716260f22f Mon Sep 17 00:00:00 2001
From: Jeff Smith <37851214+eljefe223@users.noreply.github.com>
Date: Mon, 9 Jan 2023 20:18:39 -0800
Subject: [PATCH 28/29] fix: web component menu layering bug (#26260)
* fix: layering z-index issue for sub menus
* chnage file
---
...-components-178171d1-0703-48ef-85dc-74bfd1bef5e2.json | 7 +++++++
.../web-components/src/menu-item/menu-item.styles.ts | 2 ++
packages/web-components/src/menu/menu.stories.ts | 9 ++++++++-
3 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 change/@fluentui-web-components-178171d1-0703-48ef-85dc-74bfd1bef5e2.json
diff --git a/change/@fluentui-web-components-178171d1-0703-48ef-85dc-74bfd1bef5e2.json b/change/@fluentui-web-components-178171d1-0703-48ef-85dc-74bfd1bef5e2.json
new file mode 100644
index 00000000000000..5ddb2075cf660d
--- /dev/null
+++ b/change/@fluentui-web-components-178171d1-0703-48ef-85dc-74bfd1bef5e2.json
@@ -0,0 +1,7 @@
+{
+ "type": "patch",
+ "comment": "fix: layering zindex issue with sub menus",
+ "packageName": "@fluentui/web-components",
+ "email": "jes@microsoft.com",
+ "dependentChangeType": "patch"
+}
diff --git a/packages/web-components/src/menu-item/menu-item.styles.ts b/packages/web-components/src/menu-item/menu-item.styles.ts
index 6dfc6a2d00d8d1..851fab9348f5a7 100644
--- a/packages/web-components/src/menu-item/menu-item.styles.ts
+++ b/packages/web-components/src/menu-item/menu-item.styles.ts
@@ -43,6 +43,7 @@ export const menuItemStyles: (context: ElementDefinitionContext, definition: Men
cursor: pointer;
border-radius: calc(${controlCornerRadius} * 1px);
border: calc(${strokeWidth} * 1px) solid transparent;
+ position: relative;
}
:host(.indent-0) {
@@ -95,6 +96,7 @@ export const menuItemStyles: (context: ElementDefinitionContext, definition: Men
:host(.expanded) {
background: ${neutralFillStealthActive};
color: ${neutralForegroundRest};
+ z-index: 2;
}
:host([disabled]) {
diff --git a/packages/web-components/src/menu/menu.stories.ts b/packages/web-components/src/menu/menu.stories.ts
index ce27f45957ea01..119a586e6c9baf 100644
--- a/packages/web-components/src/menu/menu.stories.ts
+++ b/packages/web-components/src/menu/menu.stories.ts
@@ -12,7 +12,14 @@ const MenuTemplate = () => `
Menu item 2
Nested Menu item 2.1
- Nested Menu item 2.2
+
+ Nested Menu item 2.2
+
+ Nested Menu item 2.2.1
+ Nested Menu item 2.2.2
+ Nested Menu item 2.2.3
+
+
Nested Menu item 2.3
From 3748ba0ae635a1c1bb2de752f93acd5a3287c8bd Mon Sep 17 00:00:00 2001
From: Fluent UI Build
Date: Tue, 10 Jan 2023 07:50:23 +0000
Subject: [PATCH 29/29] applying package updates
---
apps/perf-test/package.json | 4 +-
apps/public-docsite-resources/package.json | 16 +--
apps/public-docsite-v9/package.json | 2 +-
apps/public-docsite/package.json | 30 ++---
apps/react-18-tests-v8/package.json | 4 +-
apps/ssr-tests/package.json | 2 +-
apps/stress-test/package.json | 4 +-
apps/theming-designer/package.json | 14 +--
apps/ts-minbar-test-react/package.json | 2 +-
apps/vr-tests/package.json | 12 +-
...-f2eeb068-7c57-433f-9da0-60afb1302fc4.json | 7 --
...-700c8d6f-1dc3-46ac-a416-d4aded1a6256.json | 7 --
...-178171d1-0703-48ef-85dc-74bfd1bef5e2.json | 7 --
packages/api-docs/package.json | 2 +-
packages/azure-themes/CHANGELOG.json | 27 +++++
packages/azure-themes/CHANGELOG.md | 13 ++-
packages/azure-themes/package.json | 6 +-
packages/codemods/package.json | 2 +-
packages/common-styles/CHANGELOG.json | 15 +++
packages/common-styles/CHANGELOG.md | 11 +-
packages/common-styles/package.json | 4 +-
packages/cra-template/CHANGELOG.json | 15 +++
packages/cra-template/CHANGELOG.md | 11 +-
packages/cra-template/package.json | 4 +-
packages/date-time-utilities/CHANGELOG.json | 15 +++
packages/date-time-utilities/CHANGELOG.md | 11 +-
packages/date-time-utilities/package.json | 4 +-
packages/dom-utilities/CHANGELOG.json | 15 +++
packages/dom-utilities/CHANGELOG.md | 11 +-
packages/dom-utilities/package.json | 4 +-
packages/eslint-plugin/CHANGELOG.json | 15 +++
packages/eslint-plugin/CHANGELOG.md | 11 +-
packages/eslint-plugin/package.json | 2 +-
packages/example-data/package.json | 2 +-
packages/fluent2-theme/CHANGELOG.json | 21 ++++
packages/fluent2-theme/CHANGELOG.md | 12 +-
packages/fluent2-theme/package.json | 6 +-
packages/font-icons-mdl2/CHANGELOG.json | 27 +++++
packages/font-icons-mdl2/CHANGELOG.md | 13 ++-
packages/font-icons-mdl2/package.json | 8 +-
packages/foundation-legacy/CHANGELOG.json | 39 +++++++
packages/foundation-legacy/CHANGELOG.md | 15 ++-
packages/foundation-legacy/package.json | 12 +-
.../CHANGELOG.json | 15 +++
.../jest-serializer-merge-styles/CHANGELOG.md | 11 +-
.../jest-serializer-merge-styles/package.json | 4 +-
packages/keyboard-key/package.json | 2 +-
packages/merge-styles/CHANGELOG.json | 15 +++
packages/merge-styles/CHANGELOG.md | 11 +-
packages/merge-styles/package.json | 4 +-
packages/monaco-editor/package.json | 2 +-
packages/public-docsite-setup/package.json | 2 +-
packages/react-cards/CHANGELOG.json | 33 ++++++
packages/react-cards/CHANGELOG.md | 14 ++-
packages/react-cards/package.json | 10 +-
packages/react-charting/CHANGELOG.json | 33 ++++++
packages/react-charting/CHANGELOG.md | 14 ++-
packages/react-charting/package.json | 12 +-
.../react-conformance-griffel/package.json | 2 +-
packages/react-conformance/package.json | 2 +-
packages/react-date-time/CHANGELOG.json | 21 ++++
packages/react-date-time/CHANGELOG.md | 12 +-
packages/react-date-time/package.json | 6 +-
.../react-docsite-components/CHANGELOG.json | 57 ++++++++++
.../react-docsite-components/CHANGELOG.md | 18 ++-
.../react-docsite-components/package.json | 18 +--
packages/react-examples/package.json | 42 +++----
packages/react-experiments/CHANGELOG.json | 81 ++++++++++++++
packages/react-experiments/CHANGELOG.md | 22 +++-
packages/react-experiments/package.json | 26 ++---
packages/react-file-type-icons/CHANGELOG.json | 21 ++++
packages/react-file-type-icons/CHANGELOG.md | 12 +-
packages/react-file-type-icons/package.json | 6 +-
packages/react-focus/CHANGELOG.json | 51 +++++++++
packages/react-focus/CHANGELOG.md | 17 ++-
packages/react-focus/package.json | 16 +--
packages/react-hooks/CHANGELOG.json | 33 ++++++
packages/react-hooks/CHANGELOG.md | 14 ++-
packages/react-hooks/package.json | 10 +-
packages/react-icon-provider/CHANGELOG.json | 21 ++++
packages/react-icon-provider/CHANGELOG.md | 12 +-
packages/react-icon-provider/package.json | 6 +-
.../react-icons-mdl2-branded/CHANGELOG.json | 21 ++++
.../react-icons-mdl2-branded/CHANGELOG.md | 12 +-
.../react-icons-mdl2-branded/package.json | 6 +-
packages/react-icons-mdl2/CHANGELOG.json | 27 +++++
packages/react-icons-mdl2/CHANGELOG.md | 13 ++-
packages/react-icons-mdl2/package.json | 8 +-
packages/react-migration-v8-v9/CHANGELOG.json | 15 +++
packages/react-migration-v8-v9/CHANGELOG.md | 11 +-
packages/react-migration-v8-v9/package.json | 4 +-
packages/react-monaco-editor/CHANGELOG.json | 33 ++++++
packages/react-monaco-editor/CHANGELOG.md | 14 ++-
packages/react-monaco-editor/package.json | 10 +-
packages/react-window-provider/CHANGELOG.json | 21 ++++
packages/react-window-provider/CHANGELOG.md | 12 +-
packages/react-window-provider/package.json | 6 +-
packages/react/CHANGELOG.json | 105 ++++++++++++++++++
packages/react/CHANGELOG.md | 26 ++++-
packages/react/package.json | 34 +++---
packages/scheme-utilities/CHANGELOG.json | 21 ++++
packages/scheme-utilities/CHANGELOG.md | 12 +-
packages/scheme-utilities/package.json | 6 +-
packages/set-version/package.json | 2 +-
packages/storybook/package.json | 8 +-
packages/style-utilities/CHANGELOG.json | 33 ++++++
packages/style-utilities/CHANGELOG.md | 14 ++-
packages/style-utilities/package.json | 10 +-
packages/test-utilities/package.json | 2 +-
packages/theme-samples/CHANGELOG.json | 27 +++++
packages/theme-samples/CHANGELOG.md | 13 ++-
packages/theme-samples/package.json | 8 +-
packages/theme/CHANGELOG.json | 27 +++++
packages/theme/CHANGELOG.md | 13 ++-
packages/theme/package.json | 8 +-
packages/utilities/CHANGELOG.json | 39 +++++++
packages/utilities/CHANGELOG.md | 15 ++-
packages/utilities/package.json | 12 +-
packages/web-components/CHANGELOG.json | 15 +++
packages/web-components/CHANGELOG.md | 11 +-
packages/web-components/package.json | 2 +-
packages/webpack-utilities/package.json | 2 +-
122 files changed, 1575 insertions(+), 275 deletions(-)
delete mode 100644 change/@fluentui-azure-themes-f2eeb068-7c57-433f-9da0-60afb1302fc4.json
delete mode 100644 change/@fluentui-eslint-plugin-700c8d6f-1dc3-46ac-a416-d4aded1a6256.json
delete mode 100644 change/@fluentui-web-components-178171d1-0703-48ef-85dc-74bfd1bef5e2.json
diff --git a/apps/perf-test/package.json b/apps/perf-test/package.json
index 1129013a2beef3..1e306702b8bb6a 100644
--- a/apps/perf-test/package.json
+++ b/apps/perf-test/package.json
@@ -16,8 +16,8 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/example-data": "^8.4.4",
- "@fluentui/react": "^8.104.3",
+ "@fluentui/example-data": "^8.4.5",
+ "@fluentui/react": "^8.104.4",
"@microsoft/load-themed-styles": "^1.10.26",
"flamegrill": "0.2.0",
"lodash": "^4.17.15",
diff --git a/apps/public-docsite-resources/package.json b/apps/public-docsite-resources/package.json
index efa816cbeb9d5e..72c63ec7860eed 100644
--- a/apps/public-docsite-resources/package.json
+++ b/apps/public-docsite-resources/package.json
@@ -27,20 +27,20 @@
"update-snapshots": "just-scripts jest -u"
},
"devDependencies": {
- "@fluentui/api-docs": "^8.2.4",
+ "@fluentui/api-docs": "^8.2.5",
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.3",
+ "@fluentui/react": "^8.104.4",
"@fluentui/react-examples": "^8.34.4",
"@microsoft/load-themed-styles": "^1.10.26",
- "@fluentui/azure-themes": "^8.5.43",
- "@fluentui/react-docsite-components": "^8.11.6",
- "@fluentui/font-icons-mdl2": "^8.5.5",
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/theme-samples": "^8.7.41",
- "@fluentui/react-monaco-editor": "^1.7.41",
+ "@fluentui/azure-themes": "^8.5.44",
+ "@fluentui/react-docsite-components": "^8.11.7",
+ "@fluentui/font-icons-mdl2": "^8.5.6",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/theme-samples": "^8.7.42",
+ "@fluentui/react-monaco-editor": "^1.7.42",
"office-ui-fabric-core": "^11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
diff --git a/apps/public-docsite-v9/package.json b/apps/public-docsite-v9/package.json
index 72707343576eee..29d3c322d599e6 100644
--- a/apps/public-docsite-v9/package.json
+++ b/apps/public-docsite-v9/package.json
@@ -21,7 +21,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.3",
+ "@fluentui/react": "^8.104.4",
"@fluentui/react-northstar": "^0.65.0",
"@fluentui/react-icons-northstar": "^0.65.0",
"@fluentui/storybook": "^1.0.0",
diff --git a/apps/public-docsite/package.json b/apps/public-docsite/package.json
index 3ad00d0eb9732a..5f9be3b16c8fbb 100644
--- a/apps/public-docsite/package.json
+++ b/apps/public-docsite/package.json
@@ -23,28 +23,28 @@
},
"license": "MIT",
"devDependencies": {
- "@fluentui/common-styles": "^1.2.14",
+ "@fluentui/common-styles": "^1.2.15",
"@fluentui/eslint-plugin": "*",
- "@fluentui/react-monaco-editor": "^1.7.41",
+ "@fluentui/react-monaco-editor": "^1.7.42",
"@fluentui/scripts": "*",
"write-file-webpack-plugin": "^4.1.0"
},
"dependencies": {
- "@fluentui/font-icons-mdl2": "^8.5.5",
+ "@fluentui/font-icons-mdl2": "^8.5.6",
"@fluentui/public-docsite-resources": "^8.1.41",
- "@fluentui/public-docsite-setup": "^0.3.14",
- "@fluentui/react": "^8.104.3",
- "@fluentui/react-docsite-components": "^8.11.6",
+ "@fluentui/public-docsite-setup": "^0.3.15",
+ "@fluentui/react": "^8.104.4",
+ "@fluentui/react-docsite-components": "^8.11.7",
"@fluentui/react-examples": "^8.34.4",
- "@fluentui/react-experiments": "^8.14.36",
- "@fluentui/fluent2-theme": "^8.104.6",
- "@fluentui/react-file-type-icons": "^8.8.4",
- "@fluentui/react-icons-mdl2": "^1.3.28",
- "@fluentui/react-icons-mdl2-branded": "^1.2.29",
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/theme": "^2.6.20",
- "@fluentui/theme-samples": "^8.7.41",
- "@fluentui/utilities": "^8.13.4",
+ "@fluentui/react-experiments": "^8.14.37",
+ "@fluentui/fluent2-theme": "^8.104.7",
+ "@fluentui/react-file-type-icons": "^8.8.5",
+ "@fluentui/react-icons-mdl2": "^1.3.29",
+ "@fluentui/react-icons-mdl2-branded": "^1.2.30",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/theme": "^2.6.21",
+ "@fluentui/theme-samples": "^8.7.42",
+ "@fluentui/utilities": "^8.13.5",
"@microsoft/load-themed-styles": "^1.10.26",
"office-ui-fabric-core": "^11.0.0",
"react": "17.0.2",
diff --git a/apps/react-18-tests-v8/package.json b/apps/react-18-tests-v8/package.json
index 18e7c2e50facd6..e1dabc60c86ff9 100644
--- a/apps/react-18-tests-v8/package.json
+++ b/apps/react-18-tests-v8/package.json
@@ -18,8 +18,8 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.3",
- "@fluentui/react-hooks": "^8.6.14",
+ "@fluentui/react": "^8.104.4",
+ "@fluentui/react-hooks": "^8.6.15",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.6",
"react": "18.2.0",
diff --git a/apps/ssr-tests/package.json b/apps/ssr-tests/package.json
index 73795de20d6053..9cc8cf31209a4a 100644
--- a/apps/ssr-tests/package.json
+++ b/apps/ssr-tests/package.json
@@ -13,7 +13,7 @@
},
"license": "MIT",
"devDependencies": {
- "@fluentui/react": "^8.104.3",
+ "@fluentui/react": "^8.104.4",
"@microsoft/load-themed-styles": "^1.10.26",
"@types/mocha": "^7.0.2",
"@fluentui/scripts": "*",
diff --git a/apps/stress-test/package.json b/apps/stress-test/package.json
index 4bb3c6fb47b504..c373577440cb13 100644
--- a/apps/stress-test/package.json
+++ b/apps/stress-test/package.json
@@ -10,10 +10,10 @@
"type-check": "tsc -b tsconfig.type.json"
},
"dependencies": {
- "@fluentui/react": "^8.104.3",
+ "@fluentui/react": "^8.104.4",
"@fluentui/react-components": "^9.9.1",
"@fluentui/react-icons": "^2.0.175",
- "@fluentui/web-components": "^2.5.9",
+ "@fluentui/web-components": "^2.5.10",
"@microsoft/fast-element": "^1.10.4",
"afterframe": "1.0.2",
"react": "17.0.2",
diff --git a/apps/theming-designer/package.json b/apps/theming-designer/package.json
index f4944773267a28..6e3418cfefb540 100644
--- a/apps/theming-designer/package.json
+++ b/apps/theming-designer/package.json
@@ -18,13 +18,13 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.3",
- "@fluentui/merge-styles": "^8.5.4",
- "@fluentui/react-docsite-components": "^8.11.6",
- "@fluentui/foundation-legacy": "^8.2.25",
- "@fluentui/scheme-utilities": "^8.3.21",
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/font-icons-mdl2": "^8.5.5",
+ "@fluentui/react": "^8.104.4",
+ "@fluentui/merge-styles": "^8.5.5",
+ "@fluentui/react-docsite-components": "^8.11.7",
+ "@fluentui/foundation-legacy": "^8.2.26",
+ "@fluentui/scheme-utilities": "^8.3.22",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/font-icons-mdl2": "^8.5.6",
"@microsoft/load-themed-styles": "^1.10.26",
"react": "17.0.2",
"react-dom": "17.0.2",
diff --git a/apps/ts-minbar-test-react/package.json b/apps/ts-minbar-test-react/package.json
index a632200b0c3197..d4a159b204f702 100644
--- a/apps/ts-minbar-test-react/package.json
+++ b/apps/ts-minbar-test-react/package.json
@@ -5,7 +5,7 @@
"description": "Testing Fluent UI React compatibility with Typescript 3.9",
"license": "MIT",
"dependencies": {
- "@fluentui/react": "^8.104.3"
+ "@fluentui/react": "^8.104.4"
},
"scripts": {
"type-check": "tsc -p .",
diff --git a/apps/vr-tests/package.json b/apps/vr-tests/package.json
index 5e6d324c3a1ae3..4328a8a486f62a 100644
--- a/apps/vr-tests/package.json
+++ b/apps/vr-tests/package.json
@@ -19,12 +19,12 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/example-data": "^8.4.4",
- "@fluentui/font-icons-mdl2": "^8.5.5",
- "@fluentui/react": "^8.104.3",
- "@fluentui/react-experiments": "^8.14.36",
- "@fluentui/react-hooks": "^8.6.14",
- "@fluentui/react-icons-mdl2": "^1.3.28",
+ "@fluentui/example-data": "^8.4.5",
+ "@fluentui/font-icons-mdl2": "^8.5.6",
+ "@fluentui/react": "^8.104.4",
+ "@fluentui/react-experiments": "^8.14.37",
+ "@fluentui/react-hooks": "^8.6.15",
+ "@fluentui/react-icons-mdl2": "^1.3.29",
"@fluentui/storybook": "^1.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
diff --git a/change/@fluentui-azure-themes-f2eeb068-7c57-433f-9da0-60afb1302fc4.json b/change/@fluentui-azure-themes-f2eeb068-7c57-433f-9da0-60afb1302fc4.json
deleted file mode 100644
index 48cbad330455a4..00000000000000
--- a/change/@fluentui-azure-themes-f2eeb068-7c57-433f-9da0-60afb1302fc4.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "patch",
- "comment": "Spin button height fix for Azure theme. Reduced to 24px to match textfield / dropdown",
- "packageName": "@fluentui/azure-themes",
- "email": "30805892+Jacqueline-ms@users.noreply.github.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-eslint-plugin-700c8d6f-1dc3-46ac-a416-d4aded1a6256.json b/change/@fluentui-eslint-plugin-700c8d6f-1dc3-46ac-a416-d4aded1a6256.json
deleted file mode 100644
index 404a37933d8a1f..00000000000000
--- a/change/@fluentui-eslint-plugin-700c8d6f-1dc3-46ac-a416-d4aded1a6256.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "patch",
- "comment": "fix: add cypress.config to config files glob to fix linting",
- "packageName": "@fluentui/eslint-plugin",
- "email": "martinhochel@microsoft.com",
- "dependentChangeType": "patch"
-}
diff --git a/change/@fluentui-web-components-178171d1-0703-48ef-85dc-74bfd1bef5e2.json b/change/@fluentui-web-components-178171d1-0703-48ef-85dc-74bfd1bef5e2.json
deleted file mode 100644
index 5ddb2075cf660d..00000000000000
--- a/change/@fluentui-web-components-178171d1-0703-48ef-85dc-74bfd1bef5e2.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "type": "patch",
- "comment": "fix: layering zindex issue with sub menus",
- "packageName": "@fluentui/web-components",
- "email": "jes@microsoft.com",
- "dependentChangeType": "patch"
-}
diff --git a/packages/api-docs/package.json b/packages/api-docs/package.json
index 3386d04e158d19..89e6a25ef0b8b0 100644
--- a/packages/api-docs/package.json
+++ b/packages/api-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/api-docs",
- "version": "8.2.4",
+ "version": "8.2.5",
"description": "Transforms API Extractor .api.json files into .page.json files",
"repository": {
"type": "git",
diff --git a/packages/azure-themes/CHANGELOG.json b/packages/azure-themes/CHANGELOG.json
index 24186f12e7d87e..9d36a499f8a433 100644
--- a/packages/azure-themes/CHANGELOG.json
+++ b/packages/azure-themes/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/azure-themes",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/azure-themes_v8.5.44",
+ "version": "8.5.44",
+ "comments": {
+ "patch": [
+ {
+ "author": "30805892+Jacqueline-ms@users.noreply.github.com",
+ "package": "@fluentui/azure-themes",
+ "commit": "d34b9cdabed0763b72778818a1cbb509e446e6fc",
+ "comment": "Spin button height fix for Azure theme. Reduced to 24px to match textfield / dropdown"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/azure-themes",
+ "comment": "Bump @fluentui/react to v8.104.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/azure-themes",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 07:49:46 GMT",
"tag": "@fluentui/azure-themes_v8.5.43",
diff --git a/packages/azure-themes/CHANGELOG.md b/packages/azure-themes/CHANGELOG.md
index 505caf4059ba73..4f0f79de116025 100644
--- a/packages/azure-themes/CHANGELOG.md
+++ b/packages/azure-themes/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/azure-themes
-This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.5.44](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.5.44)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/azure-themes_v8.5.43..@fluentui/azure-themes_v8.5.44)
+
+### Patches
+
+- Spin button height fix for Azure theme. Reduced to 24px to match textfield / dropdown ([PR #26265](https://github.com/microsoft/fluentui/pull/26265) by 30805892+Jacqueline-ms@users.noreply.github.com)
+- Bump @fluentui/react to v8.104.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.5.43](https://github.com/microsoft/fluentui/tree/@fluentui/azure-themes_v8.5.43)
Mon, 09 Jan 2023 07:49:46 GMT
diff --git a/packages/azure-themes/package.json b/packages/azure-themes/package.json
index 6e96fdffcbe41c..9a64959f7537e2 100644
--- a/packages/azure-themes/package.json
+++ b/packages/azure-themes/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/azure-themes",
- "version": "8.5.43",
+ "version": "8.5.44",
"description": "Azure themes for Fluent UI React",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -27,8 +27,8 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.3",
- "@fluentui/set-version": "^8.2.3",
+ "@fluentui/react": "^8.104.4",
+ "@fluentui/set-version": "^8.2.4",
"tslib": "^2.1.0"
}
}
diff --git a/packages/codemods/package.json b/packages/codemods/package.json
index 15ae9024edaa55..8e3ea5ad367406 100644
--- a/packages/codemods/package.json
+++ b/packages/codemods/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/codemods",
- "version": "8.4.6",
+ "version": "8.4.7",
"description": "Tool enabling easy upgrades to new Fluent UI versions",
"main": "lib-commonjs/index.js",
"typings": "lib-commonjs/index.d.ts",
diff --git a/packages/common-styles/CHANGELOG.json b/packages/common-styles/CHANGELOG.json
index fd6309c396c80f..46d16a8573882e 100644
--- a/packages/common-styles/CHANGELOG.json
+++ b/packages/common-styles/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/common-styles",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/common-styles_v1.2.15",
+ "version": "1.2.15",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/common-styles",
+ "comment": "Bump @fluentui/style-utilities to v8.8.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 02 Jan 2023 07:46:41 GMT",
"tag": "@fluentui/common-styles_v1.2.14",
diff --git a/packages/common-styles/CHANGELOG.md b/packages/common-styles/CHANGELOG.md
index 41e66ace68d68b..42f218181892bf 100644
--- a/packages/common-styles/CHANGELOG.md
+++ b/packages/common-styles/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/common-styles
-This log was last generated on Tue, 20 Dec 2022 07:53:34 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [1.2.15](https://github.com/microsoft/fluentui/tree/@fluentui/common-styles_v1.2.15)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/common-styles_v1.2.14..@fluentui/common-styles_v1.2.15)
+
+### Patches
+
+- Bump @fluentui/style-utilities to v8.8.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [1.2.14](https://github.com/microsoft/fluentui/tree/@fluentui/common-styles_v1.2.14)
Tue, 20 Dec 2022 07:53:34 GMT
diff --git a/packages/common-styles/package.json b/packages/common-styles/package.json
index cff147cf423d08..f108db18850f6f 100644
--- a/packages/common-styles/package.json
+++ b/packages/common-styles/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/common-styles",
- "version": "1.2.14",
+ "version": "1.2.15",
"description": "Common style definitions for Fluent UI React components",
"repository": {
"type": "git",
@@ -19,6 +19,6 @@
},
"devDependencies": {
"@fluentui/scripts": "*",
- "@fluentui/style-utilities": "^8.8.4"
+ "@fluentui/style-utilities": "^8.8.5"
}
}
diff --git a/packages/cra-template/CHANGELOG.json b/packages/cra-template/CHANGELOG.json
index df0f16b0d0d89d..38dfe23b4a1439 100644
--- a/packages/cra-template/CHANGELOG.json
+++ b/packages/cra-template/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/cra-template",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/cra-template_v8.4.42",
+ "version": "8.4.42",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/cra-template",
+ "comment": "Bump @fluentui/react to v8.104.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 07:49:46 GMT",
"tag": "@fluentui/cra-template_v8.4.41",
diff --git a/packages/cra-template/CHANGELOG.md b/packages/cra-template/CHANGELOG.md
index b8e33dec44d6af..ba989b971a24c1 100644
--- a/packages/cra-template/CHANGELOG.md
+++ b/packages/cra-template/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/cra-template
-This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.4.42](https://github.com/microsoft/fluentui/tree/@fluentui/cra-template_v8.4.42)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/cra-template_v8.4.41..@fluentui/cra-template_v8.4.42)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.4.41](https://github.com/microsoft/fluentui/tree/@fluentui/cra-template_v8.4.41)
Mon, 09 Jan 2023 07:49:46 GMT
diff --git a/packages/cra-template/package.json b/packages/cra-template/package.json
index 01fab9b5020da7..7cfd4ab1c09ee4 100644
--- a/packages/cra-template/package.json
+++ b/packages/cra-template/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/cra-template",
- "version": "8.4.41",
+ "version": "8.4.42",
"description": "Create React App template for Fluent UI React (@fluentui/react)",
"repository": {
"type": "git",
@@ -18,7 +18,7 @@
"template.json"
],
"devDependencies": {
- "@fluentui/react": "^8.104.3",
+ "@fluentui/react": "^8.104.4",
"@fluentui/scripts": "*"
}
}
diff --git a/packages/date-time-utilities/CHANGELOG.json b/packages/date-time-utilities/CHANGELOG.json
index 5eeb65571c1869..61dde53685fcc5 100644
--- a/packages/date-time-utilities/CHANGELOG.json
+++ b/packages/date-time-utilities/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/date-time-utilities",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/date-time-utilities_v8.5.4",
+ "version": "8.5.4",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/date-time-utilities",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 02 Jan 2023 07:46:41 GMT",
"tag": "@fluentui/date-time-utilities_v8.5.3",
diff --git a/packages/date-time-utilities/CHANGELOG.md b/packages/date-time-utilities/CHANGELOG.md
index b899b0afdf3c90..f6815ce2f1c285 100644
--- a/packages/date-time-utilities/CHANGELOG.md
+++ b/packages/date-time-utilities/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/date-time-utilities
-This log was last generated on Wed, 09 Nov 2022 07:48:12 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/date-time-utilities_v8.5.4)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/date-time-utilities_v8.5.3..@fluentui/date-time-utilities_v8.5.4)
+
+### Patches
+
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/date-time-utilities_v8.5.3)
Wed, 09 Nov 2022 07:48:12 GMT
diff --git a/packages/date-time-utilities/package.json b/packages/date-time-utilities/package.json
index de5639aed9b57f..f65578d3720078 100644
--- a/packages/date-time-utilities/package.json
+++ b/packages/date-time-utilities/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/date-time-utilities",
- "version": "8.5.3",
+ "version": "8.5.4",
"description": "Date-time utilities",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -27,7 +27,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/set-version": "^8.2.3",
+ "@fluentui/set-version": "^8.2.4",
"tslib": "^2.1.0"
},
"exports": {
diff --git a/packages/dom-utilities/CHANGELOG.json b/packages/dom-utilities/CHANGELOG.json
index 0119d920ad4cc0..c99a25d601cd6c 100644
--- a/packages/dom-utilities/CHANGELOG.json
+++ b/packages/dom-utilities/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/dom-utilities",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/dom-utilities_v2.2.4",
+ "version": "2.2.4",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/dom-utilities",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 02 Jan 2023 07:46:41 GMT",
"tag": "@fluentui/dom-utilities_v2.2.3",
diff --git a/packages/dom-utilities/CHANGELOG.md b/packages/dom-utilities/CHANGELOG.md
index 0899f5b2116125..ab81a827d835a5 100644
--- a/packages/dom-utilities/CHANGELOG.md
+++ b/packages/dom-utilities/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/dom-utilities
-This log was last generated on Wed, 09 Nov 2022 07:48:12 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [2.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/dom-utilities_v2.2.4)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/dom-utilities_v2.2.3..@fluentui/dom-utilities_v2.2.4)
+
+### Patches
+
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [2.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/dom-utilities_v2.2.3)
Wed, 09 Nov 2022 07:48:12 GMT
diff --git a/packages/dom-utilities/package.json b/packages/dom-utilities/package.json
index 44f9522c957d2f..76bb2b02f04b50 100644
--- a/packages/dom-utilities/package.json
+++ b/packages/dom-utilities/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/dom-utilities",
- "version": "2.2.3",
+ "version": "2.2.4",
"description": "DOM utilities for use within Fluent web components",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -27,7 +27,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/set-version": "^8.2.3",
+ "@fluentui/set-version": "^8.2.4",
"tslib": "^2.1.0"
},
"exports": {
diff --git a/packages/eslint-plugin/CHANGELOG.json b/packages/eslint-plugin/CHANGELOG.json
index 1200380bf925ae..356cdace4165e6 100644
--- a/packages/eslint-plugin/CHANGELOG.json
+++ b/packages/eslint-plugin/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/eslint-plugin",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/eslint-plugin_v1.12.8",
+ "version": "1.12.8",
+ "comments": {
+ "patch": [
+ {
+ "author": "martinhochel@microsoft.com",
+ "package": "@fluentui/eslint-plugin",
+ "commit": "96c5a1cbb36d728bebfbf05203d372a82b1968d8",
+ "comment": "fix: add cypress.config to config files glob to fix linting"
+ }
+ ]
+ }
+ },
{
"date": "Fri, 23 Dec 2022 07:55:40 GMT",
"tag": "@fluentui/eslint-plugin_v1.12.7",
diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md
index 9fa5151a0b1995..84133d5a1ca368 100644
--- a/packages/eslint-plugin/CHANGELOG.md
+++ b/packages/eslint-plugin/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/eslint-plugin
-This log was last generated on Tue, 20 Dec 2022 07:53:32 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [1.12.8](https://github.com/microsoft/fluentui/tree/@fluentui/eslint-plugin_v1.12.8)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/eslint-plugin_v1.12.7..@fluentui/eslint-plugin_v1.12.8)
+
+### Patches
+
+- fix: add cypress.config to config files glob to fix linting ([PR #26212](https://github.com/microsoft/fluentui/pull/26212) by martinhochel@microsoft.com)
+
## [1.12.7](https://github.com/microsoft/fluentui/tree/@fluentui/eslint-plugin_v1.12.7)
Tue, 20 Dec 2022 07:53:32 GMT
diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json
index 3805bc7c05d45e..5bce9082ffbbb1 100644
--- a/packages/eslint-plugin/package.json
+++ b/packages/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/eslint-plugin",
- "version": "1.12.7",
+ "version": "1.12.8",
"description": "ESLint configuration and custom rules for Fluent UI",
"main": "src/index.js",
"repository": {
diff --git a/packages/example-data/package.json b/packages/example-data/package.json
index 06c54c8e2e5cce..a23ea4a746e2d1 100644
--- a/packages/example-data/package.json
+++ b/packages/example-data/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/example-data",
- "version": "8.4.4",
+ "version": "8.4.5",
"description": "Data generators for Fluent UI React examples.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
diff --git a/packages/fluent2-theme/CHANGELOG.json b/packages/fluent2-theme/CHANGELOG.json
index 44d9133519a628..033c2d096b3bbe 100644
--- a/packages/fluent2-theme/CHANGELOG.json
+++ b/packages/fluent2-theme/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/fluent2-theme",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/fluent2-theme_v8.104.7",
+ "version": "8.104.7",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/fluent2-theme",
+ "comment": "Bump @fluentui/react to v8.104.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/fluent2-theme",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 07:49:46 GMT",
"tag": "@fluentui/fluent2-theme_v8.104.6",
diff --git a/packages/fluent2-theme/CHANGELOG.md b/packages/fluent2-theme/CHANGELOG.md
index 2aa942173c142f..a44b8788a1e960 100644
--- a/packages/fluent2-theme/CHANGELOG.md
+++ b/packages/fluent2-theme/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/fluent2-theme
-This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.104.7](https://github.com/microsoft/fluentui/tree/@fluentui/fluent2-theme_v8.104.7)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/fluent2-theme_v8.104.6..@fluentui/fluent2-theme_v8.104.7)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.104.6](https://github.com/microsoft/fluentui/tree/@fluentui/fluent2-theme_v8.104.6)
Mon, 09 Jan 2023 07:49:46 GMT
diff --git a/packages/fluent2-theme/package.json b/packages/fluent2-theme/package.json
index 57f282057cc952..0840e100d49dcd 100644
--- a/packages/fluent2-theme/package.json
+++ b/packages/fluent2-theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/fluent2-theme",
- "version": "8.104.6",
+ "version": "8.104.7",
"description": "A Fluent2 theme for Fluent UI React 8.x",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -27,8 +27,8 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.3",
- "@fluentui/set-version": "^8.2.3",
+ "@fluentui/react": "^8.104.4",
+ "@fluentui/set-version": "^8.2.4",
"tslib": "^2.1.0"
}
}
diff --git a/packages/font-icons-mdl2/CHANGELOG.json b/packages/font-icons-mdl2/CHANGELOG.json
index 9053654f7760e5..4768b32c7e0f2f 100644
--- a/packages/font-icons-mdl2/CHANGELOG.json
+++ b/packages/font-icons-mdl2/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/font-icons-mdl2",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/font-icons-mdl2_v8.5.6",
+ "version": "8.5.6",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/font-icons-mdl2",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/font-icons-mdl2",
+ "comment": "Bump @fluentui/style-utilities to v8.8.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/font-icons-mdl2",
+ "comment": "Bump @fluentui/utilities to v8.13.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 02 Jan 2023 07:46:42 GMT",
"tag": "@fluentui/font-icons-mdl2_v8.5.5",
diff --git a/packages/font-icons-mdl2/CHANGELOG.md b/packages/font-icons-mdl2/CHANGELOG.md
index 13deec17cd333e..dd1ba5507a4759 100644
--- a/packages/font-icons-mdl2/CHANGELOG.md
+++ b/packages/font-icons-mdl2/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/font-icons-mdl2
-This log was last generated on Tue, 20 Dec 2022 07:53:34 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/font-icons-mdl2_v8.5.6)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/font-icons-mdl2_v8.5.5..@fluentui/font-icons-mdl2_v8.5.6)
+
+### Patches
+
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/style-utilities to v8.8.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/utilities to v8.13.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/font-icons-mdl2_v8.5.5)
Tue, 20 Dec 2022 07:53:34 GMT
diff --git a/packages/font-icons-mdl2/package.json b/packages/font-icons-mdl2/package.json
index 295a5eb5cfe988..98b1cd62e003e6 100644
--- a/packages/font-icons-mdl2/package.json
+++ b/packages/font-icons-mdl2/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/font-icons-mdl2",
- "version": "8.5.5",
+ "version": "8.5.6",
"description": "Fluent UI React icon set.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -26,9 +26,9 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/style-utilities": "^8.8.4",
- "@fluentui/utilities": "^8.13.4",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/style-utilities": "^8.8.5",
+ "@fluentui/utilities": "^8.13.5",
"tslib": "^2.1.0"
},
"exports": {
diff --git a/packages/foundation-legacy/CHANGELOG.json b/packages/foundation-legacy/CHANGELOG.json
index 147e1c251848a4..0563e300a750a2 100644
--- a/packages/foundation-legacy/CHANGELOG.json
+++ b/packages/foundation-legacy/CHANGELOG.json
@@ -1,6 +1,45 @@
{
"name": "@fluentui/foundation-legacy",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/foundation-legacy_v8.2.26",
+ "version": "8.2.26",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/foundation-legacy",
+ "comment": "Bump @fluentui/merge-styles to v8.5.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/foundation-legacy",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/foundation-legacy",
+ "comment": "Bump @fluentui/style-utilities to v8.8.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/foundation-legacy",
+ "comment": "Bump @fluentui/utilities to v8.13.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/foundation-legacy",
+ "comment": "Bump @fluentui/jest-serializer-merge-styles to v8.0.22",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:50 GMT",
"tag": "@fluentui/foundation-legacy_v8.2.25",
diff --git a/packages/foundation-legacy/CHANGELOG.md b/packages/foundation-legacy/CHANGELOG.md
index 9afc90b3c0cf0d..053b48f9a7c7c7 100644
--- a/packages/foundation-legacy/CHANGELOG.md
+++ b/packages/foundation-legacy/CHANGELOG.md
@@ -1,9 +1,22 @@
# Change Log - @fluentui/foundation-legacy
-This log was last generated on Tue, 20 Dec 2022 07:53:34 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.2.26](https://github.com/microsoft/fluentui/tree/@fluentui/foundation-legacy_v8.2.26)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/foundation-legacy_v8.2.25..@fluentui/foundation-legacy_v8.2.26)
+
+### Patches
+
+- Bump @fluentui/merge-styles to v8.5.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/style-utilities to v8.8.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/utilities to v8.13.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/jest-serializer-merge-styles to v8.0.22 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.2.25](https://github.com/microsoft/fluentui/tree/@fluentui/foundation-legacy_v8.2.25)
Tue, 20 Dec 2022 07:53:34 GMT
diff --git a/packages/foundation-legacy/package.json b/packages/foundation-legacy/package.json
index aee087620f27c1..fb322a0e50ffff 100644
--- a/packages/foundation-legacy/package.json
+++ b/packages/foundation-legacy/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/foundation-legacy",
- "version": "8.2.25",
+ "version": "8.2.26",
"description": "Legacy utilities for building Fluent UI React components.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -27,14 +27,14 @@
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "*",
- "@fluentui/jest-serializer-merge-styles": "^8.0.21",
+ "@fluentui/jest-serializer-merge-styles": "^8.0.22",
"react-hooks-testing-library": "^0.5.0"
},
"dependencies": {
- "@fluentui/merge-styles": "^8.5.4",
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/style-utilities": "^8.8.4",
- "@fluentui/utilities": "^8.13.4",
+ "@fluentui/merge-styles": "^8.5.5",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/style-utilities": "^8.8.5",
+ "@fluentui/utilities": "^8.13.5",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/jest-serializer-merge-styles/CHANGELOG.json b/packages/jest-serializer-merge-styles/CHANGELOG.json
index 714459bf1e46ff..8f08944db26694 100644
--- a/packages/jest-serializer-merge-styles/CHANGELOG.json
+++ b/packages/jest-serializer-merge-styles/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/jest-serializer-merge-styles",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/jest-serializer-merge-styles_v8.0.22",
+ "version": "8.0.22",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/jest-serializer-merge-styles",
+ "comment": "Bump @fluentui/merge-styles to v8.5.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 02 Jan 2023 07:46:43 GMT",
"tag": "@fluentui/jest-serializer-merge-styles_v8.0.21",
diff --git a/packages/jest-serializer-merge-styles/CHANGELOG.md b/packages/jest-serializer-merge-styles/CHANGELOG.md
index a0deb3dadb0dad..fe1c133f119b6b 100644
--- a/packages/jest-serializer-merge-styles/CHANGELOG.md
+++ b/packages/jest-serializer-merge-styles/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/jest-serializer-merge-styles
-This log was last generated on Wed, 09 Nov 2022 07:48:12 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.0.22](https://github.com/microsoft/fluentui/tree/@fluentui/jest-serializer-merge-styles_v8.0.22)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/jest-serializer-merge-styles_v8.0.21..@fluentui/jest-serializer-merge-styles_v8.0.22)
+
+### Patches
+
+- Bump @fluentui/merge-styles to v8.5.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.0.21](https://github.com/microsoft/fluentui/tree/@fluentui/jest-serializer-merge-styles_v8.0.21)
Wed, 09 Nov 2022 07:48:12 GMT
diff --git a/packages/jest-serializer-merge-styles/package.json b/packages/jest-serializer-merge-styles/package.json
index 686167b4fd9915..c322fb6c0be197 100644
--- a/packages/jest-serializer-merge-styles/package.json
+++ b/packages/jest-serializer-merge-styles/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/jest-serializer-merge-styles",
- "version": "8.0.21",
+ "version": "8.0.22",
"description": "Jest serializer for merge-styles.",
"main": "lib-commonjs/index.js",
"typings": "lib-commonjs/index.d.ts",
@@ -23,6 +23,6 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/merge-styles": "^8.5.4"
+ "@fluentui/merge-styles": "^8.5.5"
}
}
diff --git a/packages/keyboard-key/package.json b/packages/keyboard-key/package.json
index 26ebf5f7c5564f..ff8ae148da69e4 100644
--- a/packages/keyboard-key/package.json
+++ b/packages/keyboard-key/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/keyboard-key",
- "version": "0.4.3",
+ "version": "0.4.4",
"description": "A simple utility for determining the KeyboardEvent.key property from a keyboard event.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
diff --git a/packages/merge-styles/CHANGELOG.json b/packages/merge-styles/CHANGELOG.json
index 89189ee9bcddcb..48ece04dd45866 100644
--- a/packages/merge-styles/CHANGELOG.json
+++ b/packages/merge-styles/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/merge-styles",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/merge-styles_v8.5.5",
+ "version": "8.5.5",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/merge-styles",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:51 GMT",
"tag": "@fluentui/merge-styles_v8.5.4",
diff --git a/packages/merge-styles/CHANGELOG.md b/packages/merge-styles/CHANGELOG.md
index a64beb7e9089d5..cb5c10b8e6cdd6 100644
--- a/packages/merge-styles/CHANGELOG.md
+++ b/packages/merge-styles/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/merge-styles
-This log was last generated on Wed, 09 Nov 2022 07:48:12 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/merge-styles_v8.5.5)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/merge-styles_v8.5.4..@fluentui/merge-styles_v8.5.5)
+
+### Patches
+
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/merge-styles_v8.5.4)
Wed, 09 Nov 2022 07:48:12 GMT
diff --git a/packages/merge-styles/package.json b/packages/merge-styles/package.json
index 875e6318452219..7387e815e0f60a 100644
--- a/packages/merge-styles/package.json
+++ b/packages/merge-styles/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/merge-styles",
- "version": "8.5.4",
+ "version": "8.5.5",
"description": "Style loading utilities.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -28,7 +28,7 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/set-version": "^8.2.3",
+ "@fluentui/set-version": "^8.2.4",
"tslib": "^2.1.0"
},
"exports": {
diff --git a/packages/monaco-editor/package.json b/packages/monaco-editor/package.json
index c588f4793ed393..615dc2df96f7a3 100644
--- a/packages/monaco-editor/package.json
+++ b/packages/monaco-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/monaco-editor",
- "version": "1.3.3",
+ "version": "1.3.4",
"description": "Version of monaco-editor with configuration helpers and transformed CSS files",
"module": "./lib/monacoBundle.js",
"typings": "./esm/vs/editor/editor.api.d.ts",
diff --git a/packages/public-docsite-setup/package.json b/packages/public-docsite-setup/package.json
index 19e5d5f27b7943..31f500ae97932f 100644
--- a/packages/public-docsite-setup/package.json
+++ b/packages/public-docsite-setup/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/public-docsite-setup",
- "version": "0.3.14",
+ "version": "0.3.15",
"description": "Bootstrap code for the Fluent UI website. Internal use only.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
diff --git a/packages/react-cards/CHANGELOG.json b/packages/react-cards/CHANGELOG.json
index ad4962b70e366b..1cdf83f471ec03 100644
--- a/packages/react-cards/CHANGELOG.json
+++ b/packages/react-cards/CHANGELOG.json
@@ -1,6 +1,39 @@
{
"name": "@fluentui/react-cards",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react-cards_v0.205.42",
+ "version": "0.205.42",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-cards",
+ "comment": "Bump @fluentui/react to v8.104.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-cards",
+ "comment": "Bump @fluentui/foundation-legacy to v8.2.26",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-cards",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-cards",
+ "comment": "Bump @fluentui/jest-serializer-merge-styles to v8.0.22",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 07:49:46 GMT",
"tag": "@fluentui/react-cards_v0.205.41",
diff --git a/packages/react-cards/CHANGELOG.md b/packages/react-cards/CHANGELOG.md
index 8b7b399b2734c5..2a2e92fa29ceee 100644
--- a/packages/react-cards/CHANGELOG.md
+++ b/packages/react-cards/CHANGELOG.md
@@ -1,9 +1,21 @@
# Change Log - @fluentui/react-cards
-This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [0.205.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-cards_v0.205.42)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-cards_v0.205.41..@fluentui/react-cards_v0.205.42)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/foundation-legacy to v8.2.26 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/jest-serializer-merge-styles to v8.0.22 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [0.205.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-cards_v0.205.41)
Mon, 09 Jan 2023 07:49:46 GMT
diff --git a/packages/react-cards/package.json b/packages/react-cards/package.json
index 096aeed097c020..565ec80a043f65 100644
--- a/packages/react-cards/package.json
+++ b/packages/react-cards/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-cards",
- "version": "0.205.41",
+ "version": "0.205.42",
"description": "Deprecated experimental Card container components for Fluent UI React.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -27,13 +27,13 @@
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
- "@fluentui/jest-serializer-merge-styles": "^8.0.21",
+ "@fluentui/jest-serializer-merge-styles": "^8.0.22",
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.3",
- "@fluentui/foundation-legacy": "^8.2.25",
- "@fluentui/set-version": "^8.2.3",
+ "@fluentui/react": "^8.104.4",
+ "@fluentui/foundation-legacy": "^8.2.26",
+ "@fluentui/set-version": "^8.2.4",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
},
diff --git a/packages/react-charting/CHANGELOG.json b/packages/react-charting/CHANGELOG.json
index 6c257cde6d77d8..fdfd790617b43a 100644
--- a/packages/react-charting/CHANGELOG.json
+++ b/packages/react-charting/CHANGELOG.json
@@ -1,6 +1,39 @@
{
"name": "@fluentui/react-charting",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react-charting_v5.14.35",
+ "version": "5.14.35",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-charting",
+ "comment": "Bump @fluentui/react-focus to v8.8.12",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-charting",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-charting",
+ "comment": "Bump @fluentui/react to v8.104.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-charting",
+ "comment": "Bump @fluentui/jest-serializer-merge-styles to v8.0.22",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 07:49:46 GMT",
"tag": "@fluentui/react-charting_v5.14.34",
diff --git a/packages/react-charting/CHANGELOG.md b/packages/react-charting/CHANGELOG.md
index acc622ba356c9f..ef30fb90114867 100644
--- a/packages/react-charting/CHANGELOG.md
+++ b/packages/react-charting/CHANGELOG.md
@@ -1,9 +1,21 @@
# Change Log - @fluentui/react-charting
-This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [5.14.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.35)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-charting_v5.14.34..@fluentui/react-charting_v5.14.35)
+
+### Patches
+
+- Bump @fluentui/react-focus to v8.8.12 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/react to v8.104.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/jest-serializer-merge-styles to v8.0.22 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [5.14.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-charting_v5.14.34)
Mon, 09 Jan 2023 07:49:46 GMT
diff --git a/packages/react-charting/package.json b/packages/react-charting/package.json
index 90bf6da28ceb26..e7bc838242a532 100644
--- a/packages/react-charting/package.json
+++ b/packages/react-charting/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-charting",
- "version": "5.14.34",
+ "version": "5.14.35",
"description": "Experimental React charting components for building experiences for Microsoft 365.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -28,13 +28,13 @@
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
- "@fluentui/react": "^8.104.3",
+ "@fluentui/react": "^8.104.4",
"@types/react-addons-test-utils": "0.14.18",
"@fluentui/scripts": "*",
- "@fluentui/jest-serializer-merge-styles": "^8.0.21"
+ "@fluentui/jest-serializer-merge-styles": "^8.0.22"
},
"dependencies": {
- "@fluentui/react-focus": "^8.8.11",
+ "@fluentui/react-focus": "^8.8.12",
"@microsoft/load-themed-styles": "^1.10.26",
"@types/d3-array": "1.2.1",
"@types/d3-axis": "1.0.10",
@@ -46,7 +46,7 @@
"@types/d3-shape": "^1.2.3",
"@types/d3-time-format": "^2.1.0",
"@types/d3-time": "^1.1.0",
- "@fluentui/set-version": "^8.2.3",
+ "@fluentui/set-version": "^8.2.4",
"d3-array": "1.2.1",
"d3-axis": "1.0.8",
"d3-format": "^1.4.4",
@@ -60,7 +60,7 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
- "@fluentui/react": "^8.104.3",
+ "@fluentui/react": "^8.104.4",
"@types/react": ">=16.8.0 <19.0.0",
"@types/react-dom": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0",
diff --git a/packages/react-components/react-conformance-griffel/package.json b/packages/react-components/react-conformance-griffel/package.json
index e58702ad7b7dc8..fb7b095a8bc411 100644
--- a/packages/react-components/react-conformance-griffel/package.json
+++ b/packages/react-components/react-conformance-griffel/package.json
@@ -28,7 +28,7 @@
"@types/react": ">=16.8.0 <19.0.0",
"@types/react-dom": ">=16.8.0 <19.0.0",
"typescript": "^4.3.0",
- "@fluentui/react-conformance": "^0.15.5"
+ "@fluentui/react-conformance": "^0.15.6"
},
"dependencies": {
"@griffel/react": "^1.5.2",
diff --git a/packages/react-conformance/package.json b/packages/react-conformance/package.json
index f7f31d5ebeb137..4b83749a620196 100644
--- a/packages/react-conformance/package.json
+++ b/packages/react-conformance/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-conformance",
- "version": "0.15.5",
+ "version": "0.15.6",
"description": "Customizable conformance testing utility for Fluent UI React components.",
"main": "lib-commonjs/index.js",
"typings": "lib-commonjs/index.d.ts",
diff --git a/packages/react-date-time/CHANGELOG.json b/packages/react-date-time/CHANGELOG.json
index e3b374801f2311..c14e07aeeb02b2 100644
--- a/packages/react-date-time/CHANGELOG.json
+++ b/packages/react-date-time/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-date-time",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react-date-time_v8.7.42",
+ "version": "8.7.42",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-date-time",
+ "comment": "Bump @fluentui/react to v8.104.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-date-time",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 07:49:46 GMT",
"tag": "@fluentui/react-date-time_v8.7.41",
diff --git a/packages/react-date-time/CHANGELOG.md b/packages/react-date-time/CHANGELOG.md
index 884a5c08bc37cd..254e6435b5caff 100644
--- a/packages/react-date-time/CHANGELOG.md
+++ b/packages/react-date-time/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-date-time
-This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.7.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-date-time_v8.7.42)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-date-time_v8.7.41..@fluentui/react-date-time_v8.7.42)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.7.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-date-time_v8.7.41)
Mon, 09 Jan 2023 07:49:46 GMT
diff --git a/packages/react-date-time/package.json b/packages/react-date-time/package.json
index 96395a60b6851e..d42d7c99dd62bc 100644
--- a/packages/react-date-time/package.json
+++ b/packages/react-date-time/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-date-time",
- "version": "8.7.41",
+ "version": "8.7.42",
"description": "Date and time related React components for building experiences for Microsoft 365.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -26,8 +26,8 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.3",
- "@fluentui/set-version": "^8.2.3",
+ "@fluentui/react": "^8.104.4",
+ "@fluentui/set-version": "^8.2.4",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-docsite-components/CHANGELOG.json b/packages/react-docsite-components/CHANGELOG.json
index 628ee0fe01f80e..be167999b097b9 100644
--- a/packages/react-docsite-components/CHANGELOG.json
+++ b/packages/react-docsite-components/CHANGELOG.json
@@ -1,6 +1,63 @@
{
"name": "@fluentui/react-docsite-components",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react-docsite-components_v8.11.7",
+ "version": "8.11.7",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-docsite-components",
+ "comment": "Bump @fluentui/react to v8.104.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-docsite-components",
+ "comment": "Bump @fluentui/theme to v2.6.21",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-docsite-components",
+ "comment": "Bump @fluentui/example-data to v8.4.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-docsite-components",
+ "comment": "Bump @fluentui/public-docsite-setup to v0.3.15",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-docsite-components",
+ "comment": "Bump @fluentui/react-hooks to v8.6.15",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-docsite-components",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-docsite-components",
+ "comment": "Bump @fluentui/react-monaco-editor to v1.7.42",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-docsite-components",
+ "comment": "Bump @fluentui/common-styles to v1.2.15",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 07:49:46 GMT",
"tag": "@fluentui/react-docsite-components_v8.11.6",
diff --git a/packages/react-docsite-components/CHANGELOG.md b/packages/react-docsite-components/CHANGELOG.md
index 502836dc8de63b..3084059603c141 100644
--- a/packages/react-docsite-components/CHANGELOG.md
+++ b/packages/react-docsite-components/CHANGELOG.md
@@ -1,9 +1,25 @@
# Change Log - @fluentui/react-docsite-components
-This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.11.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.11.7)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-docsite-components_v8.11.6..@fluentui/react-docsite-components_v8.11.7)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/theme to v2.6.21 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/example-data to v8.4.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/public-docsite-setup to v0.3.15 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/react-hooks to v8.6.15 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/react-monaco-editor to v1.7.42 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/common-styles to v1.2.15 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.11.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-docsite-components_v8.11.6)
Mon, 09 Jan 2023 07:49:46 GMT
diff --git a/packages/react-docsite-components/package.json b/packages/react-docsite-components/package.json
index 036413b49cea48..e6379f07709294 100644
--- a/packages/react-docsite-components/package.json
+++ b/packages/react-docsite-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-docsite-components",
- "version": "8.11.6",
+ "version": "8.11.7",
"description": "Fluent UI React components for building documentation sites.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -20,7 +20,7 @@
"test": "just-scripts test"
},
"devDependencies": {
- "@fluentui/common-styles": "^1.2.14",
+ "@fluentui/common-styles": "^1.2.15",
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "*",
"@types/color-check": "0.0.0",
@@ -33,14 +33,14 @@
"react-dom": ">=16.8.0 <19.0.0"
},
"dependencies": {
- "@fluentui/react": "^8.104.3",
- "@fluentui/theme": "^2.6.20",
+ "@fluentui/react": "^8.104.4",
+ "@fluentui/theme": "^2.6.21",
"@microsoft/load-themed-styles": "^1.10.26",
- "@fluentui/example-data": "^8.4.4",
- "@fluentui/public-docsite-setup": "^0.3.14",
- "@fluentui/react-hooks": "^8.6.14",
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/react-monaco-editor": "^1.7.41",
+ "@fluentui/example-data": "^8.4.5",
+ "@fluentui/public-docsite-setup": "^0.3.15",
+ "@fluentui/react-hooks": "^8.6.15",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/react-monaco-editor": "^1.7.42",
"color-check": "0.0.2",
"markdown-to-jsx": "^7.0.0",
"office-ui-fabric-core": "^11.0.0",
diff --git a/packages/react-examples/package.json b/packages/react-examples/package.json
index 34391899455a8e..847dcef9fec642 100644
--- a/packages/react-examples/package.json
+++ b/packages/react-examples/package.json
@@ -23,27 +23,27 @@
"@types/d3-fetch": "^3.0.1"
},
"dependencies": {
- "@fluentui/azure-themes": "^8.5.43",
- "@fluentui/date-time-utilities": "^8.5.3",
- "@fluentui/dom-utilities": "^2.2.3",
- "@fluentui/example-data": "^8.4.4",
- "@fluentui/font-icons-mdl2": "^8.5.5",
- "@fluentui/foundation-legacy": "^8.2.25",
- "@fluentui/merge-styles": "^8.5.4",
- "@fluentui/react": "^8.104.3",
- "@fluentui/react-cards": "^0.205.41",
- "@fluentui/react-charting": "^5.14.34",
- "@fluentui/react-docsite-components": "^8.11.6",
- "@fluentui/react-experiments": "^8.14.36",
- "@fluentui/react-file-type-icons": "^8.8.4",
- "@fluentui/react-focus": "^8.8.11",
- "@fluentui/react-hooks": "^8.6.14",
- "@fluentui/react-icons-mdl2": "^1.3.28",
- "@fluentui/scheme-utilities": "^8.3.21",
- "@fluentui/style-utilities": "^8.8.4",
- "@fluentui/theme": "^2.6.20",
- "@fluentui/theme-samples": "^8.7.41",
- "@fluentui/utilities": "^8.13.4",
+ "@fluentui/azure-themes": "^8.5.44",
+ "@fluentui/date-time-utilities": "^8.5.4",
+ "@fluentui/dom-utilities": "^2.2.4",
+ "@fluentui/example-data": "^8.4.5",
+ "@fluentui/font-icons-mdl2": "^8.5.6",
+ "@fluentui/foundation-legacy": "^8.2.26",
+ "@fluentui/merge-styles": "^8.5.5",
+ "@fluentui/react": "^8.104.4",
+ "@fluentui/react-cards": "^0.205.42",
+ "@fluentui/react-charting": "^5.14.35",
+ "@fluentui/react-docsite-components": "^8.11.7",
+ "@fluentui/react-experiments": "^8.14.37",
+ "@fluentui/react-file-type-icons": "^8.8.5",
+ "@fluentui/react-focus": "^8.8.12",
+ "@fluentui/react-hooks": "^8.6.15",
+ "@fluentui/react-icons-mdl2": "^1.3.29",
+ "@fluentui/scheme-utilities": "^8.3.22",
+ "@fluentui/style-utilities": "^8.8.5",
+ "@fluentui/theme": "^2.6.21",
+ "@fluentui/theme-samples": "^8.7.42",
+ "@fluentui/utilities": "^8.13.5",
"@microsoft/load-themed-styles": "^1.10.26",
"d3-fetch": "3.0.1",
"d3-format": "^1.4.4",
diff --git a/packages/react-experiments/CHANGELOG.json b/packages/react-experiments/CHANGELOG.json
index 451dee149d74d1..81f9bdfd50aaf5 100644
--- a/packages/react-experiments/CHANGELOG.json
+++ b/packages/react-experiments/CHANGELOG.json
@@ -1,6 +1,87 @@
{
"name": "@fluentui/react-experiments",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react-experiments_v8.14.37",
+ "version": "8.14.37",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-experiments",
+ "comment": "Bump @fluentui/react to v8.104.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-experiments",
+ "comment": "Bump @fluentui/theme to v2.6.21",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-experiments",
+ "comment": "Bump @fluentui/example-data to v8.4.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-experiments",
+ "comment": "Bump @fluentui/foundation-legacy to v8.2.26",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-experiments",
+ "comment": "Bump @fluentui/font-icons-mdl2 to v8.5.6",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-experiments",
+ "comment": "Bump @fluentui/merge-styles to v8.5.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-experiments",
+ "comment": "Bump @fluentui/react-hooks to v8.6.15",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-experiments",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-experiments",
+ "comment": "Bump @fluentui/style-utilities to v8.8.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-experiments",
+ "comment": "Bump @fluentui/utilities to v8.13.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-experiments",
+ "comment": "Bump @fluentui/common-styles to v1.2.15",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-experiments",
+ "comment": "Bump @fluentui/jest-serializer-merge-styles to v8.0.22",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 07:49:46 GMT",
"tag": "@fluentui/react-experiments_v8.14.36",
diff --git a/packages/react-experiments/CHANGELOG.md b/packages/react-experiments/CHANGELOG.md
index 331a3a15b1acb6..101f64ffd20e89 100644
--- a/packages/react-experiments/CHANGELOG.md
+++ b/packages/react-experiments/CHANGELOG.md
@@ -1,9 +1,29 @@
# Change Log - @fluentui/react-experiments
-This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.14.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-experiments_v8.14.37)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-experiments_v8.14.36..@fluentui/react-experiments_v8.14.37)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/theme to v2.6.21 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/example-data to v8.4.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/foundation-legacy to v8.2.26 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/font-icons-mdl2 to v8.5.6 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/merge-styles to v8.5.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/react-hooks to v8.6.15 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/style-utilities to v8.8.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/utilities to v8.13.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/common-styles to v1.2.15 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/jest-serializer-merge-styles to v8.0.22 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.14.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-experiments_v8.14.36)
Mon, 09 Jan 2023 07:49:46 GMT
diff --git a/packages/react-experiments/package.json b/packages/react-experiments/package.json
index 25af88dc4a6e1f..e6707fc2059974 100644
--- a/packages/react-experiments/package.json
+++ b/packages/react-experiments/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-experiments",
- "version": "8.14.36",
+ "version": "8.14.37",
"description": "Experimental React components for building experiences for Microsoft 365.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -27,27 +27,27 @@
"update-snapshots": "just-scripts jest -u"
},
"devDependencies": {
- "@fluentui/common-styles": "^1.2.14",
+ "@fluentui/common-styles": "^1.2.15",
"@fluentui/eslint-plugin": "*",
"@types/deep-assign": "^0.1.1",
"@types/prop-types": "15.7.1",
"@types/react-addons-test-utils": "0.14.18",
"@fluentui/scripts": "*",
- "@fluentui/jest-serializer-merge-styles": "^8.0.21",
+ "@fluentui/jest-serializer-merge-styles": "^8.0.22",
"react-hooks-testing-library": "^0.5.0"
},
"dependencies": {
- "@fluentui/react": "^8.104.3",
- "@fluentui/theme": "^2.6.20",
+ "@fluentui/react": "^8.104.4",
+ "@fluentui/theme": "^2.6.21",
"@microsoft/load-themed-styles": "^1.10.26",
- "@fluentui/example-data": "^8.4.4",
- "@fluentui/foundation-legacy": "^8.2.25",
- "@fluentui/font-icons-mdl2": "^8.5.5",
- "@fluentui/merge-styles": "^8.5.4",
- "@fluentui/react-hooks": "^8.6.14",
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/style-utilities": "^8.8.4",
- "@fluentui/utilities": "^8.13.4",
+ "@fluentui/example-data": "^8.4.5",
+ "@fluentui/foundation-legacy": "^8.2.26",
+ "@fluentui/font-icons-mdl2": "^8.5.6",
+ "@fluentui/merge-styles": "^8.5.5",
+ "@fluentui/react-hooks": "^8.6.15",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/style-utilities": "^8.8.5",
+ "@fluentui/utilities": "^8.13.5",
"deep-assign": "^2.0.0",
"prop-types": "^15.7.2",
"tslib": "^2.1.0"
diff --git a/packages/react-file-type-icons/CHANGELOG.json b/packages/react-file-type-icons/CHANGELOG.json
index c1ce7a8155dea5..bcc5ff782ee5a8 100644
--- a/packages/react-file-type-icons/CHANGELOG.json
+++ b/packages/react-file-type-icons/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-file-type-icons",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react-file-type-icons_v8.8.5",
+ "version": "8.8.5",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-file-type-icons",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-file-type-icons",
+ "comment": "Bump @fluentui/style-utilities to v8.8.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 02 Jan 2023 07:46:46 GMT",
"tag": "@fluentui/react-file-type-icons_v8.8.4",
diff --git a/packages/react-file-type-icons/CHANGELOG.md b/packages/react-file-type-icons/CHANGELOG.md
index 928a27c3710d5d..4019ea9b0894b0 100644
--- a/packages/react-file-type-icons/CHANGELOG.md
+++ b/packages/react-file-type-icons/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-file-type-icons
-This log was last generated on Tue, 20 Dec 2022 07:53:34 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.8.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.8.5)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-file-type-icons_v8.8.4..@fluentui/react-file-type-icons_v8.8.5)
+
+### Patches
+
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/style-utilities to v8.8.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.8.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-file-type-icons_v8.8.4)
Tue, 20 Dec 2022 07:53:34 GMT
diff --git a/packages/react-file-type-icons/package.json b/packages/react-file-type-icons/package.json
index fb73f80095b7d8..1644bc093db4bd 100644
--- a/packages/react-file-type-icons/package.json
+++ b/packages/react-file-type-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-file-type-icons",
- "version": "8.8.4",
+ "version": "8.8.5",
"description": "Fluent UI React file type icon set.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -26,8 +26,8 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/style-utilities": "^8.8.4",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/style-utilities": "^8.8.5",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-focus/CHANGELOG.json b/packages/react-focus/CHANGELOG.json
index 2011e3d8c49de8..263ee87cc69763 100644
--- a/packages/react-focus/CHANGELOG.json
+++ b/packages/react-focus/CHANGELOG.json
@@ -1,6 +1,57 @@
{
"name": "@fluentui/react-focus",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react-focus_v8.8.12",
+ "version": "8.8.12",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-focus",
+ "comment": "Bump @fluentui/keyboard-key to v0.4.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-focus",
+ "comment": "Bump @fluentui/merge-styles to v8.5.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-focus",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-focus",
+ "comment": "Bump @fluentui/style-utilities to v8.8.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-focus",
+ "comment": "Bump @fluentui/utilities to v8.13.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-focus",
+ "comment": "Bump @fluentui/test-utilities to v8.2.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-focus",
+ "comment": "Bump @fluentui/jest-serializer-merge-styles to v8.0.22",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:54 GMT",
"tag": "@fluentui/react-focus_v8.8.11",
diff --git a/packages/react-focus/CHANGELOG.md b/packages/react-focus/CHANGELOG.md
index 7b14c20d2eb0bc..5a625400aa4103 100644
--- a/packages/react-focus/CHANGELOG.md
+++ b/packages/react-focus/CHANGELOG.md
@@ -1,9 +1,24 @@
# Change Log - @fluentui/react-focus
-This log was last generated on Tue, 20 Dec 2022 07:53:34 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.8.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus_v8.8.12)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-focus_v8.8.11..@fluentui/react-focus_v8.8.12)
+
+### Patches
+
+- Bump @fluentui/keyboard-key to v0.4.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/merge-styles to v8.5.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/style-utilities to v8.8.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/utilities to v8.13.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/test-utilities to v8.2.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/jest-serializer-merge-styles to v8.0.22 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.8.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-focus_v8.8.11)
Tue, 20 Dec 2022 07:53:34 GMT
diff --git a/packages/react-focus/package.json b/packages/react-focus/package.json
index 91d3e17dd94726..3a6c164280c2e8 100644
--- a/packages/react-focus/package.json
+++ b/packages/react-focus/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-focus",
- "version": "8.8.11",
+ "version": "8.8.12",
"description": "Focus helpers to be used in React applications.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -28,16 +28,16 @@
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@fluentui/react-conformance": "*",
- "@fluentui/test-utilities": "^8.2.4",
+ "@fluentui/test-utilities": "^8.2.5",
"@fluentui/scripts": "*",
- "@fluentui/jest-serializer-merge-styles": "^8.0.21"
+ "@fluentui/jest-serializer-merge-styles": "^8.0.22"
},
"dependencies": {
- "@fluentui/keyboard-key": "^0.4.3",
- "@fluentui/merge-styles": "^8.5.4",
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/style-utilities": "^8.8.4",
- "@fluentui/utilities": "^8.13.4",
+ "@fluentui/keyboard-key": "^0.4.4",
+ "@fluentui/merge-styles": "^8.5.5",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/style-utilities": "^8.8.5",
+ "@fluentui/utilities": "^8.13.5",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-hooks/CHANGELOG.json b/packages/react-hooks/CHANGELOG.json
index e13c0d0353923f..23fc65543c6627 100644
--- a/packages/react-hooks/CHANGELOG.json
+++ b/packages/react-hooks/CHANGELOG.json
@@ -1,6 +1,39 @@
{
"name": "@fluentui/react-hooks",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react-hooks_v8.6.15",
+ "version": "8.6.15",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-hooks",
+ "comment": "Bump @fluentui/react-window-provider to v2.2.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-hooks",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-hooks",
+ "comment": "Bump @fluentui/utilities to v8.13.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-hooks",
+ "comment": "Bump @fluentui/test-utilities to v8.2.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:55 GMT",
"tag": "@fluentui/react-hooks_v8.6.14",
diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md
index a9d0e7abe95fa7..8aa8352e49dec9 100644
--- a/packages/react-hooks/CHANGELOG.md
+++ b/packages/react-hooks/CHANGELOG.md
@@ -1,9 +1,21 @@
# Change Log - @fluentui/react-hooks
-This log was last generated on Tue, 15 Nov 2022 07:44:59 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.6.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-hooks_v8.6.15)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-hooks_v8.6.14..@fluentui/react-hooks_v8.6.15)
+
+### Patches
+
+- Bump @fluentui/react-window-provider to v2.2.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/utilities to v8.13.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/test-utilities to v8.2.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.6.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-hooks_v8.6.14)
Tue, 15 Nov 2022 07:44:59 GMT
diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json
index ac4f82f7891c21..69a42b2d799fec 100644
--- a/packages/react-hooks/package.json
+++ b/packages/react-hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-hooks",
- "version": "8.6.14",
+ "version": "8.6.15",
"description": "Fluent UI React hooks.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -26,12 +26,12 @@
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "*",
- "@fluentui/test-utilities": "^8.2.4"
+ "@fluentui/test-utilities": "^8.2.5"
},
"dependencies": {
- "@fluentui/react-window-provider": "^2.2.4",
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/utilities": "^8.13.4",
+ "@fluentui/react-window-provider": "^2.2.5",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/utilities": "^8.13.5",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-icon-provider/CHANGELOG.json b/packages/react-icon-provider/CHANGELOG.json
index 379de4078d7bf5..4e89a4ab628c73 100644
--- a/packages/react-icon-provider/CHANGELOG.json
+++ b/packages/react-icon-provider/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-icon-provider",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react-icon-provider_v1.3.27",
+ "version": "1.3.27",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-icon-provider",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-icon-provider",
+ "comment": "Bump @fluentui/style-utilities to v8.8.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:55 GMT",
"tag": "@fluentui/react-icon-provider_v1.3.26",
diff --git a/packages/react-icon-provider/CHANGELOG.md b/packages/react-icon-provider/CHANGELOG.md
index 3977fd078ca5b2..7fe43632456752 100644
--- a/packages/react-icon-provider/CHANGELOG.md
+++ b/packages/react-icon-provider/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-icon-provider
-This log was last generated on Tue, 20 Dec 2022 07:53:34 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [1.3.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-icon-provider_v1.3.27)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-icon-provider_v1.3.26..@fluentui/react-icon-provider_v1.3.27)
+
+### Patches
+
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/style-utilities to v8.8.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [1.3.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-icon-provider_v1.3.26)
Tue, 20 Dec 2022 07:53:34 GMT
diff --git a/packages/react-icon-provider/package.json b/packages/react-icon-provider/package.json
index 12eabc37963a85..76448341f4c049 100644
--- a/packages/react-icon-provider/package.json
+++ b/packages/react-icon-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-icon-provider",
- "version": "1.3.26",
+ "version": "1.3.27",
"description": "Package for applying icon overrides to Fluent UI React SVG icons",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -27,8 +27,8 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/style-utilities": "^8.8.4",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/style-utilities": "^8.8.5",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-icons-mdl2-branded/CHANGELOG.json b/packages/react-icons-mdl2-branded/CHANGELOG.json
index 4b2ffdd72fe6a3..1714a5e7fd6097 100644
--- a/packages/react-icons-mdl2-branded/CHANGELOG.json
+++ b/packages/react-icons-mdl2-branded/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-icons-mdl2-branded",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react-icons-mdl2-branded_v1.2.30",
+ "version": "1.2.30",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-icons-mdl2-branded",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-icons-mdl2-branded",
+ "comment": "Bump @fluentui/react-icons-mdl2 to v1.3.29",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 02 Jan 2023 07:46:48 GMT",
"tag": "@fluentui/react-icons-mdl2-branded_v1.2.29",
diff --git a/packages/react-icons-mdl2-branded/CHANGELOG.md b/packages/react-icons-mdl2-branded/CHANGELOG.md
index 12cfee42093bd0..f5dcc99f577faa 100644
--- a/packages/react-icons-mdl2-branded/CHANGELOG.md
+++ b/packages/react-icons-mdl2-branded/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-icons-mdl2-branded
-This log was last generated on Tue, 20 Dec 2022 07:53:34 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [1.2.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons-mdl2-branded_v1.2.30)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-icons-mdl2-branded_v1.2.29..@fluentui/react-icons-mdl2-branded_v1.2.30)
+
+### Patches
+
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/react-icons-mdl2 to v1.3.29 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [1.2.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons-mdl2-branded_v1.2.29)
Tue, 20 Dec 2022 07:53:34 GMT
diff --git a/packages/react-icons-mdl2-branded/package.json b/packages/react-icons-mdl2-branded/package.json
index 8e6630d438bf37..7d2cce0fe7a4c0 100644
--- a/packages/react-icons-mdl2-branded/package.json
+++ b/packages/react-icons-mdl2-branded/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-icons-mdl2-branded",
- "version": "1.2.29",
+ "version": "1.2.30",
"description": "Branded SVG icons from the MDL2 icon set",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -25,8 +25,8 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/react-icons-mdl2": "^1.3.28",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/react-icons-mdl2": "^1.3.29",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-icons-mdl2/CHANGELOG.json b/packages/react-icons-mdl2/CHANGELOG.json
index f3c2d691724f1c..a340da93365579 100644
--- a/packages/react-icons-mdl2/CHANGELOG.json
+++ b/packages/react-icons-mdl2/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/react-icons-mdl2",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react-icons-mdl2_v1.3.29",
+ "version": "1.3.29",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-icons-mdl2",
+ "comment": "Bump @fluentui/react-icon-provider to v1.3.27",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-icons-mdl2",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-icons-mdl2",
+ "comment": "Bump @fluentui/utilities to v8.13.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:55 GMT",
"tag": "@fluentui/react-icons-mdl2_v1.3.28",
diff --git a/packages/react-icons-mdl2/CHANGELOG.md b/packages/react-icons-mdl2/CHANGELOG.md
index a74c2026acdca8..1e76cfeb4a10cc 100644
--- a/packages/react-icons-mdl2/CHANGELOG.md
+++ b/packages/react-icons-mdl2/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/react-icons-mdl2
-This log was last generated on Tue, 20 Dec 2022 07:53:34 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [1.3.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons-mdl2_v1.3.29)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-icons-mdl2_v1.3.28..@fluentui/react-icons-mdl2_v1.3.29)
+
+### Patches
+
+- Bump @fluentui/react-icon-provider to v1.3.27 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/utilities to v8.13.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [1.3.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons-mdl2_v1.3.28)
Tue, 20 Dec 2022 07:53:34 GMT
diff --git a/packages/react-icons-mdl2/package.json b/packages/react-icons-mdl2/package.json
index 9203c0ef3ba356..6e1e6b8c585c9d 100644
--- a/packages/react-icons-mdl2/package.json
+++ b/packages/react-icons-mdl2/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-icons-mdl2",
- "version": "1.3.28",
+ "version": "1.3.29",
"description": "SVG icon components for @fluentui/react",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -30,9 +30,9 @@
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.10.26",
- "@fluentui/react-icon-provider": "^1.3.26",
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/utilities": "^8.13.4",
+ "@fluentui/react-icon-provider": "^1.3.27",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/utilities": "^8.13.5",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react-migration-v8-v9/CHANGELOG.json b/packages/react-migration-v8-v9/CHANGELOG.json
index 01c27887b806e2..6e1e3c040a2011 100644
--- a/packages/react-migration-v8-v9/CHANGELOG.json
+++ b/packages/react-migration-v8-v9/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/react-migration-v8-v9",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react-migration-v8-v9_v1.0.29",
+ "version": "1.0.29",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-migration-v8-v9",
+ "comment": "Bump @fluentui/react to v8.104.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 07:49:46 GMT",
"tag": "@fluentui/react-migration-v8-v9_v1.0.28",
diff --git a/packages/react-migration-v8-v9/CHANGELOG.md b/packages/react-migration-v8-v9/CHANGELOG.md
index 264af7f5a2a4ca..4bdf72e5ffdf2a 100644
--- a/packages/react-migration-v8-v9/CHANGELOG.md
+++ b/packages/react-migration-v8-v9/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/react-migration-v8-v9
-This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [1.0.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.29)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v1.0.28..@fluentui/react-migration-v8-v9_v1.0.29)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [1.0.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v1.0.28)
Mon, 09 Jan 2023 07:49:46 GMT
diff --git a/packages/react-migration-v8-v9/package.json b/packages/react-migration-v8-v9/package.json
index 2464927ea780f2..e8ee0678ed4dfa 100644
--- a/packages/react-migration-v8-v9/package.json
+++ b/packages/react-migration-v8-v9/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-migration-v8-v9",
- "version": "1.0.28",
+ "version": "1.0.29",
"description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -29,7 +29,7 @@
},
"dependencies": {
"@ctrl/tinycolor": "3.3.4",
- "@fluentui/react": "^8.104.3",
+ "@fluentui/react": "^8.104.4",
"@fluentui/react-components": "^9.9.1",
"@fluentui/react-theme": "^9.1.5",
"@fluentui/react-utilities": "^9.4.0",
diff --git a/packages/react-monaco-editor/CHANGELOG.json b/packages/react-monaco-editor/CHANGELOG.json
index 7e3564861d7839..0167ee98bd8640 100644
--- a/packages/react-monaco-editor/CHANGELOG.json
+++ b/packages/react-monaco-editor/CHANGELOG.json
@@ -1,6 +1,39 @@
{
"name": "@fluentui/react-monaco-editor",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react-monaco-editor_v1.7.42",
+ "version": "1.7.42",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-monaco-editor",
+ "comment": "Bump @fluentui/react to v8.104.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-monaco-editor",
+ "comment": "Bump @fluentui/example-data to v8.4.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-monaco-editor",
+ "comment": "Bump @fluentui/monaco-editor to v1.3.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-monaco-editor",
+ "comment": "Bump @fluentui/react-hooks to v8.6.15",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 07:49:46 GMT",
"tag": "@fluentui/react-monaco-editor_v1.7.41",
diff --git a/packages/react-monaco-editor/CHANGELOG.md b/packages/react-monaco-editor/CHANGELOG.md
index 0db8ace1a556ed..76ff0f51b2a415 100644
--- a/packages/react-monaco-editor/CHANGELOG.md
+++ b/packages/react-monaco-editor/CHANGELOG.md
@@ -1,9 +1,21 @@
# Change Log - @fluentui/react-monaco-editor
-This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [1.7.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.42)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-monaco-editor_v1.7.41..@fluentui/react-monaco-editor_v1.7.42)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/example-data to v8.4.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/monaco-editor to v1.3.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/react-hooks to v8.6.15 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [1.7.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-monaco-editor_v1.7.41)
Mon, 09 Jan 2023 07:49:46 GMT
diff --git a/packages/react-monaco-editor/package.json b/packages/react-monaco-editor/package.json
index a0cd2831ca288e..997caeddd6183f 100644
--- a/packages/react-monaco-editor/package.json
+++ b/packages/react-monaco-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-monaco-editor",
- "version": "1.7.41",
+ "version": "1.7.42",
"description": "Live React example editing using monaco",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -28,11 +28,11 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.3",
+ "@fluentui/react": "^8.104.4",
"@microsoft/load-themed-styles": "^1.10.26",
- "@fluentui/example-data": "^8.4.4",
- "@fluentui/monaco-editor": "^1.3.3",
- "@fluentui/react-hooks": "^8.6.14",
+ "@fluentui/example-data": "^8.4.5",
+ "@fluentui/monaco-editor": "^1.3.4",
+ "@fluentui/react-hooks": "^8.6.15",
"raw-loader": "4.0.2",
"react-syntax-highlighter": "^10.1.3",
"tslib": "^2.1.0"
diff --git a/packages/react-window-provider/CHANGELOG.json b/packages/react-window-provider/CHANGELOG.json
index 2e089cddab352e..dc28b8138bfd25 100644
--- a/packages/react-window-provider/CHANGELOG.json
+++ b/packages/react-window-provider/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/react-window-provider",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react-window-provider_v2.2.5",
+ "version": "2.2.5",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-window-provider",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react-window-provider",
+ "comment": "Bump @fluentui/test-utilities to v8.2.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 02 Jan 2023 07:46:37 GMT",
"tag": "@fluentui/react-window-provider_v2.2.4",
diff --git a/packages/react-window-provider/CHANGELOG.md b/packages/react-window-provider/CHANGELOG.md
index a40de7e8e5c40c..143124ebd138cb 100644
--- a/packages/react-window-provider/CHANGELOG.md
+++ b/packages/react-window-provider/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/react-window-provider
-This log was last generated on Wed, 09 Nov 2022 07:48:12 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [2.2.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-window-provider_v2.2.5)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-window-provider_v2.2.4..@fluentui/react-window-provider_v2.2.5)
+
+### Patches
+
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/test-utilities to v8.2.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [2.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-window-provider_v2.2.4)
Wed, 09 Nov 2022 07:48:12 GMT
diff --git a/packages/react-window-provider/package.json b/packages/react-window-provider/package.json
index 7d44c3cc5c2a4b..1847799bec1eeb 100644
--- a/packages/react-window-provider/package.json
+++ b/packages/react-window-provider/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react-window-provider",
- "version": "2.2.4",
+ "version": "2.2.5",
"description": "Utilities for providing and consuming the window/document objects even across portal/iframe/child-window boundaries.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -25,11 +25,11 @@
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
- "@fluentui/test-utilities": "^8.2.4",
+ "@fluentui/test-utilities": "^8.2.5",
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/set-version": "^8.2.3",
+ "@fluentui/set-version": "^8.2.4",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/react/CHANGELOG.json b/packages/react/CHANGELOG.json
index aa8d4b7db93046..9154bd1679ce92 100644
--- a/packages/react/CHANGELOG.json
+++ b/packages/react/CHANGELOG.json
@@ -1,6 +1,111 @@
{
"name": "@fluentui/react",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/react_v8.104.4",
+ "version": "8.104.4",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/date-time-utilities to v8.5.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/foundation-legacy to v8.2.26",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/font-icons-mdl2 to v8.5.6",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/merge-styles to v8.5.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/react-focus to v8.8.12",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/react-hooks to v8.6.15",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/react-window-provider to v2.2.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/style-utilities to v8.8.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/theme to v2.6.21",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/utilities to v8.13.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/common-styles to v1.2.15",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/example-data to v8.4.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/jest-serializer-merge-styles to v8.0.22",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/test-utilities to v8.2.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/react",
+ "comment": "Bump @fluentui/webpack-utilities to v8.1.10",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 07:49:45 GMT",
"tag": "@fluentui/react_v8.104.3",
diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md
index b77107abced9bb..e7aa135c0ace84 100644
--- a/packages/react/CHANGELOG.md
+++ b/packages/react/CHANGELOG.md
@@ -1,9 +1,33 @@
# Change Log - @fluentui/react
-This log was last generated on Mon, 09 Jan 2023 07:49:45 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.104.4](https://github.com/microsoft/fluentui/tree/@fluentui/react_v8.104.4)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react_v8.104.3..@fluentui/react_v8.104.4)
+
+### Patches
+
+- Bump @fluentui/date-time-utilities to v8.5.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/foundation-legacy to v8.2.26 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/font-icons-mdl2 to v8.5.6 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/merge-styles to v8.5.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/react-focus to v8.8.12 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/react-hooks to v8.6.15 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/react-window-provider to v2.2.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/style-utilities to v8.8.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/theme to v2.6.21 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/utilities to v8.13.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/common-styles to v1.2.15 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/example-data to v8.4.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/jest-serializer-merge-styles to v8.0.22 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/test-utilities to v8.2.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/webpack-utilities to v8.1.10 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.104.3](https://github.com/microsoft/fluentui/tree/@fluentui/react_v8.104.3)
Mon, 09 Jan 2023 07:49:45 GMT
diff --git a/packages/react/package.json b/packages/react/package.json
index f66b7ae08104a1..9eaacb69c45c61 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/react",
- "version": "8.104.3",
+ "version": "8.104.4",
"description": "Reusable React components for building web experiences.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -33,29 +33,29 @@
"mf": "just-scripts mf"
},
"devDependencies": {
- "@fluentui/common-styles": "^1.2.14",
+ "@fluentui/common-styles": "^1.2.15",
"@fluentui/eslint-plugin": "*",
- "@fluentui/example-data": "^8.4.4",
- "@fluentui/jest-serializer-merge-styles": "^8.0.21",
+ "@fluentui/example-data": "^8.4.5",
+ "@fluentui/jest-serializer-merge-styles": "^8.0.22",
"@fluentui/react-conformance": "*",
"@fluentui/scripts": "*",
- "@fluentui/test-utilities": "^8.2.4",
- "@fluentui/webpack-utilities": "^8.1.9",
+ "@fluentui/test-utilities": "^8.2.5",
+ "@fluentui/webpack-utilities": "^8.1.10",
"office-ui-fabric-core": "^11.0.0"
},
"dependencies": {
- "@fluentui/date-time-utilities": "^8.5.3",
- "@fluentui/foundation-legacy": "^8.2.25",
- "@fluentui/font-icons-mdl2": "^8.5.5",
- "@fluentui/merge-styles": "^8.5.4",
- "@fluentui/react-focus": "^8.8.11",
- "@fluentui/react-hooks": "^8.6.14",
+ "@fluentui/date-time-utilities": "^8.5.4",
+ "@fluentui/foundation-legacy": "^8.2.26",
+ "@fluentui/font-icons-mdl2": "^8.5.6",
+ "@fluentui/merge-styles": "^8.5.5",
+ "@fluentui/react-focus": "^8.8.12",
+ "@fluentui/react-hooks": "^8.6.15",
"@fluentui/react-portal-compat-context": "^9.0.4",
- "@fluentui/react-window-provider": "^2.2.4",
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/style-utilities": "^8.8.4",
- "@fluentui/theme": "^2.6.20",
- "@fluentui/utilities": "^8.13.4",
+ "@fluentui/react-window-provider": "^2.2.5",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/style-utilities": "^8.8.5",
+ "@fluentui/theme": "^2.6.21",
+ "@fluentui/utilities": "^8.13.5",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
},
diff --git a/packages/scheme-utilities/CHANGELOG.json b/packages/scheme-utilities/CHANGELOG.json
index 57faa0d1cc7a34..9af37417c56fb3 100644
--- a/packages/scheme-utilities/CHANGELOG.json
+++ b/packages/scheme-utilities/CHANGELOG.json
@@ -1,6 +1,27 @@
{
"name": "@fluentui/scheme-utilities",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/scheme-utilities_v8.3.22",
+ "version": "8.3.22",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/scheme-utilities",
+ "comment": "Bump @fluentui/theme to v2.6.21",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/scheme-utilities",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:56 GMT",
"tag": "@fluentui/scheme-utilities_v8.3.21",
diff --git a/packages/scheme-utilities/CHANGELOG.md b/packages/scheme-utilities/CHANGELOG.md
index d2d389f3f3de6f..07e9a6c0ba74fd 100644
--- a/packages/scheme-utilities/CHANGELOG.md
+++ b/packages/scheme-utilities/CHANGELOG.md
@@ -1,9 +1,19 @@
# Change Log - @fluentui/scheme-utilities
-This log was last generated on Tue, 20 Dec 2022 07:53:34 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.3.22](https://github.com/microsoft/fluentui/tree/@fluentui/scheme-utilities_v8.3.22)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/scheme-utilities_v8.3.21..@fluentui/scheme-utilities_v8.3.22)
+
+### Patches
+
+- Bump @fluentui/theme to v2.6.21 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.3.21](https://github.com/microsoft/fluentui/tree/@fluentui/scheme-utilities_v8.3.21)
Tue, 20 Dec 2022 07:53:34 GMT
diff --git a/packages/scheme-utilities/package.json b/packages/scheme-utilities/package.json
index 9ae92bf6f15bc4..dabe909ebd0fdd 100644
--- a/packages/scheme-utilities/package.json
+++ b/packages/scheme-utilities/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/scheme-utilities",
- "version": "8.3.21",
+ "version": "8.3.22",
"description": "Fluent UI React subtheme generator.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -27,8 +27,8 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/theme": "^2.6.20",
- "@fluentui/set-version": "^8.2.3",
+ "@fluentui/theme": "^2.6.21",
+ "@fluentui/set-version": "^8.2.4",
"tslib": "^2.1.0"
},
"exports": {
diff --git a/packages/set-version/package.json b/packages/set-version/package.json
index 2a8377de1626dd..89e26f307ed7e9 100644
--- a/packages/set-version/package.json
+++ b/packages/set-version/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/set-version",
- "version": "8.2.3",
+ "version": "8.2.4",
"description": "Non-Fabric-specific package version setter",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
diff --git a/packages/storybook/package.json b/packages/storybook/package.json
index 7caca58fee3694..9cab5b6bba11c4 100644
--- a/packages/storybook/package.json
+++ b/packages/storybook/package.json
@@ -22,13 +22,13 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.3",
- "@fluentui/theme": "^2.6.20",
+ "@fluentui/react": "^8.104.4",
+ "@fluentui/theme": "^2.6.21",
"@storybook/addon-knobs": "6.4.0",
"@storybook/addon-essentials": "6.5.5",
"@storybook/addons": "6.5.5",
- "@fluentui/azure-themes": "^8.5.43",
- "@fluentui/theme-samples": "^8.7.41",
+ "@fluentui/azure-themes": "^8.5.44",
+ "@fluentui/theme-samples": "^8.7.42",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/style-utilities/CHANGELOG.json b/packages/style-utilities/CHANGELOG.json
index 90316b8adfeb10..38d309cdac5eda 100644
--- a/packages/style-utilities/CHANGELOG.json
+++ b/packages/style-utilities/CHANGELOG.json
@@ -1,6 +1,39 @@
{
"name": "@fluentui/style-utilities",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/style-utilities_v8.8.5",
+ "version": "8.8.5",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/style-utilities",
+ "comment": "Bump @fluentui/theme to v2.6.21",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/style-utilities",
+ "comment": "Bump @fluentui/merge-styles to v8.5.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/style-utilities",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/style-utilities",
+ "comment": "Bump @fluentui/utilities to v8.13.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 02 Jan 2023 07:46:38 GMT",
"tag": "@fluentui/style-utilities_v8.8.4",
diff --git a/packages/style-utilities/CHANGELOG.md b/packages/style-utilities/CHANGELOG.md
index b73c3d9455d16d..fb702e0dcbed0d 100644
--- a/packages/style-utilities/CHANGELOG.md
+++ b/packages/style-utilities/CHANGELOG.md
@@ -1,9 +1,21 @@
# Change Log - @fluentui/style-utilities
-This log was last generated on Tue, 20 Dec 2022 07:53:34 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.8.5](https://github.com/microsoft/fluentui/tree/@fluentui/style-utilities_v8.8.5)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/style-utilities_v8.8.4..@fluentui/style-utilities_v8.8.5)
+
+### Patches
+
+- Bump @fluentui/theme to v2.6.21 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/merge-styles to v8.5.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/utilities to v8.13.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.8.4](https://github.com/microsoft/fluentui/tree/@fluentui/style-utilities_v8.8.4)
Tue, 20 Dec 2022 07:53:34 GMT
diff --git a/packages/style-utilities/package.json b/packages/style-utilities/package.json
index 108628bcff3ba7..8e05e8ed6225c5 100644
--- a/packages/style-utilities/package.json
+++ b/packages/style-utilities/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/style-utilities",
- "version": "8.8.4",
+ "version": "8.8.5",
"description": "Styling helpers for Fluent UI React.",
"repository": {
"type": "git",
@@ -30,10 +30,10 @@
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.10.26",
- "@fluentui/theme": "^2.6.20",
- "@fluentui/merge-styles": "^8.5.4",
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/utilities": "^8.13.4",
+ "@fluentui/theme": "^2.6.21",
+ "@fluentui/merge-styles": "^8.5.5",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/utilities": "^8.13.5",
"tslib": "^2.1.0"
},
"exports": {
diff --git a/packages/test-utilities/package.json b/packages/test-utilities/package.json
index 28921040130d3d..771257e9110ff1 100644
--- a/packages/test-utilities/package.json
+++ b/packages/test-utilities/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/test-utilities",
- "version": "8.2.4",
+ "version": "8.2.5",
"description": "Utilities used when testing components.",
"main": "lib-commonjs/index.js",
"typings": "lib-commonjs/index.d.ts",
diff --git a/packages/theme-samples/CHANGELOG.json b/packages/theme-samples/CHANGELOG.json
index 7d4abc0184cc3d..a16560581db21a 100644
--- a/packages/theme-samples/CHANGELOG.json
+++ b/packages/theme-samples/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/theme-samples",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/theme-samples_v8.7.42",
+ "version": "8.7.42",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/theme-samples",
+ "comment": "Bump @fluentui/react to v8.104.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/theme-samples",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/theme-samples",
+ "comment": "Bump @fluentui/scheme-utilities to v8.3.22",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 09 Jan 2023 07:49:46 GMT",
"tag": "@fluentui/theme-samples_v8.7.41",
diff --git a/packages/theme-samples/CHANGELOG.md b/packages/theme-samples/CHANGELOG.md
index d2d7cdd3eeecb1..d2fdb4a8292e74 100644
--- a/packages/theme-samples/CHANGELOG.md
+++ b/packages/theme-samples/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/theme-samples
-This log was last generated on Mon, 09 Jan 2023 07:49:46 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.7.42](https://github.com/microsoft/fluentui/tree/@fluentui/theme-samples_v8.7.42)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme-samples_v8.7.41..@fluentui/theme-samples_v8.7.42)
+
+### Patches
+
+- Bump @fluentui/react to v8.104.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/scheme-utilities to v8.3.22 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.7.41](https://github.com/microsoft/fluentui/tree/@fluentui/theme-samples_v8.7.41)
Mon, 09 Jan 2023 07:49:46 GMT
diff --git a/packages/theme-samples/package.json b/packages/theme-samples/package.json
index a0b80cca2aba85..690b546cdd3399 100644
--- a/packages/theme-samples/package.json
+++ b/packages/theme-samples/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/theme-samples",
- "version": "8.7.41",
+ "version": "8.7.42",
"description": "Sample themes for use with Fabric components.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -26,9 +26,9 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/react": "^8.104.3",
- "@fluentui/set-version": "^8.2.3",
- "@fluentui/scheme-utilities": "^8.3.21",
+ "@fluentui/react": "^8.104.4",
+ "@fluentui/set-version": "^8.2.4",
+ "@fluentui/scheme-utilities": "^8.3.22",
"tslib": "^2.1.0"
},
"exports": {
diff --git a/packages/theme/CHANGELOG.json b/packages/theme/CHANGELOG.json
index e8a34f5af7ad10..e2483510fdc3c5 100644
--- a/packages/theme/CHANGELOG.json
+++ b/packages/theme/CHANGELOG.json
@@ -1,6 +1,33 @@
{
"name": "@fluentui/theme",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/theme_v2.6.21",
+ "version": "2.6.21",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/theme",
+ "comment": "Bump @fluentui/merge-styles to v8.5.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/theme",
+ "comment": "Bump @fluentui/utilities to v8.13.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/theme",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 02 Jan 2023 07:46:38 GMT",
"tag": "@fluentui/theme_v2.6.20",
diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md
index 397dcea7f40cb3..9f7a03100ee56f 100644
--- a/packages/theme/CHANGELOG.md
+++ b/packages/theme/CHANGELOG.md
@@ -1,9 +1,20 @@
# Change Log - @fluentui/theme
-This log was last generated on Tue, 20 Dec 2022 07:53:34 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [2.6.21](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v2.6.21)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v2.6.20..@fluentui/theme_v2.6.21)
+
+### Patches
+
+- Bump @fluentui/merge-styles to v8.5.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/utilities to v8.13.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [2.6.20](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v2.6.20)
Tue, 20 Dec 2022 07:53:34 GMT
diff --git a/packages/theme/package.json b/packages/theme/package.json
index 080277e825b21d..098f197fa37a7f 100644
--- a/packages/theme/package.json
+++ b/packages/theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/theme",
- "version": "2.6.20",
+ "version": "2.6.21",
"description": "Basic building blocks for Fluent UI React Component themes",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -28,9 +28,9 @@
"@fluentui/scripts": "*"
},
"dependencies": {
- "@fluentui/merge-styles": "^8.5.4",
- "@fluentui/utilities": "^8.13.4",
- "@fluentui/set-version": "^8.2.3",
+ "@fluentui/merge-styles": "^8.5.5",
+ "@fluentui/utilities": "^8.13.5",
+ "@fluentui/set-version": "^8.2.4",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/utilities/CHANGELOG.json b/packages/utilities/CHANGELOG.json
index 91f29c083b8f73..c3ce14a1e8e5d5 100644
--- a/packages/utilities/CHANGELOG.json
+++ b/packages/utilities/CHANGELOG.json
@@ -1,6 +1,45 @@
{
"name": "@fluentui/utilities",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:15 GMT",
+ "tag": "@fluentui/utilities_v8.13.5",
+ "version": "8.13.5",
+ "comments": {
+ "patch": [
+ {
+ "author": "beachball",
+ "package": "@fluentui/utilities",
+ "comment": "Bump @fluentui/dom-utilities to v2.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/utilities",
+ "comment": "Bump @fluentui/merge-styles to v8.5.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/utilities",
+ "comment": "Bump @fluentui/set-version to v8.2.4",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/utilities",
+ "comment": "Bump @fluentui/jest-serializer-merge-styles to v8.0.22",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ },
+ {
+ "author": "beachball",
+ "package": "@fluentui/utilities",
+ "comment": "Bump @fluentui/test-utilities to v8.2.5",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f"
+ }
+ ]
+ }
+ },
{
"date": "Mon, 02 Jan 2023 07:46:39 GMT",
"tag": "@fluentui/utilities_v8.13.4",
diff --git a/packages/utilities/CHANGELOG.md b/packages/utilities/CHANGELOG.md
index 1fa4aea8210edb..c5231cf396063b 100644
--- a/packages/utilities/CHANGELOG.md
+++ b/packages/utilities/CHANGELOG.md
@@ -1,9 +1,22 @@
# Change Log - @fluentui/utilities
-This log was last generated on Tue, 15 Nov 2022 07:44:58 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:15 GMT and should not be manually modified.
+## [8.13.5](https://github.com/microsoft/fluentui/tree/@fluentui/utilities_v8.13.5)
+
+Tue, 10 Jan 2023 07:50:15 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/utilities_v8.13.4..@fluentui/utilities_v8.13.5)
+
+### Patches
+
+- Bump @fluentui/dom-utilities to v2.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/merge-styles to v8.5.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/set-version to v8.2.4 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/jest-serializer-merge-styles to v8.0.22 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+- Bump @fluentui/test-utilities to v8.2.5 ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by beachball)
+
## [8.13.4](https://github.com/microsoft/fluentui/tree/@fluentui/utilities_v8.13.4)
Tue, 15 Nov 2022 07:44:58 GMT
diff --git a/packages/utilities/package.json b/packages/utilities/package.json
index 363f1d42aa096a..2d359a62a54fcb 100644
--- a/packages/utilities/package.json
+++ b/packages/utilities/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/utilities",
- "version": "8.13.4",
+ "version": "8.13.5",
"description": "Fluent UI React utilities for building components.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
@@ -26,13 +26,13 @@
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@fluentui/scripts": "*",
- "@fluentui/jest-serializer-merge-styles": "^8.0.21",
- "@fluentui/test-utilities": "^8.2.4"
+ "@fluentui/jest-serializer-merge-styles": "^8.0.22",
+ "@fluentui/test-utilities": "^8.2.5"
},
"dependencies": {
- "@fluentui/dom-utilities": "^2.2.3",
- "@fluentui/merge-styles": "^8.5.4",
- "@fluentui/set-version": "^8.2.3",
+ "@fluentui/dom-utilities": "^2.2.4",
+ "@fluentui/merge-styles": "^8.5.5",
+ "@fluentui/set-version": "^8.2.4",
"tslib": "^2.1.0"
},
"peerDependencies": {
diff --git a/packages/web-components/CHANGELOG.json b/packages/web-components/CHANGELOG.json
index d6169f53cd4474..7c763148cd37df 100644
--- a/packages/web-components/CHANGELOG.json
+++ b/packages/web-components/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "@fluentui/web-components",
"entries": [
+ {
+ "date": "Tue, 10 Jan 2023 07:50:14 GMT",
+ "tag": "@fluentui/web-components_v2.5.10",
+ "version": "2.5.10",
+ "comments": {
+ "patch": [
+ {
+ "author": "jes@microsoft.com",
+ "package": "@fluentui/web-components",
+ "commit": "49ead1dcd8c34cf87b151e0c0cc7bd716260f22f",
+ "comment": "fix: layering zindex issue with sub menus"
+ }
+ ]
+ }
+ },
{
"date": "Thu, 05 Jan 2023 07:59:57 GMT",
"tag": "@fluentui/web-components_v2.5.9",
diff --git a/packages/web-components/CHANGELOG.md b/packages/web-components/CHANGELOG.md
index 09b711fdc8dbb5..56f4a7cf4954a9 100644
--- a/packages/web-components/CHANGELOG.md
+++ b/packages/web-components/CHANGELOG.md
@@ -1,9 +1,18 @@
# Change Log - @fluentui/web-components
-This log was last generated on Thu, 05 Jan 2023 07:59:57 GMT and should not be manually modified.
+This log was last generated on Tue, 10 Jan 2023 07:50:14 GMT and should not be manually modified.
+## [2.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.10)
+
+Tue, 10 Jan 2023 07:50:14 GMT
+[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/web-components_v2.5.9..@fluentui/web-components_v2.5.10)
+
+### Patches
+
+- fix: layering zindex issue with sub menus ([PR #26260](https://github.com/microsoft/fluentui/pull/26260) by jes@microsoft.com)
+
## [2.5.9](https://github.com/microsoft/fluentui/tree/@fluentui/web-components_v2.5.9)
Thu, 05 Jan 2023 07:59:57 GMT
diff --git a/packages/web-components/package.json b/packages/web-components/package.json
index b691b1861185fc..2301e169a5b0eb 100644
--- a/packages/web-components/package.json
+++ b/packages/web-components/package.json
@@ -2,7 +2,7 @@
"name": "@fluentui/web-components",
"description": "A library of Fluent Web Components",
"sideEffects": false,
- "version": "2.5.9",
+ "version": "2.5.10",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
diff --git a/packages/webpack-utilities/package.json b/packages/webpack-utilities/package.json
index 628ea1e6065d6d..8aa6abfa7765ff 100644
--- a/packages/webpack-utilities/package.json
+++ b/packages/webpack-utilities/package.json
@@ -1,6 +1,6 @@
{
"name": "@fluentui/webpack-utilities",
- "version": "8.1.9",
+ "version": "8.1.10",
"description": "Fluent UI React utilities for Webpack bundler.",
"repository": {
"type": "git",