@fluentui/react-popover 0.0.0-nightly-20220418-0419.1 → 0.0.0-nightly-20220421-0418.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.json +82 -19
- package/CHANGELOG.md +29 -12
- package/package.json +10 -10
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
"name": "@fluentui/react-popover",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-popover_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Thu, 21 Apr 2022 04:29:30 GMT",
|
6
|
+
"tag": "@fluentui/react-popover_v0.0.0-nightly-20220421-0418.1",
|
7
|
+
"version": "0.0.0-nightly-20220421-0418.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
@@ -13,59 +13,122 @@
|
|
13
13
|
"commit": "not available",
|
14
14
|
"comment": "Release nightly v9"
|
15
15
|
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-popover",
|
19
|
+
"comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly-20220421-0418.1",
|
20
|
+
"commit": "f5724906c71b58258b0a18025f82f1c1103d97f0"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-popover",
|
25
|
+
"comment": "Bump @fluentui/react-portal to v0.0.0-nightly-20220421-0418.1",
|
26
|
+
"commit": "f5724906c71b58258b0a18025f82f1c1103d97f0"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-popover",
|
31
|
+
"comment": "Bump @fluentui/react-positioning to v0.0.0-nightly-20220421-0418.1",
|
32
|
+
"commit": "f5724906c71b58258b0a18025f82f1c1103d97f0"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-popover",
|
37
|
+
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20220421-0418.1",
|
38
|
+
"commit": "f5724906c71b58258b0a18025f82f1c1103d97f0"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-popover",
|
43
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20220421-0418.1",
|
44
|
+
"commit": "f5724906c71b58258b0a18025f82f1c1103d97f0"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "beachball",
|
48
|
+
"package": "@fluentui/react-popover",
|
49
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220421-0418.1",
|
50
|
+
"commit": "f5724906c71b58258b0a18025f82f1c1103d97f0"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "beachball",
|
54
|
+
"package": "@fluentui/react-popover",
|
55
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220421-0418.1",
|
56
|
+
"commit": "f5724906c71b58258b0a18025f82f1c1103d97f0"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"author": "beachball",
|
60
|
+
"package": "@fluentui/react-popover",
|
61
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220421-0418.1",
|
62
|
+
"commit": "f5724906c71b58258b0a18025f82f1c1103d97f0"
|
63
|
+
}
|
64
|
+
]
|
65
|
+
}
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"date": "Tue, 19 Apr 2022 19:16:47 GMT",
|
69
|
+
"tag": "@fluentui/react-popover_v9.0.0-rc.6",
|
70
|
+
"version": "9.0.0-rc.6",
|
71
|
+
"comments": {
|
72
|
+
"prerelease": [
|
16
73
|
{
|
17
74
|
"author": "seanmonahan@microsoft.com",
|
18
75
|
"package": "@fluentui/react-popover",
|
19
76
|
"commit": "086a675fd0c648944ff4048450190a0a13467de3",
|
20
77
|
"comment": "Add static classnames to Popover"
|
21
78
|
},
|
79
|
+
{
|
80
|
+
"author": "olfedias@microsoft.com",
|
81
|
+
"package": "@fluentui/react-popover",
|
82
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
83
|
+
"comment": "chore: Update Griffel to latest version"
|
84
|
+
},
|
22
85
|
{
|
23
86
|
"author": "beachball",
|
24
87
|
"package": "@fluentui/react-popover",
|
25
|
-
"comment": "Bump @fluentui/react-context-selector to
|
26
|
-
"commit": "
|
88
|
+
"comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.6",
|
89
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
27
90
|
},
|
28
91
|
{
|
29
92
|
"author": "beachball",
|
30
93
|
"package": "@fluentui/react-popover",
|
31
|
-
"comment": "Bump @fluentui/react-portal to
|
32
|
-
"commit": "
|
94
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.6",
|
95
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
33
96
|
},
|
34
97
|
{
|
35
98
|
"author": "beachball",
|
36
99
|
"package": "@fluentui/react-popover",
|
37
|
-
"comment": "Bump @fluentui/react-positioning to
|
38
|
-
"commit": "
|
100
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.6",
|
101
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
39
102
|
},
|
40
103
|
{
|
41
104
|
"author": "beachball",
|
42
105
|
"package": "@fluentui/react-popover",
|
43
|
-
"comment": "Bump @fluentui/react-shared-contexts to
|
44
|
-
"commit": "
|
106
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
|
107
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
45
108
|
},
|
46
109
|
{
|
47
110
|
"author": "beachball",
|
48
111
|
"package": "@fluentui/react-popover",
|
49
|
-
"comment": "Bump @fluentui/react-tabster to
|
50
|
-
"commit": "
|
112
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.6",
|
113
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
51
114
|
},
|
52
115
|
{
|
53
116
|
"author": "beachball",
|
54
117
|
"package": "@fluentui/react-popover",
|
55
|
-
"comment": "Bump @fluentui/react-theme to
|
56
|
-
"commit": "
|
118
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
119
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
57
120
|
},
|
58
121
|
{
|
59
122
|
"author": "beachball",
|
60
123
|
"package": "@fluentui/react-popover",
|
61
|
-
"comment": "Bump @fluentui/react-utilities to
|
62
|
-
"commit": "
|
124
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
125
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
63
126
|
},
|
64
127
|
{
|
65
128
|
"author": "beachball",
|
66
129
|
"package": "@fluentui/react-popover",
|
67
|
-
"comment": "Bump @fluentui/react-conformance-griffel to
|
68
|
-
"commit": "
|
130
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
131
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
69
132
|
}
|
70
133
|
],
|
71
134
|
"none": [
|
package/CHANGELOG.md
CHANGED
@@ -1,26 +1,43 @@
|
|
1
1
|
# Change Log - @fluentui/react-popover
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 21 Apr 2022 04:29:30 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20220421-0418.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v0.0.0-nightly-20220421-0418.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.
|
9
|
+
Thu, 21 Apr 2022 04:29:30 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.6..@fluentui/react-popover_v0.0.0-nightly-20220421-0418.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
14
|
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by email not defined)
|
15
|
+
- Bump @fluentui/react-context-selector to v0.0.0-nightly-20220421-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/f5724906c71b58258b0a18025f82f1c1103d97f0) by beachball)
|
16
|
+
- Bump @fluentui/react-portal to v0.0.0-nightly-20220421-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/f5724906c71b58258b0a18025f82f1c1103d97f0) by beachball)
|
17
|
+
- Bump @fluentui/react-positioning to v0.0.0-nightly-20220421-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/f5724906c71b58258b0a18025f82f1c1103d97f0) by beachball)
|
18
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20220421-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/f5724906c71b58258b0a18025f82f1c1103d97f0) by beachball)
|
19
|
+
- Bump @fluentui/react-tabster to v0.0.0-nightly-20220421-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/f5724906c71b58258b0a18025f82f1c1103d97f0) by beachball)
|
20
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20220421-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/f5724906c71b58258b0a18025f82f1c1103d97f0) by beachball)
|
21
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20220421-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/f5724906c71b58258b0a18025f82f1c1103d97f0) by beachball)
|
22
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220421-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/f5724906c71b58258b0a18025f82f1c1103d97f0) by beachball)
|
23
|
+
|
24
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.6)
|
25
|
+
|
26
|
+
Tue, 19 Apr 2022 19:16:47 GMT
|
27
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.5..@fluentui/react-popover_v9.0.0-rc.6)
|
28
|
+
|
29
|
+
### Changes
|
30
|
+
|
15
31
|
- Add static classnames to Popover ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
16
|
-
-
|
17
|
-
- Bump @fluentui/react-
|
18
|
-
- Bump @fluentui/react-
|
19
|
-
- Bump @fluentui/react-
|
20
|
-
- Bump @fluentui/react-
|
21
|
-
- Bump @fluentui/react-
|
22
|
-
- Bump @fluentui/react-
|
23
|
-
- Bump @fluentui/react-
|
32
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
33
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
34
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
35
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
36
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
37
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
38
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
39
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
40
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
24
41
|
|
25
42
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.5)
|
26
43
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-popover",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20220421-0418.1",
|
4
4
|
"description": "Popover component for Fluent UI",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -29,18 +29,18 @@
|
|
29
29
|
"devDependencies": {
|
30
30
|
"@fluentui/eslint-plugin": "*",
|
31
31
|
"@fluentui/react-conformance": "*",
|
32
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-
|
32
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20220421-0418.1",
|
33
33
|
"@fluentui/scripts": "^1.0.0"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@fluentui/react-context-selector": "0.0.0-nightly-
|
37
|
-
"@griffel/react": "1.0.
|
38
|
-
"@fluentui/react-portal": "0.0.0-nightly-
|
39
|
-
"@fluentui/react-positioning": "0.0.0-nightly-
|
40
|
-
"@fluentui/react-shared-contexts": "0.0.0-nightly-
|
41
|
-
"@fluentui/react-tabster": "0.0.0-nightly-
|
42
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
43
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
36
|
+
"@fluentui/react-context-selector": "0.0.0-nightly-20220421-0418.1",
|
37
|
+
"@griffel/react": "1.0.3",
|
38
|
+
"@fluentui/react-portal": "0.0.0-nightly-20220421-0418.1",
|
39
|
+
"@fluentui/react-positioning": "0.0.0-nightly-20220421-0418.1",
|
40
|
+
"@fluentui/react-shared-contexts": "0.0.0-nightly-20220421-0418.1",
|
41
|
+
"@fluentui/react-tabster": "0.0.0-nightly-20220421-0418.1",
|
42
|
+
"@fluentui/react-theme": "0.0.0-nightly-20220421-0418.1",
|
43
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20220421-0418.1",
|
44
44
|
"tslib": "^2.1.0"
|
45
45
|
},
|
46
46
|
"peerDependencies": {
|