@fluentui/react-components 9.68.3 → 9.68.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +85 -2
  2. package/package.json +57 -57
package/CHANGELOG.md CHANGED
@@ -1,12 +1,95 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 07 Aug 2025 09:59:01 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 21 Aug 2025 12:20:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.68.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.4)
8
+
9
+ Thu, 21 Aug 2025 12:20:17 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.3..@fluentui/react-components_v9.68.4)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-motion-components-preview`
15
+ - feat(motion): add Rotate presence motion component ([PR #34928](https://github.com/microsoft/fluentui/pull/34928) by robertpenner@microsoft.com)
16
+ - `@fluentui/react-shared-contexts`
17
+ - feat: Add DrawerSurfaceStyle custom style hook ([PR #35007](https://github.com/microsoft/fluentui/pull/35007) by mifraser@microsoft.com)
18
+ - `@fluentui/react-tabs`
19
+ - feat: Export tabReservedSpaceClassNames and useTabAnimatedIndicatorStyles_unstable for style overrides ([PR #35007](https://github.com/microsoft/fluentui/pull/35007) by mifraser@microsoft.com)
20
+ - `@fluentui/react-toast`
21
+ - feat: Export ToastContainer state and classNames nessecary for style overrides ([PR #35007](https://github.com/microsoft/fluentui/pull/35007) by mifraser@microsoft.com)
22
+ - `@fluentui/react-tree`
23
+ - feat: Export TreeItemCSSProperties for external usage ([PR #35007](https://github.com/microsoft/fluentui/pull/35007) by mifraser@microsoft.com)
24
+ - `@fluentui/react-utilities`
25
+ - feat: enhance hook to support React concurrent mode using setEffect for first mount tracking ([PR #34985](https://github.com/microsoft/fluentui/pull/34985) by dmytrokirpa@microsoft.com)
26
+ - `@fluentui/react-dialog`
27
+ - feat: Export dialog style constants ([PR #35007](https://github.com/microsoft/fluentui/pull/35007) by mifraser@microsoft.com)
28
+ - `@fluentui/react-drawer`
29
+ - feat: Enable custom style hooks on OverlayDrawerSurface ([PR #35007](https://github.com/microsoft/fluentui/pull/35007) by mifraser@microsoft.com)
30
+ - `@fluentui/react-list`
31
+ - Feat: Add support for disabling selection per item ([PR #34851](https://github.com/microsoft/fluentui/pull/34851) by jirivyhnalek@microsoft.com)
32
+
33
+ ### Patches
34
+
35
+ - `@fluentui/react-motion`
36
+ - refactor: move getRefFromReactElement to react-utilities ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
37
+ - `@fluentui/react-overflow`
38
+ - fix: replace deprecated element.ref usages to support react 19 ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
39
+ - indirect ts emit change with exactOptionalPropertyTypes ([PR #33498](https://github.com/microsoft/fluentui/pull/33498) by vgenaev@gmail.com)
40
+ - `@fluentui/react-popover`
41
+ - fix: replace deprecated element.ref usages to support react 19 ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
42
+ - docs: Include Positioning Docs Link For positioning props ([PR #35031](https://github.com/microsoft/fluentui/pull/35031) by v.kozlova@gmail.com)
43
+ - `@fluentui/react-positioning`
44
+ - chore: bumps @floating-ui/devtools ver to latest ([PR #35044](https://github.com/microsoft/fluentui/pull/35044) by vgenaev@gmail.com)
45
+ - `@fluentui/react-table`
46
+ - feat(react-table): Allow Left arrow to focus back to row in composite navigation ([PR #34984](https://github.com/microsoft/fluentui/pull/34984) by lingfangao@hotmail.com)
47
+ - `@fluentui/react-tabster`
48
+ - indirect ts emit change with exactOptionalPropertyTypes ([PR #33498](https://github.com/microsoft/fluentui/pull/33498) by vgenaev@gmail.com)
49
+ - `@fluentui/react-tags`
50
+ - fix: borders issues with small-circular and HC ([PR #34986](https://github.com/microsoft/fluentui/pull/34986) by vgenaev@gmail.com)
51
+ - `@fluentui/react-toast`
52
+ - fix: replace deprecated element.ref usages to support react 19 ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
53
+ - `@fluentui/react-toolbar`
54
+ - fix: apply styles for ToolbarGroup ([PR #35052](https://github.com/microsoft/fluentui/pull/35052) by olfedias@microsoft.com)
55
+ - `@fluentui/react-tooltip`
56
+ - fix: replace deprecated element.ref usages to support react 19 ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
57
+ - `@fluentui/react-utilities`
58
+ - fix: replace deprecated element.ref usages to support react 19 ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
59
+ - `@fluentui/react-accordion`
60
+ - indirect ts emit change with exactOptionalPropertyTypes ([PR #33498](https://github.com/microsoft/fluentui/pull/33498) by vgenaev@gmail.com)
61
+ - `@fluentui/react-charts`
62
+ - add labels for text+markers ([PR #35025](https://github.com/microsoft/fluentui/pull/35025) by anushgupta@microsoft.com)
63
+ - fix scatter chart bugs ([PR #35047](https://github.com/microsoft/fluentui/pull/35047) by anushgupta@microsoft.com)
64
+ - update validation to tolerate invalid traces ([PR #34998](https://github.com/microsoft/fluentui/pull/34998) by anushgupta@microsoft.com)
65
+ - support for ordering tick labels ([PR #35053](https://github.com/microsoft/fluentui/pull/35053) by anushgupta@microsoft.com)
66
+ - colorscale support for bar charts ([PR #35026](https://github.com/microsoft/fluentui/pull/35026) by anushgupta@microsoft.com)
67
+ - pie chart fix ([PR #35013](https://github.com/microsoft/fluentui/pull/35013) by anushgupta@microsoft.com)
68
+ - use piecolorway for donut chart ([PR #34999](https://github.com/microsoft/fluentui/pull/34999) by anushgupta@microsoft.com)
69
+ - enable scatter chart in v9 declatative ([PR #35036](https://github.com/microsoft/fluentui/pull/35036) by anushgupta@microsoft.com)
70
+ - support for using opacity provided in plotly schema ([PR #35045](https://github.com/microsoft/fluentui/pull/35045) by anushgupta@microsoft.com)
71
+ - add date axis support in vsbc ([PR #35018](https://github.com/microsoft/fluentui/pull/35018) by anushgupta@microsoft.com)
72
+ - add support for multiplot declarative chart ([PR #35038](https://github.com/microsoft/fluentui/pull/35038) by anushgupta@microsoft.com)
73
+ - add styles to tables ([PR #35012](https://github.com/microsoft/fluentui/pull/35012) by anushgupta@microsoft.com)
74
+ - remove duplicated legends in line chart ([PR #34991](https://github.com/microsoft/fluentui/pull/34991) by anushgupta@microsoft.com)
75
+ - fix color issue in gvbc ([PR #35050](https://github.com/microsoft/fluentui/pull/35050) by anushgupta@microsoft.com)
76
+ - support for lines+markers ([PR #34997](https://github.com/microsoft/fluentui/pull/34997) by anushgupta@microsoft.com)
77
+ - use schema colorscale for gvbc ([PR #35011](https://github.com/microsoft/fluentui/pull/35011) by anushgupta@microsoft.com)
78
+ - add support for string y axis in VSBC ([PR #35016](https://github.com/microsoft/fluentui/pull/35016) by anushgupta@microsoft.com)
79
+ - `@fluentui/react-dialog`
80
+ - fix: replace deprecated element.ref usages to support react 19 ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
81
+ - `@fluentui/react-field`
82
+ - indirect ts emit change with exactOptionalPropertyTypes ([PR #33498](https://github.com/microsoft/fluentui/pull/33498) by vgenaev@gmail.com)
83
+ - `@fluentui/react-infolabel`
84
+ - chore: update api.md ([PR #33498](https://github.com/microsoft/fluentui/pull/33498) by vgenaev@gmail.com)
85
+ - `@fluentui/react-menu`
86
+ - fix: replace deprecated element.ref usages to support react 19 ([PR #35030](https://github.com/microsoft/fluentui/pull/35030) by dmytrokirpa@microsoft.com)
87
+ - `@fluentui/react-migration-v0-v9`
88
+ - indirect ts emit change with exactOptionalPropertyTypes ([PR #33498](https://github.com/microsoft/fluentui/pull/33498) by vgenaev@gmail.com)
89
+
7
90
  ## [9.68.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.68.3)
8
91
 
9
- Thu, 07 Aug 2025 09:59:01 GMT
92
+ Thu, 07 Aug 2025 10:03:20 GMT
10
93
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.68.2..@fluentui/react-components_v9.68.3)
11
94
 
12
95
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.68.3",
3
+ "version": "9.68.4",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -16,68 +16,68 @@
16
16
  "@fluentui/scripts-api-extractor": "*"
17
17
  },
18
18
  "dependencies": {
19
- "@fluentui/react-accordion": "^9.8.4",
19
+ "@fluentui/react-accordion": "^9.8.5",
20
20
  "@fluentui/react-alert": "9.0.0-beta.124",
21
- "@fluentui/react-avatar": "^9.9.4",
22
- "@fluentui/react-badge": "^9.4.3",
23
- "@fluentui/react-button": "^9.6.4",
24
- "@fluentui/react-card": "^9.4.4",
25
- "@fluentui/react-checkbox": "^9.5.3",
26
- "@fluentui/react-combobox": "^9.16.4",
27
- "@fluentui/react-dialog": "^9.14.4",
28
- "@fluentui/react-divider": "^9.4.3",
29
- "@fluentui/react-drawer": "^9.9.4",
30
- "@fluentui/react-field": "^9.4.3",
31
- "@fluentui/react-image": "^9.3.3",
21
+ "@fluentui/react-avatar": "^9.9.5",
22
+ "@fluentui/react-badge": "^9.4.4",
23
+ "@fluentui/react-button": "^9.6.5",
24
+ "@fluentui/react-card": "^9.4.5",
25
+ "@fluentui/react-checkbox": "^9.5.4",
26
+ "@fluentui/react-combobox": "^9.16.5",
27
+ "@fluentui/react-dialog": "^9.15.0",
28
+ "@fluentui/react-divider": "^9.4.4",
29
+ "@fluentui/react-drawer": "^9.10.0",
30
+ "@fluentui/react-field": "^9.4.4",
31
+ "@fluentui/react-image": "^9.3.4",
32
32
  "@fluentui/react-infobutton": "9.0.0-beta.102",
33
- "@fluentui/react-infolabel": "^9.4.4",
34
- "@fluentui/react-input": "^9.7.3",
35
- "@fluentui/react-label": "^9.3.3",
36
- "@fluentui/react-link": "^9.6.3",
37
- "@fluentui/react-list": "^9.4.2",
38
- "@fluentui/react-menu": "^9.19.4",
39
- "@fluentui/react-overflow": "^9.5.4",
40
- "@fluentui/react-persona": "^9.5.4",
41
- "@fluentui/react-portal": "^9.8.0",
42
- "@fluentui/react-popover": "^9.12.4",
43
- "@fluentui/react-positioning": "^9.20.3",
44
- "@fluentui/react-progress": "^9.4.3",
45
- "@fluentui/react-provider": "^9.22.3",
46
- "@fluentui/react-radio": "^9.5.3",
47
- "@fluentui/react-select": "^9.4.3",
48
- "@fluentui/react-shared-contexts": "^9.24.1",
49
- "@fluentui/react-skeleton": "^9.4.3",
50
- "@fluentui/react-slider": "^9.5.3",
51
- "@fluentui/react-spinbutton": "^9.5.3",
52
- "@fluentui/react-spinner": "^9.7.3",
53
- "@fluentui/react-swatch-picker": "^9.4.3",
54
- "@fluentui/react-switch": "^9.4.3",
55
- "@fluentui/react-table": "^9.18.4",
56
- "@fluentui/react-tabs": "^9.9.3",
57
- "@fluentui/react-tabster": "^9.26.3",
58
- "@fluentui/react-tags": "^9.7.4",
59
- "@fluentui/react-textarea": "^9.6.3",
33
+ "@fluentui/react-infolabel": "^9.4.5",
34
+ "@fluentui/react-input": "^9.7.4",
35
+ "@fluentui/react-label": "^9.3.4",
36
+ "@fluentui/react-link": "^9.6.4",
37
+ "@fluentui/react-list": "^9.5.0",
38
+ "@fluentui/react-menu": "^9.19.5",
39
+ "@fluentui/react-overflow": "^9.5.5",
40
+ "@fluentui/react-persona": "^9.5.5",
41
+ "@fluentui/react-portal": "^9.8.1",
42
+ "@fluentui/react-popover": "^9.12.5",
43
+ "@fluentui/react-positioning": "^9.20.4",
44
+ "@fluentui/react-progress": "^9.4.4",
45
+ "@fluentui/react-provider": "^9.22.4",
46
+ "@fluentui/react-radio": "^9.5.4",
47
+ "@fluentui/react-select": "^9.4.4",
48
+ "@fluentui/react-shared-contexts": "^9.25.0",
49
+ "@fluentui/react-skeleton": "^9.4.4",
50
+ "@fluentui/react-slider": "^9.5.4",
51
+ "@fluentui/react-spinbutton": "^9.5.4",
52
+ "@fluentui/react-spinner": "^9.7.4",
53
+ "@fluentui/react-swatch-picker": "^9.4.4",
54
+ "@fluentui/react-switch": "^9.4.4",
55
+ "@fluentui/react-table": "^9.18.5",
56
+ "@fluentui/react-tabs": "^9.10.0",
57
+ "@fluentui/react-tabster": "^9.26.4",
58
+ "@fluentui/react-tags": "^9.7.5",
59
+ "@fluentui/react-textarea": "^9.6.4",
60
60
  "@fluentui/react-theme": "^9.2.0",
61
- "@fluentui/react-toast": "^9.6.4",
62
- "@fluentui/react-toolbar": "^9.6.4",
63
- "@fluentui/react-tooltip": "^9.8.3",
64
- "@fluentui/react-utilities": "^9.23.2",
65
- "@fluentui/react-text": "^9.6.3",
61
+ "@fluentui/react-toast": "^9.7.0",
62
+ "@fluentui/react-toolbar": "^9.6.5",
63
+ "@fluentui/react-tooltip": "^9.8.4",
64
+ "@fluentui/react-utilities": "^9.24.0",
65
+ "@fluentui/react-text": "^9.6.4",
66
66
  "@fluentui/react-virtualizer": "9.0.0-alpha.102",
67
- "@fluentui/react-tree": "^9.12.4",
67
+ "@fluentui/react-tree": "^9.13.0",
68
68
  "@griffel/react": "^1.5.22",
69
69
  "@swc/helpers": "^0.5.1",
70
- "@fluentui/react-message-bar": "^9.6.4",
71
- "@fluentui/react-breadcrumb": "^9.3.4",
72
- "@fluentui/react-aria": "^9.16.3",
73
- "@fluentui/react-rating": "^9.3.3",
74
- "@fluentui/react-search": "^9.3.3",
75
- "@fluentui/react-teaching-popover": "^9.6.4",
76
- "@fluentui/react-tag-picker": "^9.7.4",
77
- "@fluentui/react-motion": "^9.10.2",
78
- "@fluentui/react-carousel": "^9.8.4",
79
- "@fluentui/react-color-picker": "^9.2.3",
80
- "@fluentui/react-nav": "^9.3.4"
70
+ "@fluentui/react-message-bar": "^9.6.5",
71
+ "@fluentui/react-breadcrumb": "^9.3.5",
72
+ "@fluentui/react-aria": "^9.16.4",
73
+ "@fluentui/react-rating": "^9.3.4",
74
+ "@fluentui/react-search": "^9.3.4",
75
+ "@fluentui/react-teaching-popover": "^9.6.5",
76
+ "@fluentui/react-tag-picker": "^9.7.5",
77
+ "@fluentui/react-motion": "^9.10.3",
78
+ "@fluentui/react-carousel": "^9.8.5",
79
+ "@fluentui/react-color-picker": "^9.2.4",
80
+ "@fluentui/react-nav": "^9.3.5"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@types/react": ">=16.14.0 <19.0.0",