@fluentui/react-components 9.74.4 → 9.74.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 +41 -2
  2. package/package.json +31 -31
package/CHANGELOG.md CHANGED
@@ -1,12 +1,51 @@
1
1
  # Change Log - @fluentui/react-components
2
2
 
3
- This log was last generated on Wed, 15 Jul 2026 14:10:08 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 04 Aug 2026 10:09:54 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.74.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.74.5)
8
+
9
+ Tue, 04 Aug 2026 10:09:54 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.74.4..@fluentui/react-components_v9.74.5)
11
+
12
+ ### Minor changes
13
+
14
+ - `@fluentui/react-positioning`
15
+ - feat(react-positioning): add escaped/referenceHidden visibility flags to onPositioningEnd event detail ([PR #36432](https://github.com/microsoft/fluentui/pull/36432) by paulmardling@microsoft.com)
16
+
17
+ ### Patches
18
+
19
+ - `@fluentui/react-provider`
20
+ - fix: escape SSR theme style selectors ([PR #36464](https://github.com/microsoft/fluentui/pull/36464) by paulmardling@microsoft.com)
21
+ - `@fluentui/react-select`
22
+ - fix: fix Field control size handling for Select ([PR #36453](https://github.com/microsoft/fluentui/pull/36453) by dmytrokirpa@microsoft.com)
23
+ - `@fluentui/react-tag-picker`
24
+ - fix: allow base states in TagPicker render functions ([PR #36443](https://github.com/microsoft/fluentui/pull/36443) by vgenaev@gmail.com)
25
+ - `@fluentui/react-textarea`
26
+ - fix: fix Field control size handling ([PR #36453](https://github.com/microsoft/fluentui/pull/36453) by dmytrokirpa@microsoft.com)
27
+ - `@fluentui/react-tooltip`
28
+ - fix: hide Tooltip when its trigger scrolls outside an overflow container ([PR #36386](https://github.com/microsoft/fluentui/pull/36386) by paulmardling@microsoft.com)
29
+ - `@fluentui/react-tree`
30
+ - fix: add accessible names to Tree selection controls ([PR #36384](https://github.com/microsoft/fluentui/pull/36384) by paulmardling@microsoft.com)
31
+ - `@fluentui/react-charts`
32
+ - voice control accessibility bug fix ([PR #36396](https://github.com/microsoft/fluentui/pull/36396) by 132879294+v-baambati@users.noreply.github.com)
33
+ - Accessibility bug fixe ([PR #36426](https://github.com/microsoft/fluentui/pull/36426) by 132879294+v-baambati@users.noreply.github.com)
34
+ - HorizontalBarChart bug fixes ([PR #36494](https://github.com/microsoft/fluentui/pull/36494) by 132879294+v-baambati@users.noreply.github.com)
35
+ - `@fluentui/react-color-picker`
36
+ - Pin @ctrl/tinycolor version to prevent yarn modern duplication ([PR #35747](https://github.com/microsoft/fluentui/pull/35747) by vgenaev@gmail.com)
37
+ - `@fluentui/react-combobox`
38
+ - fix: fix Field control size handling Combobox and Dropdown ([PR #36453](https://github.com/microsoft/fluentui/pull/36453) by dmytrokirpa@microsoft.com)
39
+ - `@fluentui/react-input`
40
+ - fix: fix Field control size handling ([PR #36453](https://github.com/microsoft/fluentui/pull/36453) by dmytrokirpa@microsoft.com)
41
+ - `@fluentui/react-message-bar`
42
+ - fix(MessageBar): v9 MessageBar Resize Flicker Fix ([PR #36405](https://github.com/microsoft/fluentui/pull/36405) by jiangemma@microsoft.com)
43
+ - `@fluentui/react-popover`
44
+ - fix: close Popover on focus escape only when focus was inside the surface, so a popover whose focus never entered (e.g. an external input stays focused) is not dismissed when focus moves programmatically ([PR #36440](https://github.com/microsoft/fluentui/pull/36440) by petrduda@microsoft.com)
45
+
7
46
  ## [9.74.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.74.4)
8
47
 
9
- Wed, 15 Jul 2026 14:10:08 GMT
48
+ Wed, 15 Jul 2026 14:10:40 GMT
10
49
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.74.3..@fluentui/react-components_v9.74.4)
11
50
 
12
51
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.74.4",
3
+ "version": "9.74.5",
4
4
  "description": "Suite package for converged React components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,34 +13,43 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@fluentui/react-accordion": "^9.12.1",
16
- "@fluentui/react-alert": "9.0.0-beta.142",
17
- "@fluentui/react-avatar": "^9.11.3",
16
+ "@fluentui/react-alert": "9.0.0-beta.143",
17
+ "@fluentui/react-aria": "^9.17.13",
18
+ "@fluentui/react-avatar": "^9.11.4",
18
19
  "@fluentui/react-badge": "^9.5.4",
20
+ "@fluentui/react-breadcrumb": "^9.4.4",
19
21
  "@fluentui/react-button": "^9.10.1",
20
22
  "@fluentui/react-card": "^9.7.1",
23
+ "@fluentui/react-carousel": "^9.9.11",
21
24
  "@fluentui/react-checkbox": "^9.6.3",
22
- "@fluentui/react-combobox": "^9.17.3",
25
+ "@fluentui/react-color-picker": "^9.2.19",
26
+ "@fluentui/react-combobox": "^9.17.4",
23
27
  "@fluentui/react-dialog": "^9.18.2",
24
28
  "@fluentui/react-divider": "^9.7.3",
25
29
  "@fluentui/react-drawer": "^9.13.1",
26
30
  "@fluentui/react-field": "^9.5.3",
27
31
  "@fluentui/react-image": "^9.4.3",
28
- "@fluentui/react-infobutton": "9.0.0-beta.117",
29
- "@fluentui/react-infolabel": "^9.4.22",
30
- "@fluentui/react-input": "^9.8.4",
32
+ "@fluentui/react-infobutton": "9.0.0-beta.118",
33
+ "@fluentui/react-infolabel": "^9.4.23",
34
+ "@fluentui/react-input": "^9.8.5",
31
35
  "@fluentui/react-label": "^9.4.3",
32
36
  "@fluentui/react-link": "^9.8.3",
33
37
  "@fluentui/react-list": "^9.6.16",
34
- "@fluentui/react-menu": "^9.25.1",
38
+ "@fluentui/react-menu": "^9.25.2",
39
+ "@fluentui/react-message-bar": "^9.7.4",
40
+ "@fluentui/react-motion": "^9.16.1",
41
+ "@fluentui/react-nav": "^9.4.3",
35
42
  "@fluentui/react-overflow": "^9.9.1",
36
- "@fluentui/react-persona": "^9.7.5",
43
+ "@fluentui/react-persona": "^9.7.6",
44
+ "@fluentui/react-popover": "^9.14.5",
37
45
  "@fluentui/react-portal": "^9.8.14",
38
- "@fluentui/react-popover": "^9.14.4",
39
- "@fluentui/react-positioning": "^9.22.3",
46
+ "@fluentui/react-positioning": "^9.23.0",
40
47
  "@fluentui/react-progress": "^9.5.3",
41
- "@fluentui/react-provider": "^9.22.18",
48
+ "@fluentui/react-provider": "^9.22.19",
42
49
  "@fluentui/react-radio": "^9.6.4",
43
- "@fluentui/react-select": "^9.5.3",
50
+ "@fluentui/react-rating": "^9.4.3",
51
+ "@fluentui/react-search": "^9.4.5",
52
+ "@fluentui/react-select": "^9.5.4",
44
53
  "@fluentui/react-shared-contexts": "^9.26.2",
45
54
  "@fluentui/react-skeleton": "^9.7.4",
46
55
  "@fluentui/react-slider": "^9.6.4",
@@ -48,32 +57,23 @@
48
57
  "@fluentui/react-spinner": "^9.8.4",
49
58
  "@fluentui/react-swatch-picker": "^9.5.4",
50
59
  "@fluentui/react-switch": "^9.7.4",
51
- "@fluentui/react-table": "^9.19.17",
60
+ "@fluentui/react-table": "^9.19.18",
52
61
  "@fluentui/react-tabs": "^9.12.3",
53
62
  "@fluentui/react-tabster": "^9.26.16",
54
- "@fluentui/react-tags": "^9.9.2",
55
- "@fluentui/react-textarea": "^9.7.4",
63
+ "@fluentui/react-tag-picker": "^9.10.1",
64
+ "@fluentui/react-tags": "^9.9.3",
65
+ "@fluentui/react-teaching-popover": "^9.7.3",
66
+ "@fluentui/react-text": "^9.6.18",
67
+ "@fluentui/react-textarea": "^9.7.5",
56
68
  "@fluentui/react-theme": "^9.2.1",
57
69
  "@fluentui/react-toast": "^9.8.1",
58
70
  "@fluentui/react-toolbar": "^9.8.3",
59
- "@fluentui/react-tooltip": "^9.10.3",
71
+ "@fluentui/react-tooltip": "^9.10.4",
72
+ "@fluentui/react-tree": "^9.16.4",
60
73
  "@fluentui/react-utilities": "^9.26.5",
61
- "@fluentui/react-text": "^9.6.18",
62
74
  "@fluentui/react-virtualizer": "9.0.0-alpha.114",
63
- "@fluentui/react-tree": "^9.16.3",
64
75
  "@griffel/react": "^1.5.32",
65
- "@swc/helpers": "^0.5.1",
66
- "@fluentui/react-message-bar": "^9.7.3",
67
- "@fluentui/react-breadcrumb": "^9.4.4",
68
- "@fluentui/react-aria": "^9.17.13",
69
- "@fluentui/react-rating": "^9.4.3",
70
- "@fluentui/react-search": "^9.4.4",
71
- "@fluentui/react-teaching-popover": "^9.7.2",
72
- "@fluentui/react-tag-picker": "^9.10.0",
73
- "@fluentui/react-motion": "^9.16.1",
74
- "@fluentui/react-carousel": "^9.9.10",
75
- "@fluentui/react-color-picker": "^9.2.18",
76
- "@fluentui/react-nav": "^9.4.2"
76
+ "@swc/helpers": "^0.5.1"
77
77
  },
78
78
  "peerDependencies": {
79
79
  "@types/react": ">=16.14.0 <20.0.0",