@fluentui/react-popover 0.0.0-nightlyfbae36b19b20211111.1 → 0.0.0-nightlyfc5cfdc52420220215.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +332 -31
- package/CHANGELOG.md +78 -15
- package/dist/react-popover.d.ts +29 -20
- package/lib/components/Popover/Popover.js +4 -4
- package/lib/components/Popover/Popover.js.map +1 -1
- package/lib/components/Popover/Popover.types.d.ts +2 -1
- package/lib/components/Popover/renderPopover.d.ts +1 -1
- package/lib/components/Popover/renderPopover.js +1 -1
- package/lib/components/Popover/renderPopover.js.map +1 -1
- package/lib/components/Popover/usePopover.d.ts +2 -2
- package/lib/components/Popover/usePopover.js +4 -3
- package/lib/components/Popover/usePopover.js.map +1 -1
- package/lib/components/PopoverSurface/PopoverSurface.js +6 -6
- package/lib/components/PopoverSurface/PopoverSurface.js.map +1 -1
- package/lib/components/PopoverSurface/PopoverSurface.types.d.ts +2 -2
- package/lib/components/PopoverSurface/renderPopoverSurface.d.ts +1 -1
- package/lib/components/PopoverSurface/renderPopoverSurface.js +4 -4
- package/lib/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
- package/lib/components/PopoverSurface/usePopoverSurface.d.ts +4 -5
- package/lib/components/PopoverSurface/usePopoverSurface.js +16 -16
- package/lib/components/PopoverSurface/usePopoverSurface.js.map +1 -1
- package/lib/components/PopoverSurface/usePopoverSurfaceStyles.d.ts +1 -1
- package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js +29 -18
- package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js.map +1 -1
- package/lib/components/PopoverTrigger/PopoverTrigger.d.ts +2 -1
- package/lib/components/PopoverTrigger/PopoverTrigger.js +5 -4
- package/lib/components/PopoverTrigger/PopoverTrigger.js.map +1 -1
- package/lib/components/PopoverTrigger/PopoverTrigger.types.d.ts +9 -2
- package/lib/components/PopoverTrigger/renderPopoverTrigger.d.ts +1 -1
- package/lib/components/PopoverTrigger/renderPopoverTrigger.js +1 -1
- package/lib/components/PopoverTrigger/renderPopoverTrigger.js.map +1 -1
- package/lib/components/PopoverTrigger/usePopoverTrigger.d.ts +2 -2
- package/lib/components/PopoverTrigger/usePopoverTrigger.js +33 -40
- package/lib/components/PopoverTrigger/usePopoverTrigger.js.map +1 -1
- package/lib/popoverContext.d.ts +1 -1
- package/lib/popoverContext.js +1 -1
- package/lib/popoverContext.js.map +1 -1
- package/lib-commonjs/components/Popover/Popover.js +2 -2
- package/lib-commonjs/components/Popover/Popover.js.map +1 -1
- package/lib-commonjs/components/Popover/Popover.types.d.ts +2 -1
- package/lib-commonjs/components/Popover/renderPopover.d.ts +1 -1
- package/lib-commonjs/components/Popover/renderPopover.js +3 -3
- package/lib-commonjs/components/Popover/renderPopover.js.map +1 -1
- package/lib-commonjs/components/Popover/usePopover.d.ts +2 -2
- package/lib-commonjs/components/Popover/usePopover.js +6 -5
- package/lib-commonjs/components/Popover/usePopover.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/PopoverSurface.js +3 -3
- package/lib-commonjs/components/PopoverSurface/PopoverSurface.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/PopoverSurface.types.d.ts +2 -2
- package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.d.ts +1 -1
- package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js +6 -7
- package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/usePopoverSurface.d.ts +4 -5
- package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js +18 -18
- package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.d.ts +1 -1
- package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js +36 -23
- package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js.map +1 -1
- package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.d.ts +2 -1
- package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.js +3 -2
- package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.js.map +1 -1
- package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.types.d.ts +9 -2
- package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.d.ts +1 -1
- package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.js +3 -3
- package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.js.map +1 -1
- package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.d.ts +2 -2
- package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.js +33 -40
- package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.js.map +1 -1
- package/lib-commonjs/popoverContext.d.ts +1 -1
- package/lib-commonjs/popoverContext.js +3 -3
- package/lib-commonjs/popoverContext.js.map +1 -1
- package/package.json +13 -15
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -13
- package/lib/common/isConformant.js.map +0 -1
- package/lib/common/mockUsePopoverContext.d.ts +0 -7
- package/lib/common/mockUsePopoverContext.js +0 -31
- package/lib/common/mockUsePopoverContext.js.map +0 -1
- package/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -24
- package/lib-commonjs/common/isConformant.js.map +0 -1
- package/lib-commonjs/common/mockUsePopoverContext.d.ts +0 -7
- package/lib-commonjs/common/mockUsePopoverContext.js +0 -41
- package/lib-commonjs/common/mockUsePopoverContext.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,102 +2,403 @@
|
|
2
2
|
"name": "@fluentui/react-popover",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-popover_v0.0.0-
|
7
|
-
"version": "0.0.0-
|
5
|
+
"date": "Tue, 15 Feb 2022 04:11:40 GMT",
|
6
|
+
"tag": "@fluentui/react-popover_v0.0.0-nightlyfc5cfdc52420220215.1",
|
7
|
+
"version": "0.0.0-nightlyfc5cfdc52420220215.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
11
|
"author": "email not defined",
|
12
12
|
"package": "@fluentui/react-popover",
|
13
|
-
"commit": "
|
13
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9",
|
14
14
|
"comment": "Release nightly v9"
|
15
15
|
},
|
16
16
|
{
|
17
|
-
"author": "
|
17
|
+
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-popover",
|
19
|
-
"
|
20
|
-
"
|
19
|
+
"comment": "Bump @fluentui/react-context-selector to v0.0.0-nightlyfc5cfdc52420220215.1",
|
20
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-popover",
|
25
|
+
"comment": "Bump @fluentui/react-portal to v0.0.0-nightlyfc5cfdc52420220215.1",
|
26
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-popover",
|
31
|
+
"comment": "Bump @fluentui/react-positioning to v0.0.0-nightlyfc5cfdc52420220215.1",
|
32
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-popover",
|
37
|
+
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightlyfc5cfdc52420220215.1",
|
38
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-popover",
|
43
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightlyfc5cfdc52420220215.1",
|
44
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "beachball",
|
48
|
+
"package": "@fluentui/react-popover",
|
49
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyfc5cfdc52420220215.1",
|
50
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "beachball",
|
54
|
+
"package": "@fluentui/react-popover",
|
55
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyfc5cfdc52420220215.1",
|
56
|
+
"commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
|
57
|
+
}
|
58
|
+
]
|
59
|
+
}
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"date": "Thu, 10 Feb 2022 08:50:36 GMT",
|
63
|
+
"tag": "@fluentui/react-popover_v9.0.0-rc.1",
|
64
|
+
"version": "9.0.0-rc.1",
|
65
|
+
"comments": {
|
66
|
+
"prerelease": [
|
67
|
+
{
|
68
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
69
|
+
"package": "@fluentui/react-popover",
|
70
|
+
"commit": "6c32d0180e89674a46daf795de69e5dc6ca71ef7",
|
71
|
+
"comment": "Updating based on removal of functions from makeStyles."
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"author": "olfedias@microsoft.com",
|
75
|
+
"package": "@fluentui/react-popover",
|
76
|
+
"commit": "b1446dead62e61c9a0f6101d6dfc5a2f780403b8",
|
77
|
+
"comment": "use Griffel packages"
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"author": "olfedias@microsoft.com",
|
81
|
+
"package": "@fluentui/react-popover",
|
82
|
+
"commit": "aa6cfd8ac825b5a280206808101de549a91094fc",
|
83
|
+
"comment": "standardize trigger implementation & cloning"
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"author": "olfedias@microsoft.com",
|
87
|
+
"package": "@fluentui/react-popover",
|
88
|
+
"commit": "ec0e785df9c70a2202dc5cc3cb4001d1ee635124",
|
89
|
+
"comment": "update styles to not use CSS shorthands"
|
21
90
|
},
|
22
91
|
{
|
23
92
|
"author": "lingfangao@hotmail.com",
|
24
93
|
"package": "@fluentui/react-popover",
|
25
|
-
"commit": "
|
26
|
-
"comment": "fix
|
94
|
+
"commit": "3a5602460a0c05a2ba4e2cc0fad77e5ae0b8ce38",
|
95
|
+
"comment": "fix: Use role=complementary for Popovers without focus traps"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"author": "behowell@microsoft.com",
|
99
|
+
"package": "@fluentui/react-popover",
|
100
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
101
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
105
|
+
"package": "@fluentui/react-popover",
|
106
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
107
|
+
"comment": "Updating based on changes to composition types."
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
111
|
+
"package": "@fluentui/react-popover",
|
112
|
+
"commit": "38e8f42252c69b1c749c3ca7fca9315b49e6cf31",
|
113
|
+
"comment": "Replacing use of functions in makeStyles with direct use of tokens"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"author": "behowell@microsoft.com",
|
117
|
+
"package": "@fluentui/react-popover",
|
118
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
119
|
+
"comment": "Remove component's shorthandProps array"
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"author": "behowell@microsoft.com",
|
123
|
+
"package": "@fluentui/react-popover",
|
124
|
+
"commit": "09804275c7f346db54c33d4ff347bffc33676014",
|
125
|
+
"comment": "Fix Popover arrow border in high contrast"
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"author": "behowell@microsoft.com",
|
129
|
+
"package": "@fluentui/react-popover",
|
130
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
131
|
+
"comment": "Refactor component Slot typings"
|
132
|
+
},
|
133
|
+
{
|
134
|
+
"author": "lingfangao@hotmail.com",
|
135
|
+
"package": "@fluentui/react-popover",
|
136
|
+
"commit": "c2706cec4dc694762b1892a505db666d2fb324c1",
|
137
|
+
"comment": "fix: Set `aria-modal` on Popover if focus trap is enabled"
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"author": "mgodbolt@microsoft.com",
|
141
|
+
"package": "@fluentui/react-popover",
|
142
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
143
|
+
"comment": "remove export of commons types"
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"author": "lingfangao@hotmail.com",
|
147
|
+
"package": "@fluentui/react-popover",
|
148
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
149
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"author": "beachball",
|
153
|
+
"package": "@fluentui/react-popover",
|
154
|
+
"comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.1",
|
155
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"author": "beachball",
|
159
|
+
"package": "@fluentui/react-popover",
|
160
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.1",
|
161
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"author": "beachball",
|
165
|
+
"package": "@fluentui/react-popover",
|
166
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.1",
|
167
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"author": "beachball",
|
171
|
+
"package": "@fluentui/react-popover",
|
172
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
|
173
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
174
|
+
},
|
175
|
+
{
|
176
|
+
"author": "beachball",
|
177
|
+
"package": "@fluentui/react-popover",
|
178
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
|
179
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"author": "beachball",
|
183
|
+
"package": "@fluentui/react-popover",
|
184
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
185
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"author": "beachball",
|
189
|
+
"package": "@fluentui/react-popover",
|
190
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
191
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
192
|
+
}
|
193
|
+
],
|
194
|
+
"none": [
|
195
|
+
{
|
196
|
+
"author": "email not defined",
|
197
|
+
"package": "@fluentui/react-popover",
|
198
|
+
"commit": "97752a0e494875c4dc22b268030d7d5e51b19211",
|
199
|
+
"comment": "Add workaround for cypress bug"
|
27
200
|
},
|
28
201
|
{
|
29
202
|
"author": "olfedias@microsoft.com",
|
30
203
|
"package": "@fluentui/react-popover",
|
31
|
-
"commit": "
|
32
|
-
"comment": "
|
204
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
205
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"author": "martinhochel@microsoft.com",
|
209
|
+
"package": "@fluentui/react-popover",
|
210
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
211
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
212
|
+
},
|
213
|
+
{
|
214
|
+
"author": "elcraig@microsoft.com",
|
215
|
+
"package": "@fluentui/react-popover",
|
216
|
+
"commit": "3360b45ec159250b1346c91afad7dce138e6bc20",
|
217
|
+
"comment": "Update API file to version generated by typescript 4.3"
|
218
|
+
}
|
219
|
+
]
|
220
|
+
}
|
221
|
+
},
|
222
|
+
{
|
223
|
+
"date": "Thu, 25 Nov 2021 08:34:15 GMT",
|
224
|
+
"tag": "@fluentui/react-popover_v9.0.0-beta.5",
|
225
|
+
"version": "9.0.0-beta.5",
|
226
|
+
"comments": {
|
227
|
+
"prerelease": [
|
228
|
+
{
|
229
|
+
"author": "lingfangao@hotmail.com",
|
230
|
+
"package": "@fluentui/react-popover",
|
231
|
+
"commit": "58db204f28af1d68df7260ff580cf91f0adcfb66",
|
232
|
+
"comment": "Add transparent outline to arrow for HC"
|
33
233
|
},
|
34
234
|
{
|
35
235
|
"author": "beachball",
|
36
236
|
"package": "@fluentui/react-popover",
|
37
|
-
"comment": "Bump @fluentui/react-context-selector to
|
38
|
-
"commit": "
|
237
|
+
"comment": "Bump @fluentui/react-context-selector to v9.0.0-beta.4",
|
238
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
39
239
|
},
|
40
240
|
{
|
41
241
|
"author": "beachball",
|
42
242
|
"package": "@fluentui/react-popover",
|
43
|
-
"comment": "Bump @fluentui/react-make-styles to
|
44
|
-
"commit": "
|
243
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
244
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
45
245
|
},
|
46
246
|
{
|
47
247
|
"author": "beachball",
|
48
248
|
"package": "@fluentui/react-popover",
|
49
|
-
"comment": "Bump @fluentui/react-portal to
|
50
|
-
"commit": "
|
249
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-beta.5",
|
250
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
51
251
|
},
|
52
252
|
{
|
53
253
|
"author": "beachball",
|
54
254
|
"package": "@fluentui/react-popover",
|
55
|
-
"comment": "Bump @fluentui/react-positioning to
|
56
|
-
"commit": "
|
255
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-beta.4",
|
256
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
57
257
|
},
|
58
258
|
{
|
59
259
|
"author": "beachball",
|
60
260
|
"package": "@fluentui/react-popover",
|
61
|
-
"comment": "Bump @fluentui/react-shared-contexts to
|
62
|
-
"commit": "
|
261
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
|
262
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
63
263
|
},
|
64
264
|
{
|
65
265
|
"author": "beachball",
|
66
266
|
"package": "@fluentui/react-popover",
|
67
|
-
"comment": "Bump @fluentui/react-tabster to
|
68
|
-
"commit": "
|
267
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
|
268
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
69
269
|
},
|
70
270
|
{
|
71
271
|
"author": "beachball",
|
72
272
|
"package": "@fluentui/react-popover",
|
73
|
-
"comment": "Bump @fluentui/react-utilities to
|
74
|
-
"commit": "
|
273
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
274
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
75
275
|
},
|
76
276
|
{
|
77
277
|
"author": "beachball",
|
78
278
|
"package": "@fluentui/react-popover",
|
79
|
-
"comment": "Bump @fluentui/babel-make-styles to
|
80
|
-
"commit": "
|
279
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
280
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
81
281
|
},
|
82
282
|
{
|
83
283
|
"author": "beachball",
|
84
284
|
"package": "@fluentui/react-popover",
|
85
|
-
"comment": "Bump @fluentui/jest-serializer-make-styles to
|
86
|
-
"commit": "
|
285
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
286
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
87
287
|
},
|
88
288
|
{
|
89
289
|
"author": "beachball",
|
90
290
|
"package": "@fluentui/react-popover",
|
91
|
-
"comment": "Bump @fluentui/react-conformance-make-styles to
|
92
|
-
"commit": "
|
291
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
292
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
93
293
|
}
|
94
294
|
],
|
295
|
+
"none": [
|
296
|
+
{
|
297
|
+
"author": "lingfangao@hotmail.com",
|
298
|
+
"package": "@fluentui/react-popover",
|
299
|
+
"commit": "8a141d14f3a14de2e1c4691dad908622f310a9d1",
|
300
|
+
"comment": "Migrate package to use solution tsconfigs"
|
301
|
+
}
|
302
|
+
]
|
303
|
+
}
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"date": "Fri, 12 Nov 2021 13:25:28 GMT",
|
307
|
+
"tag": "@fluentui/react-popover_v9.0.0-beta.4",
|
308
|
+
"version": "9.0.0-beta.4",
|
309
|
+
"comments": {
|
95
310
|
"none": [
|
96
311
|
{
|
97
312
|
"author": "mgodbolt@microsoft.com",
|
98
313
|
"package": "@fluentui/react-popover",
|
99
314
|
"commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
|
100
315
|
"comment": "update docs descriptions"
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"author": "lingfangao@hotmail.com",
|
319
|
+
"package": "@fluentui/react-popover",
|
320
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
321
|
+
"comment": "Remove beta release tag"
|
322
|
+
}
|
323
|
+
],
|
324
|
+
"prerelease": [
|
325
|
+
{
|
326
|
+
"author": "gcox@microsoft.com",
|
327
|
+
"package": "@fluentui/react-popover",
|
328
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
329
|
+
"comment": "Updated beta and RC components to ES2019"
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"author": "lingfangao@hotmail.com",
|
333
|
+
"package": "@fluentui/react-popover",
|
334
|
+
"commit": "054822c82e40601815f6cd77733a761b72047e4b",
|
335
|
+
"comment": "fix(Popover): use `dialog` as value for `aria-haspopup` for focus trap"
|
336
|
+
},
|
337
|
+
{
|
338
|
+
"author": "olfedias@microsoft.com",
|
339
|
+
"package": "@fluentui/react-popover",
|
340
|
+
"commit": "ade4f5d3fa5a6b1c81097403f5c2f2afd859aa14",
|
341
|
+
"comment": "export static classes for components"
|
342
|
+
},
|
343
|
+
{
|
344
|
+
"author": "beachball",
|
345
|
+
"package": "@fluentui/react-popover",
|
346
|
+
"comment": "Bump @fluentui/react-context-selector to v9.0.0-beta.3",
|
347
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"author": "beachball",
|
351
|
+
"package": "@fluentui/react-popover",
|
352
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
353
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"author": "beachball",
|
357
|
+
"package": "@fluentui/react-popover",
|
358
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-beta.4",
|
359
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"author": "beachball",
|
363
|
+
"package": "@fluentui/react-popover",
|
364
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-beta.3",
|
365
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"author": "beachball",
|
369
|
+
"package": "@fluentui/react-popover",
|
370
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
|
371
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"author": "beachball",
|
375
|
+
"package": "@fluentui/react-popover",
|
376
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
|
377
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
378
|
+
},
|
379
|
+
{
|
380
|
+
"author": "beachball",
|
381
|
+
"package": "@fluentui/react-popover",
|
382
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
383
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
384
|
+
},
|
385
|
+
{
|
386
|
+
"author": "beachball",
|
387
|
+
"package": "@fluentui/react-popover",
|
388
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
389
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
390
|
+
},
|
391
|
+
{
|
392
|
+
"author": "beachball",
|
393
|
+
"package": "@fluentui/react-popover",
|
394
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
395
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"author": "beachball",
|
399
|
+
"package": "@fluentui/react-popover",
|
400
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
401
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
101
402
|
}
|
102
403
|
]
|
103
404
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,30 +1,93 @@
|
|
1
1
|
# Change Log - @fluentui/react-popover
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 15 Feb 2022 04:11:40 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-
|
7
|
+
## [0.0.0-nightlyfc5cfdc52420220215.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v0.0.0-nightlyfc5cfdc52420220215.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-
|
9
|
+
Tue, 15 Feb 2022 04:11:40 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.1..@fluentui/react-popover_v0.0.0-nightlyfc5cfdc52420220215.1)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by email not defined)
|
15
|
+
- Bump @fluentui/react-context-selector to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
|
16
|
+
- Bump @fluentui/react-portal to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
|
17
|
+
- Bump @fluentui/react-positioning to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
|
18
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
|
19
|
+
- Bump @fluentui/react-tabster to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
|
20
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
|
21
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
|
22
|
+
|
23
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.1)
|
24
|
+
|
25
|
+
Thu, 10 Feb 2022 08:50:36 GMT
|
26
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.5..@fluentui/react-popover_v9.0.0-rc.1)
|
27
|
+
|
28
|
+
### Changes
|
29
|
+
|
30
|
+
- Updating based on removal of functions from makeStyles. ([PR #21239](https://github.com/microsoft/fluentui/pull/21239) by Humberto.Morimoto@microsoft.com)
|
31
|
+
- use Griffel packages ([PR #21392](https://github.com/microsoft/fluentui/pull/21392) by olfedias@microsoft.com)
|
32
|
+
- standardize trigger implementation & cloning ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
|
33
|
+
- update styles to not use CSS shorthands ([PR #20796](https://github.com/microsoft/fluentui/pull/20796) by olfedias@microsoft.com)
|
34
|
+
- fix: Use role=complementary for Popovers without focus traps ([PR #21416](https://github.com/microsoft/fluentui/pull/21416) by lingfangao@hotmail.com)
|
35
|
+
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
36
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
37
|
+
- Replacing use of functions in makeStyles with direct use of tokens ([PR #21049](https://github.com/microsoft/fluentui/pull/21049) by Humberto.Morimoto@microsoft.com)
|
38
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
39
|
+
- Fix Popover arrow border in high contrast ([PR #21086](https://github.com/microsoft/fluentui/pull/21086) by behowell@microsoft.com)
|
40
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
41
|
+
- fix: Set `aria-modal` on Popover if focus trap is enabled ([PR #21387](https://github.com/microsoft/fluentui/pull/21387) by lingfangao@hotmail.com)
|
42
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
43
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
44
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
45
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
46
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
47
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
48
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
49
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
50
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
51
|
+
|
52
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.5)
|
53
|
+
|
54
|
+
Thu, 25 Nov 2021 08:34:15 GMT
|
55
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.4..@fluentui/react-popover_v9.0.0-beta.5)
|
56
|
+
|
57
|
+
### Changes
|
58
|
+
|
59
|
+
- Add transparent outline to arrow for HC ([PR #20541](https://github.com/microsoft/fluentui/pull/20541) by lingfangao@hotmail.com)
|
60
|
+
- Bump @fluentui/react-context-selector to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
61
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
62
|
+
- Bump @fluentui/react-portal to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
63
|
+
- Bump @fluentui/react-positioning to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
64
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
65
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
66
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
67
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
68
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
69
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
70
|
+
|
71
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.4)
|
72
|
+
|
73
|
+
Fri, 12 Nov 2021 13:25:28 GMT
|
74
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.3..@fluentui/react-popover_v9.0.0-beta.4)
|
11
75
|
|
12
76
|
### Changes
|
13
77
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/b913f5d66978b4e311c72ff6ba9f00d5817ab025) by email not defined)
|
15
78
|
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
16
79
|
- fix(Popover): use `dialog` as value for `aria-haspopup` for focus trap ([PR #20494](https://github.com/microsoft/fluentui/pull/20494) by lingfangao@hotmail.com)
|
17
80
|
- export static classes for components ([PR #20450](https://github.com/microsoft/fluentui/pull/20450) by olfedias@microsoft.com)
|
18
|
-
- Bump @fluentui/react-context-selector to
|
19
|
-
- Bump @fluentui/react-make-styles to
|
20
|
-
- Bump @fluentui/react-portal to
|
21
|
-
- Bump @fluentui/react-positioning to
|
22
|
-
- Bump @fluentui/react-shared-contexts to
|
23
|
-
- Bump @fluentui/react-tabster to
|
24
|
-
- Bump @fluentui/react-utilities to
|
25
|
-
- Bump @fluentui/babel-make-styles to
|
26
|
-
- Bump @fluentui/jest-serializer-make-styles to
|
27
|
-
- Bump @fluentui/react-conformance-make-styles to
|
81
|
+
- Bump @fluentui/react-context-selector to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
82
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
83
|
+
- Bump @fluentui/react-portal to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
84
|
+
- Bump @fluentui/react-positioning to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
85
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
86
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
87
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
88
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
89
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
90
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
28
91
|
|
29
92
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.3)
|
30
93
|
|