@fluentui/react-portal 9.4.41 → 9.4.42
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,9 +1,19 @@
|
|
1
1
|
# Change Log - @fluentui/react-portal
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 22 Jan 2025 13:55:32 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.4.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.4.42)
|
8
|
+
|
9
|
+
Wed, 22 Jan 2025 13:55:32 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-portal_v9.4.40..@fluentui/react-portal_v9.4.42)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-tabster to v9.23.3 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
|
15
|
+
- Bump @fluentui/react-utilities to v9.18.20 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
|
16
|
+
|
7
17
|
## [9.4.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-portal_v9.4.40)
|
8
18
|
|
9
19
|
Mon, 16 Dec 2024 16:26:49 GMT
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-portal",
|
3
|
-
"version": "9.4.
|
3
|
+
"version": "9.4.42",
|
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",
|
@@ -19,8 +19,8 @@
|
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
21
|
"@fluentui/react-shared-contexts": "^9.21.2",
|
22
|
-
"@fluentui/react-tabster": "^9.23.
|
23
|
-
"@fluentui/react-utilities": "^9.18.
|
22
|
+
"@fluentui/react-tabster": "^9.23.3",
|
23
|
+
"@fluentui/react-utilities": "^9.18.20",
|
24
24
|
"@griffel/react": "^1.5.22",
|
25
25
|
"@swc/helpers": "^0.5.1",
|
26
26
|
"use-disposable": "^1.0.1"
|