@fluentui/react-components 9.74.2 → 9.74.3

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 +14 -2
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 24 Jun 2026 11:03:28 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 29 Jun 2026 15:14:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.74.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.74.3)
8
+
9
+ Mon, 29 Jun 2026 15:14:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.74.2..@fluentui/react-components_v9.74.3)
11
+
12
+ ### Patches
13
+
14
+ - `@fluentui/react-button`
15
+ - fix: do not expose default icon in base hook ([PR #36345](https://github.com/microsoft/fluentui/pull/36345) by vgenaev@gmail.com)
16
+ - `@fluentui/react-calendar-compat`
17
+ - fix(Calendar): year prev/next buttons don't lose focus when they become disabled ([PR #36343](https://github.com/microsoft/fluentui/pull/36343) by sarah.higley@microsoft.com)
18
+
7
19
  ## [9.74.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.74.2)
8
20
 
9
- Wed, 24 Jun 2026 11:03:28 GMT
21
+ Wed, 24 Jun 2026 11:09:39 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.74.1..@fluentui/react-components_v9.74.2)
11
23
 
12
24
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.74.2",
3
+ "version": "9.74.3",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,10 +13,10 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@fluentui/react-accordion": "^9.12.1",
16
- "@fluentui/react-alert": "9.0.0-beta.141",
16
+ "@fluentui/react-alert": "9.0.0-beta.142",
17
17
  "@fluentui/react-avatar": "^9.11.3",
18
18
  "@fluentui/react-badge": "^9.5.4",
19
- "@fluentui/react-button": "^9.10.0",
19
+ "@fluentui/react-button": "^9.10.1",
20
20
  "@fluentui/react-card": "^9.7.1",
21
21
  "@fluentui/react-checkbox": "^9.6.3",
22
22
  "@fluentui/react-combobox": "^9.17.3",
@@ -55,25 +55,25 @@
55
55
  "@fluentui/react-textarea": "^9.7.4",
56
56
  "@fluentui/react-theme": "^9.2.1",
57
57
  "@fluentui/react-toast": "^9.8.1",
58
- "@fluentui/react-toolbar": "^9.8.2",
58
+ "@fluentui/react-toolbar": "^9.8.3",
59
59
  "@fluentui/react-tooltip": "^9.10.3",
60
60
  "@fluentui/react-utilities": "^9.26.5",
61
61
  "@fluentui/react-text": "^9.6.18",
62
62
  "@fluentui/react-virtualizer": "9.0.0-alpha.114",
63
- "@fluentui/react-tree": "^9.16.2",
63
+ "@fluentui/react-tree": "^9.16.3",
64
64
  "@griffel/react": "^1.5.32",
65
65
  "@swc/helpers": "^0.5.1",
66
- "@fluentui/react-message-bar": "^9.7.2",
67
- "@fluentui/react-breadcrumb": "^9.4.3",
66
+ "@fluentui/react-message-bar": "^9.7.3",
67
+ "@fluentui/react-breadcrumb": "^9.4.4",
68
68
  "@fluentui/react-aria": "^9.17.13",
69
69
  "@fluentui/react-rating": "^9.4.3",
70
70
  "@fluentui/react-search": "^9.4.4",
71
- "@fluentui/react-teaching-popover": "^9.7.1",
71
+ "@fluentui/react-teaching-popover": "^9.7.2",
72
72
  "@fluentui/react-tag-picker": "^9.9.0",
73
73
  "@fluentui/react-motion": "^9.16.1",
74
- "@fluentui/react-carousel": "^9.9.9",
74
+ "@fluentui/react-carousel": "^9.9.10",
75
75
  "@fluentui/react-color-picker": "^9.2.18",
76
- "@fluentui/react-nav": "^9.4.1"
76
+ "@fluentui/react-nav": "^9.4.2"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "@types/react": ">=16.14.0 <20.0.0",