@fluentui/react-popover 9.0.0-rc.6 → 9.0.0-rc.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/CHANGELOG.json +176 -9
  2. package/CHANGELOG.md +129 -83
  3. package/Spec.md +20 -0
  4. package/dist/{react-popover.d.ts → index.d.ts} +14 -2
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/components/Popover/Popover.types.js.map +1 -1
  7. package/lib/components/Popover/renderPopover.js +4 -2
  8. package/lib/components/Popover/renderPopover.js.map +1 -1
  9. package/lib/components/Popover/usePopover.js +38 -5
  10. package/lib/components/Popover/usePopover.js.map +1 -1
  11. package/lib/components/PopoverSurface/PopoverSurface.types.js.map +1 -1
  12. package/lib/components/PopoverSurface/renderPopoverSurface.js +10 -4
  13. package/lib/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
  14. package/lib/components/PopoverSurface/usePopoverSurface.js +2 -0
  15. package/lib/components/PopoverSurface/usePopoverSurface.js.map +1 -1
  16. package/lib/index.js +5 -4
  17. package/lib/index.js.map +1 -1
  18. package/lib/popoverContext.js +2 -1
  19. package/lib/popoverContext.js.map +1 -1
  20. package/lib-commonjs/components/Popover/renderPopover.js +4 -2
  21. package/lib-commonjs/components/Popover/renderPopover.js.map +1 -1
  22. package/lib-commonjs/components/Popover/usePopover.js +38 -5
  23. package/lib-commonjs/components/Popover/usePopover.js.map +1 -1
  24. package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js +10 -4
  25. package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
  26. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js +2 -0
  27. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js.map +1 -1
  28. package/lib-commonjs/index.js +99 -5
  29. package/lib-commonjs/index.js.map +1 -1
  30. package/lib-commonjs/popoverContext.js +2 -1
  31. package/lib-commonjs/popoverContext.js.map +1 -1
  32. package/package.json +12 -12
  33. package/lib/Popover.d.ts +0 -1
  34. package/lib/PopoverSurface.d.ts +0 -1
  35. package/lib/PopoverTrigger.d.ts +0 -1
  36. package/lib/components/Popover/Popover.d.ts +0 -6
  37. package/lib/components/Popover/Popover.types.d.ts +0 -109
  38. package/lib/components/Popover/index.d.ts +0 -4
  39. package/lib/components/Popover/renderPopover.d.ts +0 -5
  40. package/lib/components/Popover/usePopover.d.ts +0 -10
  41. package/lib/components/PopoverSurface/PopoverSurface.d.ts +0 -6
  42. package/lib/components/PopoverSurface/PopoverSurface.types.d.ts +0 -21
  43. package/lib/components/PopoverSurface/index.d.ts +0 -5
  44. package/lib/components/PopoverSurface/renderPopoverSurface.d.ts +0 -5
  45. package/lib/components/PopoverSurface/usePopoverSurface.d.ts +0 -12
  46. package/lib/components/PopoverSurface/usePopoverSurfaceStyles.d.ts +0 -13
  47. package/lib/components/PopoverTrigger/PopoverTrigger.d.ts +0 -7
  48. package/lib/components/PopoverTrigger/PopoverTrigger.types.d.ts +0 -18
  49. package/lib/components/PopoverTrigger/index.d.ts +0 -4
  50. package/lib/components/PopoverTrigger/renderPopoverTrigger.d.ts +0 -5
  51. package/lib/components/PopoverTrigger/usePopoverTrigger.d.ts +0 -10
  52. package/lib/index.d.ts +0 -4
  53. package/lib/popoverContext.d.ts +0 -8
  54. package/lib-commonjs/Popover.d.ts +0 -1
  55. package/lib-commonjs/PopoverSurface.d.ts +0 -1
  56. package/lib-commonjs/PopoverTrigger.d.ts +0 -1
  57. package/lib-commonjs/components/Popover/Popover.d.ts +0 -6
  58. package/lib-commonjs/components/Popover/Popover.types.d.ts +0 -109
  59. package/lib-commonjs/components/Popover/index.d.ts +0 -4
  60. package/lib-commonjs/components/Popover/renderPopover.d.ts +0 -5
  61. package/lib-commonjs/components/Popover/usePopover.d.ts +0 -10
  62. package/lib-commonjs/components/PopoverSurface/PopoverSurface.d.ts +0 -6
  63. package/lib-commonjs/components/PopoverSurface/PopoverSurface.types.d.ts +0 -21
  64. package/lib-commonjs/components/PopoverSurface/index.d.ts +0 -5
  65. package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.d.ts +0 -5
  66. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.d.ts +0 -12
  67. package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.d.ts +0 -13
  68. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.d.ts +0 -7
  69. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.types.d.ts +0 -18
  70. package/lib-commonjs/components/PopoverTrigger/index.d.ts +0 -4
  71. package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.d.ts +0 -5
  72. package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.d.ts +0 -10
  73. package/lib-commonjs/index.d.ts +0 -4
  74. package/lib-commonjs/popoverContext.d.ts +0 -8
