@fluentui/react-components 9.66.2 → 9.66.4

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 CHANGED
@@ -1,12 +1,60 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 18 Jun 2025 17:29:27 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 Jun 2025 14:07:51 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.66.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.4)
8
+
9
+ Thu, 26 Jun 2025 14:07:51 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.3..@fluentui/react-components_v9.66.4)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-motion`
15
+ - Presence enter & exit motions can be used separately with .In & .Out ([PR #33930](https://github.com/microsoft/fluentui/pull/33930) by robertpenner@microsoft.com)
16
+ - `@fluentui/react-nav`
17
+ - feat: add motion to nav components ([PR #34632](https://github.com/microsoft/fluentui/pull/34632) by marcosvmmoura@gmail.com)
18
+ - `@fluentui/react-utilities`
19
+ - Shorten pollDuration to 100ms in useIFrameFocus ([PR #34703](https://github.com/microsoft/fluentui/pull/34703) by xboy2008@live.cn)
20
+
21
+ ### Patches
22
+
23
+ - `@fluentui/react-carousel`
24
+ - fix: Ensure we destroy carousel API on unmount ([PR #34686](https://github.com/microsoft/fluentui/pull/34686) by mifraser@microsoft.com)
25
+ - `@fluentui/react-charts`
26
+ - high contrast fix ([PR #34726](https://github.com/microsoft/fluentui/pull/34726) by anushgupta@microsoft.com)
27
+ - implement stacked hbc with axis and support for negative x values ([PR #34699](https://github.com/microsoft/fluentui/pull/34699) by anushgupta@microsoft.com)
28
+ - negative y value support and fix bar overlapping issue ([PR #34717](https://github.com/microsoft/fluentui/pull/34717) by anushgupta@microsoft.com)
29
+ - `@fluentui/react-motion-components-preview`
30
+ - fix(Scale): update variant parameters to design spec & refactor internally ([PR #34712](https://github.com/microsoft/fluentui/pull/34712) by robertpenner@microsoft.com)
31
+ - `@fluentui/react-nav`
32
+ - fix: only display actions on hover ([PR #34634](https://github.com/microsoft/fluentui/pull/34634) by marcosvmmoura@gmail.com)
33
+
34
+ ### Changes
35
+
36
+ - `@fluentui/react-virtualizer`
37
+ - fix: Ensure virtualizer recalcs on numItems change ([PR #34673](https://github.com/microsoft/fluentui/pull/34673) by mifraser@microsoft.com)
38
+
39
+ ## [9.66.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.3)
40
+
41
+ Mon, 23 Jun 2025 15:49:46 GMT
42
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.2..@fluentui/react-components_v9.66.3)
43
+
44
+ ### Patches
45
+
46
+ - `@fluentui/react-charts`
47
+ - Add negative y value support in GVBC ([PR #34687](https://github.com/microsoft/fluentui/pull/34687) by anushgupta@microsoft.com)
48
+ - add support for negative vsbc ([PR #34668](https://github.com/microsoft/fluentui/pull/34668) by anushgupta@microsoft.com)
49
+ - port v8 changes to v9 ([PR #34665](https://github.com/microsoft/fluentui/pull/34665) by anushgupta@microsoft.com)
50
+ - `@fluentui/react-components`
51
+ - feat: export usePositioning() & useSafeZoneArea() hooks ([PR #34677](https://github.com/microsoft/fluentui/pull/34677) by olfedias@microsoft.com)
52
+ - `@fluentui/react-positioning`
53
+ - feat: improve handling of different shapes of rectangles in useSafeZoneArea() ([PR #34677](https://github.com/microsoft/fluentui/pull/34677) by olfedias@microsoft.com)
54
+
7
55
  ## [9.66.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.66.2)
8
56
 
9
- Wed, 18 Jun 2025 17:29:27 GMT
57
+ Wed, 18 Jun 2025 17:33:57 GMT
10
58
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.66.1..@fluentui/react-components_v9.66.2)
11
59
 
12
60
  ### Minor changes
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';