@fluentui/react-components 9.74.3 → 9.74.4
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.
- package/CHANGELOG.md +21 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 15 Jul 2026 14:10:08 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.74.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.74.4)
|
|
8
|
+
|
|
9
|
+
Wed, 15 Jul 2026 14:10:08 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.74.3..@fluentui/react-components_v9.74.4)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-tag-picker`
|
|
15
|
+
- feat: export useTagPickerContextValues and TagPickerControlInternalSlots for headless composition ([PR #36353](https://github.com/microsoft/fluentui/pull/36353) by vgenaev@gmail.com)
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- `@fluentui/priority-overflow`
|
|
20
|
+
- fix: avoid overflow snapshot updates after unmount ([PR #36401](https://github.com/microsoft/fluentui/pull/36401) by bernardo.sunderhus@gmail.com)
|
|
21
|
+
- `@fluentui/react-charts`
|
|
22
|
+
- Accessibility bug fixes ([PR #36292](https://github.com/microsoft/fluentui/pull/36292) by 132879294+v-baambati@users.noreply.github.com)
|
|
23
|
+
- `@fluentui/react-migration-v8-v9`
|
|
24
|
+
- fix: align @fluentui/fluent2-theme and @fluentui/react dependency ranges with republished v8 versions ([PR #36364](https://github.com/microsoft/fluentui/pull/36364) by martinhochel@microsoft.com)
|
|
25
|
+
|
|
7
26
|
## [9.74.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.74.3)
|
|
8
27
|
|
|
9
|
-
Mon, 29 Jun 2026 15:
|
|
28
|
+
Mon, 29 Jun 2026 15:15:06 GMT
|
|
10
29
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.74.2..@fluentui/react-components_v9.74.3)
|
|
11
30
|
|
|
12
31
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.74.
|
|
3
|
+
"version": "9.74.4",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@fluentui/react-link": "^9.8.3",
|
|
33
33
|
"@fluentui/react-list": "^9.6.16",
|
|
34
34
|
"@fluentui/react-menu": "^9.25.1",
|
|
35
|
-
"@fluentui/react-overflow": "^9.9.
|
|
35
|
+
"@fluentui/react-overflow": "^9.9.1",
|
|
36
36
|
"@fluentui/react-persona": "^9.7.5",
|
|
37
37
|
"@fluentui/react-portal": "^9.8.14",
|
|
38
38
|
"@fluentui/react-popover": "^9.14.4",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@fluentui/react-rating": "^9.4.3",
|
|
70
70
|
"@fluentui/react-search": "^9.4.4",
|
|
71
71
|
"@fluentui/react-teaching-popover": "^9.7.2",
|
|
72
|
-
"@fluentui/react-tag-picker": "^9.
|
|
72
|
+
"@fluentui/react-tag-picker": "^9.10.0",
|
|
73
73
|
"@fluentui/react-motion": "^9.16.1",
|
|
74
74
|
"@fluentui/react-carousel": "^9.9.10",
|
|
75
75
|
"@fluentui/react-color-picker": "^9.2.18",
|