@fluentui/react-dialog 9.18.3 → 9.18.4
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.md +12 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-dialog
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Mon, 24 Aug 2026 08:15:11 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.18.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.18.4)
|
|
8
|
+
|
|
9
|
+
Mon, 24 Aug 2026 08:15:11 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.18.3..@fluentui/react-dialog_v9.18.4)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-motion to v9.16.3 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
|
|
15
|
+
- Bump @fluentui/react-motion-components-preview to v0.15.8 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
|
|
16
|
+
|
|
7
17
|
## [9.18.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-dialog_v9.18.3)
|
|
8
18
|
|
|
9
|
-
Tue, 11 Aug 2026 17:
|
|
19
|
+
Tue, 11 Aug 2026 17:20:15 GMT
|
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-dialog_v9.18.2..@fluentui/react-dialog_v9.18.3)
|
|
11
21
|
|
|
12
22
|
### Patches
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-dialog",
|
|
3
|
-
"version": "9.18.
|
|
3
|
+
"version": "9.18.4",
|
|
4
4
|
"description": "Dialog component for Fluent UI React",
|
|
5
5
|
"main": "lib-commonjs/index.cjs",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@fluentui/react-context-selector": "^9.2.19",
|
|
18
18
|
"@fluentui/react-icons": "^2.0.245",
|
|
19
19
|
"@fluentui/react-jsx-runtime": "^9.4.5",
|
|
20
|
-
"@fluentui/react-motion": "^9.16.
|
|
21
|
-
"@fluentui/react-motion-components-preview": "^0.15.
|
|
20
|
+
"@fluentui/react-motion": "^9.16.3",
|
|
21
|
+
"@fluentui/react-motion-components-preview": "^0.15.8",
|
|
22
22
|
"@fluentui/react-portal": "^9.8.15",
|
|
23
23
|
"@fluentui/react-shared-contexts": "^9.26.3",
|
|
24
24
|
"@fluentui/react-tabster": "^9.26.17",
|