@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +61 -2
  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 Thu, 12 Feb 2026 10:42:43 GMT and should not be manually modified.
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:42:43 GMT
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.0",
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.0",
16
- "@fluentui/react-alert": "9.0.0-beta.133",
17
- "@fluentui/react-avatar": "^9.10.0",
18
- "@fluentui/react-badge": "^9.4.14",
19
- "@fluentui/react-button": "^9.8.1",
20
- "@fluentui/react-card": "^9.5.10",
21
- "@fluentui/react-checkbox": "^9.5.14",
22
- "@fluentui/react-combobox": "^9.16.15",
23
- "@fluentui/react-dialog": "^9.17.0",
24
- "@fluentui/react-divider": "^9.6.1",
25
- "@fluentui/react-drawer": "^9.11.3",
26
- "@fluentui/react-field": "^9.4.14",
27
- "@fluentui/react-image": "^9.3.14",
28
- "@fluentui/react-infobutton": "9.0.0-beta.110",
29
- "@fluentui/react-infolabel": "^9.4.15",
30
- "@fluentui/react-input": "^9.7.14",
31
- "@fluentui/react-label": "^9.3.14",
32
- "@fluentui/react-link": "^9.7.3",
33
- "@fluentui/react-list": "^9.6.9",
34
- "@fluentui/react-menu": "^9.21.1",
35
- "@fluentui/react-overflow": "^9.7.0",
36
- "@fluentui/react-persona": "^9.6.0",
37
- "@fluentui/react-portal": "^9.8.10",
38
- "@fluentui/react-popover": "^9.13.1",
39
- "@fluentui/react-positioning": "^9.20.12",
40
- "@fluentui/react-progress": "^9.4.14",
41
- "@fluentui/react-provider": "^9.22.14",
42
- "@fluentui/react-radio": "^9.5.14",
43
- "@fluentui/react-select": "^9.4.14",
44
- "@fluentui/react-shared-contexts": "^9.26.1",
45
- "@fluentui/react-skeleton": "^9.4.14",
46
- "@fluentui/react-slider": "^9.5.14",
47
- "@fluentui/react-spinbutton": "^9.5.14",
48
- "@fluentui/react-spinner": "^9.7.14",
49
- "@fluentui/react-swatch-picker": "^9.4.14",
50
- "@fluentui/react-switch": "^9.5.3",
51
- "@fluentui/react-table": "^9.19.8",
52
- "@fluentui/react-tabs": "^9.11.1",
53
- "@fluentui/react-tabster": "^9.26.12",
54
- "@fluentui/react-tags": "^9.7.15",
55
- "@fluentui/react-textarea": "^9.6.14",
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.12",
58
- "@fluentui/react-toolbar": "^9.7.2",
59
- "@fluentui/react-tooltip": "^9.9.1",
60
- "@fluentui/react-utilities": "^9.26.1",
61
- "@fluentui/react-text": "^9.6.14",
62
- "@fluentui/react-virtualizer": "9.0.0-alpha.110",
63
- "@fluentui/react-tree": "^9.15.10",
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.18",
67
- "@fluentui/react-breadcrumb": "^9.3.16",
68
- "@fluentui/react-aria": "^9.17.9",
69
- "@fluentui/react-rating": "^9.3.14",
70
- "@fluentui/react-search": "^9.3.14",
71
- "@fluentui/react-teaching-popover": "^9.6.16",
72
- "@fluentui/react-tag-picker": "^9.7.16",
73
- "@fluentui/react-motion": "^9.11.6",
74
- "@fluentui/react-carousel": "^9.9.2",
75
- "@fluentui/react-color-picker": "^9.2.14",
76
- "@fluentui/react-nav": "^9.3.18"
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",