@fluentui/react-portal-compat 9.0.12 → 9.0.14
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.json +35 -5
- package/CHANGELOG.md +24 -6
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@fluentui/react-portal-compat",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 25 Oct 2022 22:09:39 GMT",
|
|
6
|
+
"tag": "@fluentui/react-portal-compat_v9.0.14",
|
|
7
|
+
"version": "9.0.14",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@fluentui/react-portal-compat",
|
|
13
|
+
"comment": "Bump @fluentui/react-components to v9.6.0",
|
|
14
|
+
"commit": "7733f95a5a23ec57c4be1e2353a21fc391d8374d"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 25 Oct 2022 00:35:40 GMT",
|
|
21
|
+
"tag": "@fluentui/react-portal-compat_v9.0.13",
|
|
22
|
+
"version": "9.0.13",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "beachball",
|
|
27
|
+
"package": "@fluentui/react-portal-compat",
|
|
28
|
+
"comment": "Bump @fluentui/react-components to v9.5.3",
|
|
29
|
+
"commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Thu, 20 Oct 2022 08:39:41 GMT",
|
|
6
36
|
"tag": "@fluentui/react-portal-compat_v9.0.12",
|
|
7
37
|
"version": "9.0.12",
|
|
8
38
|
"comments": {
|
|
@@ -17,25 +47,25 @@
|
|
|
17
47
|
"author": "beachball",
|
|
18
48
|
"package": "@fluentui/react-portal-compat",
|
|
19
49
|
"comment": "Bump @fluentui/react-portal-compat-context to v9.0.3",
|
|
20
|
-
"commit": "
|
|
50
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
|
21
51
|
},
|
|
22
52
|
{
|
|
23
53
|
"author": "beachball",
|
|
24
54
|
"package": "@fluentui/react-portal-compat",
|
|
25
55
|
"comment": "Bump @fluentui/react-tabster to v9.2.0",
|
|
26
|
-
"commit": "
|
|
56
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
|
27
57
|
},
|
|
28
58
|
{
|
|
29
59
|
"author": "beachball",
|
|
30
60
|
"package": "@fluentui/react-portal-compat",
|
|
31
61
|
"comment": "Bump @fluentui/react-components to v9.5.2",
|
|
32
|
-
"commit": "
|
|
62
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
|
33
63
|
},
|
|
34
64
|
{
|
|
35
65
|
"author": "beachball",
|
|
36
66
|
"package": "@fluentui/react-portal-compat",
|
|
37
67
|
"comment": "Bump @fluentui/react-shared-contexts to v9.0.2",
|
|
38
|
-
"commit": "
|
|
68
|
+
"commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
|
|
39
69
|
}
|
|
40
70
|
]
|
|
41
71
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,39 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-portal-compat
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 25 Oct 2022 22:09:39 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.14)
|
|
8
|
+
|
|
9
|
+
Tue, 25 Oct 2022 22:09:39 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.13..@fluentui/react-portal-compat_v9.0.14)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-components to v9.6.0 ([PR #25374](https://github.com/microsoft/fluentui/pull/25374) by beachball)
|
|
15
|
+
|
|
16
|
+
## [9.0.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.13)
|
|
17
|
+
|
|
18
|
+
Tue, 25 Oct 2022 00:35:40 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.12..@fluentui/react-portal-compat_v9.0.13)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Bump @fluentui/react-components to v9.5.3 ([PR #25363](https://github.com/microsoft/fluentui/pull/25363) by beachball)
|
|
24
|
+
|
|
7
25
|
## [9.0.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.12)
|
|
8
26
|
|
|
9
|
-
Thu, 20 Oct 2022 08:
|
|
27
|
+
Thu, 20 Oct 2022 08:39:41 GMT
|
|
10
28
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.11..@fluentui/react-portal-compat_v9.0.12)
|
|
11
29
|
|
|
12
30
|
### Patches
|
|
13
31
|
|
|
14
32
|
- chore: Bump react peer dependency to react 18. ([PR #25278](https://github.com/microsoft/fluentui/pull/25278) by mgodbolt@microsoft.com)
|
|
15
|
-
- Bump @fluentui/react-portal-compat-context to v9.0.3 ([
|
|
16
|
-
- Bump @fluentui/react-tabster to v9.2.0 ([
|
|
17
|
-
- Bump @fluentui/react-components to v9.5.2 ([
|
|
18
|
-
- Bump @fluentui/react-shared-contexts to v9.0.2 ([
|
|
33
|
+
- Bump @fluentui/react-portal-compat-context to v9.0.3 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
|
34
|
+
- Bump @fluentui/react-tabster to v9.2.0 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
|
35
|
+
- Bump @fluentui/react-components to v9.5.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
|
36
|
+
- Bump @fluentui/react-shared-contexts to v9.0.2 ([PR #25265](https://github.com/microsoft/fluentui/pull/25265) by beachball)
|
|
19
37
|
|
|
20
38
|
## [9.0.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.11)
|
|
21
39
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-portal-compat",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.14",
|
|
4
4
|
"description": "A package that contains compatibility layer for React Portals",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
|
30
|
-
"@fluentui/react-components": "^9.
|
|
30
|
+
"@fluentui/react-components": "^9.6.0",
|
|
31
31
|
"@fluentui/react-shared-contexts": "^9.0.2",
|
|
32
32
|
"@fluentui/scripts": "^1.0.0"
|
|
33
33
|
},
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"tslib": "^2.1.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@fluentui/react-components": "^9.
|
|
40
|
+
"@fluentui/react-components": "^9.6.0",
|
|
41
41
|
"@types/react": ">=16.8.0 <19.0.0",
|
|
42
42
|
"react": ">=16.8.0 <19.0.0"
|
|
43
43
|
},
|