@fluentui/react-popover 9.11.0 → 9.11.2
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 +27 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,37 @@
|
|
1
1
|
# Change Log - @fluentui/react-popover
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 18 Jun 2025 17:29:30 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.11.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.11.2)
|
8
|
+
|
9
|
+
Wed, 18 Jun 2025 17:29:30 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.11.1..@fluentui/react-popover_v9.11.2)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-aria to v9.15.1 ([PR #34675](https://github.com/microsoft/fluentui/pull/34675) by beachball)
|
15
|
+
- Bump @fluentui/react-context-selector to v9.2.1 ([PR #34675](https://github.com/microsoft/fluentui/pull/34675) by beachball)
|
16
|
+
- Bump @fluentui/react-portal to v9.6.1 ([PR #34675](https://github.com/microsoft/fluentui/pull/34675) by beachball)
|
17
|
+
- Bump @fluentui/react-positioning to v9.18.2 ([PR #34675](https://github.com/microsoft/fluentui/pull/34675) by beachball)
|
18
|
+
- Bump @fluentui/react-shared-contexts to v9.24.0 ([PR #34675](https://github.com/microsoft/fluentui/pull/34675) by beachball)
|
19
|
+
- Bump @fluentui/react-tabster to v9.25.1 ([PR #34675](https://github.com/microsoft/fluentui/pull/34675) by beachball)
|
20
|
+
- Bump @fluentui/react-utilities to v9.21.1 ([PR #34675](https://github.com/microsoft/fluentui/pull/34675) by beachball)
|
21
|
+
- Bump @fluentui/react-jsx-runtime to v9.1.1 ([PR #34675](https://github.com/microsoft/fluentui/pull/34675) by beachball)
|
22
|
+
|
23
|
+
## [9.11.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.11.1)
|
24
|
+
|
25
|
+
Fri, 13 Jun 2025 12:32:53 GMT
|
26
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.11.0..@fluentui/react-popover_v9.11.1)
|
27
|
+
|
28
|
+
### Patches
|
29
|
+
|
30
|
+
- Bump @fluentui/react-positioning to v9.18.1 ([PR #34639](https://github.com/microsoft/fluentui/pull/34639) by beachball)
|
31
|
+
|
7
32
|
## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.11.0)
|
8
33
|
|
9
|
-
Thu, 12 Jun 2025 09:
|
34
|
+
Thu, 12 Jun 2025 09:43:33 GMT
|
10
35
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.10.9..@fluentui/react-popover_v9.11.0)
|
11
36
|
|
12
37
|
### 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.2",
|
4
4
|
"description": "Popover component for Fluent UI",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -22,15 +22,15 @@
|
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
24
|
"@fluentui/keyboard-keys": "^9.0.8",
|
25
|
-
"@fluentui/react-aria": "^9.15.
|
26
|
-
"@fluentui/react-context-selector": "^9.2.
|
27
|
-
"@fluentui/react-portal": "^9.6.
|
28
|
-
"@fluentui/react-positioning": "^9.18.
|
29
|
-
"@fluentui/react-shared-contexts": "^9.
|
30
|
-
"@fluentui/react-tabster": "^9.25.
|
25
|
+
"@fluentui/react-aria": "^9.15.1",
|
26
|
+
"@fluentui/react-context-selector": "^9.2.1",
|
27
|
+
"@fluentui/react-portal": "^9.6.1",
|
28
|
+
"@fluentui/react-positioning": "^9.18.2",
|
29
|
+
"@fluentui/react-shared-contexts": "^9.24.0",
|
30
|
+
"@fluentui/react-tabster": "^9.25.1",
|
31
31
|
"@fluentui/react-theme": "^9.1.24",
|
32
|
-
"@fluentui/react-utilities": "^9.21.
|
33
|
-
"@fluentui/react-jsx-runtime": "^9.1.
|
32
|
+
"@fluentui/react-utilities": "^9.21.1",
|
33
|
+
"@fluentui/react-jsx-runtime": "^9.1.1",
|
34
34
|
"@griffel/react": "^1.5.22",
|
35
35
|
"@swc/helpers": "^0.5.1"
|
36
36
|
},
|