package/CHANGELOG.md CHANGED
@@ -1,30 +1,76 @@
1
1
  # Change Log - @fluentui/react-popover
2
2
 
3
- This log was last generated on Tue, 19 Apr 2022 19:13:57 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 05 May 2022 18:24:31 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.9)
8
+
9
+ Thu, 05 May 2022 18:24:31 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.8..@fluentui/react-popover_v9.0.0-rc.9)
11
+
12
+ ### Changes
13
+
14
+ - Removing star exports. ([PR #22805](https://github.com/microsoft/fluentui/pull/22805) by humberto_makoto@hotmail.com)
15
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
16
+ - Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
17
+ - Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
18
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
19
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
20
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
21
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
22
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
23
+
24
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.8)
25
+
26
+ Wed, 04 May 2022 13:26:45 GMT
27
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.7..@fluentui/react-popover_v9.0.0-rc.8)
28
+
29
+ ### Changes
30
+
31
+ - feat: Add inline prop to Popover ([PR #22789](https://github.com/microsoft/fluentui/pull/22789) by lingfangao@hotmail.com)
32
+ - feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
33
+ - feat: Adds prop `closeOnScroll` to close popover on scrolling outside ([PR #22784](https://github.com/microsoft/fluentui/pull/22784) by yuanboxue@microsoft.com)
34
+ - feat: Adds prop `mouseLeaveDelay` to delay closing popover that opens on hover ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by yuanboxue@microsoft.com)
35
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
36
+ - Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
37
+ - Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
38
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
39
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
40
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
41
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
42
+
43
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.7)
44
+
45
+ Mon, 25 Apr 2022 09:32:19 GMT
46
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.6..@fluentui/react-popover_v9.0.0-rc.7)
47
+
48
+ ### Changes
49
+
50
+ - Bump @fluentui/react-portal to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
51
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
52
+
7
53
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.6)
8
54
 
9
- Tue, 19 Apr 2022 19:13:57 GMT
55
+ Tue, 19 Apr 2022 19:16:47 GMT
10
56
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.5..@fluentui/react-popover_v9.0.0-rc.6)
11
57
 
12
58
  ### Changes
13
59
 
14
60
  - Add static classnames to Popover ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
15
61
  - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
16
- - Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
17
- - Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
18
- - Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
19
- - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
20
- - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
21
- - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
22
- - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
23
- - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
62
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
63
+ - Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
64
+ - Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
65
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
66
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
67
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
68
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
69
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
24
70
 
25
71
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.5)
26
72
 
27
- Fri, 04 Mar 2022 05:17:38 GMT
73
+ Fri, 04 Mar 2022 05:17:38 GMT
28
74
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.4..@fluentui/react-popover_v9.0.0-rc.5)
29
75
 
30
76
  ### Changes
@@ -41,7 +87,7 @@ Fri, 04 Mar 2022 05:17:38 GMT
41
87
 
42
88
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.4)
43
89
 
44
- Tue, 01 Mar 2022 02:17:37 GMT
90
+ Tue, 01 Mar 2022 02:17:37 GMT
45
91
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.3..@fluentui/react-popover_v9.0.0-rc.4)
46
92
 
47
93
  ### Changes
@@ -55,7 +101,7 @@ Tue, 01 Mar 2022 02:17:37 GMT
55
101
 
56
102
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.3)
57
103
 
