@fluentui/react-components 9.73.5 → 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 +64 -2
  2. package/package.json +42 -42
package/CHANGELOG.md CHANGED
@@ -1,12 +1,74 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Thu, 26 Mar 2026 08:10:37 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
+
45
+ ## [9.73.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.6)
46
+
47
+ Mon, 30 Mar 2026 14:37:39 GMT
48
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.5..@fluentui/react-components_v9.73.6)
49
+
50
+ ### Minor changes
51
+
52
+ - `@fluentui/react-accordion`
53
+ - feat: expose base hooks and types for Accordion components ([PR #35897](https://github.com/microsoft/fluentui/pull/35897) by dmytrokirpa@microsoft.com)
54
+ - `@fluentui/react-motion`
55
+ - feat: add motionSlot() as parallel to presenceMotionSlot() ([PR #35888](https://github.com/microsoft/fluentui/pull/35888) by robertpenner@microsoft.com)
56
+ - feat: add motionSlot() as parallel to presenceMotionSlot() ([PR #35883](https://github.com/microsoft/fluentui/pull/35883) by robertpenner@microsoft.com)
57
+ - `@fluentui/react-radio`
58
+ - feat: expose base state hooks for Radio components ([PR #35894](https://github.com/microsoft/fluentui/pull/35894) by dmytrokirpa@microsoft.com)
59
+ - `@fluentui/react-spinbutton`
60
+ - feat(react-spinbutton): add useSpinButtonBase_unstable hook ([PR #35907](https://github.com/microsoft/fluentui/pull/35907) by dmytrokirpa@microsoft.com)
61
+
62
+ ### Patches
63
+
64
+ - `@fluentui/react-badge`
65
+ - fix: fix incorrect PresenceBadge aria-label ([PR #35927](https://github.com/microsoft/fluentui/pull/35927) by dmytrokirpa@microsoft.com)
66
+ - `@fluentui/react-progress`
67
+ - refactor: migrate ProgressBar from CSS to motion components ([PR #35883](https://github.com/microsoft/fluentui/pull/35883) by robertpenner@microsoft.com)
68
+
7
69
  ## [9.73.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.5)
8
70
 
9
- Thu, 26 Mar 2026 08:10:37 GMT
71
+ Thu, 26 Mar 2026 08:12:47 GMT
10
72
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.4..@fluentui/react-components_v9.73.5)
11
73
 
12
74
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.73.5",
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",
@@ -12,68 +12,68 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui/react-accordion": "^9.9.2",
16
- "@fluentui/react-alert": "9.0.0-beta.136",
17
- "@fluentui/react-avatar": "^9.10.3",
18
- "@fluentui/react-badge": "^9.5.0",
15
+ "@fluentui/react-accordion": "^9.10.0",
16
+ "@fluentui/react-alert": "9.0.0-beta.138",
17
+ "@fluentui/react-avatar": "^9.11.0",
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",
23
- "@fluentui/react-dialog": "^9.17.2",
21
+ "@fluentui/react-checkbox": "^9.6.0",
22
+ "@fluentui/react-combobox": "^9.17.0",
23
+ "@fluentui/react-dialog": "^9.17.3",
24
24
  "@fluentui/react-divider": "^9.7.0",
25
- "@fluentui/react-drawer": "^9.11.5",
26
- "@fluentui/react-field": "^9.4.16",
25
+ "@fluentui/react-drawer": "^9.11.6",
26
+ "@fluentui/react-field": "^9.5.0",
27
27
  "@fluentui/react-image": "^9.4.0",
28
- "@fluentui/react-infobutton": "9.0.0-beta.112",
29
- "@fluentui/react-infolabel": "^9.4.17",
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.0",
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.0",
36
+ "@fluentui/react-persona": "^9.7.2",
37
37
  "@fluentui/react-portal": "^9.8.11",
38
- "@fluentui/react-popover": "^9.14.0",
38
+ "@fluentui/react-popover": "^9.14.1",
39
39
  "@fluentui/react-positioning": "^9.22.0",
40
- "@fluentui/react-progress": "^9.4.16",
40
+ "@fluentui/react-progress": "^9.5.0",
41
41
  "@fluentui/react-provider": "^9.22.15",
42
- "@fluentui/react-radio": "^9.5.16",
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.5.16",
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.12",
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.18",
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
- "@fluentui/react-toast": "^9.7.15",
58
- "@fluentui/react-toolbar": "^9.7.5",
59
- "@fluentui/react-tooltip": "^9.9.3",
57
+ "@fluentui/react-toast": "^9.7.16",
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.14",
63
+ "@fluentui/react-tree": "^9.15.16",
64
64
  "@griffel/react": "^1.5.32",
65
65
  "@swc/helpers": "^0.5.1",
66
- "@fluentui/react-message-bar": "^9.6.22",
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",
71
- "@fluentui/react-teaching-popover": "^9.6.19",
72
- "@fluentui/react-tag-picker": "^9.8.3",
73
- "@fluentui/react-motion": "^9.13.0",
74
- "@fluentui/react-carousel": "^9.9.5",
70
+ "@fluentui/react-search": "^9.4.1",
71
+ "@fluentui/react-teaching-popover": "^9.6.20",
72
+ "@fluentui/react-tag-picker": "^9.8.5",
73
+ "@fluentui/react-motion": "^9.14.0",
74
+ "@fluentui/react-carousel": "^9.9.6",
75
75
  "@fluentui/react-color-picker": "^9.2.15",
76
- "@fluentui/react-nav": "^9.3.21"
76
+ "@fluentui/react-nav": "^9.3.23"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "@types/react": ">=16.14.0 <20.0.0",