@fluentui/react-portal-compat-context 9.0.16 → 9.0.17
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 +11 -2
- package/package.json +6 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-portal-compat-context
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Mon, 21 Sep 2026 16:12:52 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.17)
|
|
8
|
+
|
|
9
|
+
Mon, 21 Sep 2026 16:12:52 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.16..@fluentui/react-portal-compat-context_v9.0.17)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: mark @types/react peer dependency as optional ([PR #36559](https://github.com/microsoft/fluentui/pull/36559) by martinhochel@microsoft.com)
|
|
15
|
+
|
|
7
16
|
## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.16)
|
|
8
17
|
|
|
9
|
-
Tue, 11 Aug 2026 17:
|
|
18
|
+
Tue, 11 Aug 2026 17:20:14 GMT
|
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.15..@fluentui/react-portal-compat-context_v9.0.16)
|
|
11
20
|
|
|
12
21
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-portal-compat-context",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.17",
|
|
4
4
|
"description": "A package that holds React context for compatibility of React Contexts",
|
|
5
5
|
"main": "lib-commonjs/index.cjs",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -18,6 +18,11 @@
|
|
|
18
18
|
"@types/react": ">=16.14.0 <20.0.0",
|
|
19
19
|
"react": ">=16.14.0 <20.0.0"
|
|
20
20
|
},
|
|
21
|
+
"peerDependenciesMeta": {
|
|
22
|
+
"@types/react": {
|
|
23
|
+
"optional": true
|
|
24
|
+
}
|
|
25
|
+
},
|
|
21
26
|
"beachball": {
|
|
22
27
|
"disallowedChangeTypes": [
|
|
23
28
|
"major",
|