58
- Fri, 18 Feb 2022 13:35:33 GMT
104
+ Fri, 18 Feb 2022 13:35:33 GMT
59
105
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.1..@fluentui/react-popover_v9.0.0-rc.3)
60
106
 
61
107
  ### Changes
@@ -71,7 +117,7 @@ Fri, 18 Feb 2022 13:35:33 GMT
71
117
 
72
118
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.1)
73
119
 
74
- Thu, 10 Feb 2022 08:50:36 GMT
120
+ Thu, 10 Feb 2022 08:50:36 GMT
75
121
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.5..@fluentui/react-popover_v9.0.0-rc.1)
76
122
 
77
123
  ### Changes
@@ -81,7 +127,7 @@ Thu, 10 Feb 2022 08:50:36 GMT
81
127
  - standardize trigger implementation & cloning ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
82
128
  - update styles to not use CSS shorthands ([PR #20796](https://github.com/microsoft/fluentui/pull/20796) by olfedias@microsoft.com)
83
129
  - fix: Use role=complementary for Popovers without focus traps ([PR #21416](https://github.com/microsoft/fluentui/pull/21416) by lingfangao@hotmail.com)
84
- - 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)
130
+ - 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)
85
131
  - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
86
132
  - 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)
87
133
  - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
@@ -100,7 +146,7 @@ Thu, 10 Feb 2022 08:50:36 GMT
100
146
 
101
147
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.5)
102
148
 
103
- Thu, 25 Nov 2021 08:34:15 GMT
149
+ Thu, 25 Nov 2021 08:34:15 GMT
104
150
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.4..@fluentui/react-popover_v9.0.0-beta.5)
105
151
 
106
152
  ### Changes
@@ -119,7 +165,7 @@ Thu, 25 Nov 2021 08:34:15 GMT
119
165
 
120
166
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.4)
121
167
 
122
- Fri, 12 Nov 2021 13:25:28 GMT
168
+ Fri, 12 Nov 2021 13:25:28 GMT
123
169
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.3..@fluentui/react-popover_v9.0.0-beta.4)
124
170
 
125
171
  ### Changes
@@ -140,7 +186,7 @@ Fri, 12 Nov 2021 13:25:28 GMT
140
186
 
141
187
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.3)
142
188
 
143
- Wed, 27 Oct 2021 12:14:20 GMT
189
+ Wed, 27 Oct 2021 12:14:20 GMT
144
190
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.2..@fluentui/react-popover_v9.0.0-beta.3)
145
191
 
146
192
  ### Changes
@@ -160,7 +206,7 @@ Wed, 27 Oct 2021 12:14:20 GMT
160
206
 
161
207
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.2)
162
208
 
163
- Tue, 12 Oct 2021 19:45:58 GMT
209
+ Tue, 12 Oct 2021 19:45:58 GMT
164
210
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.1..@fluentui/react-popover_v9.0.0-beta.2)
165
211
 
166
212
  ### Changes
@@ -170,7 +216,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
170
216
 
171
217
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.1)
172
218
 
173
- Wed, 06 Oct 2021 10:37:22 GMT
219
+ Wed, 06 Oct 2021 10:37:22 GMT
174
220
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.56..@fluentui/react-popover_v9.0.0-beta.1)
175
221
 
176
222
  ### Changes
@@ -189,7 +235,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
189
235
 
190
236
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.56)
191
237
 
192
- Tue, 05 Oct 2021 12:47:58 GMT
238
+ Tue, 05 Oct 2021 12:47:58 GMT
193
239
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.55..@fluentui/react-popover_v9.0.0-alpha.56)
194
240
 
195
241
  ### Changes
@@ -203,7 +249,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
203
249
 
204
250
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.55)
205
251
 
206
- Tue, 05 Oct 2021 09:28:07 GMT
252
+ Tue, 05 Oct 2021 09:28:07 GMT
207
253
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.54..@fluentui/react-popover_v9.0.0-alpha.55)
208
254
 
209
255
  ### Changes
@@ -221,7 +267,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
221
267
 
222
268
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.54)
223
269
 
