@fluentui/react-components 9.73.3 → 9.73.5

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 +85 -2
  2. package/package.json +31 -31
package/CHANGELOG.md CHANGED
@@ -1,12 +1,95 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 11 Mar 2026 09:20:34 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 Mar 2026 08:10:37 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.73.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.5)
8
+
9
+ Thu, 26 Mar 2026 08:10:37 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.4..@fluentui/react-components_v9.73.5)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-badge`
15
+ - feat: add base hooks for Badge ([PR #35811](https://github.com/microsoft/fluentui/pull/35811) by dmytrokirpa@microsoft.com)
16
+ - `@fluentui/react-breadcrumb`
17
+ - feat: add base hooks for Breadcrumb ([PR #35819](https://github.com/microsoft/fluentui/pull/35819) by dmytrokirpa@microsoft.com)
18
+ - `@fluentui/react-button`
19
+ - fix: ToggleButton provides an opt-in isAccessible variant for accessible checked colors ([PR #35837](https://github.com/microsoft/fluentui/pull/35837) by sarah.higley@microsoft.com)
20
+ - feat: expose button base hooks and types ([PR #35890](https://github.com/microsoft/fluentui/pull/35890) by dmytrokirpa@microsoft.com)
21
+ - `@fluentui/react-card`
22
+ - feat: add base hooks for Card ([PR #35824](https://github.com/microsoft/fluentui/pull/35824) by dmytrokirpa@microsoft.com)
23
+ - `@fluentui/react-divider`
24
+ - feat: expose base hook and types for Divider component ([PR #35889](https://github.com/microsoft/fluentui/pull/35889) by dmytrokirpa@microsoft.com)
25
+ - `@fluentui/react-image`
26
+ - feat: add base hooks for Image ([PR #35808](https://github.com/microsoft/fluentui/pull/35808) by dmytrokirpa@microsoft.com)
27
+ - `@fluentui/react-input`
28
+ - feat: add base hooks for Input ([PR #35813](https://github.com/microsoft/fluentui/pull/35813) by dmytrokirpa@microsoft.com)
29
+ - `@fluentui/react-link`
30
+ - feat: add base hooks for Link ([PR #35816](https://github.com/microsoft/fluentui/pull/35816) by dmytrokirpa@microsoft.com)
31
+ - `@fluentui/react-menu-grid-preview`
32
+ - Add circular and first-letter navigation ([PR #35880](https://github.com/microsoft/fluentui/pull/35880) by email not defined)
33
+ - `@fluentui/react-persona`
34
+ - feat: expose base hooks for Persona ([PR #35814](https://github.com/microsoft/fluentui/pull/35814) by dmytrokirpa@microsoft.com)
35
+ - `@fluentui/react-rating`
36
+ - feat: add base hooks for Rating ([PR #35823](https://github.com/microsoft/fluentui/pull/35823) by dmytrokirpa@microsoft.com)
37
+ - `@fluentui/react-search`
38
+ - feat: add base hooks for SearchBox ([PR #35825](https://github.com/microsoft/fluentui/pull/35825) by dmytrokirpa@microsoft.com)
39
+ - `@fluentui/react-skeleton`
40
+ - feat: add base hooks for Skeleton ([PR #35809](https://github.com/microsoft/fluentui/pull/35809) by dmytrokirpa@microsoft.com)
41
+ - `@fluentui/react-slider`
42
+ - feat: add base hooks for Slider ([PR #35815](https://github.com/microsoft/fluentui/pull/35815) by dmytrokirpa@microsoft.com)
43
+ - `@fluentui/react-spinner`
44
+ - feat: add base hooks for Spinner ([PR #35818](https://github.com/microsoft/fluentui/pull/35818) by dmytrokirpa@microsoft.com)
45
+ - `@fluentui/react-switch`
46
+ - feat: add base hooks for Switch ([PR #35820](https://github.com/microsoft/fluentui/pull/35820) by dmytrokirpa@microsoft.com)
47
+ - `@fluentui/react-textarea`
48
+ - feat: expose base hook and types for Textarea ([PR #35886](https://github.com/microsoft/fluentui/pull/35886) by dmytrokirpa@microsoft.com)
49
+ - feat: add base hooks for Textarea ([PR #35822](https://github.com/microsoft/fluentui/pull/35822) by dmytrokirpa@microsoft.com)
50
+
51
+ ### Patches
52
+
53
+ - `@fluentui/react-checkbox`
54
+ - fix: preserve slot onChange handler using mergeCallbacks instead of direct assignment ([PR #35877](https://github.com/microsoft/fluentui/pull/35877) by karesansui.u@gmail.com)
55
+ - `@fluentui/react-toolbar`
56
+ - fix: preserve user-defined appearance prop in useToolbarToggleButton ([PR #35893](https://github.com/microsoft/fluentui/pull/35893) by dmytrokirpa@microsoft.com)
57
+
58
+ ## [9.73.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.4)
59
+
60
+ Tue, 17 Mar 2026 07:57:15 GMT
61
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.3..@fluentui/react-components_v9.73.4)
62
+
63
+ ### Minor changes
64
+
65
+ - `@fluentui/react-menu`
66
+ - feat: add shouldOpenOnArrowRight to MenuListContextValue to allow grid containers to opt out of ArrowRight opening submenus ([PR #35871](https://github.com/microsoft/fluentui/pull/35871) by bsunderhus@microsoft.com)
67
+ - `@fluentui/react-skeleton`
68
+ - feat: add missing SkeletonItem sizes (14, 22, 52, 92) to match typography line-height scale ([PR #35863](https://github.com/microsoft/fluentui/pull/35863) by copilot@github.com)
69
+
70
+ ### Patches
71
+
72
+ - `@fluentui/react-menu-grid-preview`
73
+ - fix: ArrowRight no longer opens submenus inside MenuGrid (reserved for column navigation) ([PR #35871](https://github.com/microsoft/fluentui/pull/35871) by bsunderhus@microsoft.com)
74
+
75
+ ## [9.73.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.3)
76
+
77
+ Wed, 11 Mar 2026 12:58:37 GMT
78
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.3..@fluentui/react-components_v9.73.3)
79
+
80
+ ### Minor changes
81
+
82
+ - `@fluentui/react-calendar-compat`
83
+ - feat: add onNavigateDate callback to CalendarYear decade selector ([PR #35804](https://github.com/microsoft/fluentui/pull/35804) by 198982749+Copilot@users.noreply.github.com)
84
+
85
+ ### Patches
86
+
87
+ - `@fluentui/react-menu-grid-preview`
88
+ - fix(react-menu-grid-preview): submenus inside MenuGrid now stay open when moving mouse from trigger to submenu popover ([PR #35862](https://github.com/microsoft/fluentui/pull/35862) by bernardo.sunderhus@gmail.com)
89
+
7
90
  ## [9.73.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.3)
8
91
 
9
- Wed, 11 Mar 2026 09:20:34 GMT
92
+ Wed, 11 Mar 2026 09:22:18 GMT
10
93
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.2..@fluentui/react-components_v9.73.3)
11
94
 
12
95
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.73.3",
3
+ "version": "9.73.5",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,27 +13,27 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@fluentui/react-accordion": "^9.9.2",
16
- "@fluentui/react-alert": "9.0.0-beta.135",
17
- "@fluentui/react-avatar": "^9.10.2",
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.16",
16
+ "@fluentui/react-alert": "9.0.0-beta.136",
17
+ "@fluentui/react-avatar": "^9.10.3",
18
+ "@fluentui/react-badge": "^9.5.0",
19
+ "@fluentui/react-button": "^9.9.0",
20
+ "@fluentui/react-card": "^9.6.0",
21
+ "@fluentui/react-checkbox": "^9.5.17",
22
22
  "@fluentui/react-combobox": "^9.16.18",
23
23
  "@fluentui/react-dialog": "^9.17.2",
24
- "@fluentui/react-divider": "^9.6.2",
24
+ "@fluentui/react-divider": "^9.7.0",
25
25
  "@fluentui/react-drawer": "^9.11.5",
26
26
  "@fluentui/react-field": "^9.4.16",
27
- "@fluentui/react-image": "^9.3.15",
27
+ "@fluentui/react-image": "^9.4.0",
28
28
  "@fluentui/react-infobutton": "9.0.0-beta.112",
29
29
  "@fluentui/react-infolabel": "^9.4.17",
30
- "@fluentui/react-input": "^9.7.16",
30
+ "@fluentui/react-input": "^9.8.0",
31
31
  "@fluentui/react-label": "^9.3.15",
32
- "@fluentui/react-link": "^9.7.4",
33
- "@fluentui/react-list": "^9.6.11",
34
- "@fluentui/react-menu": "^9.22.0",
32
+ "@fluentui/react-link": "^9.8.0",
33
+ "@fluentui/react-list": "^9.6.12",
34
+ "@fluentui/react-menu": "^9.23.0",
35
35
  "@fluentui/react-overflow": "^9.7.1",
36
- "@fluentui/react-persona": "^9.6.2",
36
+ "@fluentui/react-persona": "^9.7.0",
37
37
  "@fluentui/react-portal": "^9.8.11",
38
38
  "@fluentui/react-popover": "^9.14.0",
39
39
  "@fluentui/react-positioning": "^9.22.0",
@@ -42,38 +42,38 @@
42
42
  "@fluentui/react-radio": "^9.5.16",
43
43
  "@fluentui/react-select": "^9.4.16",
44
44
  "@fluentui/react-shared-contexts": "^9.26.2",
45
- "@fluentui/react-skeleton": "^9.5.0",
46
- "@fluentui/react-slider": "^9.5.16",
45
+ "@fluentui/react-skeleton": "^9.7.0",
46
+ "@fluentui/react-slider": "^9.6.0",
47
47
  "@fluentui/react-spinbutton": "^9.5.16",
48
- "@fluentui/react-spinner": "^9.7.15",
48
+ "@fluentui/react-spinner": "^9.8.0",
49
49
  "@fluentui/react-swatch-picker": "^9.5.0",
50
- "@fluentui/react-switch": "^9.6.1",
51
- "@fluentui/react-table": "^9.19.11",
50
+ "@fluentui/react-switch": "^9.7.0",
51
+ "@fluentui/react-table": "^9.19.12",
52
52
  "@fluentui/react-tabs": "^9.11.2",
53
53
  "@fluentui/react-tabster": "^9.26.13",
54
- "@fluentui/react-tags": "^9.7.17",
55
- "@fluentui/react-textarea": "^9.6.16",
54
+ "@fluentui/react-tags": "^9.7.18",
55
+ "@fluentui/react-textarea": "^9.7.0",
56
56
  "@fluentui/react-theme": "^9.2.1",
57
57
  "@fluentui/react-toast": "^9.7.15",
58
- "@fluentui/react-toolbar": "^9.7.4",
58
+ "@fluentui/react-toolbar": "^9.7.5",
59
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.13",
63
+ "@fluentui/react-tree": "^9.15.14",
64
64
  "@griffel/react": "^1.5.32",
65
65
  "@swc/helpers": "^0.5.1",
66
- "@fluentui/react-message-bar": "^9.6.21",
67
- "@fluentui/react-breadcrumb": "^9.3.17",
66
+ "@fluentui/react-message-bar": "^9.6.22",
67
+ "@fluentui/react-breadcrumb": "^9.4.0",
68
68
  "@fluentui/react-aria": "^9.17.10",
69
- "@fluentui/react-rating": "^9.3.15",
70
- "@fluentui/react-search": "^9.3.16",
71
- "@fluentui/react-teaching-popover": "^9.6.18",
72
- "@fluentui/react-tag-picker": "^9.8.2",
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
73
  "@fluentui/react-motion": "^9.13.0",
74
- "@fluentui/react-carousel": "^9.9.4",
74
+ "@fluentui/react-carousel": "^9.9.5",
75
75
  "@fluentui/react-color-picker": "^9.2.15",
76
- "@fluentui/react-nav": "^9.3.20"
76
+ "@fluentui/react-nav": "^9.3.21"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "@types/react": ">=16.14.0 <20.0.0",