@fluentui/react-popover 9.0.0-rc.8 → 9.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. package/CHANGELOG.json +499 -1
  2. package/CHANGELOG.md +136 -2
  3. package/Spec.md +5 -5
  4. package/dist/index.d.ts +93 -71
  5. package/lib/components/Popover/Popover.js.map +1 -1
  6. package/lib/components/Popover/Popover.types.js.map +1 -1
  7. package/lib/components/Popover/constants.js +10 -0
  8. package/lib/components/Popover/constants.js.map +1 -0
  9. package/lib/components/Popover/renderPopover.js +20 -16
  10. package/lib/components/Popover/renderPopover.js.map +1 -1
  11. package/lib/components/Popover/usePopover.js +18 -16
  12. package/lib/components/Popover/usePopover.js.map +1 -1
  13. package/lib/components/PopoverSurface/PopoverSurface.js.map +1 -1
  14. package/lib/components/PopoverSurface/PopoverSurface.types.js.map +1 -1
  15. package/lib/components/PopoverSurface/renderPopoverSurface.js +1 -1
  16. package/lib/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
  17. package/lib/components/PopoverSurface/usePopoverSurface.js +5 -3
  18. package/lib/components/PopoverSurface/usePopoverSurface.js.map +1 -1
  19. package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js +20 -25
  20. package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js.map +1 -1
  21. package/lib/components/PopoverTrigger/PopoverTrigger.js.map +1 -1
  22. package/lib/components/PopoverTrigger/PopoverTrigger.types.js.map +1 -1
  23. package/lib/components/PopoverTrigger/renderPopoverTrigger.js.map +1 -1
  24. package/lib/components/PopoverTrigger/usePopoverTrigger.js +2 -2
  25. package/lib/components/PopoverTrigger/usePopoverTrigger.js.map +1 -1
  26. package/lib/index.js +4 -4
  27. package/lib/index.js.map +1 -1
  28. package/lib/popoverContext.js +2 -0
  29. package/lib/popoverContext.js.map +1 -1
  30. package/lib-commonjs/components/Popover/Popover.js.map +1 -1
  31. package/lib-commonjs/components/Popover/constants.js +17 -0
  32. package/lib-commonjs/components/Popover/constants.js.map +1 -0
  33. package/lib-commonjs/components/Popover/renderPopover.js +20 -16
  34. package/lib-commonjs/components/Popover/renderPopover.js.map +1 -1
  35. package/lib-commonjs/components/Popover/usePopover.js +18 -15
  36. package/lib-commonjs/components/Popover/usePopover.js.map +1 -1
  37. package/lib-commonjs/components/PopoverSurface/PopoverSurface.js.map +1 -1
  38. package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js +1 -1
  39. package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
  40. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js +5 -3
  41. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js.map +1 -1
  42. package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js +21 -26
  43. package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js.map +1 -1
  44. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.js.map +1 -1
  45. package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.js.map +1 -1
  46. package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.js +2 -2
  47. package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.js.map +1 -1
  48. package/lib-commonjs/index.js +92 -5
  49. package/lib-commonjs/index.js.map +1 -1
  50. package/lib-commonjs/popoverContext.js +3 -1
  51. package/lib-commonjs/popoverContext.js.map +1 -1
  52. package/package.json +15 -15
package/CHANGELOG.json CHANGED
@@ -2,7 +2,505 @@
2
2
  "name": "@fluentui/react-popover",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 04 May 2022 13:24:12 GMT",