224
- Fri, 01 Oct 2021 14:13:08 GMT
270
+ Fri, 01 Oct 2021 14:13:08 GMT
225
271
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.52..@fluentui/react-popover_v9.0.0-alpha.54)
226
272
 
227
273
  ### Changes
@@ -240,7 +286,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
240
286
 
241
287
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.52)
242
288
 
243
- Fri, 01 Oct 2021 09:44:56 GMT
289
+ Fri, 01 Oct 2021 09:44:56 GMT
244
290
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.51..@fluentui/react-popover_v9.0.0-alpha.52)
245
291
 
246
292
  ### Changes
@@ -250,7 +296,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
250
296
 
251
297
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.51)
252
298
 
253
- Wed, 29 Sep 2021 08:06:11 GMT
299
+ Wed, 29 Sep 2021 08:06:11 GMT
254
300
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.50..@fluentui/react-popover_v9.0.0-alpha.51)
255
301
 
256
302
  ### Changes
@@ -266,7 +312,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
266
312
 
267
313
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.50)
268
314
 
269
- Mon, 27 Sep 2021 08:06:00 GMT
315
+ Mon, 27 Sep 2021 08:06:00 GMT
270
316
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.49..@fluentui/react-popover_v9.0.0-alpha.50)
271
317
 
272
318
  ### Changes
@@ -284,7 +330,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
284
330
 
285
331
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.49)
286
332
 
287
- Fri, 24 Sep 2021 09:17:17 GMT
333
+ Fri, 24 Sep 2021 09:17:17 GMT
288
334
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.48..@fluentui/react-popover_v9.0.0-alpha.49)
289
335
 
290
336
  ### Changes
@@ -303,7 +349,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
303
349
 
304
350
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.48)
305
351
 
306
- Thu, 23 Sep 2021 08:21:34 GMT
352
+ Thu, 23 Sep 2021 08:21:34 GMT
307
353
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.47..@fluentui/react-popover_v9.0.0-alpha.48)
308
354
 
309
355
  ### Changes
@@ -320,7 +366,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
320
366
 
321
367
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.47)
322
368
 
323
- Wed, 22 Sep 2021 10:10:07 GMT
369
+ Wed, 22 Sep 2021 10:10:07 GMT
324
370
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.46..@fluentui/react-popover_v9.0.0-alpha.47)
325
371
 
326
372
  ### Changes
@@ -337,7 +383,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
337
383
 
338
384
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.46)
339
385
 
340
- Tue, 21 Sep 2021 07:42:34 GMT
386
+ Tue, 21 Sep 2021 07:42:34 GMT
341
387
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.45..@fluentui/react-popover_v9.0.0-alpha.46)
342
388
 
343
389
  ### Changes
@@ -354,7 +400,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
354
400
 
355
401
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.45)
356
402
 
357
- Mon, 20 Sep 2021 07:36:26 GMT
403
+ Mon, 20 Sep 2021 07:36:26 GMT
358
404
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.44..@fluentui/react-popover_v9.0.0-alpha.45)
359
405
 
360
406
  ### Changes
@@ -363,7 +409,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
363
409
 
364
410
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.44)
365
411
 
366
- Fri, 17 Sep 2021 07:35:26 GMT
412
+ Fri, 17 Sep 2021 07:35:26 GMT
367
413
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.43..@fluentui/react-popover_v9.0.0-alpha.44)
368
414
 
369
415
  ### Changes
@@ -372,7 +418,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
372
418
 
373
419
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.43)
374
420
 
375
- Thu, 16 Sep 2021 07:38:39 GMT
421
+ Thu, 16 Sep 2021 07:38:39 GMT
376
422
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.42..@fluentui/react-popover_v9.0.0-alpha.43)
377
423
 
378
424
  ### Changes
@@ -382,7 +428,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
382
428
 
383
429
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.42)
384
430
 
385
- Tue, 14 Sep 2021 20:09:02 GMT
431
+ Tue, 14 Sep 2021 20:09:02 GMT
386
432
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.41..@fluentui/react-popover_v9.0.0-alpha.42)
387
433
 
388
434
  ### Changes
@@ -391,7 +437,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
391
437
 
392
438
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.41)
393
439
 
