@fluentui/react-popover 9.10.8 → 9.10.9
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 +11 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,21 @@
|
|
1
1
|
# Change Log - @fluentui/react-popover
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 11 Jun 2025 22:29:17 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.10.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.10.9)
|
8
|
+
|
9
|
+
Wed, 11 Jun 2025 22:29:17 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.10.8..@fluentui/react-popover_v9.10.9)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-positioning to v9.17.2 ([PR #34631](https://github.com/microsoft/fluentui/pull/34631) by beachball)
|
15
|
+
|
7
16
|
## [9.10.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.10.8)
|
8
17
|
|
9
|
-
Fri, 06 Jun 2025 13:
|
18
|
+
Fri, 06 Jun 2025 13:15:17 GMT
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.10.7..@fluentui/react-popover_v9.10.8)
|
11
20
|
|
12
21
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-popover",
|
3
|
-
"version": "9.10.
|
3
|
+
"version": "9.10.9",
|
4
4
|
"description": "Popover component for Fluent UI",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"@fluentui/react-aria": "^9.14.8",
|
26
26
|
"@fluentui/react-context-selector": "^9.1.77",
|
27
27
|
"@fluentui/react-portal": "^9.5.8",
|
28
|
-
"@fluentui/react-positioning": "^9.17.
|
28
|
+
"@fluentui/react-positioning": "^9.17.2",
|
29
29
|
"@fluentui/react-shared-contexts": "^9.23.1",
|
30
30
|
"@fluentui/react-tabster": "^9.24.8",
|
31
31
|
"@fluentui/react-theme": "^9.1.24",
|