@fluentui/react-components 9.66.1 → 9.66.3
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 +42 -2
- package/dist/index.d.ts +9 -0
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/index.js +6 -0
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +58 -58
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,52 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 23 Jun 2025 15:47:17 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.66.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.3)
|
|
8
|
+
|
|
9
|
+
Mon, 23 Jun 2025 15:47:17 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.2..@fluentui/react-components_v9.66.3)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-charts`
|
|
15
|
+
- Add negative y value support in GVBC ([PR #34687](https://github.com/microsoft/fluentui/pull/34687) by anushgupta@microsoft.com)
|
|
16
|
+
- add support for negative vsbc ([PR #34668](https://github.com/microsoft/fluentui/pull/34668) by anushgupta@microsoft.com)
|
|
17
|
+
- port v8 changes to v9 ([PR #34665](https://github.com/microsoft/fluentui/pull/34665) by anushgupta@microsoft.com)
|
|
18
|
+
- `@fluentui/react-components`
|
|
19
|
+
- feat: export usePositioning() & useSafeZoneArea() hooks ([PR #34677](https://github.com/microsoft/fluentui/pull/34677) by olfedias@microsoft.com)
|
|
20
|
+
- `@fluentui/react-positioning`
|
|
21
|
+
- feat: improve handling of different shapes of rectangles in useSafeZoneArea() ([PR #34677](https://github.com/microsoft/fluentui/pull/34677) by olfedias@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## [9.66.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.2)
|
|
24
|
+
|
|
25
|
+
Wed, 18 Jun 2025 17:33:57 GMT
|
|
26
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.1..@fluentui/react-components_v9.66.2)
|
|
27
|
+
|
|
28
|
+
### Minor changes
|
|
29
|
+
|
|
30
|
+
- `@fluentui/react-shared-contexts`
|
|
31
|
+
- feat: add support for custom style hooks for nav components ([PR #34633](https://github.com/microsoft/fluentui/pull/34633) by marcosvmmoura@gmail.com)
|
|
32
|
+
|
|
33
|
+
### Patches
|
|
34
|
+
|
|
35
|
+
- `@fluentui/react-charts`
|
|
36
|
+
- chore (react-charts): Remove enzyme dependency for tests ([PR #34595](https://github.com/microsoft/fluentui/pull/34595) by 98592573+AtishayMsft@users.noreply.github.com)
|
|
37
|
+
- fix (react-charts): Update traceinfo property structure ([PR #34652](https://github.com/microsoft/fluentui/pull/34652) by 98592573+AtishayMsft@users.noreply.github.com)
|
|
38
|
+
- fix(react-charts): Consume y axis tick format for bar labels ([PR #34653](https://github.com/microsoft/fluentui/pull/34653) by 98592573+AtishayMsft@users.noreply.github.com)
|
|
39
|
+
- fix(react-charts): Fix svg tooltip background alignment ([PR #34663](https://github.com/microsoft/fluentui/pull/34663) by 98592573+AtishayMsft@users.noreply.github.com)
|
|
40
|
+
- port v8 fixes to v9 ([PR #34670](https://github.com/microsoft/fluentui/pull/34670) by anushgupta@microsoft.com)
|
|
41
|
+
- Charts made responsive ([PR #34641](https://github.com/microsoft/fluentui/pull/34641) by anushgupta@microsoft.com)
|
|
42
|
+
- `@fluentui/react-nav`
|
|
43
|
+
- feat: add support for custom style hooks ([PR #34633](https://github.com/microsoft/fluentui/pull/34633) by marcosvmmoura@gmail.com)
|
|
44
|
+
- `@fluentui/react-carousel`
|
|
45
|
+
- fix: Ensure documentDownListener is removed on unmount ([PR #34661](https://github.com/microsoft/fluentui/pull/34661) by mifraser@microsoft.com)
|
|
46
|
+
|
|
7
47
|
## [9.66.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.1)
|
|
8
48
|
|
|
9
|
-
Fri, 13 Jun 2025 12:
|
|
49
|
+
Fri, 13 Jun 2025 12:32:51 GMT
|
|
10
50
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.0..@fluentui/react-components_v9.66.1)
|
|
11
51
|
|
|
12
52
|
### Patches
|
package/dist/index.d.ts
CHANGED
|
@@ -1818,6 +1818,7 @@ import { usePopoverSurfaceStyles_unstable } from '@fluentui/react-popover';
|
|
|
1818
1818
|
import { usePopoverTrigger_unstable } from '@fluentui/react-popover';
|
|
1819
1819
|
import { usePortal_unstable } from '@fluentui/react-portal';
|
|
1820
1820
|
import { usePortalMountNode } from '@fluentui/react-shared-contexts';
|
|
1821
|
+
import { usePositioning } from '@fluentui/react-positioning';
|
|
1821
1822
|
import { usePresenceBadge_unstable } from '@fluentui/react-badge';
|
|
1822
1823
|
import { usePresenceBadgeStyles_unstable } from '@fluentui/react-badge';
|
|
1823
1824
|
import { useProgressBar_unstable } from '@fluentui/react-progress';
|
|
@@ -1840,6 +1841,8 @@ import { useRatingItemStyles_unstable } from '@fluentui/react-rating';
|
|
|
1840
1841
|
import { useRatingStyles_unstable } from '@fluentui/react-rating';
|
|
1841
1842
|
import { useRestoreFocusSource } from '@fluentui/react-tabster';
|
|
1842
1843
|
import { useRestoreFocusTarget } from '@fluentui/react-tabster';
|
|
1844
|
+
import { useSafeZoneArea } from '@fluentui/react-positioning';
|
|
1845
|
+
import { UseSafeZoneOptions } from '@fluentui/react-positioning';
|
|
1843
1846
|
import { useScrollbarWidth } from '@fluentui/react-utilities';
|
|
1844
1847
|
import { useSearchBox_unstable } from '@fluentui/react-search';
|
|
1845
1848
|
import { useSearchBoxStyles_unstable } from '@fluentui/react-search';
|
|
@@ -5645,6 +5648,8 @@ export { usePortal_unstable }
|
|
|
5645
5648
|
|
|
5646
5649
|
export { usePortalMountNode }
|
|
5647
5650
|
|
|
5651
|
+
export { usePositioning }
|
|
5652
|
+
|
|
5648
5653
|
export { usePresenceBadge_unstable }
|
|
5649
5654
|
|
|
5650
5655
|
export { usePresenceBadgeStyles_unstable }
|
|
@@ -5689,6 +5694,10 @@ export { useRestoreFocusSource }
|
|
|
5689
5694
|
|
|
5690
5695
|
export { useRestoreFocusTarget }
|
|
5691
5696
|
|
|
5697
|
+
export { useSafeZoneArea }
|
|
5698
|
+
|
|
5699
|
+
export { UseSafeZoneOptions }
|
|
5700
|
+
|
|
5692
5701
|
export { useScrollbarWidth }
|
|
5693
5702
|
|
|
5694
5703
|
export { useSearchBox_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, PositioningConfigurationProvider } from '@fluentui/react-positioning';
|
|
42
|
+
export { resolvePositioningShorthand, PositioningConfigurationProvider, usePositioning, useSafeZoneArea } 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';
|