5
+ "date": "Tue, 28 Jun 2022 17:37:50 GMT",
6
+ "tag": "@fluentui/react-popover_v9.0.1",
7
+ "version": "9.0.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-popover",
13
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b",
14
+ "comment": "fix: Use caret dependency range for Griffel"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-popover",
19
+ "comment": "Bump @fluentui/react-portal to v9.0.1",
20
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-popover",
25
+ "comment": "Bump @fluentui/react-positioning to v9.0.1",
26
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-popover",
31
+ "comment": "Bump @fluentui/react-tabster to v9.0.1",
32
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-popover",
37
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10",
38
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Tue, 28 Jun 2022 15:13:46 GMT",
45
+ "tag": "@fluentui/react-popover_v9.0.0",
46
+ "version": "9.0.0",
47
+ "comments": {
48
+ "none": [
49
+ {
50
+ "author": "tristan.watanabe@gmail.com",
51
+ "package": "@fluentui/react-popover",
52
+ "commit": "4d8b8d731abd8d9d293b724dc760a021ee10be43",
53
+ "comment": "chore: Move Popover stories to folder with index entry."
54
+ },
55
+ {
56
+ "author": "lingfangao@hotmail.com",
57
+ "package": "@fluentui/react-popover",
58
+ "commit": "2da2d47e3dac6f8f4396ab112ab80b1dd34cc9ac",
59
+ "comment": "Bump cypress to v10"
60
+ }
61
+ ],
62
+ "prerelease": [
63
+ {
64
+ "author": "lingfangao@hotmail.com",
65
+ "package": "@fluentui/react-popover",
66
+ "commit": "02ee30f8ef173f3a1d2c0c73bcdaef8abae5c055",
67
+ "comment": "feat: Adds `legacyTrapFocus` prop"
68
+ },
69
+ {
70
+ "author": "bernardo.sunderhus@gmail.com",
71
+ "package": "@fluentui/react-popover",
72
+ "commit": "ab7380ea15a9a8f0b33b2d31454044d3bb255a63",
73
+ "comment": "Updates getTriggerChild internal usage"
74
+ },
75
+ {
76
+ "author": "Humberto.Morimoto@microsoft.com",
77
+ "package": "@fluentui/react-popover",
78
+ "commit": "ddf16d80c50d80bc07331b478f567629775f2898",
79
+ "comment": "chore: Adding scheduler as a peer dependency since this package has a dependency on @fluentui/react-context-selector."
80
+ },
81
+ {
82
+ "author": "lingfangao@hotmail.com",
83
+ "package": "@fluentui/react-popover",
84
+ "commit": "49c53f4d840db961602513e61482a93a5f83a9c3",
85
+ "comment": "fix: Add arrow padding to Popover arrrow"
86
+ },
87
+ {
88
+ "author": "lingfangao@hotmail.com",
89
+ "package": "@fluentui/react-popover",
90
+ "commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
91
+ "comment": "Update 9.0.0-rc dependencies to use caret range"
92
+ },
93
+ {
94
+ "author": "lingfangao@hotmail.com",
95
+ "package": "@fluentui/react-popover",
96
+ "commit": "675acea49c97f10837ddee9b8c4350ca27750125",
97
+ "comment": "Bump Griffel dependencies"
98
+ }
99
+ ],
100
+ "patch": [
101
+ {
102
+ "author": "lingfangao@hotmail.com",
103
+ "package": "@fluentui/react-popover",
104
+ "commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
105
+ "comment": "feat: Initial 9.0.0 release"
106
+ },
107
+ {
108
+ "author": "beachball",
109
+ "package": "@fluentui/react-popover",
110
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0",
111
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
112
+ },
113
+ {
114
+ "author": "beachball",
115
+ "package": "@fluentui/react-popover",
116
+ "comment": "Bump @fluentui/react-portal to v9.0.0",
117
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
118
+ },
119
+ {
120
+ "author": "beachball",
121
+ "package": "@fluentui/react-popover",
122
+ "comment": "Bump @fluentui/react-positioning to v9.0.0",
123
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
124
+ },
125
+ {
126
+ "author": "beachball",
127
+ "package": "@fluentui/react-popover",
128
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0",
129
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
130
+ },
131
+ {
132
+ "author": "beachball",
133
+ "package": "@fluentui/react-popover",
134
+ "comment": "Bump @fluentui/react-tabster to v9.0.0",
135
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
136
+ },
137
+ {
138
+ "author": "beachball",
139
+ "package": "@fluentui/react-popover",
140
+ "comment": "Bump @fluentui/react-theme to v9.0.0",
141
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
142
+ },
143
+ {
144
+ "author": "beachball",
145
+ "package": "@fluentui/react-popover",
146
+ "comment": "Bump @fluentui/react-utilities to v9.0.0",
147
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
148
+ },
149
+ {
150
+ "author": "beachball",
151
+ "package": "@fluentui/react-popover",
152
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9",
153
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
154
+ }
155
+ ]
156
+ }
157
+ },
158
+ {
159
+ "date": "Thu, 23 Jun 2022 14:25:31 GMT",
160
+ "tag": "@fluentui/react-popover_v9.0.0-rc.14",
161
+ "version": "9.0.0-rc.14",
162
+ "comments": {
163
+ "prerelease": [
164
+ {
165
+ "author": "beachball",
166
+ "package": "@fluentui/react-popover",
167
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.14",
168
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
169
+ },
170
+ {
171
+ "author": "beachball",
172
+ "package": "@fluentui/react-popover",
173
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.12",
174
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
175
+ },
176
+ {
177
+ "author": "beachball",
178
+ "package": "@fluentui/react-popover",
179
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.11",
180
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
181
+ },
182
+ {
183
+ "author": "beachball",
184
+ "package": "@fluentui/react-popover",
185
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.14",
186
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
187
+ },
188
+ {
189
+ "author": "beachball",
190
+ "package": "@fluentui/react-popover",
191
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
192
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
193
+ }
194
+ ]
195
+ }
196
+ },
197
+ {
198
+ "date": "Tue, 31 May 2022 21:28:41 GMT",
199
+ "tag": "@fluentui/react-popover_v9.0.0-rc.13",
200
+ "version": "9.0.0-rc.13",
201
+ "comments": {
202
+ "prerelease": [
203
+ {
204
+ "author": "olfedias@microsoft.com",
205
+ "package": "@fluentui/react-popover",
206
+ "commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
207
+ "comment": "chore: Update Griffel to latest version"
208
+ },
209
+ {
210
+ "author": "sarah.higley@microsoft.com",
211
+ "package": "@fluentui/react-popover",
212
+ "commit": "c55c7d9d1141ae09542a78970416a8bbb344f623",
213
+ "comment": "update popover trigger to use aria-expanded instead of aria-haspopup"
214
+ },
215
+ {
216
+ "author": "bernardo.sunderhus@gmail.com",
217
+ "package": "@fluentui/react-popover",
218
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd",
219
+ "comment": "updates import to react-shared-components"
220
+ },
221
+ {
222
+ "author": "beachball",
223
+ "package": "@fluentui/react-popover",
224
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.10",
225
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
226
+ },
227
+ {
228
+ "author": "beachball",
229
+ "package": "@fluentui/react-popover",
230
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.13",
231
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
232
+ },
233
+ {
234
+ "author": "beachball",
235
+ "package": "@fluentui/react-popover",
236
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.11",
237
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
238
+ },
239
+ {
240
+ "author": "beachball",
241
+ "package": "@fluentui/react-popover",
242
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.10",
243
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
244
+ },
245
+ {
246
+ "author": "beachball",
247
+ "package": "@fluentui/react-popover",
248
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.13",
249
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
250
+ },
251
+ {
252
+ "author": "beachball",
253
+ "package": "@fluentui/react-popover",
254
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
255
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
256
+ },
257
+ {
258
+ "author": "beachball",
259
+ "package": "@fluentui/react-popover",
260
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8",
261
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
262
+ }
263
+ ]
264
+ }
265
+ },
266
+ {
267
+ "date": "Thu, 26 May 2022 21:01:27 GMT",
268
+ "tag": "@fluentui/react-popover_v9.0.0-rc.12",
269
+ "version": "9.0.0-rc.12",
270
+ "comments": {
271
+ "none": [
272
+ {
273
+ "author": "olfedias@microsoft.com",
274
+ "package": "@fluentui/react-popover",
275
+ "commit": "ca6d248d3b70b893a0d857c4c4759b95651572aa",
276
+ "comment": "use \"useId\" in stories for id generation"
277
+ }
278
+ ],
279
+ "prerelease": [
280
+ {
281
+ "author": "behowell@microsoft.com",
282
+ "package": "@fluentui/react-popover",
283
+ "commit": "2bed5a599f10435dfa95be96f0bab5e4f71b4202",
284
+ "comment": "BREAKING: Popover no longer has an arrow by default. The `noArrow` prop is replaced by `withArrow`."
285
+ },
286
+ {
287
+ "author": "beachball",
288
+ "package": "@fluentui/react-popover",
289
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.12",
290
+ "commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
291
+ },
292
+ {
293
+ "author": "beachball",
294
+ "package": "@fluentui/react-popover",
295
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.12",
296
+ "commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
297
+ }
298
+ ]
299
+ }
300
+ },
301
+ {
302
+ "date": "Mon, 23 May 2022 18:56:46 GMT",
303
+ "tag": "@fluentui/react-popover_v9.0.0-rc.11",
304
+ "version": "9.0.0-rc.11",
305
+ "comments": {
306
+ "prerelease": [
307
+ {
308
+ "author": "lingfangao@hotmail.com",
309
+ "package": "@fluentui/react-popover",
310
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
311
+ "comment": "BREAKING: changes to positioning prop"
312
+ },
313
+ {
314
+ "author": "lingfangao@hotmail.com",
315
+ "package": "@fluentui/react-popover",
316
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
317
+ "comment": "BREAKING: stop exporting PopoverContext"
318
+ },
319
+ {
320
+ "author": "esteban.230@hotmail.com",
321
+ "package": "@fluentui/react-popover",
322
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
323
+ "comment": "Removing <componentName>ClassName exports."
324
+ },
325
+ {
326
+ "author": "beachball",
327
+ "package": "@fluentui/react-popover",
328
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.11",
329
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
330
+ },
331
+ {
332
+ "author": "beachball",
333
+ "package": "@fluentui/react-popover",
334
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.10",
335
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
336
+ },
337
+ {
338
+ "author": "beachball",
339
+ "package": "@fluentui/react-popover",
340
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.9",
341
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
342
+ },
343
+ {
344
+ "author": "beachball",
345
+ "package": "@fluentui/react-popover",
346
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.11",
347
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
348
+ },
349
+ {
350
+ "author": "beachball",
351
+ "package": "@fluentui/react-popover",
352
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
353
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
354
+ },
355
+ {
356
+ "author": "beachball",
357
+ "package": "@fluentui/react-popover",
358
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
359
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
360
+ }
361
+ ]
362
+ }
363
+ },
364
+ {
365
+ "date": "Mon, 23 May 2022 12:13:32 GMT",
366
+ "tag": "@fluentui/react-popover_v9.0.0-rc.10",
367
+ "version": "9.0.0-rc.10",
368
+ "comments": {
369
+ "prerelease": [
370
+ {
371
+ "author": "Humberto.Morimoto@microsoft.com",
372
+ "package": "@fluentui/react-popover",
373
+ "commit": "af874b8a88494c3d3c13daa483348d386fef3736",
374
+ "comment": "Removing PopoverCommons type."
375
+ },
376
+ {
377
+ "author": "olfedias@microsoft.com",
378
+ "package": "@fluentui/react-popover",
379
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
380
+ "comment": "chore: Update Griffel to latest version"
381
+ },
382
+ {
383
+ "author": "olfedias@microsoft.com",
384
+ "package": "@fluentui/react-popover",
385
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
386
+ "comment": "chore: Update Griffel to latest version"
387
+ },
388
+ {
389
+ "author": "beachball",
390
+ "package": "@fluentui/react-popover",
391
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.9",
392
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
393
+ },
394
+ {
395
+ "author": "beachball",
396
+ "package": "@fluentui/react-popover",
397
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.10",
398
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
399
+ },
400
+ {
401
+ "author": "beachball",
402
+ "package": "@fluentui/react-popover",
403
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.9",
404
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
405
+ },
406
+ {
407
+ "author": "beachball",
408
+ "package": "@fluentui/react-popover",
409
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
410
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
411
+ },
412
+ {
413
+ "author": "beachball",
414
+ "package": "@fluentui/react-popover",
415
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
416
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
417
+ },
418
+ {
419
+ "author": "beachball",
420
+ "package": "@fluentui/react-popover",
421
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
422
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
423
+ },
424
+ {
425
+ "author": "beachball",
426
+ "package": "@fluentui/react-popover",
427
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
428
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
429
+ },
430
+ {
431
+ "author": "beachball",
432
+ "package": "@fluentui/react-popover",
433
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
434
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
435
+ }
436
+ ]
437
+ }
438
+ },
439
+ {
440
+ "date": "Thu, 05 May 2022 18:26:24 GMT",
441
+ "tag": "@fluentui/react-popover_v9.0.0-rc.9",
442
+ "version": "9.0.0-rc.9",
443
+ "comments": {
444
+ "prerelease": [
445
+ {
446
+ "author": "humberto_makoto@hotmail.com",
447
+ "package": "@fluentui/react-popover",
448
+ "commit": "ea944be958019f06cb83f1674546056619eead28",
449
+ "comment": "Removing star exports."
450
+ },
451
+ {
452
+ "author": "beachball",
453
+ "package": "@fluentui/react-popover",
454
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.8",
455
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
456
+ },
457
+ {
458
+ "author": "beachball",
459
+ "package": "@fluentui/react-popover",
460
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.9",
461
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
462
+ },
463
+ {
464
+ "author": "beachball",
465
+ "package": "@fluentui/react-popover",
466
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.8",
467
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
468
+ },
469
+ {
470
+ "author": "beachball",
471
+ "package": "@fluentui/react-popover",
472
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
473
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
474
+ },
475
+ {
476
+ "author": "beachball",
477
+ "package": "@fluentui/react-popover",
478
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
479
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
480
+ },
481
+ {
482
+ "author": "beachball",
483
+ "package": "@fluentui/react-popover",
484
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
485
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
486
+ },
487
+ {
488
+ "author": "beachball",
489
+ "package": "@fluentui/react-popover",
490
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
491
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
492
+ },
493
+ {
494
+ "author": "beachball",
495
+ "package": "@fluentui/react-popover",
496
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
497
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
498
+ }
499
+ ]
500
+ }
501
+ },
502
+ {
503
+ "date": "Wed, 04 May 2022 13:26:45 GMT",
6
504
  "tag": "@fluentui/react-popover_v9.0.0-rc.8",
7
505
  "version": "9.0.0-rc.8",
8
506
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,146 @@
1
1
  # Change Log - @fluentui/react-popover
2
2
 
3
- This log was last generated on Wed, 04 May 2022 13:24:12 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 28 Jun 2022 17:37:50 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.1)
8
+
9
+ Tue, 28 Jun 2022 17:37:50 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0..@fluentui/react-popover_v9.0.1)
11
+
12
+ ### Patches
13
+
14
+ - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com)
15
+ - Bump @fluentui/react-portal to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
16
+ - Bump @fluentui/react-positioning to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
18
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
19
+
20
+ ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0)
21
+
22
+ Tue, 28 Jun 2022 15:13:46 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.14..@fluentui/react-popover_v9.0.0)
24
+
25
+ ### Patches
26
+
27
+ - feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
28
+ - Bump @fluentui/react-context-selector to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
29
+ - Bump @fluentui/react-portal to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
30
+ - Bump @fluentui/react-positioning to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
31
+ - Bump @fluentui/react-shared-contexts to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
32
+ - Bump @fluentui/react-tabster to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
33
+ - Bump @fluentui/react-theme to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
34
+ - Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
35
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
36
+
37
+ ### Changes
38
+
39
+ - feat: Adds `legacyTrapFocus` prop ([PR #23598](https://github.com/microsoft/fluentui/pull/23598) by lingfangao@hotmail.com)
40
+ - Updates getTriggerChild internal usage ([PR #23574](https://github.com/microsoft/fluentui/pull/23574) by bernardo.sunderhus@gmail.com)
41
+ - chore: Adding scheduler as a peer dependency since this package has a dependency on @fluentui/react-context-selector. ([PR #23681](https://github.com/microsoft/fluentui/pull/23681) by Humberto.Morimoto@microsoft.com)
42
+ - fix: Add arrow padding to Popover arrrow ([PR #23607](https://github.com/microsoft/fluentui/pull/23607) by lingfangao@hotmail.com)
43
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
44
+ - Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
45
+
46
+ ## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.14)
47
+
48
+ Thu, 23 Jun 2022 14:25:31 GMT
49
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.13..@fluentui/react-popover_v9.0.0-rc.14)
50
+
51
+ ### Changes
52
+
53
+ - Bump @fluentui/react-portal to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
54
+ - Bump @fluentui/react-positioning to v9.0.0-rc.12 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
55
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.11 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
56
+ - Bump @fluentui/react-tabster to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
57
+ - Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
58
+
59
+ ## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.13)
60
+
61
+ Tue, 31 May 2022 21:28:41 GMT
62
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.12..@fluentui/react-popover_v9.0.0-rc.13)
63
+
64
+ ### Changes
65
+
66
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
67
+ - update popover trigger to use aria-expanded instead of aria-haspopup ([PR #23127](https://github.com/microsoft/fluentui/pull/23127) by sarah.higley@microsoft.com)
68
+ - updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
69
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
70
+ - Bump @fluentui/react-portal to v9.0.0-rc.13 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
71
+ - Bump @fluentui/react-positioning to v9.0.0-rc.11 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
72
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
73
+ - Bump @fluentui/react-tabster to v9.0.0-rc.13 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
74
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
75
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
76
+
77
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.12)
78
+
79
+ Thu, 26 May 2022 21:01:27 GMT
80
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.11..@fluentui/react-popover_v9.0.0-rc.12)
81
+
82
+ ### Changes
83
+
84
+ - BREAKING: Popover no longer has an arrow by default. The `noArrow` prop is replaced by `withArrow`. ([PR #23205](https://github.com/microsoft/fluentui/pull/23205) by behowell@microsoft.com)
85
+ - Bump @fluentui/react-portal to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
86
+ - Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
87
+
88
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.11)
89
+
90
+ Mon, 23 May 2022 18:56:46 GMT
91
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.10..@fluentui/react-popover_v9.0.0-rc.11)
92
+
93
+ ### Changes
94
+
95
+ - BREAKING: changes to positioning prop ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
96
+ - BREAKING: stop exporting PopoverContext ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
97
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
98
+ - Bump @fluentui/react-portal to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
99
+ - Bump @fluentui/react-positioning to v9.0.0-rc.10 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
100
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
101
+ - Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
102
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
103
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
104
+
105
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.10)
106
+
107
+ Mon, 23 May 2022 12:13:32 GMT
108
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.9..@fluentui/react-popover_v9.0.0-rc.10)
109
+
110
+ ### Changes
111
+
112
+ - Removing PopoverCommons type. ([PR #22968](https://github.com/microsoft/fluentui/pull/22968) by Humberto.Morimoto@microsoft.com)
113
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
114
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
115
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
116
+ - Bump @fluentui/react-portal to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
117
+ - Bump @fluentui/react-positioning to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
118
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
119
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
120
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
121
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
122
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
123
+
124
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.9)
125
+
126
+ Thu, 05 May 2022 18:26:24 GMT
127
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.8..@fluentui/react-popover_v9.0.0-rc.9)
128
+
129
+ ### Changes
130
+
131
+ - Removing star exports. ([PR #22805](https://github.com/microsoft/fluentui/pull/22805) by humberto_makoto@hotmail.com)
132
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
133
+ - Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
134
+ - Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
135
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
136
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
137
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
138
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
139
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
140
+
7
141
  ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.8)
8
142
 
9
- Wed, 04 May 2022 13:24:12 GMT
143
+ Wed, 04 May 2022 13:26:45 GMT
10
144
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.7..@fluentui/react-popover_v9.0.0-rc.8)
11
145
 
12
146
  ### Changes