@fluentui/react-popover 9.11.0 → 9.11.1
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 Fri, 13 Jun 2025 12:30:21 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.11.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.11.1)
|
8
|
+
|
9
|
+
Fri, 13 Jun 2025 12:30:21 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.11.0..@fluentui/react-popover_v9.11.1)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-positioning to v9.18.1 ([PR #34639](https://github.com/microsoft/fluentui/pull/34639) by beachball)
|
15
|
+
|
7
16
|
## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.11.0)
|
8
17
|
|
9
|
-
Thu, 12 Jun 2025 09:
|
18
|
+
Thu, 12 Jun 2025 09:43:33 GMT
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.10.9..@fluentui/react-popover_v9.11.0)
|
11
20
|
|
12
21
|
### Minor changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-popover",
|
3
|
-
"version": "9.11.
|
3
|
+
"version": "9.11.1",
|
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.15.0",
|
26
26
|
"@fluentui/react-context-selector": "^9.2.0",
|
27
27
|
"@fluentui/react-portal": "^9.6.0",
|
28
|
-
"@fluentui/react-positioning": "^9.18.
|
28
|
+
"@fluentui/react-positioning": "^9.18.1",
|
29
29
|
"@fluentui/react-shared-contexts": "^9.23.1",
|
30
30
|
"@fluentui/react-tabster": "^9.25.0",
|
31
31
|
"@fluentui/react-theme": "^9.1.24",
|