@fluentui/react-popover 9.8.15 → 9.8.17

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,87 @@
2
2
  "name": "@fluentui/react-popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 12 Oct 2023 14:52:34 GMT",
5
+ "date": "Mon, 23 Oct 2023 09:48:56 GMT",
6
+ "tag": "@fluentui/react-popover_v9.8.17",
7
+ "version": "9.8.17",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-popover",
13
+ "comment": "Bump @fluentui/react-portal to v9.3.25",
14
+ "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-popover",
19
+ "comment": "Bump @fluentui/react-tabster to v9.14.1",
20
+ "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 18 Oct 2023 17:54:05 GMT",
27
+ "tag": "@fluentui/react-popover_v9.8.16",
28
+ "version": "9.8.16",
29
+ "comments": {
30
+ "none": [
31
+ {
32
+ "author": "lingfangao@hotmail.com",
33
+ "package": "@fluentui/react-popover",
34
+ "commit": "aa6771ed95c5af78f413b3c20068867f032cf4c4",
35
+ "comment": "chore: Add e2e tests for virtual parents"
36
+ }
37
+ ],
38
+ "patch": [
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui/react-popover",
42
+ "comment": "Bump @fluentui/react-aria to v9.3.43",
43
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
44
+ },
45
+ {
46
+ "author": "beachball",
47
+ "package": "@fluentui/react-popover",
48
+ "comment": "Bump @fluentui/react-context-selector to v9.1.41",
49
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
50
+ },
51
+ {
52
+ "author": "beachball",
53
+ "package": "@fluentui/react-popover",
54
+ "comment": "Bump @fluentui/react-portal to v9.3.24",
55
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
56
+ },
57
+ {
58
+ "author": "beachball",
59
+ "package": "@fluentui/react-popover",
60
+ "comment": "Bump @fluentui/react-positioning to v9.9.21",
61
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
62
+ },
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-popover",
66
+ "comment": "Bump @fluentui/react-tabster to v9.14.0",
67
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
68
+ },
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui/react-popover",
72
+ "comment": "Bump @fluentui/react-utilities to v9.15.1",
73
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
74
+ },
75
+ {
76
+ "author": "beachball",
77
+ "package": "@fluentui/react-popover",
78
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.18",
79
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
80
+ }
81
+ ]
82
+ }
83
+ },
84
+ {
85
+ "date": "Thu, 12 Oct 2023 14:55:44 GMT",
6
86
  "tag": "@fluentui/react-popover_v9.8.15",
7
87
  "version": "9.8.15",
8
88
  "comments": {
@@ -11,7 +91,7 @@
11
91
  "author": "beachball",
12
92
  "package": "@fluentui/react-popover",
13
93
  "comment": "Bump @fluentui/react-jsx-runtime to v9.0.17",
14
- "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
94
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
15
95
  }
16
96
  ]
17
97
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,42 @@
1
1
  # Change Log - @fluentui/react-popover
2
2
 
3
- This log was last generated on Thu, 12 Oct 2023 14:52:34 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 Oct 2023 09:48:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.8.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.8.17)
8
+
9
+ Mon, 23 Oct 2023 09:48:56 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.8.16..@fluentui/react-popover_v9.8.17)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-portal to v9.3.25 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
15
+ - Bump @fluentui/react-tabster to v9.14.1 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
16
+
17
+ ## [9.8.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.8.16)
18
+
19
+ Wed, 18 Oct 2023 17:54:05 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.8.15..@fluentui/react-popover_v9.8.16)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-aria to v9.3.43 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
25
+ - Bump @fluentui/react-context-selector to v9.1.41 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
26
+ - Bump @fluentui/react-portal to v9.3.24 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
27
+ - Bump @fluentui/react-positioning to v9.9.21 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
28
+ - Bump @fluentui/react-tabster to v9.14.0 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
29
+ - Bump @fluentui/react-utilities to v9.15.1 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
30
+ - Bump @fluentui/react-jsx-runtime to v9.0.18 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
31
+
7
32
  ## [9.8.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.8.15)
8
33
 
9
- Thu, 12 Oct 2023 14:52:34 GMT
34
+ Thu, 12 Oct 2023 14:55:44 GMT
10
35
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.8.14..@fluentui/react-popover_v9.8.15)
11
36
 
12
37
  ### Patches
13
38
 
14
- - Bump @fluentui/react-jsx-runtime to v9.0.17 ([PR #29488](https://github.com/microsoft/fluentui/pull/29488) by beachball)
39
+ - Bump @fluentui/react-jsx-runtime to v9.0.17 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
15
40
 
16
41
  ## [9.8.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.8.14)
17
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-popover",
3
- "version": "9.8.15",
3
+ "version": "9.8.17",
4
4
  "description": "Popover component for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -37,15 +37,15 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@fluentui/keyboard-keys": "^9.0.6",
40
- "@fluentui/react-aria": "^9.3.42",
41
- "@fluentui/react-context-selector": "^9.1.40",
42
- "@fluentui/react-portal": "^9.3.23",
43
- "@fluentui/react-positioning": "^9.9.20",
40
+ "@fluentui/react-aria": "^9.3.43",
41
+ "@fluentui/react-context-selector": "^9.1.41",
42
+ "@fluentui/react-portal": "^9.3.25",
43
+ "@fluentui/react-positioning": "^9.9.21",
44
44
  "@fluentui/react-shared-contexts": "^9.10.0",
45
- "@fluentui/react-tabster": "^9.13.6",
45
+ "@fluentui/react-tabster": "^9.14.1",
46
46
  "@fluentui/react-theme": "^9.1.14",
47
- "@fluentui/react-utilities": "^9.15.0",
48
- "@fluentui/react-jsx-runtime": "^9.0.17",
47
+ "@fluentui/react-utilities": "^9.15.1",
48
+ "@fluentui/react-jsx-runtime": "^9.0.18",
49
49
  "@griffel/react": "^1.5.14",
50
50
  "@swc/helpers": "^0.5.1"
51
51
  },