@fluentui/react-popover 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.1

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