@fluentui/react-portal 9.4.39 → 9.4.40
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,20 +1,31 @@
|
|
1
1
|
# Change Log - @fluentui/react-portal
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 16 Dec 2024 16:22:08 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.4.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.4.40)
|
8
|
+
|
9
|
+
Mon, 16 Dec 2024 16:22:08 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.4.39..@fluentui/react-portal_v9.4.40)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-shared-contexts to v9.21.2 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
15
|
+
- Bump @fluentui/react-tabster to v9.23.2 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v9.18.19 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
17
|
+
|
7
18
|
## [9.4.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.4.39)
|
8
19
|
|
9
|
-
Fri, 06 Dec 2024 12:
|
20
|
+
Fri, 06 Dec 2024 12:53:41 GMT
|
10
21
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.4.38..@fluentui/react-portal_v9.4.39)
|
11
22
|
|
12
23
|
### Patches
|
13
24
|
|
14
25
|
- chore: remove usage of "export *" ([PR #33380](https://github.com/microsoft/fluentui/pull/33380) by olfedias@microsoft.com)
|
15
|
-
- Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #
|
16
|
-
- Bump @fluentui/react-tabster to v9.23.1 ([PR #
|
17
|
-
- Bump @fluentui/react-utilities to v9.18.18 ([PR #
|
26
|
+
- Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
27
|
+
- Bump @fluentui/react-tabster to v9.23.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
28
|
+
- Bump @fluentui/react-utilities to v9.18.18 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
18
29
|
|
19
30
|
## [9.4.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.4.38)
|
20
31
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-portal",
|
3
|
-
"version": "9.4.
|
3
|
+
"version": "9.4.40",
|
4
4
|
"description": "A utility component that creates portals compatible with Fluent UI",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -18,9 +18,9 @@
|
|
18
18
|
"@fluentui/scripts-api-extractor": "*"
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
|
-
"@fluentui/react-shared-contexts": "^9.21.
|
22
|
-
"@fluentui/react-tabster": "^9.23.
|
23
|
-
"@fluentui/react-utilities": "^9.18.
|
21
|
+
"@fluentui/react-shared-contexts": "^9.21.2",
|
22
|
+
"@fluentui/react-tabster": "^9.23.2",
|
23
|
+
"@fluentui/react-utilities": "^9.18.19",
|
24
24
|
"@griffel/react": "^1.5.22",
|
25
25
|
"@swc/helpers": "^0.5.1",
|
26
26
|
"use-disposable": "^1.0.1"
|