@fluentui/react-components 9.73.0 → 9.73.2
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 +90 -2
- package/package.json +60 -60
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,100 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 03 Mar 2026 09:41:30 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.73.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.2)
|
|
8
|
+
|
|
9
|
+
Tue, 03 Mar 2026 09:41:30 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.1..@fluentui/react-components_v9.73.2)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-menu`
|
|
15
|
+
- refactor: migrate slide animation from CSS to motion components with surfaceMotion slot ([PR #35763](https://github.com/microsoft/fluentui/pull/35763) by robertpenner@microsoft.com)
|
|
16
|
+
- `@fluentui/react-motion`
|
|
17
|
+
- fix: make children optional in MotionRefForwarder to resolve type issue ([PR #35763](https://github.com/microsoft/fluentui/pull/35763) by robertpenner@microsoft.com)
|
|
18
|
+
- `@fluentui/react-popover`
|
|
19
|
+
- refactor: migrate slide animation from CSS to motion components with surfaceMotion slot ([PR #35763](https://github.com/microsoft/fluentui/pull/35763) by robertpenner@microsoft.com)
|
|
20
|
+
- `@fluentui/react-positioning`
|
|
21
|
+
- refactor: deprecate createSlideStyles ([PR #35763](https://github.com/microsoft/fluentui/pull/35763) by robertpenner@microsoft.com)
|
|
22
|
+
- `@fluentui/react-switch`
|
|
23
|
+
- feat: add disabledFocusable prop to Switch component ([PR #35799](https://github.com/microsoft/fluentui/pull/35799) by copilot@microsoft.com)
|
|
24
|
+
|
|
25
|
+
### Patches
|
|
26
|
+
|
|
27
|
+
- `@fluentui/react-dialog`
|
|
28
|
+
- fix: reset MotionRefForwarder context in renderDialogSurface to prevent child components from corrupting Dialog's motion ref ([PR #35807](https://github.com/microsoft/fluentui/pull/35807) by olfedias@microsoft.com)
|
|
29
|
+
- `@fluentui/react-motion`
|
|
30
|
+
- fix: add MotionRefForwarderReset to prevent context leaking to descendants ([PR #35807](https://github.com/microsoft/fluentui/pull/35807) by olfedias@microsoft.com)
|
|
31
|
+
- `@fluentui/react-calendar-compat`
|
|
32
|
+
- fix: prevent calendar-compat from crashing when value is undefined ([PR #35798](https://github.com/microsoft/fluentui/pull/35798) by vgenaev@gmail.com)
|
|
33
|
+
- `@fluentui/react-charts`
|
|
34
|
+
- (feat): Add support for vega based schema ([PR #35546](https://github.com/microsoft/fluentui/pull/35546) by atisjai@microsoft.com)
|
|
35
|
+
|
|
36
|
+
## [9.73.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.1)
|
|
37
|
+
|
|
38
|
+
Wed, 25 Feb 2026 13:32:21 GMT
|
|
39
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.0..@fluentui/react-components_v9.73.1)
|
|
40
|
+
|
|
41
|
+
### Minor changes
|
|
42
|
+
|
|
43
|
+
- `@fluentui/react-motion`
|
|
44
|
+
- feat: export MotionRefForwarder and useMotionForwardedRef for shared motion ref forwarding ([PR #35774](https://github.com/microsoft/fluentui/pull/35774) by robertpenner@microsoft.com)
|
|
45
|
+
- `@fluentui/react-positioning`
|
|
46
|
+
- feat(react-positioning): add placement to onPositioningEnd event ([PR #35773](https://github.com/microsoft/fluentui/pull/35773) by robertpenner@microsoft.com)
|
|
47
|
+
- `@fluentui/react-tag-picker`
|
|
48
|
+
- feat: add disableAutoFocus prop to TagPicker and deprecate on TagPickerList ([PR #35768](https://github.com/microsoft/fluentui/pull/35768) by bsunderhus@microsoft.com)
|
|
49
|
+
|
|
50
|
+
### Patches
|
|
51
|
+
|
|
52
|
+
- `@fluentui/react-dialog`
|
|
53
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
54
|
+
- refactor: use shared MotionRefForwarder from react-motion ([PR #35774](https://github.com/microsoft/fluentui/pull/35774) by robertpenner@microsoft.com)
|
|
55
|
+
- `@fluentui/react-icons-compat`
|
|
56
|
+
- fix: add missing "use client" directive to getWindow utility files ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
57
|
+
- `@fluentui/react-message-bar`
|
|
58
|
+
- refactor: use shared MotionRefForwarder from react-motion ([PR #35774](https://github.com/microsoft/fluentui/pull/35774) by robertpenner@microsoft.com)
|
|
59
|
+
- `@fluentui/react-migration-v0-v9`
|
|
60
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
61
|
+
- `@fluentui/react-migration-v8-v9`
|
|
62
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
63
|
+
- `@fluentui/react-nav`
|
|
64
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
65
|
+
- `@fluentui/react-overflow`
|
|
66
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
67
|
+
- `@fluentui/react-portal`
|
|
68
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
69
|
+
- `@fluentui/react-positioning`
|
|
70
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
71
|
+
- `@fluentui/react-provider`
|
|
72
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
73
|
+
- `@fluentui/react-shared-contexts`
|
|
74
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
75
|
+
- `@fluentui/react-spinbutton`
|
|
76
|
+
- fix: fix read-only functionality ([PR #35761](https://github.com/microsoft/fluentui/pull/35761) by dmytrokirpa@microsoft.com)
|
|
77
|
+
- `@fluentui/react-tabs`
|
|
78
|
+
- fix: tabster attributes should be overridable on Tabs ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by olfedias@microsoft.com)
|
|
79
|
+
- `@fluentui/react-tag-picker`
|
|
80
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
81
|
+
- `@fluentui/react-text`
|
|
82
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
83
|
+
- `@fluentui/react-toast`
|
|
84
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
85
|
+
- `@fluentui/react-utilities`
|
|
86
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
87
|
+
- `@fluentui/react-charts`
|
|
88
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
89
|
+
|
|
90
|
+
### Changes
|
|
91
|
+
|
|
92
|
+
- `@fluentui/global-context`
|
|
93
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
94
|
+
|
|
7
95
|
## [9.73.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.0)
|
|
8
96
|
|
|
9
|
-
Thu, 12 Feb 2026 10:
|
|
97
|
+
Thu, 12 Feb 2026 10:46:10 GMT
|
|
10
98
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.11..@fluentui/react-components_v9.73.0)
|
|
11
99
|
|
|
12
100
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.73.
|
|
3
|
+
"version": "9.73.2",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -12,68 +12,68 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@fluentui/react-accordion": "^9.9.
|
|
16
|
-
"@fluentui/react-alert": "9.0.0-beta.
|
|
17
|
-
"@fluentui/react-avatar": "^9.10.
|
|
18
|
-
"@fluentui/react-badge": "^9.4.
|
|
19
|
-
"@fluentui/react-button": "^9.8.
|
|
20
|
-
"@fluentui/react-card": "^9.5.
|
|
21
|
-
"@fluentui/react-checkbox": "^9.5.
|
|
22
|
-
"@fluentui/react-combobox": "^9.16.
|
|
23
|
-
"@fluentui/react-dialog": "^9.17.
|
|
24
|
-
"@fluentui/react-divider": "^9.6.
|
|
25
|
-
"@fluentui/react-drawer": "^9.11.
|
|
26
|
-
"@fluentui/react-field": "^9.4.
|
|
27
|
-
"@fluentui/react-image": "^9.3.
|
|
28
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
29
|
-
"@fluentui/react-infolabel": "^9.4.
|
|
30
|
-
"@fluentui/react-input": "^9.7.
|
|
31
|
-
"@fluentui/react-label": "^9.3.
|
|
32
|
-
"@fluentui/react-link": "^9.7.
|
|
33
|
-
"@fluentui/react-list": "^9.6.
|
|
34
|
-
"@fluentui/react-menu": "^9.
|
|
35
|
-
"@fluentui/react-overflow": "^9.7.
|
|
36
|
-
"@fluentui/react-persona": "^9.6.
|
|
37
|
-
"@fluentui/react-portal": "^9.8.
|
|
38
|
-
"@fluentui/react-popover": "^9.
|
|
39
|
-
"@fluentui/react-positioning": "^9.
|
|
40
|
-
"@fluentui/react-progress": "^9.4.
|
|
41
|
-
"@fluentui/react-provider": "^9.22.
|
|
42
|
-
"@fluentui/react-radio": "^9.5.
|
|
43
|
-
"@fluentui/react-select": "^9.4.
|
|
44
|
-
"@fluentui/react-shared-contexts": "^9.26.
|
|
45
|
-
"@fluentui/react-skeleton": "^9.4.
|
|
46
|
-
"@fluentui/react-slider": "^9.5.
|
|
47
|
-
"@fluentui/react-spinbutton": "^9.5.
|
|
48
|
-
"@fluentui/react-spinner": "^9.7.
|
|
49
|
-
"@fluentui/react-swatch-picker": "^9.4.
|
|
50
|
-
"@fluentui/react-switch": "^9.
|
|
51
|
-
"@fluentui/react-table": "^9.19.
|
|
52
|
-
"@fluentui/react-tabs": "^9.11.
|
|
53
|
-
"@fluentui/react-tabster": "^9.26.
|
|
54
|
-
"@fluentui/react-tags": "^9.7.
|
|
55
|
-
"@fluentui/react-textarea": "^9.6.
|
|
15
|
+
"@fluentui/react-accordion": "^9.9.2",
|
|
16
|
+
"@fluentui/react-alert": "9.0.0-beta.135",
|
|
17
|
+
"@fluentui/react-avatar": "^9.10.2",
|
|
18
|
+
"@fluentui/react-badge": "^9.4.15",
|
|
19
|
+
"@fluentui/react-button": "^9.8.2",
|
|
20
|
+
"@fluentui/react-card": "^9.5.11",
|
|
21
|
+
"@fluentui/react-checkbox": "^9.5.15",
|
|
22
|
+
"@fluentui/react-combobox": "^9.16.17",
|
|
23
|
+
"@fluentui/react-dialog": "^9.17.2",
|
|
24
|
+
"@fluentui/react-divider": "^9.6.2",
|
|
25
|
+
"@fluentui/react-drawer": "^9.11.5",
|
|
26
|
+
"@fluentui/react-field": "^9.4.15",
|
|
27
|
+
"@fluentui/react-image": "^9.3.15",
|
|
28
|
+
"@fluentui/react-infobutton": "9.0.0-beta.112",
|
|
29
|
+
"@fluentui/react-infolabel": "^9.4.17",
|
|
30
|
+
"@fluentui/react-input": "^9.7.15",
|
|
31
|
+
"@fluentui/react-label": "^9.3.15",
|
|
32
|
+
"@fluentui/react-link": "^9.7.4",
|
|
33
|
+
"@fluentui/react-list": "^9.6.10",
|
|
34
|
+
"@fluentui/react-menu": "^9.22.0",
|
|
35
|
+
"@fluentui/react-overflow": "^9.7.1",
|
|
36
|
+
"@fluentui/react-persona": "^9.6.2",
|
|
37
|
+
"@fluentui/react-portal": "^9.8.11",
|
|
38
|
+
"@fluentui/react-popover": "^9.14.0",
|
|
39
|
+
"@fluentui/react-positioning": "^9.22.0",
|
|
40
|
+
"@fluentui/react-progress": "^9.4.15",
|
|
41
|
+
"@fluentui/react-provider": "^9.22.15",
|
|
42
|
+
"@fluentui/react-radio": "^9.5.15",
|
|
43
|
+
"@fluentui/react-select": "^9.4.15",
|
|
44
|
+
"@fluentui/react-shared-contexts": "^9.26.2",
|
|
45
|
+
"@fluentui/react-skeleton": "^9.4.15",
|
|
46
|
+
"@fluentui/react-slider": "^9.5.15",
|
|
47
|
+
"@fluentui/react-spinbutton": "^9.5.15",
|
|
48
|
+
"@fluentui/react-spinner": "^9.7.15",
|
|
49
|
+
"@fluentui/react-swatch-picker": "^9.4.15",
|
|
50
|
+
"@fluentui/react-switch": "^9.6.0",
|
|
51
|
+
"@fluentui/react-table": "^9.19.10",
|
|
52
|
+
"@fluentui/react-tabs": "^9.11.2",
|
|
53
|
+
"@fluentui/react-tabster": "^9.26.13",
|
|
54
|
+
"@fluentui/react-tags": "^9.7.17",
|
|
55
|
+
"@fluentui/react-textarea": "^9.6.15",
|
|
56
56
|
"@fluentui/react-theme": "^9.2.1",
|
|
57
|
-
"@fluentui/react-toast": "^9.7.
|
|
58
|
-
"@fluentui/react-toolbar": "^9.7.
|
|
59
|
-
"@fluentui/react-tooltip": "^9.9.
|
|
60
|
-
"@fluentui/react-utilities": "^9.26.
|
|
61
|
-
"@fluentui/react-text": "^9.6.
|
|
62
|
-
"@fluentui/react-virtualizer": "9.0.0-alpha.
|
|
63
|
-
"@fluentui/react-tree": "^9.15.
|
|
57
|
+
"@fluentui/react-toast": "^9.7.14",
|
|
58
|
+
"@fluentui/react-toolbar": "^9.7.3",
|
|
59
|
+
"@fluentui/react-tooltip": "^9.9.3",
|
|
60
|
+
"@fluentui/react-utilities": "^9.26.2",
|
|
61
|
+
"@fluentui/react-text": "^9.6.15",
|
|
62
|
+
"@fluentui/react-virtualizer": "9.0.0-alpha.111",
|
|
63
|
+
"@fluentui/react-tree": "^9.15.12",
|
|
64
64
|
"@griffel/react": "^1.5.32",
|
|
65
65
|
"@swc/helpers": "^0.5.1",
|
|
66
|
-
"@fluentui/react-message-bar": "^9.6.
|
|
67
|
-
"@fluentui/react-breadcrumb": "^9.3.
|
|
68
|
-
"@fluentui/react-aria": "^9.17.
|
|
69
|
-
"@fluentui/react-rating": "^9.3.
|
|
70
|
-
"@fluentui/react-search": "^9.3.
|
|
71
|
-
"@fluentui/react-teaching-popover": "^9.6.
|
|
72
|
-
"@fluentui/react-tag-picker": "^9.
|
|
73
|
-
"@fluentui/react-motion": "^9.
|
|
74
|
-
"@fluentui/react-carousel": "^9.9.
|
|
75
|
-
"@fluentui/react-color-picker": "^9.2.
|
|
76
|
-
"@fluentui/react-nav": "^9.3.
|
|
66
|
+
"@fluentui/react-message-bar": "^9.6.20",
|
|
67
|
+
"@fluentui/react-breadcrumb": "^9.3.17",
|
|
68
|
+
"@fluentui/react-aria": "^9.17.10",
|
|
69
|
+
"@fluentui/react-rating": "^9.3.15",
|
|
70
|
+
"@fluentui/react-search": "^9.3.15",
|
|
71
|
+
"@fluentui/react-teaching-popover": "^9.6.18",
|
|
72
|
+
"@fluentui/react-tag-picker": "^9.8.1",
|
|
73
|
+
"@fluentui/react-motion": "^9.13.0",
|
|
74
|
+
"@fluentui/react-carousel": "^9.9.4",
|
|
75
|
+
"@fluentui/react-color-picker": "^9.2.15",
|
|
76
|
+
"@fluentui/react-nav": "^9.3.20"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"@types/react": ">=16.14.0 <20.0.0",
|