@fluentui/react-components 9.73.1 → 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 +31 -2
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,41 @@
|
|
|
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
|
+
|
|
7
36
|
## [9.73.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.1)
|
|
8
37
|
|
|
9
|
-
Wed, 25 Feb 2026 13:
|
|
38
|
+
Wed, 25 Feb 2026 13:32:21 GMT
|
|
10
39
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.0..@fluentui/react-components_v9.73.1)
|
|
11
40
|
|
|
12
41
|
### 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,31 +12,31 @@
|
|
|
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.
|
|
15
|
+
"@fluentui/react-accordion": "^9.9.2",
|
|
16
|
+
"@fluentui/react-alert": "9.0.0-beta.135",
|
|
17
|
+
"@fluentui/react-avatar": "^9.10.2",
|
|
18
18
|
"@fluentui/react-badge": "^9.4.15",
|
|
19
19
|
"@fluentui/react-button": "^9.8.2",
|
|
20
20
|
"@fluentui/react-card": "^9.5.11",
|
|
21
21
|
"@fluentui/react-checkbox": "^9.5.15",
|
|
22
|
-
"@fluentui/react-combobox": "^9.16.
|
|
23
|
-
"@fluentui/react-dialog": "^9.17.
|
|
22
|
+
"@fluentui/react-combobox": "^9.16.17",
|
|
23
|
+
"@fluentui/react-dialog": "^9.17.2",
|
|
24
24
|
"@fluentui/react-divider": "^9.6.2",
|
|
25
|
-
"@fluentui/react-drawer": "^9.11.
|
|
25
|
+
"@fluentui/react-drawer": "^9.11.5",
|
|
26
26
|
"@fluentui/react-field": "^9.4.15",
|
|
27
27
|
"@fluentui/react-image": "^9.3.15",
|
|
28
|
-
"@fluentui/react-infobutton": "9.0.0-beta.
|
|
29
|
-
"@fluentui/react-infolabel": "^9.4.
|
|
28
|
+
"@fluentui/react-infobutton": "9.0.0-beta.112",
|
|
29
|
+
"@fluentui/react-infolabel": "^9.4.17",
|
|
30
30
|
"@fluentui/react-input": "^9.7.15",
|
|
31
31
|
"@fluentui/react-label": "^9.3.15",
|
|
32
32
|
"@fluentui/react-link": "^9.7.4",
|
|
33
33
|
"@fluentui/react-list": "^9.6.10",
|
|
34
|
-
"@fluentui/react-menu": "^9.
|
|
34
|
+
"@fluentui/react-menu": "^9.22.0",
|
|
35
35
|
"@fluentui/react-overflow": "^9.7.1",
|
|
36
|
-
"@fluentui/react-persona": "^9.6.
|
|
36
|
+
"@fluentui/react-persona": "^9.6.2",
|
|
37
37
|
"@fluentui/react-portal": "^9.8.11",
|
|
38
|
-
"@fluentui/react-popover": "^9.
|
|
39
|
-
"@fluentui/react-positioning": "^9.
|
|
38
|
+
"@fluentui/react-popover": "^9.14.0",
|
|
39
|
+
"@fluentui/react-positioning": "^9.22.0",
|
|
40
40
|
"@fluentui/react-progress": "^9.4.15",
|
|
41
41
|
"@fluentui/react-provider": "^9.22.15",
|
|
42
42
|
"@fluentui/react-radio": "^9.5.15",
|
|
@@ -47,33 +47,33 @@
|
|
|
47
47
|
"@fluentui/react-spinbutton": "^9.5.15",
|
|
48
48
|
"@fluentui/react-spinner": "^9.7.15",
|
|
49
49
|
"@fluentui/react-swatch-picker": "^9.4.15",
|
|
50
|
-
"@fluentui/react-switch": "^9.
|
|
51
|
-
"@fluentui/react-table": "^9.19.
|
|
50
|
+
"@fluentui/react-switch": "^9.6.0",
|
|
51
|
+
"@fluentui/react-table": "^9.19.10",
|
|
52
52
|
"@fluentui/react-tabs": "^9.11.2",
|
|
53
53
|
"@fluentui/react-tabster": "^9.26.13",
|
|
54
|
-
"@fluentui/react-tags": "^9.7.
|
|
54
|
+
"@fluentui/react-tags": "^9.7.17",
|
|
55
55
|
"@fluentui/react-textarea": "^9.6.15",
|
|
56
56
|
"@fluentui/react-theme": "^9.2.1",
|
|
57
|
-
"@fluentui/react-toast": "^9.7.
|
|
57
|
+
"@fluentui/react-toast": "^9.7.14",
|
|
58
58
|
"@fluentui/react-toolbar": "^9.7.3",
|
|
59
|
-
"@fluentui/react-tooltip": "^9.9.
|
|
59
|
+
"@fluentui/react-tooltip": "^9.9.3",
|
|
60
60
|
"@fluentui/react-utilities": "^9.26.2",
|
|
61
61
|
"@fluentui/react-text": "^9.6.15",
|
|
62
62
|
"@fluentui/react-virtualizer": "9.0.0-alpha.111",
|
|
63
|
-
"@fluentui/react-tree": "^9.15.
|
|
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.
|
|
66
|
+
"@fluentui/react-message-bar": "^9.6.20",
|
|
67
67
|
"@fluentui/react-breadcrumb": "^9.3.17",
|
|
68
68
|
"@fluentui/react-aria": "^9.17.10",
|
|
69
69
|
"@fluentui/react-rating": "^9.3.15",
|
|
70
70
|
"@fluentui/react-search": "^9.3.15",
|
|
71
|
-
"@fluentui/react-teaching-popover": "^9.6.
|
|
72
|
-
"@fluentui/react-tag-picker": "^9.8.
|
|
73
|
-
"@fluentui/react-motion": "^9.
|
|
74
|
-
"@fluentui/react-carousel": "^9.9.
|
|
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
75
|
"@fluentui/react-color-picker": "^9.2.15",
|
|
76
|
-
"@fluentui/react-nav": "^9.3.
|
|
76
|
+
"@fluentui/react-nav": "^9.3.20"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"@types/react": ">=16.14.0 <20.0.0",
|