@fluentui/react-portal-compat 9.0.16 → 9.0.18
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 +63 -1
- package/CHANGELOG.md +24 -2
- package/package.json +15 -7
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,69 @@
|
|
|
2
2
|
"name": "@fluentui/react-portal-compat",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 11 Nov 2022 14:53:18 GMT",
|
|
6
|
+
"tag": "@fluentui/react-portal-compat_v9.0.18",
|
|
7
|
+
"version": "9.0.18",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-portal-compat",
|
|
13
|
+
"commit": "792bd72b19e360afe9ac8e9da298dc3d85776c74",
|
|
14
|
+
"comment": "chore: Migrate to new package structure."
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"patch": [
|
|
18
|
+
{
|
|
19
|
+
"author": "martinhochel@microsoft.com",
|
|
20
|
+
"package": "@fluentui/react-portal-compat",
|
|
21
|
+
"commit": "b3907043bd8d7b650c55e8e7c3119b14f2606c38",
|
|
22
|
+
"comment": "fix: create valid export maps"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"author": "beachball",
|
|
26
|
+
"package": "@fluentui/react-portal-compat",
|
|
27
|
+
"comment": "Bump @fluentui/react-portal-compat-context to v9.0.4",
|
|
28
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"author": "beachball",
|
|
32
|
+
"package": "@fluentui/react-portal-compat",
|
|
33
|
+
"comment": "Bump @fluentui/react-tabster to v9.3.0",
|
|
34
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"author": "beachball",
|
|
38
|
+
"package": "@fluentui/react-portal-compat",
|
|
39
|
+
"comment": "Bump @fluentui/react-components to v9.7.0",
|
|
40
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"author": "beachball",
|
|
44
|
+
"package": "@fluentui/react-portal-compat",
|
|
45
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.1.1",
|
|
46
|
+
"commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"date": "Wed, 02 Nov 2022 14:27:34 GMT",
|
|
53
|
+
"tag": "@fluentui/react-portal-compat_v9.0.17",
|
|
54
|
+
"version": "9.0.17",
|
|
55
|
+
"comments": {
|
|
56
|
+
"patch": [
|
|
57
|
+
{
|
|
58
|
+
"author": "beachball",
|
|
59
|
+
"package": "@fluentui/react-portal-compat",
|
|
60
|
+
"comment": "Bump @fluentui/react-components to v9.6.3",
|
|
61
|
+
"commit": "48c85202ce3c230fdc83bde3ce494f952632b16f"
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"date": "Wed, 02 Nov 2022 11:58:07 GMT",
|
|
6
68
|
"tag": "@fluentui/react-portal-compat_v9.0.16",
|
|
7
69
|
"version": "9.0.16",
|
|
8
70
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,34 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-portal-compat
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 11 Nov 2022 14:53:18 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.18)
|
|
8
|
+
|
|
9
|
+
Fri, 11 Nov 2022 14:53:18 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.17..@fluentui/react-portal-compat_v9.0.18)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- fix: create valid export maps ([PR #25558](https://github.com/microsoft/fluentui/pull/25558) by martinhochel@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-portal-compat-context to v9.0.4 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
|
16
|
+
- Bump @fluentui/react-tabster to v9.3.0 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
|
17
|
+
- Bump @fluentui/react-components to v9.7.0 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
|
18
|
+
- Bump @fluentui/react-shared-contexts to v9.1.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
|
|
19
|
+
|
|
20
|
+
## [9.0.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.17)
|
|
21
|
+
|
|
22
|
+
Wed, 02 Nov 2022 14:27:34 GMT
|
|
23
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.16..@fluentui/react-portal-compat_v9.0.17)
|
|
24
|
+
|
|
25
|
+
### Patches
|
|
26
|
+
|
|
27
|
+
- Bump @fluentui/react-components to v9.6.3 ([PR #25476](https://github.com/microsoft/fluentui/pull/25476) by beachball)
|
|
28
|
+
|
|
7
29
|
## [9.0.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat_v9.0.16)
|
|
8
30
|
|
|
9
|
-
Wed, 02 Nov 2022 11:
|
|
31
|
+
Wed, 02 Nov 2022 11:58:07 GMT
|
|
10
32
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat_v9.0.15..@fluentui/react-portal-compat_v9.0.16)
|
|
11
33
|
|
|
12
34
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-portal-compat",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.18",
|
|
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",
|
|
7
|
-
"typings": "dist/index.d.ts",
|
|
7
|
+
"typings": "./dist/index.d.ts",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
|
30
|
-
"@fluentui/react-components": "^9.
|
|
31
|
-
"@fluentui/react-shared-contexts": "^9.1.
|
|
30
|
+
"@fluentui/react-components": "^9.7.0",
|
|
31
|
+
"@fluentui/react-shared-contexts": "^9.1.1",
|
|
32
32
|
"@fluentui/scripts": "^1.0.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-portal-compat-context": "^9.0.
|
|
36
|
-
"@fluentui/react-tabster": "^9.
|
|
35
|
+
"@fluentui/react-portal-compat-context": "^9.0.4",
|
|
36
|
+
"@fluentui/react-tabster": "^9.3.0",
|
|
37
37
|
"tslib": "^2.1.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@fluentui/react-components": "^9.
|
|
40
|
+
"@fluentui/react-components": "^9.7.0",
|
|
41
41
|
"@types/react": ">=16.8.0 <19.0.0",
|
|
42
42
|
"react": ">=16.8.0 <19.0.0"
|
|
43
43
|
},
|
|
@@ -46,5 +46,13 @@
|
|
|
46
46
|
"major",
|
|
47
47
|
"prerelease"
|
|
48
48
|
]
|
|
49
|
+
},
|
|
50
|
+
"exports": {
|
|
51
|
+
".": {
|
|
52
|
+
"types": "./dist/index.d.ts",
|
|
53
|
+
"import": "./lib/index.js",
|
|
54
|
+
"require": "./lib-commonjs/index.js"
|
|
55
|
+
},
|
|
56
|
+
"./package.json": "./package.json"
|
|
49
57
|
}
|
|
50
58
|
}
|