394
- Tue, 14 Sep 2021 07:38:18 GMT
440
+ Tue, 14 Sep 2021 07:38:18 GMT
395
441
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.40..@fluentui/react-popover_v9.0.0-alpha.41)
396
442
 
397
443
  ### Changes
@@ -400,7 +446,7 @@ Tue, 14 Sep 2021 07:38:18 GMT
400
446
 
401
447
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.40)
402
448
 
403
- Fri, 10 Sep 2021 16:31:53 GMT
449
+ Fri, 10 Sep 2021 16:31:53 GMT
404
450
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.39..@fluentui/react-popover_v9.0.0-alpha.40)
405
451
 
406
452
  ### Changes
@@ -410,7 +456,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
410
456
 
411
457
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.39)
412
458
 
413
- Fri, 10 Sep 2021 07:39:51 GMT
459
+ Fri, 10 Sep 2021 07:39:51 GMT
414
460
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.38..@fluentui/react-popover_v9.0.0-alpha.39)
415
461
 
416
462
  ### Changes
@@ -419,7 +465,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
419
465
 
420
466
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.38)
421
467
 
422
- Wed, 08 Sep 2021 07:34:11 GMT
468
+ Wed, 08 Sep 2021 07:34:11 GMT
423
469
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.37..@fluentui/react-popover_v9.0.0-alpha.38)
424
470
 
425
471
  ### Changes
@@ -428,7 +474,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
428
474
 
429
475
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.37)
430
476
 
431
- Mon, 06 Sep 2021 07:34:53 GMT
477
+ Mon, 06 Sep 2021 07:34:53 GMT
432
478
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.36..@fluentui/react-popover_v9.0.0-alpha.37)
433
479
 
434
480
  ### Changes
@@ -437,7 +483,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
437
483
 
438
484
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.36)
439
485
 
440
- Thu, 02 Sep 2021 07:36:46 GMT
486
+ Thu, 02 Sep 2021 07:36:46 GMT
441
487
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.35..@fluentui/react-popover_v9.0.0-alpha.36)
442
488
 
443
489
  ### Patches
@@ -450,7 +496,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
450
496
 
451
497
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.35)
452
498
 
453
- Wed, 01 Sep 2021 07:39:56 GMT
499
+ Wed, 01 Sep 2021 07:39:56 GMT
454
500
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.34..@fluentui/react-popover_v9.0.0-alpha.35)
455
501
 
456
502
  ### Changes
@@ -459,7 +505,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
459
505
 
460
506
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.34)
461
507
 
462
- Tue, 31 Aug 2021 07:37:47 GMT
508
+ Tue, 31 Aug 2021 07:37:47 GMT
463
509
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.33..@fluentui/react-popover_v9.0.0-alpha.34)
464
510
 
465
511
  ### Changes
@@ -468,7 +514,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
468
514
 
469
515
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.33)
470
516
 
471
- Fri, 27 Aug 2021 07:33:32 GMT
517
+ Fri, 27 Aug 2021 07:33:32 GMT
472
518
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.32..@fluentui/react-popover_v9.0.0-alpha.33)
473
519
 
474
520
  ### Changes
@@ -477,7 +523,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
477
523
 
478
524
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.32)
479
525
 
480
- Thu, 26 Aug 2021 07:35:43 GMT
526
+ Thu, 26 Aug 2021 07:35:43 GMT
481
527
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.31..@fluentui/react-popover_v9.0.0-alpha.32)
482
528
 
483
529
  ### Changes
@@ -486,7 +532,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
486
532
 
487
533
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.31)
488
534
 
489
- Tue, 24 Aug 2021 07:34:48 GMT
535
+ Tue, 24 Aug 2021 07:34:48 GMT
490
536
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.30..@fluentui/react-popover_v9.0.0-alpha.31)
491
537
 
492
538
  ### Changes
@@ -495,7 +541,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
495
541
 
496
542
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.30)
497
543
 
498
- Fri, 20 Aug 2021 07:37:28 GMT
544
+ Fri, 20 Aug 2021 07:37:28 GMT
499
545
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.29..@fluentui/react-popover_v9.0.0-alpha.30)
500
546
 
501
547
  ### Changes
@@ -504,7 +550,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
504
550
 
505
551
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.29)
506
552
 
