@fluentui/react-components 9.62.0 → 9.64.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 +64 -2
- package/dist/index.d.ts +36 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +18 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +48 -48
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,74 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 14 May 2025 18:45:44 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.64.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.64.0)
|
|
8
|
+
|
|
9
|
+
Wed, 14 May 2025 18:45:44 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.63.0..@fluentui/react-components_v9.64.0)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- feat: export PositioningConfigurationProvider ([PR #34300](https://github.com/microsoft/fluentui/pull/34300) by olfedias@microsoft.com)
|
|
16
|
+
- `@fluentui/react-motion-components-preview`
|
|
17
|
+
- refactor(motion): simplify Fade & Scale variant creation with createPresenceComponentVariant ([PR #34042](https://github.com/microsoft/fluentui/pull/34042) by robertpenner@microsoft.com)
|
|
18
|
+
- `@fluentui/react-positioning`
|
|
19
|
+
- feat: implement shared positioning config ([PR #34300](https://github.com/microsoft/fluentui/pull/34300) by olfedias@microsoft.com)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- `@fluentui/react-aria`
|
|
24
|
+
- fix: update fluent ariaNotify implementation to match new API ([PR #34311](https://github.com/microsoft/fluentui/pull/34311) by sarah.higley@microsoft.com)
|
|
25
|
+
- `@fluentui/react-carousel`
|
|
26
|
+
- bug: Fix branded carousel nav button colors to be WCAG contrast compliant ([PR #34397](https://github.com/microsoft/fluentui/pull/34397) by mifraser@microsoft.com)
|
|
27
|
+
- fix: Ensure buttons are disabled when not enough content for circular ([PR #34427](https://github.com/microsoft/fluentui/pull/34427) by mifraser@microsoft.com)
|
|
28
|
+
- `@fluentui/react-charts`
|
|
29
|
+
- fix(react-charts) Cleanup function removed upstream ([PR #34440](https://github.com/microsoft/fluentui/pull/34440) by 98592573+AtishayMsft@users.noreply.github.com)
|
|
30
|
+
- `@fluentui/react-color-picker`
|
|
31
|
+
- fix: added touch events for ColorArea ([PR #34328](https://github.com/microsoft/fluentui/pull/34328) by v.kozlova13@gmail.com)
|
|
32
|
+
- `@fluentui/react-components`
|
|
33
|
+
- fix: icorrect react-infobutton export from suite ([PR #34408](https://github.com/microsoft/fluentui/pull/34408) by vgenaev@gmail.com)
|
|
34
|
+
- `@fluentui/react-motion`
|
|
35
|
+
- Export child context ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by charles.assuncao@microsoft.com)
|
|
36
|
+
- `@fluentui/react-portal`
|
|
37
|
+
- fix: improve support of concurrent mode, work with React 19 ([PR #33978](https://github.com/microsoft/fluentui/pull/33978) by olfedias@microsoft.com)
|
|
38
|
+
- `@fluentui/react-provider`
|
|
39
|
+
- fix: improve SSR validation ([PR #34175](https://github.com/microsoft/fluentui/pull/34175) by olfedias@microsoft.com)
|
|
40
|
+
- `@fluentui/react-tabs`
|
|
41
|
+
- fix: filled-circular appearance variant shows selected tab in high contrast ([PR #34294](https://github.com/microsoft/fluentui/pull/34294) by sarah.higley@microsoft.com)
|
|
42
|
+
- fix: Tab filled (not filled-subtle) appearance has border in WHCM ([PR #34341](https://github.com/microsoft/fluentui/pull/34341) by sarah.higley@microsoft.com)
|
|
43
|
+
- `@fluentui/react-tabster`
|
|
44
|
+
- Apply focus visible attribute on navigation state change ([PR #34426](https://github.com/microsoft/fluentui/pull/34426) by lingfangao@hotmail.com)
|
|
45
|
+
|
|
46
|
+
## [9.63.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.63.0)
|
|
47
|
+
|
|
48
|
+
Thu, 24 Apr 2025 09:59:43 GMT
|
|
49
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.62.0..@fluentui/react-components_v9.63.0)
|
|
50
|
+
|
|
51
|
+
### Minor changes
|
|
52
|
+
|
|
53
|
+
- `@fluentui/react-components`
|
|
54
|
+
- feat: Added InfoButton component to react-components package export ([PR #34255](https://github.com/microsoft/fluentui/pull/34255) by terynkum@microsoft.com)
|
|
55
|
+
- chore: Re-exporting CellRenderFunction from @fluentui/react-components. ([PR #34267](https://github.com/microsoft/fluentui/pull/34267) by Humberto.Morimoto@microsoft.com)
|
|
56
|
+
- `@fluentui/react-infolabel`
|
|
57
|
+
- Feat: Exported InfoButton types and component ([PR #34255](https://github.com/microsoft/fluentui/pull/34255) by terynkum@microsoft.com)
|
|
58
|
+
|
|
59
|
+
### Patches
|
|
60
|
+
|
|
61
|
+
- `@fluentui/chart-utilities`
|
|
62
|
+
- feat(chart-utilities): Add support for scatter polar chart ([PR #34278](https://github.com/microsoft/fluentui/pull/34278) by atisjai@microsoft.com)
|
|
63
|
+
- `@fluentui/react-charts`
|
|
64
|
+
- fix(react-charts): Stacked data not showing on callout for Vertical stacked bar chart ([PR #34288](https://github.com/microsoft/fluentui/pull/34288) by 120183316+srmukher@users.noreply.github.com)
|
|
65
|
+
- High contrast bug fixes ([PR #34284](https://github.com/microsoft/fluentui/pull/34284) by anushgupta@microsoft.com)
|
|
66
|
+
- `@fluentui/react-tabster`
|
|
67
|
+
- fix: use useLayoutEffect() for Tabster creation ([PR #34315](https://github.com/microsoft/fluentui/pull/34315) by olfedias@microsoft.com)
|
|
68
|
+
|
|
7
69
|
## [9.62.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.62.0)
|
|
8
70
|
|
|
9
|
-
Wed, 16 Apr 2025 19:
|
|
71
|
+
Wed, 16 Apr 2025 19:42:02 GMT
|
|
10
72
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.61.6..@fluentui/react-components_v9.62.0)
|
|
11
73
|
|
|
12
74
|
### Minor changes
|
package/dist/index.d.ts
CHANGED
|
@@ -207,6 +207,7 @@ import { carouselViewportClassNames } from '@fluentui/react-carousel';
|
|
|
207
207
|
import { CarouselViewportProps } from '@fluentui/react-carousel';
|
|
208
208
|
import { CarouselViewportSlots } from '@fluentui/react-carousel';
|
|
209
209
|
import { CarouselViewportState } from '@fluentui/react-carousel';
|
|
210
|
+
import { CellRenderFunction } from '@fluentui/react-table';
|
|
210
211
|
import { Checkbox } from '@fluentui/react-checkbox';
|
|
211
212
|
import { checkboxClassNames } from '@fluentui/react-checkbox';
|
|
212
213
|
import { CheckboxOnChangeData } from '@fluentui/react-checkbox';
|
|
@@ -465,6 +466,11 @@ import { imageSwatchClassNames } from '@fluentui/react-swatch-picker';
|
|
|
465
466
|
import { ImageSwatchProps } from '@fluentui/react-swatch-picker';
|
|
466
467
|
import { ImageSwatchSlots } from '@fluentui/react-swatch-picker';
|
|
467
468
|
import { ImageSwatchState } from '@fluentui/react-swatch-picker';
|
|
469
|
+
import { InfoButton } from '@fluentui/react-infolabel';
|
|
470
|
+
import { infoButtonClassNames } from '@fluentui/react-infolabel';
|
|
471
|
+
import { InfoButtonProps } from '@fluentui/react-infolabel';
|
|
472
|
+
import { InfoButtonSlots } from '@fluentui/react-infolabel';
|
|
473
|
+
import { InfoButtonState } from '@fluentui/react-infolabel';
|
|
468
474
|
import { InfoLabel } from '@fluentui/react-infolabel';
|
|
469
475
|
import { infoLabelClassNames } from '@fluentui/react-infolabel';
|
|
470
476
|
import { InfoLabelProps } from '@fluentui/react-infolabel';
|
|
@@ -708,6 +714,9 @@ import { PortalMountNodeProvider } from '@fluentui/react-shared-contexts';
|
|
|
708
714
|
import { PortalProps } from '@fluentui/react-portal';
|
|
709
715
|
import { PortalState } from '@fluentui/react-portal';
|
|
710
716
|
import { PositioningBoundary } from '@fluentui/react-positioning';
|
|
717
|
+
import { PositioningConfigurationFn } from '@fluentui/react-positioning';
|
|
718
|
+
import { PositioningConfigurationFnOptions } from '@fluentui/react-positioning';
|
|
719
|
+
import { PositioningConfigurationProvider } from '@fluentui/react-positioning';
|
|
711
720
|
import { PositioningImperativeRef } from '@fluentui/react-positioning';
|
|
712
721
|
import { PositioningProps } from '@fluentui/react-positioning';
|
|
713
722
|
import { PositioningRect } from '@fluentui/react-positioning';
|
|
@@ -840,6 +849,7 @@ import { renderFlatTree_unstable } from '@fluentui/react-tree';
|
|
|
840
849
|
import { renderFluentProvider_unstable } from '@fluentui/react-provider';
|
|
841
850
|
import { renderImage_unstable } from '@fluentui/react-image';
|
|
842
851
|
import { renderImageSwatch_unstable } from '@fluentui/react-swatch-picker';
|
|
852
|
+
import { renderInfoButton_unstable } from '@fluentui/react-infolabel';
|
|
843
853
|
import { renderInfoLabel_unstable } from '@fluentui/react-infolabel';
|
|
844
854
|
import { renderInlineDrawer_unstable } from '@fluentui/react-drawer';
|
|
845
855
|
import { renderInput_unstable } from '@fluentui/react-input';
|
|
@@ -1572,6 +1582,8 @@ import { useImage_unstable } from '@fluentui/react-image';
|
|
|
1572
1582
|
import { useImageStyles_unstable } from '@fluentui/react-image';
|
|
1573
1583
|
import { useImageSwatch_unstable } from '@fluentui/react-swatch-picker';
|
|
1574
1584
|
import { useImageSwatchStyles_unstable } from '@fluentui/react-swatch-picker';
|
|
1585
|
+
import { useInfoButton_unstable } from '@fluentui/react-infolabel';
|
|
1586
|
+
import { useInfoButtonStyles_unstable } from '@fluentui/react-infolabel';
|
|
1575
1587
|
import { useInfoLabel_unstable } from '@fluentui/react-infolabel';
|
|
1576
1588
|
import { useInfoLabelStyles_unstable } from '@fluentui/react-infolabel';
|
|
1577
1589
|
import { useInlineDrawer_unstable } from '@fluentui/react-drawer';
|
|
@@ -2275,6 +2287,8 @@ export { CarouselViewportSlots }
|
|
|
2275
2287
|
|
|
2276
2288
|
export { CarouselViewportState }
|
|
2277
2289
|
|
|
2290
|
+
export { CellRenderFunction }
|
|
2291
|
+
|
|
2278
2292
|
export { Checkbox }
|
|
2279
2293
|
|
|
2280
2294
|
export { checkboxClassNames }
|
|
@@ -2791,6 +2805,16 @@ export { ImageSwatchSlots }
|
|
|
2791
2805
|
|
|
2792
2806
|
export { ImageSwatchState }
|
|
2793
2807
|
|
|
2808
|
+
export { InfoButton }
|
|
2809
|
+
|
|
2810
|
+
export { infoButtonClassNames }
|
|
2811
|
+
|
|
2812
|
+
export { InfoButtonProps }
|
|
2813
|
+
|
|
2814
|
+
export { InfoButtonSlots }
|
|
2815
|
+
|
|
2816
|
+
export { InfoButtonState }
|
|
2817
|
+
|
|
2794
2818
|
export { InfoLabel }
|
|
2795
2819
|
|
|
2796
2820
|
export { infoLabelClassNames }
|
|
@@ -3277,6 +3301,12 @@ export { PortalState }
|
|
|
3277
3301
|
|
|
3278
3302
|
export { PositioningBoundary }
|
|
3279
3303
|
|
|
3304
|
+
export { PositioningConfigurationFn }
|
|
3305
|
+
|
|
3306
|
+
export { PositioningConfigurationFnOptions }
|
|
3307
|
+
|
|
3308
|
+
export { PositioningConfigurationProvider }
|
|
3309
|
+
|
|
3280
3310
|
export { PositioningImperativeRef }
|
|
3281
3311
|
|
|
3282
3312
|
export { PositioningProps }
|
|
@@ -3541,6 +3571,8 @@ export { renderImage_unstable }
|
|
|
3541
3571
|
|
|
3542
3572
|
export { renderImageSwatch_unstable }
|
|
3543
3573
|
|
|
3574
|
+
export { renderInfoButton_unstable }
|
|
3575
|
+
|
|
3544
3576
|
export { renderInfoLabel_unstable }
|
|
3545
3577
|
|
|
3546
3578
|
export { renderInlineDrawer_unstable }
|
|
@@ -5005,6 +5037,10 @@ export { useImageSwatch_unstable }
|
|
|
5005
5037
|
|
|
5006
5038
|
export { useImageSwatchStyles_unstable }
|
|
5007
5039
|
|
|
5040
|
+
export { useInfoButton_unstable }
|
|
5041
|
+
|
|
5042
|
+
export { useInfoButtonStyles_unstable }
|
|
5043
|
+
|
|
5008
5044
|
export { useInfoLabel_unstable }
|
|
5009
5045
|
|
|
5010
5046
|
export { useInfoLabelStyles_unstable }
|
package/lib/index.js
CHANGED
|
@@ -39,7 +39,7 @@ export { renderTab_unstable, Tab, tabClassNames, useTabStyles_unstable, useTab_u
|
|
|
39
39
|
export { Body1, Body1Strong, Body1Stronger, Body2, Caption1, Caption1Strong, Caption1Stronger, Caption2, Caption2Strong, Display, LargeTitle, Subtitle1, Subtitle2, Subtitle2Stronger, Text, Title1, Title2, Title3, body1ClassNames, body1StrongClassNames, body1StrongerClassNames, body2ClassNames, caption1ClassNames, caption1StrongClassNames, caption1StrongerClassNames, caption2ClassNames, caption2StrongClassNames, displayClassNames, largeTitleClassNames, subtitle1ClassNames, subtitle2ClassNames, subtitle2StrongerClassNames, textClassNames, title1ClassNames, title2ClassNames, title3ClassNames, renderText_unstable, useText_unstable, useTextStyles_unstable } from '@fluentui/react-text';
|
|
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
|
-
export { resolvePositioningShorthand } from '@fluentui/react-positioning';
|
|
42
|
+
export { resolvePositioningShorthand, PositioningConfigurationProvider } from '@fluentui/react-positioning';
|
|
43
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';
|
|
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';
|
|
@@ -52,6 +52,7 @@ export { FlatTree, FlatTreeItem, Tree, TreeItem, TreeItemLayout, TreeItemPersona
|
|
|
52
52
|
export { Tag, renderTag_unstable, tagClassNames, useTagStyles_unstable, useTag_unstable, InteractionTag, renderInteractionTag_unstable, interactionTagClassNames, useInteractionTagStyles_unstable, useInteractionTag_unstable, useInteractionTagContextValues_unstable, InteractionTagPrimary, interactionTagPrimaryClassNames, renderInteractionTagPrimary_unstable, useInteractionTagPrimaryStyles_unstable, useInteractionTagPrimary_unstable, InteractionTagSecondary, renderInteractionTagSecondary_unstable, interactionTagSecondaryClassNames, useInteractionTagSecondaryStyles_unstable, useInteractionTagSecondary_unstable, TagGroup, renderTagGroup_unstable, tagGroupClassNames, useTagGroupStyles_unstable, useTagGroup_unstable, useTagGroupContextValues_unstable, useTagAvatarContextValues_unstable } from '@fluentui/react-tags';
|
|
53
53
|
export { MessageBar, useMessageBarStyles_unstable, useMessageBar_unstable, renderMessageBar_unstable, messageBarClassNames, MessageBarTitle, useMessageBarTitleStyles_unstable, useMessageBarTitle_unstable, renderMessageBarTitle_unstable, messageBarTitleClassNames, MessageBarActions, useMessageBarActionsStyles_unstable, useMessageBarActions_unstable, renderMessageBarActions_unstable, messageBarActionsClassNames, MessageBarBody, useMessageBarBodyStyles_unstable, useMessageBarBody_unstable, renderMessageBarBody_unstable, messageBarBodyClassNames, MessageBarContextProvider, useMessageBarContext, MessageBarGroup, useMessageBarGroupStyles_unstable, useMessageBarGroup_unstable, renderMessageBarGroup_unstable, messageBarGroupClassNames, useMessageBarContextValue_unstable, useMessageBarActionsContextValue_unstable } from '@fluentui/react-message-bar';
|
|
54
54
|
export { InfoLabel, infoLabelClassNames, renderInfoLabel_unstable, useInfoLabelStyles_unstable, useInfoLabel_unstable } from '@fluentui/react-infolabel';
|
|
55
|
+
export { InfoButton, infoButtonClassNames, renderInfoButton_unstable, useInfoButtonStyles_unstable, useInfoButton_unstable } from '@fluentui/react-infolabel';
|
|
55
56
|
export { Drawer, renderDrawer_unstable, useDrawerStyles_unstable, useDrawer_unstable, OverlayDrawer, overlayDrawerClassNames, renderOverlayDrawer_unstable, useOverlayDrawerStyles_unstable, useOverlayDrawer_unstable, InlineDrawer, inlineDrawerClassNames, renderInlineDrawer_unstable, useInlineDrawerStyles_unstable, useInlineDrawer_unstable, DrawerBody, drawerBodyClassNames, renderDrawerBody_unstable, useDrawerBodyStyles_unstable, useDrawerBody_unstable, DrawerHeader, drawerHeaderClassNames, renderDrawerHeader_unstable, useDrawerHeaderStyles_unstable, useDrawerHeader_unstable, DrawerHeaderTitle, drawerHeaderTitleClassNames, renderDrawerHeaderTitle_unstable, useDrawerHeaderTitleStyles_unstable, useDrawerHeaderTitle_unstable, DrawerHeaderNavigation, drawerHeaderNavigationClassNames, renderDrawerHeaderNavigation_unstable, useDrawerHeaderNavigationStyles_unstable, useDrawerHeaderNavigation_unstable, DrawerFooter, drawerFooterClassNames, renderDrawerFooter_unstable, useDrawerFooterStyles_unstable, useDrawerFooter_unstable, DrawerProvider, useDrawerContextValue, useDrawerContext_unstable } from '@fluentui/react-drawer';
|
|
56
57
|
export { Breadcrumb, renderBreadcrumb_unstable, useBreadcrumb_unstable, useBreadcrumbStyles_unstable, breadcrumbClassNames, BreadcrumbDivider, breadcrumbDividerClassNames, renderBreadcrumbDivider_unstable, useBreadcrumbDividerStyles_unstable, useBreadcrumbDivider_unstable, BreadcrumbItem, breadcrumbItemClassNames, renderBreadcrumbItem_unstable, useBreadcrumbItemStyles_unstable, useBreadcrumbItem_unstable, partitionBreadcrumbItems, truncateBreadcrumbLongName, truncateBreadcrumLongTooltip, isTruncatableBreadcrumbContent, BreadcrumbButton, breadcrumbButtonClassNames, renderBreadcrumbButton_unstable, useBreadcrumbButtonStyles_unstable, useBreadcrumbButton_unstable, BreadcrumbProvider, useBreadcrumbContext_unstable } from '@fluentui/react-breadcrumb';
|
|
57
58
|
export { AriaLiveAnnouncer, renderAriaLiveAnnouncer_unstable, useAriaLiveAnnouncer_unstable, useAriaLiveAnnouncerContextValues_unstable } from '@fluentui/react-aria';
|