@fluentui/react-components 9.73.5 → 9.73.6

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 +26 -2
  2. package/package.json +25 -25
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
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 Mon, 30 Mar 2026 14:35:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.73.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.6)
8
+
9
+ Mon, 30 Mar 2026 14:35:47 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.5..@fluentui/react-components_v9.73.6)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-accordion`
15
+ - feat: expose base hooks and types for Accordion components ([PR #35897](https://github.com/microsoft/fluentui/pull/35897) by dmytrokirpa@microsoft.com)
16
+ - `@fluentui/react-motion`
17
+ - feat: add motionSlot() as parallel to presenceMotionSlot() ([PR #35888](https://github.com/microsoft/fluentui/pull/35888) by robertpenner@microsoft.com)
18
+ - feat: add motionSlot() as parallel to presenceMotionSlot() ([PR #35883](https://github.com/microsoft/fluentui/pull/35883) by robertpenner@microsoft.com)
19
+ - `@fluentui/react-radio`
20
+ - feat: expose base state hooks for Radio components ([PR #35894](https://github.com/microsoft/fluentui/pull/35894) by dmytrokirpa@microsoft.com)
21
+ - `@fluentui/react-spinbutton`
22
+ - feat(react-spinbutton): add useSpinButtonBase_unstable hook ([PR #35907](https://github.com/microsoft/fluentui/pull/35907) by dmytrokirpa@microsoft.com)
23
+
24
+ ### Patches
25
+
26
+ - `@fluentui/react-badge`
27
+ - fix: fix incorrect PresenceBadge aria-label ([PR #35927](https://github.com/microsoft/fluentui/pull/35927) by dmytrokirpa@microsoft.com)
28
+ - `@fluentui/react-progress`
29
+ - refactor: migrate ProgressBar from CSS to motion components ([PR #35883](https://github.com/microsoft/fluentui/pull/35883) by robertpenner@microsoft.com)
30
+
7
31
  ## [9.73.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.73.5)
8
32
 
9
- Thu, 26 Mar 2026 08:10:37 GMT
33
+ Thu, 26 Mar 2026 08:12:47 GMT
10
34
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.4..@fluentui/react-components_v9.73.5)
11
35
 
12
36
  ### 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.6",
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.137",
17
+ "@fluentui/react-avatar": "^9.10.4",
18
+ "@fluentui/react-badge": "^9.5.1",
19
19
  "@fluentui/react-button": "^9.9.0",
20
20
  "@fluentui/react-card": "^9.6.0",
21
21
  "@fluentui/react-checkbox": "^9.5.17",
22
22
  "@fluentui/react-combobox": "^9.16.18",
23
- "@fluentui/react-dialog": "^9.17.2",
23
+ "@fluentui/react-dialog": "^9.17.3",
24
24
  "@fluentui/react-divider": "^9.7.0",
25
- "@fluentui/react-drawer": "^9.11.5",
25
+ "@fluentui/react-drawer": "^9.11.6",
26
26
  "@fluentui/react-field": "^9.4.16",
27
27
  "@fluentui/react-image": "^9.4.0",
28
- "@fluentui/react-infobutton": "9.0.0-beta.112",
29
- "@fluentui/react-infolabel": "^9.4.17",
28
+ "@fluentui/react-infobutton": "9.0.0-beta.113",
29
+ "@fluentui/react-infolabel": "^9.4.18",
30
30
  "@fluentui/react-input": "^9.8.0",
31
31
  "@fluentui/react-label": "^9.3.15",
32
32
  "@fluentui/react-link": "^9.8.0",
33
33
  "@fluentui/react-list": "^9.6.12",
34
- "@fluentui/react-menu": "^9.23.0",
34
+ "@fluentui/react-menu": "^9.23.1",
35
35
  "@fluentui/react-overflow": "^9.7.1",
36
- "@fluentui/react-persona": "^9.7.0",
36
+ "@fluentui/react-persona": "^9.7.1",
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.4.17",
41
41
  "@fluentui/react-provider": "^9.22.15",
42
- "@fluentui/react-radio": "^9.5.16",
42
+ "@fluentui/react-radio": "^9.6.0",
43
43
  "@fluentui/react-select": "^9.4.16",
44
44
  "@fluentui/react-shared-contexts": "^9.26.2",
45
45
  "@fluentui/react-skeleton": "^9.7.0",
46
46
  "@fluentui/react-slider": "^9.6.0",
47
- "@fluentui/react-spinbutton": "^9.5.16",
47
+ "@fluentui/react-spinbutton": "^9.6.0",
48
48
  "@fluentui/react-spinner": "^9.8.0",
49
49
  "@fluentui/react-swatch-picker": "^9.5.0",
50
50
  "@fluentui/react-switch": "^9.7.0",
51
- "@fluentui/react-table": "^9.19.12",
51
+ "@fluentui/react-table": "^9.19.13",
52
52
  "@fluentui/react-tabs": "^9.11.2",
53
53
  "@fluentui/react-tabster": "^9.26.13",
54
- "@fluentui/react-tags": "^9.7.18",
54
+ "@fluentui/react-tags": "^9.7.19",
55
55
  "@fluentui/react-textarea": "^9.7.0",
56
56
  "@fluentui/react-theme": "^9.2.1",
57
- "@fluentui/react-toast": "^9.7.15",
58
- "@fluentui/react-toolbar": "^9.7.5",
57
+ "@fluentui/react-toast": "^9.7.16",
58
+ "@fluentui/react-toolbar": "^9.7.6",
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.14",
63
+ "@fluentui/react-tree": "^9.15.15",
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
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",
71
+ "@fluentui/react-teaching-popover": "^9.6.20",
72
+ "@fluentui/react-tag-picker": "^9.8.4",
73
+ "@fluentui/react-motion": "^9.14.0",
74
74
  "@fluentui/react-carousel": "^9.9.5",
75
75
  "@fluentui/react-color-picker": "^9.2.15",
76
- "@fluentui/react-nav": "^9.3.21"
76
+ "@fluentui/react-nav": "^9.3.22"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "@types/react": ">=16.14.0 <20.0.0",