507
- Thu, 19 Aug 2021 07:41:35 GMT
553
+ Thu, 19 Aug 2021 07:41:35 GMT
508
554
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.28..@fluentui/react-popover_v9.0.0-alpha.29)
509
555
 
510
556
  ### Changes
@@ -513,7 +559,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
513
559
 
514
560
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.28)
515
561
 
516
- Mon, 16 Aug 2021 07:36:39 GMT
562
+ Mon, 16 Aug 2021 07:36:39 GMT
517
563
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.27..@fluentui/react-popover_v9.0.0-alpha.28)
518
564
 
519
565
  ### Changes
@@ -522,7 +568,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
522
568
 
523
569
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.27)
524
570
 
525
- Fri, 13 Aug 2021 07:36:34 GMT
571
+ Fri, 13 Aug 2021 07:36:34 GMT
526
572
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.26..@fluentui/react-popover_v9.0.0-alpha.27)
527
573
 
528
574
  ### Changes
@@ -531,7 +577,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
531
577
 
532
578
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.26)
533
579
 
534
- Wed, 11 Aug 2021 07:34:54 GMT
580
+ Wed, 11 Aug 2021 07:34:54 GMT
535
581
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.25..@fluentui/react-popover_v9.0.0-alpha.26)
536
582
 
537
583
  ### Changes
@@ -540,7 +586,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
540
586
 
541
587
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.25)
542
588
 
543
- Tue, 10 Aug 2021 07:33:28 GMT
589
+ Tue, 10 Aug 2021 07:33:28 GMT
544
590
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.24..@fluentui/react-popover_v9.0.0-alpha.25)
545
591
 
546
592
  ### Changes
@@ -549,7 +595,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
549
595
 
550
596
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.24)
551
597
 
552
- Fri, 06 Aug 2021 07:35:14 GMT
598
+ Fri, 06 Aug 2021 07:35:14 GMT
553
599
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.23..@fluentui/react-popover_v9.0.0-alpha.24)
554
600
 
555
601
  ### Changes
@@ -558,7 +604,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
558
604
 
559
605
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.23)
560
606
 
561
- Tue, 03 Aug 2021 07:39:30 GMT
607
+ Tue, 03 Aug 2021 07:39:30 GMT
562
608
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.22..@fluentui/react-popover_v9.0.0-alpha.23)
563
609
 
564
610
  ### Patches
@@ -573,7 +619,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
573
619
 
574
620
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.22)
575
621
 
576
- Mon, 02 Aug 2021 07:36:20 GMT
622
+ Mon, 02 Aug 2021 07:36:20 GMT
577
623
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.21..@fluentui/react-popover_v9.0.0-alpha.22)
578
624
 
579
625
  ### Changes
@@ -582,7 +628,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
582
628
 
583
629
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.21)
584
630
 
585
- Mon, 26 Jul 2021 07:37:30 GMT
631
+ Mon, 26 Jul 2021 07:37:30 GMT
586
632
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.20..@fluentui/react-popover_v9.0.0-alpha.21)
587
633
 
588
634
  ### Changes
@@ -591,7 +637,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
591
637
 
592
638
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.20)
593
639
 
594
- Fri, 23 Jul 2021 07:38:19 GMT
640
+ Fri, 23 Jul 2021 07:38:19 GMT
595
641
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.19..@fluentui/react-popover_v9.0.0-alpha.20)
596
642
 
597
643
  ### Changes
@@ -600,7 +646,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
600
646
 
601
647
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.19)
602
648
 
603
- Thu, 22 Jul 2021 07:36:55 GMT
649
+ Thu, 22 Jul 2021 07:36:55 GMT
604
650
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.18..@fluentui/react-popover_v9.0.0-alpha.19)
605
651
 
606
652
  ### Changes
@@ -609,7 +655,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
609
655
 
610
656
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.18)
611
657
 
612
- Thu, 15 Jul 2021 07:36:18 GMT
658
+ Thu, 15 Jul 2021 07:36:18 GMT
613
659
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.17..@fluentui/react-popover_v9.0.0-alpha.18)
614
660
 
615
661
  ### Changes
@@ -618,7 +664,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
618
664
 
619
665
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.17)
620
666
 
