@fluentui/react-popover 9.4.8 → 9.4.10

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,105 @@
2
2
  "name": "@fluentui/react-popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 13 Feb 2023 09:34:36 GMT",
5
+ "date": "Wed, 15 Feb 2023 11:41:23 GMT",
6
+ "tag": "@fluentui/react-popover_v9.4.10",
7
+ "version": "9.4.10",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-popover",
13
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2",
14
+ "comment": "chore: Adds tests for iframe focus"
15
+ }
16
+ ],
17
+ "patch": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-popover",
21
+ "comment": "Bump @fluentui/react-aria to v9.3.10",
22
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-popover",
27
+ "comment": "Bump @fluentui/react-context-selector to v9.1.10",
28
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-popover",
33
+ "comment": "Bump @fluentui/react-portal to v9.1.9",
34
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@fluentui/react-popover",
39
+ "comment": "Bump @fluentui/react-positioning to v9.4.3",
40
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
41
+ },
42
+ {
43
+ "author": "beachball",
44
+ "package": "@fluentui/react-popover",
45
+ "comment": "Bump @fluentui/react-tabster to v9.5.3",
46
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
47
+ },
48
+ {
49
+ "author": "beachball",
50
+ "package": "@fluentui/react-popover",
51
+ "comment": "Bump @fluentui/react-utilities to v9.6.0",
52
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
53
+ }
54
+ ]
55
+ }
56
+ },
57
+ {
58
+ "date": "Mon, 13 Feb 2023 23:43:14 GMT",
59
+ "tag": "@fluentui/react-popover_v9.4.9",
60
+ "version": "9.4.9",
61
+ "comments": {
62
+ "patch": [
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-popover",
66
+ "comment": "Bump @fluentui/react-aria to v9.3.9",
67
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
68
+ },
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui/react-popover",
72
+ "comment": "Bump @fluentui/react-context-selector to v9.1.9",
73
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
74
+ },
75
+ {
76
+ "author": "beachball",
77
+ "package": "@fluentui/react-popover",
78
+ "comment": "Bump @fluentui/react-portal to v9.1.8",
79
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
80
+ },
81
+ {
82
+ "author": "beachball",
83
+ "package": "@fluentui/react-popover",
84
+ "comment": "Bump @fluentui/react-positioning to v9.4.2",
85
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
86
+ },
87
+ {
88
+ "author": "beachball",
89
+ "package": "@fluentui/react-popover",
90
+ "comment": "Bump @fluentui/react-tabster to v9.5.2",
91
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
92
+ },
93
+ {
94
+ "author": "beachball",
95
+ "package": "@fluentui/react-popover",
96
+ "comment": "Bump @fluentui/react-utilities to v9.5.3",
97
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
98
+ }
99
+ ]
100
+ }
101
+ },
102
+ {
103
+ "date": "Mon, 13 Feb 2023 09:35:48 GMT",
6
104
  "tag": "@fluentui/react-popover_v9.4.8",
7
105
  "version": "9.4.8",
8
106
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,40 @@
1
1
  # Change Log - @fluentui/react-popover
2
2
 
3
- This log was last generated on Mon, 13 Feb 2023 09:34:36 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 15 Feb 2023 11:41:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.4.10)
8
+
9
+ Wed, 15 Feb 2023 11:41:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.4.9..@fluentui/react-popover_v9.4.10)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-aria to v9.3.10 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball)
15
+ - Bump @fluentui/react-context-selector to v9.1.10 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball)
16
+ - Bump @fluentui/react-portal to v9.1.9 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball)
17
+ - Bump @fluentui/react-positioning to v9.4.3 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.5.3 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.6.0 ([PR #26845](https://github.com/microsoft/fluentui/pull/26845) by beachball)
20
+
21
+ ## [9.4.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.4.9)
22
+
23
+ Mon, 13 Feb 2023 23:43:14 GMT
24
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.4.8..@fluentui/react-popover_v9.4.9)
25
+
26
+ ### Patches
27
+
28
+ - Bump @fluentui/react-aria to v9.3.9 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball)
29
+ - Bump @fluentui/react-context-selector to v9.1.9 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball)
30
+ - Bump @fluentui/react-portal to v9.1.8 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball)
31
+ - Bump @fluentui/react-positioning to v9.4.2 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball)
32
+ - Bump @fluentui/react-tabster to v9.5.2 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball)
33
+ - Bump @fluentui/react-utilities to v9.5.3 ([PR #26814](https://github.com/microsoft/fluentui/pull/26814) by beachball)
34
+
7
35
  ## [9.4.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.4.8)
8
36
 
9
- Mon, 13 Feb 2023 09:34:36 GMT
37
+ Mon, 13 Feb 2023 09:35:48 GMT
10
38
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.4.7..@fluentui/react-popover_v9.4.8)
11
39
 
12
40
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-popover",
3
- "version": "9.4.8",
3
+ "version": "9.4.10",
4
4
  "description": "Popover component for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,14 +36,14 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@fluentui/keyboard-keys": "^9.0.1",
39
- "@fluentui/react-aria": "^9.3.8",
40
- "@fluentui/react-context-selector": "^9.1.8",
41
- "@fluentui/react-portal": "^9.1.7",
42
- "@fluentui/react-positioning": "^9.4.1",
39
+ "@fluentui/react-aria": "^9.3.10",
40
+ "@fluentui/react-context-selector": "^9.1.10",
41
+ "@fluentui/react-portal": "^9.1.9",
42
+ "@fluentui/react-positioning": "^9.4.3",
43
43
  "@fluentui/react-shared-contexts": "^9.2.0",
44
- "@fluentui/react-tabster": "^9.5.1",
44
+ "@fluentui/react-tabster": "^9.5.3",
45
45
  "@fluentui/react-theme": "^9.1.5",
46
- "@fluentui/react-utilities": "^9.5.2",
46
+ "@fluentui/react-utilities": "^9.6.0",
47
47
  "@griffel/react": "^1.5.2",
48
48
  "tslib": "^2.1.0"
49
49
  },