@fluentui/react-components 9.47.4 → 9.47.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.
- package/CHANGELOG.md +12 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 05 Apr 2024 14:16:56 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.47.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.5)
|
|
8
|
+
|
|
9
|
+
Fri, 05 Apr 2024 14:16:56 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.4..@fluentui/react-components_v9.47.5)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-provider`
|
|
15
|
+
- Avoid re-inserting Style Element to HEAD when re-rendering FluentProvider ([PR #30960](https://github.com/microsoft/fluentui/pull/30960) by ramyrafik@gmail.com)
|
|
16
|
+
|
|
7
17
|
## [9.47.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.47.4)
|
|
8
18
|
|
|
9
|
-
Thu, 04 Apr 2024 12:06
|
|
19
|
+
Thu, 04 Apr 2024 12:08:06 GMT
|
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.47.3..@fluentui/react-components_v9.47.4)
|
|
11
21
|
|
|
12
22
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.47.
|
|
3
|
+
"version": "9.47.5",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@fluentui/react-popover": "^9.9.3",
|
|
58
58
|
"@fluentui/react-positioning": "^9.14.3",
|
|
59
59
|
"@fluentui/react-progress": "^9.1.70",
|
|
60
|
-
"@fluentui/react-provider": "^9.13.
|
|
60
|
+
"@fluentui/react-provider": "^9.13.18",
|
|
61
61
|
"@fluentui/react-radio": "^9.2.14",
|
|
62
62
|
"@fluentui/react-select": "^9.1.70",
|
|
63
63
|
"@fluentui/react-shared-contexts": "^9.16.0",
|