@fluentui/react-popover 9.0.0-rc.7 → 9.0.0-rc.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +84 -1
- package/CHANGELOG.md +95 -76
- package/Spec.md +20 -0
- package/dist/{react-popover.d.ts → index.d.ts} +14 -2
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/components/Popover/Popover.types.js.map +1 -1
- package/lib/components/Popover/renderPopover.js +4 -2
- package/lib/components/Popover/renderPopover.js.map +1 -1
- package/lib/components/Popover/usePopover.js +38 -5
- package/lib/components/Popover/usePopover.js.map +1 -1
- package/lib/components/PopoverSurface/PopoverSurface.types.js.map +1 -1
- package/lib/components/PopoverSurface/renderPopoverSurface.js +10 -4
- package/lib/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
- package/lib/components/PopoverSurface/usePopoverSurface.js +2 -0
- package/lib/components/PopoverSurface/usePopoverSurface.js.map +1 -1
- package/lib/popoverContext.js +2 -1
- package/lib/popoverContext.js.map +1 -1
- package/lib-commonjs/components/Popover/renderPopover.js +4 -2
- package/lib-commonjs/components/Popover/renderPopover.js.map +1 -1
- package/lib-commonjs/components/Popover/usePopover.js +38 -5
- package/lib-commonjs/components/Popover/usePopover.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js +10 -4
- package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js +2 -0
- package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js.map +1 -1
- package/lib-commonjs/popoverContext.js +2 -1
- package/lib-commonjs/popoverContext.js.map +1 -1
- package/package.json +11 -11
- package/lib/Popover.d.ts +0 -1
- package/lib/PopoverSurface.d.ts +0 -1
- package/lib/PopoverTrigger.d.ts +0 -1
- package/lib/components/Popover/Popover.d.ts +0 -6
- package/lib/components/Popover/Popover.types.d.ts +0 -109
- package/lib/components/Popover/index.d.ts +0 -4
- package/lib/components/Popover/renderPopover.d.ts +0 -5
- package/lib/components/Popover/usePopover.d.ts +0 -10
- package/lib/components/PopoverSurface/PopoverSurface.d.ts +0 -6
- package/lib/components/PopoverSurface/PopoverSurface.types.d.ts +0 -21
- package/lib/components/PopoverSurface/index.d.ts +0 -5
- package/lib/components/PopoverSurface/renderPopoverSurface.d.ts +0 -5
- package/lib/components/PopoverSurface/usePopoverSurface.d.ts +0 -12
- package/lib/components/PopoverSurface/usePopoverSurfaceStyles.d.ts +0 -13
- package/lib/components/PopoverTrigger/PopoverTrigger.d.ts +0 -7
- package/lib/components/PopoverTrigger/PopoverTrigger.types.d.ts +0 -18
- package/lib/components/PopoverTrigger/index.d.ts +0 -4
- package/lib/components/PopoverTrigger/renderPopoverTrigger.d.ts +0 -5
- package/lib/components/PopoverTrigger/usePopoverTrigger.d.ts +0 -10
- package/lib/index.d.ts +0 -4
- package/lib/popoverContext.d.ts +0 -8
- package/lib-commonjs/Popover.d.ts +0 -1
- package/lib-commonjs/PopoverSurface.d.ts +0 -1
- package/lib-commonjs/PopoverTrigger.d.ts +0 -1
- package/lib-commonjs/components/Popover/Popover.d.ts +0 -6
- package/lib-commonjs/components/Popover/Popover.types.d.ts +0 -109
- package/lib-commonjs/components/Popover/index.d.ts +0 -4
- package/lib-commonjs/components/Popover/renderPopover.d.ts +0 -5
- package/lib-commonjs/components/Popover/usePopover.d.ts +0 -10
- package/lib-commonjs/components/PopoverSurface/PopoverSurface.d.ts +0 -6
- package/lib-commonjs/components/PopoverSurface/PopoverSurface.types.d.ts +0 -21
- package/lib-commonjs/components/PopoverSurface/index.d.ts +0 -5
- package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.d.ts +0 -5
- package/lib-commonjs/components/PopoverSurface/usePopoverSurface.d.ts +0 -12
- package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.d.ts +0 -13
- package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.d.ts +0 -7
- package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.types.d.ts +0 -18
- package/lib-commonjs/components/PopoverTrigger/index.d.ts +0 -4
- package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.d.ts +0 -5
- package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.d.ts +0 -10
- package/lib-commonjs/index.d.ts +0 -4
- package/lib-commonjs/popoverContext.d.ts +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,31 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-popover
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 04 May 2022 13:24:12 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.8)
|
|
8
|
+
|
|
9
|
+
Wed, 04 May 2022 13:24:12 GMT
|
|
10
|
+
[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
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- feat: Add inline prop to Popover ([PR #22789](https://github.com/microsoft/fluentui/pull/22789) by lingfangao@hotmail.com)
|
|
15
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
|
16
|
+
- feat: Adds prop `closeOnScroll` to close popover on scrolling outside ([PR #22784](https://github.com/microsoft/fluentui/pull/22784) by yuanboxue@microsoft.com)
|
|
17
|
+
- 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)
|
|
18
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
19
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
20
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
21
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
22
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
23
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
24
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
25
|
+
|
|
7
26
|
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.7)
|
|
8
27
|
|
|
9
|
-
Mon, 25 Apr 2022 09:
|
|
28
|
+
Mon, 25 Apr 2022 09:32:19 GMT
|
|
10
29
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.6..@fluentui/react-popover_v9.0.0-rc.7)
|
|
11
30
|
|
|
12
31
|
### Changes
|
|
@@ -16,7 +35,7 @@ Mon, 25 Apr 2022 09:31:20 GMT
|
|
|
16
35
|
|
|
17
36
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.6)
|
|
18
37
|
|
|
19
|
-
Tue, 19 Apr 2022 19:16:47 GMT
|
|
38
|
+
Tue, 19 Apr 2022 19:16:47 GMT
|
|
20
39
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.5..@fluentui/react-popover_v9.0.0-rc.6)
|
|
21
40
|
|
|
22
41
|
### Changes
|
|
@@ -34,7 +53,7 @@ Tue, 19 Apr 2022 19:16:47 GMT
|
|
|
34
53
|
|
|
35
54
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.5)
|
|
36
55
|
|
|
37
|
-
Fri, 04 Mar 2022 05:17:38 GMT
|
|
56
|
+
Fri, 04 Mar 2022 05:17:38 GMT
|
|
38
57
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.4..@fluentui/react-popover_v9.0.0-rc.5)
|
|
39
58
|
|
|
40
59
|
### Changes
|
|
@@ -51,7 +70,7 @@ Fri, 04 Mar 2022 05:17:38 GMT
|
|
|
51
70
|
|
|
52
71
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.4)
|
|
53
72
|
|
|
54
|
-
Tue, 01 Mar 2022 02:17:37 GMT
|
|
73
|
+
Tue, 01 Mar 2022 02:17:37 GMT
|
|
55
74
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.3..@fluentui/react-popover_v9.0.0-rc.4)
|
|
56
75
|
|
|
57
76
|
### Changes
|
|
@@ -65,7 +84,7 @@ Tue, 01 Mar 2022 02:17:37 GMT
|
|
|
65
84
|
|
|
66
85
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.3)
|
|
67
86
|
|
|
68
|
-
Fri, 18 Feb 2022 13:35:33 GMT
|
|
87
|
+
Fri, 18 Feb 2022 13:35:33 GMT
|
|
69
88
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.1..@fluentui/react-popover_v9.0.0-rc.3)
|
|
70
89
|
|
|
71
90
|
### Changes
|
|
@@ -81,7 +100,7 @@ Fri, 18 Feb 2022 13:35:33 GMT
|
|
|
81
100
|
|
|
82
101
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.1)
|
|
83
102
|
|
|
84
|
-
Thu, 10 Feb 2022 08:50:36 GMT
|
|
103
|
+
Thu, 10 Feb 2022 08:50:36 GMT
|
|
85
104
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.5..@fluentui/react-popover_v9.0.0-rc.1)
|
|
86
105
|
|
|
87
106
|
### Changes
|
|
@@ -91,7 +110,7 @@ Thu, 10 Feb 2022 08:50:36 GMT
|
|
|
91
110
|
- standardize trigger implementation & cloning ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
|
|
92
111
|
- update styles to not use CSS shorthands ([PR #20796](https://github.com/microsoft/fluentui/pull/20796) by olfedias@microsoft.com)
|
|
93
112
|
- fix: Use role=complementary for Popovers without focus traps ([PR #21416](https://github.com/microsoft/fluentui/pull/21416) by lingfangao@hotmail.com)
|
|
94
|
-
- 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)
|
|
113
|
+
- 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)
|
|
95
114
|
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
|
96
115
|
- 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)
|
|
97
116
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
@@ -110,7 +129,7 @@ Thu, 10 Feb 2022 08:50:36 GMT
|
|
|
110
129
|
|
|
111
130
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.5)
|
|
112
131
|
|
|
113
|
-
Thu, 25 Nov 2021 08:34:15 GMT
|
|
132
|
+
Thu, 25 Nov 2021 08:34:15 GMT
|
|
114
133
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.4..@fluentui/react-popover_v9.0.0-beta.5)
|
|
115
134
|
|
|
116
135
|
### Changes
|
|
@@ -129,7 +148,7 @@ Thu, 25 Nov 2021 08:34:15 GMT
|
|
|
129
148
|
|
|
130
149
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.4)
|
|
131
150
|
|
|
132
|
-
Fri, 12 Nov 2021 13:25:28 GMT
|
|
151
|
+
Fri, 12 Nov 2021 13:25:28 GMT
|
|
133
152
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.3..@fluentui/react-popover_v9.0.0-beta.4)
|
|
134
153
|
|
|
135
154
|
### Changes
|
|
@@ -150,7 +169,7 @@ Fri, 12 Nov 2021 13:25:28 GMT
|
|
|
150
169
|
|
|
151
170
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.3)
|
|
152
171
|
|
|
153
|
-
Wed, 27 Oct 2021 12:14:20 GMT
|
|
172
|
+
Wed, 27 Oct 2021 12:14:20 GMT
|
|
154
173
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.2..@fluentui/react-popover_v9.0.0-beta.3)
|
|
155
174
|
|
|
156
175
|
### Changes
|
|
@@ -170,7 +189,7 @@ Wed, 27 Oct 2021 12:14:20 GMT
|
|
|
170
189
|
|
|
171
190
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.2)
|
|
172
191
|
|
|
173
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
|
192
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
|
174
193
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.1..@fluentui/react-popover_v9.0.0-beta.2)
|
|
175
194
|
|
|
176
195
|
### Changes
|
|
@@ -180,7 +199,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
|
180
199
|
|
|
181
200
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.1)
|
|
182
201
|
|
|
183
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
|
202
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
|
184
203
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.56..@fluentui/react-popover_v9.0.0-beta.1)
|
|
185
204
|
|
|
186
205
|
### Changes
|
|
@@ -199,7 +218,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
|
199
218
|
|
|
200
219
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.56)
|
|
201
220
|
|
|
202
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
|
221
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
|
203
222
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.55..@fluentui/react-popover_v9.0.0-alpha.56)
|
|
204
223
|
|
|
205
224
|
### Changes
|
|
@@ -213,7 +232,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
|
213
232
|
|
|
214
233
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.55)
|
|
215
234
|
|
|
216
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
|
235
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
|
217
236
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.54..@fluentui/react-popover_v9.0.0-alpha.55)
|
|
218
237
|
|
|
219
238
|
### Changes
|
|
@@ -231,7 +250,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
|
231
250
|
|
|
232
251
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.54)
|
|
233
252
|
|
|
234
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
|
253
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
|
235
254
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.52..@fluentui/react-popover_v9.0.0-alpha.54)
|
|
236
255
|
|
|
237
256
|
### Changes
|
|
@@ -250,7 +269,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
|
250
269
|
|
|
251
270
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.52)
|
|
252
271
|
|
|
253
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
|
272
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
|
254
273
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.51..@fluentui/react-popover_v9.0.0-alpha.52)
|
|
255
274
|
|
|
256
275
|
### Changes
|
|
@@ -260,7 +279,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
|
260
279
|
|
|
261
280
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.51)
|
|
262
281
|
|
|
263
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
|
282
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
|
264
283
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.50..@fluentui/react-popover_v9.0.0-alpha.51)
|
|
265
284
|
|
|
266
285
|
### Changes
|
|
@@ -276,7 +295,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
|
276
295
|
|
|
277
296
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.50)
|
|
278
297
|
|
|
279
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
|
298
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
|
280
299
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.49..@fluentui/react-popover_v9.0.0-alpha.50)
|
|
281
300
|
|
|
282
301
|
### Changes
|
|
@@ -294,7 +313,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
|
294
313
|
|
|
295
314
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.49)
|
|
296
315
|
|
|
297
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
|
316
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
|
298
317
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.48..@fluentui/react-popover_v9.0.0-alpha.49)
|
|
299
318
|
|
|
300
319
|
### Changes
|
|
@@ -313,7 +332,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
|
313
332
|
|
|
314
333
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.48)
|
|
315
334
|
|
|
316
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
|
335
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
|
317
336
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.47..@fluentui/react-popover_v9.0.0-alpha.48)
|
|
318
337
|
|
|
319
338
|
### Changes
|
|
@@ -330,7 +349,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
|
330
349
|
|
|
331
350
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.47)
|
|
332
351
|
|
|
333
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
|
352
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
|
334
353
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.46..@fluentui/react-popover_v9.0.0-alpha.47)
|
|
335
354
|
|
|
336
355
|
### Changes
|
|
@@ -347,7 +366,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
|
347
366
|
|
|
348
367
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.46)
|
|
349
368
|
|
|
350
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
|
369
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
|
351
370
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.45..@fluentui/react-popover_v9.0.0-alpha.46)
|
|
352
371
|
|
|
353
372
|
### Changes
|
|
@@ -364,7 +383,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
|
364
383
|
|
|
365
384
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.45)
|
|
366
385
|
|
|
367
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
|
386
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
|
368
387
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.44..@fluentui/react-popover_v9.0.0-alpha.45)
|
|
369
388
|
|
|
370
389
|
### Changes
|
|
@@ -373,7 +392,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
|
373
392
|
|
|
374
393
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.44)
|
|
375
394
|
|
|
376
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
395
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
377
396
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.43..@fluentui/react-popover_v9.0.0-alpha.44)
|
|
378
397
|
|
|
379
398
|
### Changes
|
|
@@ -382,7 +401,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
382
401
|
|
|
383
402
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.43)
|
|
384
403
|
|
|
385
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
|
404
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
|
386
405
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.42..@fluentui/react-popover_v9.0.0-alpha.43)
|
|
387
406
|
|
|
388
407
|
### Changes
|
|
@@ -392,7 +411,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
|
392
411
|
|
|
393
412
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.42)
|
|
394
413
|
|
|
395
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
414
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
396
415
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.41..@fluentui/react-popover_v9.0.0-alpha.42)
|
|
397
416
|
|
|
398
417
|
### Changes
|
|
@@ -401,7 +420,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
401
420
|
|
|
402
421
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.41)
|
|
403
422
|
|
|
404
|
-
Tue, 14 Sep 2021 07:38:18 GMT
|
|
423
|
+
Tue, 14 Sep 2021 07:38:18 GMT
|
|
405
424
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.40..@fluentui/react-popover_v9.0.0-alpha.41)
|
|
406
425
|
|
|
407
426
|
### Changes
|
|
@@ -410,7 +429,7 @@ Tue, 14 Sep 2021 07:38:18 GMT
|
|
|
410
429
|
|
|
411
430
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.40)
|
|
412
431
|
|
|
413
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
|
432
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
|
414
433
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.39..@fluentui/react-popover_v9.0.0-alpha.40)
|
|
415
434
|
|
|
416
435
|
### Changes
|
|
@@ -420,7 +439,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
|
420
439
|
|
|
421
440
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.39)
|
|
422
441
|
|
|
423
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
442
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
424
443
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.38..@fluentui/react-popover_v9.0.0-alpha.39)
|
|
425
444
|
|
|
426
445
|
### Changes
|
|
@@ -429,7 +448,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
429
448
|
|
|
430
449
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.38)
|
|
431
450
|
|
|
432
|
-
Wed, 08 Sep 2021 07:34:11 GMT
|
|
451
|
+
Wed, 08 Sep 2021 07:34:11 GMT
|
|
433
452
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.37..@fluentui/react-popover_v9.0.0-alpha.38)
|
|
434
453
|
|
|
435
454
|
### Changes
|
|
@@ -438,7 +457,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
|
|
|
438
457
|
|
|
439
458
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.37)
|
|
440
459
|
|
|
441
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
|
460
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
|
442
461
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.36..@fluentui/react-popover_v9.0.0-alpha.37)
|
|
443
462
|
|
|
444
463
|
### Changes
|
|
@@ -447,7 +466,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
|
447
466
|
|
|
448
467
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.36)
|
|
449
468
|
|
|
450
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
469
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
451
470
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.35..@fluentui/react-popover_v9.0.0-alpha.36)
|
|
452
471
|
|
|
453
472
|
### Patches
|
|
@@ -460,7 +479,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
460
479
|
|
|
461
480
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.35)
|
|
462
481
|
|
|
463
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
|
482
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
|
464
483
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.34..@fluentui/react-popover_v9.0.0-alpha.35)
|
|
465
484
|
|
|
466
485
|
### Changes
|
|
@@ -469,7 +488,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
|
469
488
|
|
|
470
489
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.34)
|
|
471
490
|
|
|
472
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
491
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
473
492
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.33..@fluentui/react-popover_v9.0.0-alpha.34)
|
|
474
493
|
|
|
475
494
|
### Changes
|
|
@@ -478,7 +497,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
478
497
|
|
|
479
498
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.33)
|
|
480
499
|
|
|
481
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
|
500
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
|
482
501
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.32..@fluentui/react-popover_v9.0.0-alpha.33)
|
|
483
502
|
|
|
484
503
|
### Changes
|
|
@@ -487,7 +506,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
|
487
506
|
|
|
488
507
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.32)
|
|
489
508
|
|
|
490
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
509
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
491
510
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.31..@fluentui/react-popover_v9.0.0-alpha.32)
|
|
492
511
|
|
|
493
512
|
### Changes
|
|
@@ -496,7 +515,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
496
515
|
|
|
497
516
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.31)
|
|
498
517
|
|
|
499
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
|
518
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
|
500
519
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.30..@fluentui/react-popover_v9.0.0-alpha.31)
|
|
501
520
|
|
|
502
521
|
### Changes
|
|
@@ -505,7 +524,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
|
505
524
|
|
|
506
525
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.30)
|
|
507
526
|
|
|
508
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
527
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
509
528
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.29..@fluentui/react-popover_v9.0.0-alpha.30)
|
|
510
529
|
|
|
511
530
|
### Changes
|
|
@@ -514,7 +533,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
514
533
|
|
|
515
534
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.29)
|
|
516
535
|
|
|
517
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
536
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
518
537
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.28..@fluentui/react-popover_v9.0.0-alpha.29)
|
|
519
538
|
|
|
520
539
|
### Changes
|
|
@@ -523,7 +542,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
523
542
|
|
|
524
543
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.28)
|
|
525
544
|
|
|
526
|
-
Mon, 16 Aug 2021 07:36:39 GMT
|
|
545
|
+
Mon, 16 Aug 2021 07:36:39 GMT
|
|
527
546
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.27..@fluentui/react-popover_v9.0.0-alpha.28)
|
|
528
547
|
|
|
529
548
|
### Changes
|
|
@@ -532,7 +551,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
|
|
|
532
551
|
|
|
533
552
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.27)
|
|
534
553
|
|
|
535
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
|
554
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
|
536
555
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.26..@fluentui/react-popover_v9.0.0-alpha.27)
|
|
537
556
|
|
|
538
557
|
### Changes
|
|
@@ -541,7 +560,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
|
541
560
|
|
|
542
561
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.26)
|
|
543
562
|
|
|
544
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
|
563
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
|
545
564
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.25..@fluentui/react-popover_v9.0.0-alpha.26)
|
|
546
565
|
|
|
547
566
|
### Changes
|
|
@@ -550,7 +569,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
|
550
569
|
|
|
551
570
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.25)
|
|
552
571
|
|
|
553
|
-
Tue, 10 Aug 2021 07:33:28 GMT
|
|
572
|
+
Tue, 10 Aug 2021 07:33:28 GMT
|
|
554
573
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.24..@fluentui/react-popover_v9.0.0-alpha.25)
|
|
555
574
|
|
|
556
575
|
### Changes
|
|
@@ -559,7 +578,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
|
|
|
559
578
|
|
|
560
579
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.24)
|
|
561
580
|
|
|
562
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
|
581
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
|
563
582
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.23..@fluentui/react-popover_v9.0.0-alpha.24)
|
|
564
583
|
|
|
565
584
|
### Changes
|
|
@@ -568,7 +587,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
|
568
587
|
|
|
569
588
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.23)
|
|
570
589
|
|
|
571
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
|
590
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
|
572
591
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.22..@fluentui/react-popover_v9.0.0-alpha.23)
|
|
573
592
|
|
|
574
593
|
### Patches
|
|
@@ -583,7 +602,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
|
583
602
|
|
|
584
603
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.22)
|
|
585
604
|
|
|
586
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
|
605
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
|
587
606
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.21..@fluentui/react-popover_v9.0.0-alpha.22)
|
|
588
607
|
|
|
589
608
|
### Changes
|
|
@@ -592,7 +611,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
|
592
611
|
|
|
593
612
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.21)
|
|
594
613
|
|
|
595
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
614
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
596
615
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.20..@fluentui/react-popover_v9.0.0-alpha.21)
|
|
597
616
|
|
|
598
617
|
### Changes
|
|
@@ -601,7 +620,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
601
620
|
|
|
602
621
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.20)
|
|
603
622
|
|
|
604
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
623
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
605
624
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.19..@fluentui/react-popover_v9.0.0-alpha.20)
|
|
606
625
|
|
|
607
626
|
### Changes
|
|
@@ -610,7 +629,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
610
629
|
|
|
611
630
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.19)
|
|
612
631
|
|
|
613
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
632
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
614
633
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.18..@fluentui/react-popover_v9.0.0-alpha.19)
|
|
615
634
|
|
|
616
635
|
### Changes
|
|
@@ -619,7 +638,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
619
638
|
|
|
620
639
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.18)
|
|
621
640
|
|
|
622
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
641
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
623
642
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.17..@fluentui/react-popover_v9.0.0-alpha.18)
|
|
624
643
|
|
|
625
644
|
### Changes
|
|
@@ -628,7 +647,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
628
647
|
|
|
629
648
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.17)
|
|
630
649
|
|
|
631
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
650
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
632
651
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.16..@fluentui/react-popover_v9.0.0-alpha.17)
|
|
633
652
|
|
|
634
653
|
### Patches
|
|
@@ -637,7 +656,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
637
656
|
|
|
638
657
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.16)
|
|
639
658
|
|
|
640
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
|
659
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
|
641
660
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.15..@fluentui/react-popover_v9.0.0-alpha.16)
|
|
642
661
|
|
|
643
662
|
### Changes
|
|
@@ -646,7 +665,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
|
646
665
|
|
|
647
666
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.15)
|
|
648
667
|
|
|
649
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
668
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
650
669
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.14..@fluentui/react-popover_v9.0.0-alpha.15)
|
|
651
670
|
|
|
652
671
|
### Patches
|
|
@@ -661,7 +680,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
661
680
|
|
|
662
681
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.14)
|
|
663
682
|
|
|
664
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
683
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
665
684
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.13..@fluentui/react-popover_v9.0.0-alpha.14)
|
|
666
685
|
|
|
667
686
|
### Changes
|
|
@@ -670,7 +689,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
670
689
|
|
|
671
690
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.13)
|
|
672
691
|
|
|
673
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
|
692
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
|
674
693
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.12..@fluentui/react-popover_v9.0.0-alpha.13)
|
|
675
694
|
|
|
676
695
|
### Changes
|
|
@@ -679,7 +698,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
|
679
698
|
|
|
680
699
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.12)
|
|
681
700
|
|
|
682
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
|
701
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
|
683
702
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.11..@fluentui/react-popover_v9.0.0-alpha.12)
|
|
684
703
|
|
|
685
704
|
### Changes
|
|
@@ -688,7 +707,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
|
688
707
|
|
|
689
708
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.11)
|
|
690
709
|
|
|
691
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
|
710
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
|
692
711
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.10..@fluentui/react-popover_v9.0.0-alpha.11)
|
|
693
712
|
|
|
694
713
|
### Changes
|
|
@@ -697,7 +716,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
|
697
716
|
|
|
698
717
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.10)
|
|
699
718
|
|
|
700
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
|
719
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
|
701
720
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.9..@fluentui/react-popover_v9.0.0-alpha.10)
|
|
702
721
|
|
|
703
722
|
### Changes
|
|
@@ -706,7 +725,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
|
706
725
|
|
|
707
726
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.9)
|
|
708
727
|
|
|
709
|
-
Thu, 17 Jun 2021 07:34:11 GMT
|
|
728
|
+
Thu, 17 Jun 2021 07:34:11 GMT
|
|
710
729
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.8..@fluentui/react-popover_v9.0.0-alpha.9)
|
|
711
730
|
|
|
712
731
|
### Changes
|
|
@@ -715,7 +734,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
|
|
|
715
734
|
|
|
716
735
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.8)
|
|
717
736
|
|
|
718
|
-
Wed, 16 Jun 2021 07:34:24 GMT
|
|
737
|
+
Wed, 16 Jun 2021 07:34:24 GMT
|
|
719
738
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.7..@fluentui/react-popover_v9.0.0-alpha.8)
|
|
720
739
|
|
|
721
740
|
### Changes
|
|
@@ -724,7 +743,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
|
|
|
724
743
|
|
|
725
744
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.7)
|
|
726
745
|
|
|
727
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
|
746
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
|
728
747
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.6..@fluentui/react-popover_v9.0.0-alpha.7)
|
|
729
748
|
|
|
730
749
|
### Changes
|
|
@@ -733,7 +752,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
|
733
752
|
|
|
734
753
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.6)
|
|
735
754
|
|
|
736
|
-
Tue, 08 Jun 2021 07:32:44 GMT
|
|
755
|
+
Tue, 08 Jun 2021 07:32:44 GMT
|
|
737
756
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.5..@fluentui/react-popover_v9.0.0-alpha.6)
|
|
738
757
|
|
|
739
758
|
### Changes
|
|
@@ -742,7 +761,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
|
|
|
742
761
|
|
|
743
762
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.5)
|
|
744
763
|
|
|
745
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
|
764
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
|
746
765
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.4..@fluentui/react-popover_v9.0.0-alpha.5)
|
|
747
766
|
|
|
748
767
|
### Patches
|
|
@@ -757,7 +776,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
|
757
776
|
|
|
758
777
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.4)
|
|
759
778
|
|
|
760
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
779
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
761
780
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.3..@fluentui/react-popover_v9.0.0-alpha.4)
|
|
762
781
|
|
|
763
782
|
### Changes
|
|
@@ -766,7 +785,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
766
785
|
|
|
767
786
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.3)
|
|
768
787
|
|
|
769
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
|
788
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
|
770
789
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.2..@fluentui/react-popover_v9.0.0-alpha.3)
|
|
771
790
|
|
|
772
791
|
### Changes
|
|
@@ -775,7 +794,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
|
775
794
|
|
|
776
795
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.2)
|
|
777
796
|
|
|
778
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
|
797
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
|
779
798
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.1..@fluentui/react-popover_v9.0.0-alpha.2)
|
|
780
799
|
|
|
781
800
|
### Changes
|
|
@@ -784,7 +803,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
|
784
803
|
|
|
785
804
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.1)
|
|
786
805
|
|
|
787
|
-
Tue, 01 Jun 2021 07:31:58 GMT
|
|
806
|
+
Tue, 01 Jun 2021 07:31:58 GMT
|
|
788
807
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.1)
|
|
789
808
|
|
|
790
809
|
### Changes
|
|
@@ -793,7 +812,7 @@ Tue, 01 Jun 2021 07:31:58 GMT
|
|
|
793
812
|
|
|
794
813
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
795
814
|
|
|
796
|
-
Fri, 28 May 2021 07:33:57 GMT
|
|
815
|
+
Fri, 28 May 2021 07:33:57 GMT
|
|
797
816
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
|
798
817
|
|
|
799
818
|
### Changes
|
|
@@ -802,7 +821,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
|
802
821
|
|
|
803
822
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
804
823
|
|
|
805
|
-
Wed, 26 May 2021 07:35:43 GMT
|
|
824
|
+
Wed, 26 May 2021 07:35:43 GMT
|
|
806
825
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
|
807
826
|
|
|
808
827
|
### Changes
|
|
@@ -811,7 +830,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
|
811
830
|
|
|
812
831
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
813
832
|
|
|
814
|
-
Fri, 21 May 2021 07:34:54 GMT
|
|
833
|
+
Fri, 21 May 2021 07:34:54 GMT
|
|
815
834
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
|
816
835
|
|
|
817
836
|
### Changes
|
|
@@ -820,7 +839,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
|
820
839
|
|
|
821
840
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
822
841
|
|
|
823
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
842
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
824
843
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
|
825
844
|
|
|
826
845
|
### Patches
|
|
@@ -835,7 +854,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
835
854
|
|
|
836
855
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
837
856
|
|
|
838
|
-
Wed, 19 May 2021 07:34:20 GMT
|
|
857
|
+
Wed, 19 May 2021 07:34:20 GMT
|
|
839
858
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
|
840
859
|
|
|
841
860
|
### Patches
|
|
@@ -848,7 +867,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
|
848
867
|
|
|
849
868
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
850
869
|
|
|
851
|
-
Tue, 18 May 2021 07:34:38 GMT
|
|
870
|
+
Tue, 18 May 2021 07:34:38 GMT
|
|
852
871
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
|
853
872
|
|
|
854
873
|
### Changes
|
|
@@ -857,7 +876,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
|
857
876
|
|
|
858
877
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
859
878
|
|
|
860
|
-
Thu, 13 May 2021 07:36:55 GMT
|
|
879
|
+
Thu, 13 May 2021 07:36:55 GMT
|
|
861
880
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
|
862
881
|
|
|
863
882
|
### Changes
|
|
@@ -866,7 +885,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
|
866
885
|
|
|
867
886
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
868
887
|
|
|
869
|
-
Wed, 12 May 2021 07:36:20 GMT
|
|
888
|
+
Wed, 12 May 2021 07:36:20 GMT
|
|
870
889
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
|
871
890
|
|
|
872
891
|
### Changes
|