@fluentui/react-components 9.72.11 → 9.73.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -2
- package/dist/index.d.ts +6 -0
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +3 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +54 -54
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,55 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 12 Feb 2026 10:42:43 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.73.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.0)
|
|
8
|
+
|
|
9
|
+
Thu, 12 Feb 2026 10:42:43 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.11..@fluentui/react-components_v9.73.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-overflow`
|
|
15
|
+
- feat: add support for pinned items ([PR #35712](https://github.com/microsoft/fluentui/pull/35712) by olfedias@microsoft.com)
|
|
16
|
+
- `@fluentui/react-persona`
|
|
17
|
+
- feat: add base hook for Persona component ([PR #35697](https://github.com/microsoft/fluentui/pull/35697) by dmytrokirpa@microsoft.com)
|
|
18
|
+
- `@fluentui/priority-overflow`
|
|
19
|
+
- feat: add support for pinned items ([PR #35712](https://github.com/microsoft/fluentui/pull/35712) by olfedias@microsoft.com)
|
|
20
|
+
- `@fluentui/react-accordion`
|
|
21
|
+
- feat: add base hooks for Accordion components ([PR #35682](https://github.com/microsoft/fluentui/pull/35682) by dmytrokirpa@microsoft.com)
|
|
22
|
+
- `@fluentui/react-avatar`
|
|
23
|
+
- feat: add base hooks for Avatar component ([PR #35696](https://github.com/microsoft/fluentui/pull/35696) by dmytrokirpa@microsoft.com)
|
|
24
|
+
- `@fluentui/react-components`
|
|
25
|
+
- feat: add DialogBackdropProvider to react-dialog ([PR #35692](https://github.com/microsoft/fluentui/pull/35692) by vgenaev@gmail.com)
|
|
26
|
+
- `@fluentui/react-dialog`
|
|
27
|
+
- feat: add appearance to backdrop slot ([PR #35692](https://github.com/microsoft/fluentui/pull/35692) by vgenaev@gmail.com)
|
|
28
|
+
- `@fluentui/react-jsx-runtime`
|
|
29
|
+
- feat: remove react-is dependency and update warnIfElementTypeIsInvalid logic ([PR #35711](https://github.com/microsoft/fluentui/pull/35711) by dmytrokirpa@microsoft.com)
|
|
30
|
+
|
|
31
|
+
### Patches
|
|
32
|
+
|
|
33
|
+
- `@fluentui/react-provider`
|
|
34
|
+
- fix: prevent XSS theme vulnerability during SSR ([PR #35717](https://github.com/microsoft/fluentui/pull/35717) by martinhochel@microsoft.com)
|
|
35
|
+
- `@fluentui/react-switch`
|
|
36
|
+
- refactor: add base state hooks for Switch component ([PR #35720](https://github.com/microsoft/fluentui/pull/35720) by copilot@github.com)
|
|
37
|
+
- `@fluentui/react-table`
|
|
38
|
+
- fix: single-select Table radio header should be fully hidden, not just 0 opacity ([PR #35707](https://github.com/microsoft/fluentui/pull/35707) by sarah.higley@microsoft.com)
|
|
39
|
+
- `@fluentui/react-button`
|
|
40
|
+
- fix: prevent custom props from leaking to the DOM ([PR #35689](https://github.com/microsoft/fluentui/pull/35689) by dmytrokirpa@microsoft.com)
|
|
41
|
+
- `@fluentui/react-carousel`
|
|
42
|
+
- fix: prevent custom props from leaking to the DOM ([PR #35689](https://github.com/microsoft/fluentui/pull/35689) by dmytrokirpa@microsoft.com)
|
|
43
|
+
- `@fluentui/react-charts`
|
|
44
|
+
- A11y fix: updated focus-visible outline data ([PR #35718](https://github.com/microsoft/fluentui/pull/35718) by 132879294+v-baambati@users.noreply.github.com)
|
|
45
|
+
- `@fluentui/react-drawer`
|
|
46
|
+
- fix: use DialogBackdropProvider to fix no dimmed nested dialogs inside OverlayDrawer' ([PR #35692](https://github.com/microsoft/fluentui/pull/35692) by vgenaev@gmail.com)
|
|
47
|
+
- `@fluentui/react-nav`
|
|
48
|
+
- fix: update NavSubItemGroup motion handling and fix styles ([PR #35743](https://github.com/microsoft/fluentui/pull/35743) by dmytrokirpa@microsoft.com)
|
|
49
|
+
|
|
7
50
|
## [9.72.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.72.11)
|
|
8
51
|
|
|
9
|
-
Fri, 30 Jan 2026 12:55:
|
|
52
|
+
Fri, 30 Jan 2026 12:55:50 GMT
|
|
10
53
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.10..@fluentui/react-components_v9.72.11)
|
|
11
54
|
|
|
12
55
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -336,6 +336,7 @@ import { DialogActionsPosition } from '@fluentui/react-dialog';
|
|
|
336
336
|
import { DialogActionsProps } from '@fluentui/react-dialog';
|
|
337
337
|
import { DialogActionsSlots } from '@fluentui/react-dialog';
|
|
338
338
|
import { DialogActionsState } from '@fluentui/react-dialog';
|
|
339
|
+
import { DialogBackdropContextValue } from '@fluentui/react-dialog';
|
|
339
340
|
import { DialogBody } from '@fluentui/react-dialog';
|
|
340
341
|
import { dialogBodyClassNames } from '@fluentui/react-dialog';
|
|
341
342
|
import { DialogBodyProps } from '@fluentui/react-dialog';
|
|
@@ -1636,6 +1637,7 @@ import { useDataGridStyles_unstable } from '@fluentui/react-table';
|
|
|
1636
1637
|
import { useDialog_unstable } from '@fluentui/react-dialog';
|
|
1637
1638
|
import { useDialogActions_unstable } from '@fluentui/react-dialog';
|
|
1638
1639
|
import { useDialogActionsStyles_unstable } from '@fluentui/react-dialog';
|
|
1640
|
+
import { useDialogBackdropContext_unstable } from '@fluentui/react-dialog';
|
|
1639
1641
|
import { useDialogBody_unstable } from '@fluentui/react-dialog';
|
|
1640
1642
|
import { useDialogBodyStyles_unstable } from '@fluentui/react-dialog';
|
|
1641
1643
|
import { useDialogContent_unstable } from '@fluentui/react-dialog';
|
|
@@ -2695,6 +2697,8 @@ export { DialogActionsSlots }
|
|
|
2695
2697
|
|
|
2696
2698
|
export { DialogActionsState }
|
|
2697
2699
|
|
|
2700
|
+
export { DialogBackdropContextValue }
|
|
2701
|
+
|
|
2698
2702
|
export { DialogBody }
|
|
2699
2703
|
|
|
2700
2704
|
export { dialogBodyClassNames }
|
|
@@ -5295,6 +5299,8 @@ export { useDialogActions_unstable }
|
|
|
5295
5299
|
|
|
5296
5300
|
export { useDialogActionsStyles_unstable }
|
|
5297
5301
|
|
|
5302
|
+
export { useDialogBackdropContext_unstable }
|
|
5303
|
+
|
|
5298
5304
|
export { useDialogBody_unstable }
|
|
5299
5305
|
|
|
5300
5306
|
export { useDialogBodyStyles_unstable }
|
package/lib/index.js
CHANGED
|
@@ -40,7 +40,7 @@ export { Body1, Body1Strong, Body1Stronger, Body2, Caption1, Caption1Strong, Cap
|
|
|
40
40
|
export { Textarea, textareaClassNames, renderTextarea_unstable, useTextarea_unstable, useTextareaStyles_unstable } from '@fluentui/react-textarea';
|
|
41
41
|
export { Tooltip, renderTooltip_unstable, tooltipClassNames, useTooltip_unstable, useTooltipStyles_unstable } from '@fluentui/react-tooltip';
|
|
42
42
|
export { resolvePositioningShorthand, PositioningConfigurationProvider, usePositioning, useSafeZoneArea } from '@fluentui/react-positioning';
|
|
43
|
-
export { Dialog, useDialog_unstable, renderDialog_unstable, DialogTitle, dialogTitleClassNames, useDialogTitle_unstable, useDialogTitleStyles_unstable, renderDialogTitle_unstable, DialogTrigger, useDialogTrigger_unstable, renderDialogTrigger_unstable, DialogBody, dialogBodyClassNames, useDialogBody_unstable, useDialogBodyStyles_unstable, renderDialogBody_unstable, DialogActions, dialogActionsClassNames, useDialogActions_unstable, useDialogActionsStyles_unstable, renderDialogActions_unstable, DialogSurface, dialogSurfaceClassNames, useDialogSurface_unstable, useDialogSurfaceStyles_unstable, renderDialogSurface_unstable, DialogContent, dialogContentClassNames, useDialogContentStyles_unstable, useDialogContent_unstable, renderDialogContent_unstable, useDialogContext_unstable, useDialogSurfaceContext_unstable, useDialogSurfaceContextValues_unstable, DialogProvider } from '@fluentui/react-dialog';
|
|
43
|
+
export { Dialog, useDialog_unstable, renderDialog_unstable, DialogTitle, dialogTitleClassNames, useDialogTitle_unstable, useDialogTitleStyles_unstable, renderDialogTitle_unstable, DialogTrigger, useDialogTrigger_unstable, renderDialogTrigger_unstable, DialogBody, dialogBodyClassNames, useDialogBody_unstable, useDialogBodyStyles_unstable, renderDialogBody_unstable, DialogActions, dialogActionsClassNames, useDialogActions_unstable, useDialogActionsStyles_unstable, renderDialogActions_unstable, DialogSurface, dialogSurfaceClassNames, useDialogSurface_unstable, useDialogSurfaceStyles_unstable, renderDialogSurface_unstable, DialogContent, dialogContentClassNames, useDialogContentStyles_unstable, useDialogContent_unstable, renderDialogContent_unstable, useDialogContext_unstable, useDialogBackdropContext_unstable, useDialogSurfaceContext_unstable, useDialogSurfaceContextValues_unstable, DialogProvider } from '@fluentui/react-dialog';
|
|
44
44
|
export { ProgressBar, progressBarClassNames, renderProgressBar_unstable, useProgressBarStyles_unstable, useProgressBar_unstable } from '@fluentui/react-progress';
|
|
45
45
|
export { Overflow, OverflowItem, OverflowDivider, useIsOverflowGroupVisible, useIsOverflowItemVisible, useOverflowCount, useOverflowMenu, DATA_OVERFLOWING, DATA_OVERFLOW_MENU, DATA_OVERFLOW_ITEM, DATA_OVERFLOW_DIVIDER, useOverflowVisibility } from '@fluentui/react-overflow';
|
|
46
46
|
export { Toolbar, ToolbarButton, useToolbarButtonStyles_unstable, useToolbarButton_unstable, ToolbarRadioButton, useToolbarRadioButton_unstable, useToolbarRadioButtonStyles_unstable, ToolbarDivider, useToolbarDivider_unstable, ToolbarGroup, useToolbarGroupStyles_unstable, useToolbarGroup_unstable, renderToolbarGroup_unstable, toolbarGroupClassNames, ToolbarToggleButton, useToolbarToggleButtonStyles_unstable, useToolbarToggleButton_unstable, renderToolbar_unstable, toolbarClassNames, useToolbar_unstable, useToolbarDividerStyles_unstable, useToolbarStyles_unstable, ToolbarRadioGroup } from '@fluentui/react-toolbar';
|