@fluentui/react-portal-compat-context 9.0.0-rc.1 → 9.0.0-rc.2
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 +16 -1
- package/CHANGELOG.md +11 -2
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/package.json +2 -2
- package/lib/PortalCompatContext.d.ts +0 -4
- package/lib/index.d.ts +0 -2
- package/lib/types.d.ts +0 -1
- package/lib-commonjs/PortalCompatContext.d.ts +0 -4
- package/lib-commonjs/index.d.ts +0 -2
- package/lib-commonjs/types.d.ts +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,22 @@
|
|
2
2
|
"name": "@fluentui/react-portal-compat-context",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Mon, 23 May 2022 12:09:59 GMT",
|
6
|
+
"tag": "@fluentui/react-portal-compat-context_v9.0.0-rc.2",
|
7
|
+
"version": "9.0.0-rc.2",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "martinhochel@microsoft.com",
|
12
|
+
"package": "@fluentui/react-portal-compat-context",
|
13
|
+
"commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
|
14
|
+
"comment": "feat: ship rolluped only dts"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Wed, 04 May 2022 13:26:46 GMT",
|
6
21
|
"tag": "@fluentui/react-portal-compat-context_v9.0.0-rc.1",
|
7
22
|
"version": "9.0.0-rc.1",
|
8
23
|
"comments": {
|
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, 23 May 2022 12:09:59 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.0-rc.2)
|
8
|
+
|
9
|
+
Mon, 23 May 2022 12:09:59 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal-compat-context_v9.0.0-rc.1..@fluentui/react-portal-compat-context_v9.0.0-rc.2)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
|
15
|
+
|
7
16
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal-compat-context_v9.0.0-rc.1)
|
8
17
|
|
9
|
-
Wed, 04 May 2022 13:
|
18
|
+
Wed, 04 May 2022 13:26:46 GMT
|
10
19
|
|
11
20
|
### Changes
|
12
21
|
|
File without changes
|
package/package.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-portal-compat-context",
|
3
|
-
"version": "9.0.0-rc.
|
3
|
+
"version": "9.0.0-rc.2",
|
4
4
|
"description": "A package that holds React context for compatibility of React Contexts",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
7
|
-
"typings": "
|
7
|
+
"typings": "dist/index.d.ts",
|
8
8
|
"sideEffects": false,
|
9
9
|
"repository": {
|
10
10
|
"type": "git",
|
package/lib/index.d.ts
DELETED
package/lib/types.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export declare type RegisterPortalFn = (el: HTMLElement) => () => void;
|
package/lib-commonjs/index.d.ts
DELETED
package/lib-commonjs/types.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export declare type RegisterPortalFn = (el: HTMLElement) => () => void;
|