@fluentui/react-components 9.74.0 → 9.74.1
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 +17 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,27 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 27 May 2026 11:18:29 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.74.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.74.1)
|
|
8
|
+
|
|
9
|
+
Wed, 27 May 2026 11:18:29 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.74.0..@fluentui/react-components_v9.74.1)
|
|
11
|
+
|
|
12
|
+
### Minor changes
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-toast`
|
|
15
|
+
- feat: export toast base hooks and types ([PR #35914](https://github.com/microsoft/fluentui/pull/35914) by dmytrokirpa@microsoft.com)
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- `@fluentui/react-tags`
|
|
20
|
+
- fix: decouple useTagGroupBase_unstable from Tabster; export contexts. This is technically a breaking change, but the prior Tabster coupling was a programmatic mistake and not intended public behavior. If you run into issues, please bump to the next version. ([PR #36228](https://github.com/microsoft/fluentui/pull/36228) by vgenaev@gmail.com)
|
|
21
|
+
|
|
7
22
|
## [9.74.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.74.0)
|
|
8
23
|
|
|
9
|
-
Tue, 26 May 2026 09:
|
|
24
|
+
Tue, 26 May 2026 09:39:05 GMT
|
|
10
25
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.73.8..@fluentui/react-components_v9.74.0)
|
|
11
26
|
|
|
12
27
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.74.
|
|
3
|
+
"version": "9.74.1",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"@fluentui/react-table": "^9.19.16",
|
|
52
52
|
"@fluentui/react-tabs": "^9.12.2",
|
|
53
53
|
"@fluentui/react-tabster": "^9.26.15",
|
|
54
|
-
"@fluentui/react-tags": "^9.9.
|
|
54
|
+
"@fluentui/react-tags": "^9.9.1",
|
|
55
55
|
"@fluentui/react-textarea": "^9.7.3",
|
|
56
56
|
"@fluentui/react-theme": "^9.2.1",
|
|
57
|
-
"@fluentui/react-toast": "^9.
|
|
57
|
+
"@fluentui/react-toast": "^9.8.0",
|
|
58
58
|
"@fluentui/react-toolbar": "^9.8.1",
|
|
59
59
|
"@fluentui/react-tooltip": "^9.10.2",
|
|
60
60
|
"@fluentui/react-utilities": "^9.26.4",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@fluentui/react-rating": "^9.4.2",
|
|
70
70
|
"@fluentui/react-search": "^9.4.3",
|
|
71
71
|
"@fluentui/react-teaching-popover": "^9.7.0",
|
|
72
|
-
"@fluentui/react-tag-picker": "^9.8.
|
|
72
|
+
"@fluentui/react-tag-picker": "^9.8.8",
|
|
73
73
|
"@fluentui/react-motion": "^9.16.0",
|
|
74
74
|
"@fluentui/react-carousel": "^9.9.8",
|
|
75
75
|
"@fluentui/react-color-picker": "^9.2.17",
|