621
- Tue, 13 Jul 2021 22:32:58 GMT
667
+ Tue, 13 Jul 2021 22:32:58 GMT
622
668
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.16..@fluentui/react-popover_v9.0.0-alpha.17)
623
669
 
624
670
  ### Patches
@@ -627,7 +673,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
627
673
 
628
674
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.16)
629
675
 
630
- Tue, 13 Jul 2021 07:35:36 GMT
676
+ Tue, 13 Jul 2021 07:35:36 GMT
631
677
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.15..@fluentui/react-popover_v9.0.0-alpha.16)
632
678
 
633
679
  ### Changes
@@ -636,7 +682,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
636
682
 
637
683
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.15)
638
684
 
639
- Fri, 09 Jul 2021 07:39:31 GMT
685
+ Fri, 09 Jul 2021 07:39:31 GMT
640
686
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.14..@fluentui/react-popover_v9.0.0-alpha.15)
641
687
 
642
688
  ### Patches
@@ -651,7 +697,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
651
697
 
652
698
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.14)
653
699
 
654
- Fri, 02 Jul 2021 23:15:55 GMT
700
+ Fri, 02 Jul 2021 23:15:55 GMT
655
701
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.13..@fluentui/react-popover_v9.0.0-alpha.14)
656
702
 
657
703
  ### Changes
@@ -660,7 +706,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
660
706
 
661
707
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.13)
662
708
 
663
- Fri, 02 Jul 2021 07:37:06 GMT
709
+ Fri, 02 Jul 2021 07:37:06 GMT
664
710
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.12..@fluentui/react-popover_v9.0.0-alpha.13)
665
711
 
666
712
  ### Changes
@@ -669,7 +715,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
669
715
 
670
716
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.12)
671
717
 
672
- Thu, 01 Jul 2021 07:35:05 GMT
718
+ Thu, 01 Jul 2021 07:35:05 GMT
673
719
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.11..@fluentui/react-popover_v9.0.0-alpha.12)
674
720
 
675
721
  ### Changes
@@ -678,7 +724,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
678
724
 
679
725
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.11)
680
726
 
681
- Wed, 30 Jun 2021 07:38:35 GMT
727
+ Wed, 30 Jun 2021 07:38:35 GMT
682
728
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.10..@fluentui/react-popover_v9.0.0-alpha.11)
683
729
 
684
730
  ### Changes
@@ -687,7 +733,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
687
733
 
688
734
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.10)
689
735
 
690
- Tue, 29 Jun 2021 07:33:32 GMT
736
+ Tue, 29 Jun 2021 07:33:32 GMT
691
737
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.9..@fluentui/react-popover_v9.0.0-alpha.10)
692
738
 
693
739
  ### Changes
@@ -696,7 +742,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
696
742
 
697
743
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.9)
698
744
 
699
- Thu, 17 Jun 2021 07:34:11 GMT
745
+ Thu, 17 Jun 2021 07:34:11 GMT
700
746
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.8..@fluentui/react-popover_v9.0.0-alpha.9)
701
747
 
702
748
  ### Changes
@@ -705,7 +751,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
705
751
 
706
752
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.8)
707
753
 
708
- Wed, 16 Jun 2021 07:34:24 GMT
754
+ Wed, 16 Jun 2021 07:34:24 GMT
709
755
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.7..@fluentui/react-popover_v9.0.0-alpha.8)
710
756
 
711
757
  ### Changes
@@ -714,7 +760,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
714
760
 
715
761
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.7)
716
762
 
717
- Tue, 15 Jun 2021 07:40:20 GMT
763
+ Tue, 15 Jun 2021 07:40:20 GMT
718
764
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.6..@fluentui/react-popover_v9.0.0-alpha.7)
719
765
 
720
766
  ### Changes
@@ -723,7 +769,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
723
769
 
724
770
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.6)
725
771
 
726
- Tue, 08 Jun 2021 07:32:44 GMT
772
+ Tue, 08 Jun 2021 07:32:44 GMT
727
773
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.5..@fluentui/react-popover_v9.0.0-alpha.6)
728
774
 
729
775
  ### Changes
@@ -732,7 +778,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
732
778
 
733
779
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.5)
734
780
 
