@fluentui/react-components 9.73.6 → 9.73.7

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 +40 -2
  2. package/package.json +33 -33
package/CHANGELOG.md CHANGED
@@ -1,12 +1,50 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Mon, 30 Mar 2026 14:35:47 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 01 Apr 2026 15:50:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.73.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.7)
8
+
9
+ Wed, 01 Apr 2026 15:50:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.6..@fluentui/react-components_v9.73.7)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-avatar`
15
+ - feat: expose base hooks for Avatar ([PR #35899](https://github.com/microsoft/fluentui/pull/35899) by dmytrokirpa@microsoft.com)
16
+ - `@fluentui/react-checkbox`
17
+ - feat: add base hooks for Checkbox ([PR #35826](https://github.com/microsoft/fluentui/pull/35826) by dmytrokirpa@microsoft.com)
18
+ - `@fluentui/react-combobox`
19
+ - feat: add useComboboxBase_unstable and useDropdownBase_unstable hooks ([PR #35915](https://github.com/microsoft/fluentui/pull/35915) by dmytrokirpa@microsoft.com)
20
+ - `@fluentui/react-field`
21
+ - feat: add base hooks for Field ([PR #35827](https://github.com/microsoft/fluentui/pull/35827) by dmytrokirpa@microsoft.com)
22
+ - `@fluentui/react-label`
23
+ - feat: add useLabelBase_unstable hook ([PR #35905](https://github.com/microsoft/fluentui/pull/35905) by dmytrokirpa@microsoft.com)
24
+ - `@fluentui/react-menu`
25
+ - Fix: Left arrow behavior in MenuGrid submenus ([PR #35928](https://github.com/microsoft/fluentui/pull/35928) by email not defined)
26
+ - `@fluentui/react-menu-grid-preview`
27
+ - Fix: Left arrow behavior in MenuGrid submenus ([PR #35928](https://github.com/microsoft/fluentui/pull/35928) by email not defined)
28
+ - Fix: Correct type for content prop in MenuGridItem ([PR #35939](https://github.com/microsoft/fluentui/pull/35939) by email not defined)
29
+ - `@fluentui/react-progress`
30
+ - feat: add base hooks for ProgressBar ([PR #35817](https://github.com/microsoft/fluentui/pull/35817) by dmytrokirpa@microsoft.com)
31
+ - `@fluentui/react-select`
32
+ - feat(react-select): add useSelectBase_unstable hook ([PR #35906](https://github.com/microsoft/fluentui/pull/35906) by dmytrokirpa@microsoft.com)
33
+ - `@fluentui/react-tabs`
34
+ - feat: expose base hooks for Tab and TabList ([PR #35902](https://github.com/microsoft/fluentui/pull/35902) by dmytrokirpa@microsoft.com)
35
+ - `@fluentui/react-tags`
36
+ - feat: add base hooks for Tags components ([PR #35912](https://github.com/microsoft/fluentui/pull/35912) by dmytrokirpa@microsoft.com)
37
+ - `@fluentui/react-tooltip`
38
+ - feat: expose base hooks for Tooltip ([PR #35904](https://github.com/microsoft/fluentui/pull/35904) by dmytrokirpa@microsoft.com)
39
+
40
+ ### Patches
41
+
42
+ - `@fluentui/react-avatar`
43
+ - fix: support initials calculation for GB18030-2022 extension characters ([PR #35878](https://github.com/microsoft/fluentui/pull/35878) by dmytrokirpa@microsoft.com)
44
+
7
45
  ## [9.73.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.6)
8
46
 
9
- Mon, 30 Mar 2026 14:35:47 GMT
47
+ Mon, 30 Mar 2026 14:37:39 GMT
10
48
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.5..@fluentui/react-components_v9.73.6)
11
49
 
12
50
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.73.6",
3
+ "version": "9.73.7",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,67 +13,67 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@fluentui/react-accordion": "^9.10.0",
16
- "@fluentui/react-alert": "9.0.0-beta.137",
17
- "@fluentui/react-avatar": "^9.10.4",
16
+ "@fluentui/react-alert": "9.0.0-beta.138",
17
+ "@fluentui/react-avatar": "^9.11.0",
18
18
  "@fluentui/react-badge": "^9.5.1",
19
19
  "@fluentui/react-button": "^9.9.0",
20
20
  "@fluentui/react-card": "^9.6.0",
21
- "@fluentui/react-checkbox": "^9.5.17",
22
- "@fluentui/react-combobox": "^9.16.18",
21
+ "@fluentui/react-checkbox": "^9.6.0",
22
+ "@fluentui/react-combobox": "^9.17.0",
23
23
  "@fluentui/react-dialog": "^9.17.3",
24
24
  "@fluentui/react-divider": "^9.7.0",
25
25
  "@fluentui/react-drawer": "^9.11.6",
26
- "@fluentui/react-field": "^9.4.16",
26
+ "@fluentui/react-field": "^9.5.0",
27
27
  "@fluentui/react-image": "^9.4.0",
28
- "@fluentui/react-infobutton": "9.0.0-beta.113",
29
- "@fluentui/react-infolabel": "^9.4.18",
30
- "@fluentui/react-input": "^9.8.0",
31
- "@fluentui/react-label": "^9.3.15",
28
+ "@fluentui/react-infobutton": "9.0.0-beta.114",
29
+ "@fluentui/react-infolabel": "^9.4.19",
30
+ "@fluentui/react-input": "^9.8.1",
31
+ "@fluentui/react-label": "^9.4.0",
32
32
  "@fluentui/react-link": "^9.8.0",
33
- "@fluentui/react-list": "^9.6.12",
34
- "@fluentui/react-menu": "^9.23.1",
33
+ "@fluentui/react-list": "^9.6.13",
34
+ "@fluentui/react-menu": "^9.24.0",
35
35
  "@fluentui/react-overflow": "^9.7.1",
36
- "@fluentui/react-persona": "^9.7.1",
36
+ "@fluentui/react-persona": "^9.7.2",
37
37
  "@fluentui/react-portal": "^9.8.11",
38
38
  "@fluentui/react-popover": "^9.14.1",
39
39
  "@fluentui/react-positioning": "^9.22.0",
40
- "@fluentui/react-progress": "^9.4.17",
40
+ "@fluentui/react-progress": "^9.5.0",
41
41
  "@fluentui/react-provider": "^9.22.15",
42
- "@fluentui/react-radio": "^9.6.0",
43
- "@fluentui/react-select": "^9.4.16",
42
+ "@fluentui/react-radio": "^9.6.1",
43
+ "@fluentui/react-select": "^9.5.0",
44
44
  "@fluentui/react-shared-contexts": "^9.26.2",
45
- "@fluentui/react-skeleton": "^9.7.0",
46
- "@fluentui/react-slider": "^9.6.0",
47
- "@fluentui/react-spinbutton": "^9.6.0",
48
- "@fluentui/react-spinner": "^9.8.0",
49
- "@fluentui/react-swatch-picker": "^9.5.0",
50
- "@fluentui/react-switch": "^9.7.0",
51
- "@fluentui/react-table": "^9.19.13",
52
- "@fluentui/react-tabs": "^9.11.2",
45
+ "@fluentui/react-skeleton": "^9.7.1",
46
+ "@fluentui/react-slider": "^9.6.1",
47
+ "@fluentui/react-spinbutton": "^9.6.1",
48
+ "@fluentui/react-spinner": "^9.8.1",
49
+ "@fluentui/react-swatch-picker": "^9.5.1",
50
+ "@fluentui/react-switch": "^9.7.1",
51
+ "@fluentui/react-table": "^9.19.14",
52
+ "@fluentui/react-tabs": "^9.12.0",
53
53
  "@fluentui/react-tabster": "^9.26.13",
54
- "@fluentui/react-tags": "^9.7.19",
55
- "@fluentui/react-textarea": "^9.7.0",
54
+ "@fluentui/react-tags": "^9.8.0",
55
+ "@fluentui/react-textarea": "^9.7.1",
56
56
  "@fluentui/react-theme": "^9.2.1",
57
57
  "@fluentui/react-toast": "^9.7.16",
58
- "@fluentui/react-toolbar": "^9.7.6",
59
- "@fluentui/react-tooltip": "^9.9.3",
58
+ "@fluentui/react-toolbar": "^9.7.7",
59
+ "@fluentui/react-tooltip": "^9.10.0",
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.15",
63
+ "@fluentui/react-tree": "^9.15.16",
64
64
  "@griffel/react": "^1.5.32",
65
65
  "@swc/helpers": "^0.5.1",
66
66
  "@fluentui/react-message-bar": "^9.6.23",
67
67
  "@fluentui/react-breadcrumb": "^9.4.0",
68
68
  "@fluentui/react-aria": "^9.17.10",
69
69
  "@fluentui/react-rating": "^9.4.0",
70
- "@fluentui/react-search": "^9.4.0",
70
+ "@fluentui/react-search": "^9.4.1",
71
71
  "@fluentui/react-teaching-popover": "^9.6.20",
72
- "@fluentui/react-tag-picker": "^9.8.4",
72
+ "@fluentui/react-tag-picker": "^9.8.5",
73
73
  "@fluentui/react-motion": "^9.14.0",
74
- "@fluentui/react-carousel": "^9.9.5",
74
+ "@fluentui/react-carousel": "^9.9.6",
75
75
  "@fluentui/react-color-picker": "^9.2.15",
76
- "@fluentui/react-nav": "^9.3.22"
76
+ "@fluentui/react-nav": "^9.3.23"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "@types/react": ">=16.14.0 <20.0.0",