@fluentui/react-components 9.73.0 → 9.73.1
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 +61 -2
- package/package.json +60 -60
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,71 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 25 Feb 2026 13:28:16 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.73.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.1)
|
|
8
|
+
|
|
9
|
+
Wed, 25 Feb 2026 13:28:16 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.0..@fluentui/react-components_v9.73.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-motion`
|
|
15
|
+
- feat: export MotionRefForwarder and useMotionForwardedRef for shared motion ref forwarding ([PR #35774](https://github.com/microsoft/fluentui/pull/35774) by robertpenner@microsoft.com)
|
|
16
|
+
- `@fluentui/react-positioning`
|
|
17
|
+
- feat(react-positioning): add placement to onPositioningEnd event ([PR #35773](https://github.com/microsoft/fluentui/pull/35773) by robertpenner@microsoft.com)
|
|
18
|
+
- `@fluentui/react-tag-picker`
|
|
19
|
+
- feat: add disableAutoFocus prop to TagPicker and deprecate on TagPickerList ([PR #35768](https://github.com/microsoft/fluentui/pull/35768) by bsunderhus@microsoft.com)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- `@fluentui/react-dialog`
|
|
24
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
25
|
+
- refactor: use shared MotionRefForwarder from react-motion ([PR #35774](https://github.com/microsoft/fluentui/pull/35774) by robertpenner@microsoft.com)
|
|
26
|
+
- `@fluentui/react-icons-compat`
|
|
27
|
+
- fix: add missing "use client" directive to getWindow utility files ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
28
|
+
- `@fluentui/react-message-bar`
|
|
29
|
+
- refactor: use shared MotionRefForwarder from react-motion ([PR #35774](https://github.com/microsoft/fluentui/pull/35774) by robertpenner@microsoft.com)
|
|
30
|
+
- `@fluentui/react-migration-v0-v9`
|
|
31
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
32
|
+
- `@fluentui/react-migration-v8-v9`
|
|
33
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
34
|
+
- `@fluentui/react-nav`
|
|
35
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
36
|
+
- `@fluentui/react-overflow`
|
|
37
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
38
|
+
- `@fluentui/react-portal`
|
|
39
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
40
|
+
- `@fluentui/react-positioning`
|
|
41
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
42
|
+
- `@fluentui/react-provider`
|
|
43
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
44
|
+
- `@fluentui/react-shared-contexts`
|
|
45
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
46
|
+
- `@fluentui/react-spinbutton`
|
|
47
|
+
- fix: fix read-only functionality ([PR #35761](https://github.com/microsoft/fluentui/pull/35761) by dmytrokirpa@microsoft.com)
|
|
48
|
+
- `@fluentui/react-tabs`
|
|
49
|
+
- fix: tabster attributes should be overridable on Tabs ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by olfedias@microsoft.com)
|
|
50
|
+
- `@fluentui/react-tag-picker`
|
|
51
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
52
|
+
- `@fluentui/react-text`
|
|
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
|
+
- `@fluentui/react-toast`
|
|
55
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
56
|
+
- `@fluentui/react-utilities`
|
|
57
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
58
|
+
- `@fluentui/react-charts`
|
|
59
|
+
- fix: add missing "use client" directive to client components and styles ([PR #35719](https://github.com/microsoft/fluentui/pull/35719) by dmytrokirpa@microsoft.com)
|
|
60
|
+
|
|
61
|
+
### Changes
|
|
62
|
+
|
|
63
|
+
- `@fluentui/global-context`
|
|
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
|
+
|
|
7
66
|
## [9.73.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.0)
|
|
8
67
|
|
|
9
|
-
Thu, 12 Feb 2026 10:
|
|
68
|
+
Thu, 12 Feb 2026 10:46:10 GMT
|
|
10
69
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.11..@fluentui/react-components_v9.73.0)
|
|
11
70
|
|
|
12
71
|
### 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.1",
|
|
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.21.
|
|
35
|
-
"@fluentui/react-overflow": "^9.7.
|
|
36
|
-
"@fluentui/react-persona": "^9.6.
|
|
37
|
-
"@fluentui/react-portal": "^9.8.
|
|
38
|
-
"@fluentui/react-popover": "^9.13.
|
|
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.5.
|
|
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.1",
|
|
16
|
+
"@fluentui/react-alert": "9.0.0-beta.134",
|
|
17
|
+
"@fluentui/react-avatar": "^9.10.1",
|
|
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.16",
|
|
23
|
+
"@fluentui/react-dialog": "^9.17.1",
|
|
24
|
+
"@fluentui/react-divider": "^9.6.2",
|
|
25
|
+
"@fluentui/react-drawer": "^9.11.4",
|
|
26
|
+
"@fluentui/react-field": "^9.4.15",
|
|
27
|
+
"@fluentui/react-image": "^9.3.15",
|
|
28
|
+
"@fluentui/react-infobutton": "9.0.0-beta.111",
|
|
29
|
+
"@fluentui/react-infolabel": "^9.4.16",
|
|
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.21.2",
|
|
35
|
+
"@fluentui/react-overflow": "^9.7.1",
|
|
36
|
+
"@fluentui/react-persona": "^9.6.1",
|
|
37
|
+
"@fluentui/react-portal": "^9.8.11",
|
|
38
|
+
"@fluentui/react-popover": "^9.13.2",
|
|
39
|
+
"@fluentui/react-positioning": "^9.21.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.5.4",
|
|
51
|
+
"@fluentui/react-table": "^9.19.9",
|
|
52
|
+
"@fluentui/react-tabs": "^9.11.2",
|
|
53
|
+
"@fluentui/react-tabster": "^9.26.13",
|
|
54
|
+
"@fluentui/react-tags": "^9.7.16",
|
|
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.13",
|
|
58
|
+
"@fluentui/react-toolbar": "^9.7.3",
|
|
59
|
+
"@fluentui/react-tooltip": "^9.9.2",
|
|
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.11",
|
|
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.19",
|
|
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.17",
|
|
72
|
+
"@fluentui/react-tag-picker": "^9.8.0",
|
|
73
|
+
"@fluentui/react-motion": "^9.12.0",
|
|
74
|
+
"@fluentui/react-carousel": "^9.9.3",
|
|
75
|
+
"@fluentui/react-color-picker": "^9.2.15",
|
|
76
|
+
"@fluentui/react-nav": "^9.3.19"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"@types/react": ">=16.14.0 <20.0.0",
|