735
- Mon, 07 Jun 2021 07:38:15 GMT
781
+ Mon, 07 Jun 2021 07:38:15 GMT
736
782
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.4..@fluentui/react-popover_v9.0.0-alpha.5)
737
783
 
738
784
  ### Patches
@@ -747,7 +793,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
747
793
 
748
794
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.4)
749
795
 
750
- Fri, 04 Jun 2021 07:37:23 GMT
796
+ Fri, 04 Jun 2021 07:37:23 GMT
751
797
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.3..@fluentui/react-popover_v9.0.0-alpha.4)
752
798
 
753
799
  ### Changes
@@ -756,7 +802,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
756
802
 
757
803
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.3)
758
804
 
759
- Thu, 03 Jun 2021 07:36:03 GMT
805
+ Thu, 03 Jun 2021 07:36:03 GMT
760
806
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.2..@fluentui/react-popover_v9.0.0-alpha.3)
761
807
 
762
808
  ### Changes
@@ -765,7 +811,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
765
811
 
766
812
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.2)
767
813
 
768
- Wed, 02 Jun 2021 07:37:15 GMT
814
+ Wed, 02 Jun 2021 07:37:15 GMT
769
815
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.1..@fluentui/react-popover_v9.0.0-alpha.2)
770
816
 
771
817
  ### Changes
@@ -774,7 +820,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
774
820
 
775
821
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.1)
776
822
 
777
- Tue, 01 Jun 2021 07:31:58 GMT
823
+ Tue, 01 Jun 2021 07:31:58 GMT
778
824
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.1)
779
825
 
780
826
  ### Changes
@@ -783,7 +829,7 @@ Tue, 01 Jun 2021 07:31:58 GMT
783
829
 
784
830
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
785
831
 
786
- Fri, 28 May 2021 07:33:57 GMT
832
+ Fri, 28 May 2021 07:33:57 GMT
787
833
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
788
834
 
789
835
  ### Changes
@@ -792,7 +838,7 @@ Fri, 28 May 2021 07:33:57 GMT
792
838
 
793
839
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
794
840
 
795
- Wed, 26 May 2021 07:35:43 GMT
841
+ Wed, 26 May 2021 07:35:43 GMT
796
842
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
797
843
 
798
844
  ### Changes
@@ -801,7 +847,7 @@ Wed, 26 May 2021 07:35:43 GMT
801
847
 
802
848
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
803
849
 
804
- Fri, 21 May 2021 07:34:54 GMT
850
+ Fri, 21 May 2021 07:34:54 GMT
805
851
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
806
852
 
807
853
  ### Changes
@@ -810,7 +856,7 @@ Fri, 21 May 2021 07:34:54 GMT
810
856
 
811
857
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
812
858
 
813
- Thu, 20 May 2021 07:41:54 GMT
859
+ Thu, 20 May 2021 07:41:54 GMT
814
860
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
815
861
 
816
862
  ### Patches
@@ -825,7 +871,7 @@ Thu, 20 May 2021 07:41:54 GMT
825
871
 
826
872
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
827
873
 
828
- Wed, 19 May 2021 07:34:20 GMT
874
+ Wed, 19 May 2021 07:34:20 GMT
829
875
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
830
876
 
831
877
  ### Patches
@@ -838,7 +884,7 @@ Wed, 19 May 2021 07:34:20 GMT
838
884
 
839
885
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
840
886
 
841
- Tue, 18 May 2021 07:34:38 GMT
887
+ Tue, 18 May 2021 07:34:38 GMT
842
888
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
843
889
 
844
890
  ### Changes
@@ -847,7 +893,7 @@ Tue, 18 May 2021 07:34:38 GMT
847
893
 
848
894
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
849
895
 
850
- Thu, 13 May 2021 07:36:55 GMT
896
+ Thu, 13 May 2021 07:36:55 GMT
851
897
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
852
898
 
853
899
  ### Changes
@@ -856,7 +902,7 @@ Thu, 13 May 2021 07:36:55 GMT
856
902
 
857
903
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
858
904
 
859
- Wed, 12 May 2021 07:36:20 GMT
905
+ Wed, 12 May 2021 07:36:20 GMT
860
906
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
861
907
 
862
908
  ### Changes