@fluentui/react-popover 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.11
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +935 -25
- package/CHANGELOG.md +297 -80
- package/Spec.md +20 -0
- package/dist/{react-popover.d.ts → index.d.ts} +117 -71
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Popover.js.map +1 -1
- package/lib/PopoverSurface.js.map +1 -1
- package/lib/PopoverTrigger.js.map +1 -1
- package/lib/components/Popover/Popover.js +5 -5
- package/lib/components/Popover/Popover.js.map +1 -1
- package/lib/components/Popover/Popover.types.js.map +1 -1
- package/lib/components/Popover/index.js.map +1 -1
- package/lib/components/Popover/renderPopover.js +30 -26
- package/lib/components/Popover/renderPopover.js.map +1 -1
- package/lib/components/Popover/usePopover.js +118 -56
- package/lib/components/Popover/usePopover.js.map +1 -1
- package/lib/components/PopoverSurface/PopoverSurface.js +7 -7
- package/lib/components/PopoverSurface/PopoverSurface.js.map +1 -1
- package/lib/components/PopoverSurface/PopoverSurface.types.js.map +1 -1
- package/lib/components/PopoverSurface/index.js.map +1 -1
- package/lib/components/PopoverSurface/renderPopoverSurface.js +13 -13
- package/lib/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
- package/lib/components/PopoverSurface/usePopoverSurface.js +40 -64
- package/lib/components/PopoverSurface/usePopoverSurface.js.map +1 -1
- package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js +36 -22
- package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js.map +1 -1
- package/lib/components/PopoverTrigger/PopoverTrigger.js +6 -5
- package/lib/components/PopoverTrigger/PopoverTrigger.js.map +1 -1
- package/lib/components/PopoverTrigger/PopoverTrigger.types.js.map +1 -1
- package/lib/components/PopoverTrigger/index.js.map +1 -1
- package/lib/components/PopoverTrigger/renderPopoverTrigger.js +1 -1
- package/lib/components/PopoverTrigger/renderPopoverTrigger.js.map +1 -1
- package/lib/components/PopoverTrigger/usePopoverTrigger.js +40 -55
- package/lib/components/PopoverTrigger/usePopoverTrigger.js.map +1 -1
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/lib/popoverContext.js +7 -9
- package/lib/popoverContext.js.map +1 -1
- package/lib-commonjs/Popover.js +1 -1
- package/lib-commonjs/Popover.js.map +1 -1
- package/lib-commonjs/PopoverSurface.js +1 -1
- package/lib-commonjs/PopoverSurface.js.map +1 -1
- package/lib-commonjs/PopoverTrigger.js +1 -1
- package/lib-commonjs/PopoverTrigger.js.map +1 -1
- package/lib-commonjs/components/Popover/Popover.js +5 -5
- package/lib-commonjs/components/Popover/Popover.js.map +1 -1
- package/lib-commonjs/components/Popover/Popover.types.js.map +1 -1
- package/lib-commonjs/components/Popover/index.js +1 -1
- package/lib-commonjs/components/Popover/index.js.map +1 -1
- package/lib-commonjs/components/Popover/renderPopover.js +34 -30
- package/lib-commonjs/components/Popover/renderPopover.js.map +1 -1
- package/lib-commonjs/components/Popover/usePopover.js +125 -63
- package/lib-commonjs/components/Popover/usePopover.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/PopoverSurface.js +8 -8
- package/lib-commonjs/components/PopoverSurface/PopoverSurface.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/PopoverSurface.types.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/index.js +1 -1
- package/lib-commonjs/components/PopoverSurface/index.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js +18 -20
- package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js +44 -70
- package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js +40 -24
- package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js.map +1 -1
- package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.js +6 -5
- package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.js.map +1 -1
- package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.types.js.map +1 -1
- package/lib-commonjs/components/PopoverTrigger/index.js +1 -1
- package/lib-commonjs/components/PopoverTrigger/index.js.map +1 -1
- package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.js +3 -3
- package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.js.map +1 -1
- package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.js +45 -61
- package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.js.map +1 -1
- package/lib-commonjs/index.js +92 -5
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/popoverContext.js +9 -11
- package/lib-commonjs/popoverContext.js.map +1 -1
- package/package.json +23 -27
- package/lib/Popover.d.ts +0 -1
- package/lib/PopoverSurface.d.ts +0 -1
- package/lib/PopoverTrigger.d.ts +0 -1
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -13
- package/lib/common/isConformant.js.map +0 -1
- package/lib/common/mockUsePopoverContext.d.ts +0 -7
- package/lib/common/mockUsePopoverContext.js +0 -38
- package/lib/common/mockUsePopoverContext.js.map +0 -1
- package/lib/components/Popover/Popover.d.ts +0 -6
- package/lib/components/Popover/Popover.types.d.ts +0 -100
- 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 -13
- package/lib/components/PopoverSurface/usePopoverSurfaceStyles.d.ts +0 -7
- package/lib/components/PopoverTrigger/PopoverTrigger.d.ts +0 -6
- package/lib/components/PopoverTrigger/PopoverTrigger.types.d.ts +0 -11
- 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/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -24
- package/lib-commonjs/common/isConformant.js.map +0 -1
- package/lib-commonjs/common/mockUsePopoverContext.d.ts +0 -7
- package/lib-commonjs/common/mockUsePopoverContext.js +0 -49
- package/lib-commonjs/common/mockUsePopoverContext.js.map +0 -1
- package/lib-commonjs/components/Popover/Popover.d.ts +0 -6
- package/lib-commonjs/components/Popover/Popover.types.d.ts +0 -100
- 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 -13
- package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.d.ts +0 -7
- package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.d.ts +0 -6
- package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.types.d.ts +0 -11
- 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,31 +1,248 @@
|
|
1
1
|
# Change Log - @fluentui/react-popover
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 23 May 2022 18:54:52 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [9.0.0-
|
7
|
+
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.11)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-
|
9
|
+
Mon, 23 May 2022 18:54:52 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.10..@fluentui/react-popover_v9.0.0-rc.11)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
-
|
15
|
-
-
|
16
|
-
-
|
17
|
-
- Bump @fluentui/react-portal to v9.0.0-
|
18
|
-
- Bump @fluentui/react-positioning to v9.0.0-
|
19
|
-
- Bump @fluentui/react-shared-contexts to v9.0.0-
|
20
|
-
- Bump @fluentui/react-tabster to v9.0.0-
|
21
|
-
- Bump @fluentui/react-
|
22
|
-
- Bump @fluentui/
|
23
|
-
|
24
|
-
|
14
|
+
- BREAKING: changes to positioning prop ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
|
15
|
+
- BREAKING: stop exporting PopoverContext ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
|
16
|
+
- Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
|
17
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
18
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.10 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
19
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
20
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
21
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
22
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
23
|
+
|
24
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.10)
|
25
|
+
|
26
|
+
Mon, 23 May 2022 12:13:32 GMT
|
27
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.9..@fluentui/react-popover_v9.0.0-rc.10)
|
28
|
+
|
29
|
+
### Changes
|
30
|
+
|
31
|
+
- Removing PopoverCommons type. ([PR #22968](https://github.com/microsoft/fluentui/pull/22968) by Humberto.Morimoto@microsoft.com)
|
32
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
33
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
34
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
35
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
36
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
37
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
38
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
39
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
40
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
41
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
42
|
+
|
43
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.9)
|
44
|
+
|
45
|
+
Thu, 05 May 2022 18:26:24 GMT
|
46
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.8..@fluentui/react-popover_v9.0.0-rc.9)
|
47
|
+
|
48
|
+
### Changes
|
49
|
+
|
50
|
+
- Removing star exports. ([PR #22805](https://github.com/microsoft/fluentui/pull/22805) by humberto_makoto@hotmail.com)
|
51
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
52
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
53
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
54
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
55
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
56
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
57
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
58
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
59
|
+
|
60
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.8)
|
61
|
+
|
62
|
+
Wed, 04 May 2022 13:26:45 GMT
|
63
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.7..@fluentui/react-popover_v9.0.0-rc.8)
|
64
|
+
|
65
|
+
### Changes
|
66
|
+
|
67
|
+
- feat: Add inline prop to Popover ([PR #22789](https://github.com/microsoft/fluentui/pull/22789) by lingfangao@hotmail.com)
|
68
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
69
|
+
- feat: Adds prop `closeOnScroll` to close popover on scrolling outside ([PR #22784](https://github.com/microsoft/fluentui/pull/22784) by yuanboxue@microsoft.com)
|
70
|
+
- 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)
|
71
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
72
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
73
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
74
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
75
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
76
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
77
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
78
|
+
|
79
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.7)
|
80
|
+
|
81
|
+
Mon, 25 Apr 2022 09:32:19 GMT
|
82
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.6..@fluentui/react-popover_v9.0.0-rc.7)
|
83
|
+
|
84
|
+
### Changes
|
85
|
+
|
86
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
87
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
|
88
|
+
|
89
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.6)
|
90
|
+
|
91
|
+
Tue, 19 Apr 2022 19:16:47 GMT
|
92
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.5..@fluentui/react-popover_v9.0.0-rc.6)
|
93
|
+
|
94
|
+
### Changes
|
95
|
+
|
96
|
+
- Add static classnames to Popover ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
|
97
|
+
- chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
|
98
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
99
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
100
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
101
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
102
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
103
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
104
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
105
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
106
|
+
|
107
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.5)
|
108
|
+
|
109
|
+
Fri, 04 Mar 2022 05:17:38 GMT
|
110
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.4..@fluentui/react-popover_v9.0.0-rc.5)
|
111
|
+
|
112
|
+
### Changes
|
113
|
+
|
114
|
+
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
|
115
|
+
- refactor: PopoverSurface should be rendered from the Popover component ([PR #21922](https://github.com/microsoft/fluentui/pull/21922) by lingfangao@hotmail.com)
|
116
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
117
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
118
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
119
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
120
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
121
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
122
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
123
|
+
|
124
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.4)
|
125
|
+
|
126
|
+
Tue, 01 Mar 2022 02:17:37 GMT
|
127
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.3..@fluentui/react-popover_v9.0.0-rc.4)
|
128
|
+
|
129
|
+
### Changes
|
130
|
+
|
131
|
+
- fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
|
132
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
133
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
134
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
135
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
136
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
|
137
|
+
|
138
|
+
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.3)
|
139
|
+
|
140
|
+
Fri, 18 Feb 2022 13:35:33 GMT
|
141
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.1..@fluentui/react-popover_v9.0.0-rc.3)
|
142
|
+
|
143
|
+
### Changes
|
144
|
+
|
145
|
+
- fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
|
146
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
147
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
148
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
149
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
150
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
151
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
152
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
|
153
|
+
|
154
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.1)
|
155
|
+
|
156
|
+
Thu, 10 Feb 2022 08:50:36 GMT
|
157
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.5..@fluentui/react-popover_v9.0.0-rc.1)
|
158
|
+
|
159
|
+
### Changes
|
160
|
+
|
161
|
+
- Updating based on removal of functions from makeStyles. ([PR #21239](https://github.com/microsoft/fluentui/pull/21239) by Humberto.Morimoto@microsoft.com)
|
162
|
+
- use Griffel packages ([PR #21392](https://github.com/microsoft/fluentui/pull/21392) by olfedias@microsoft.com)
|
163
|
+
- standardize trigger implementation & cloning ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
|
164
|
+
- update styles to not use CSS shorthands ([PR #20796](https://github.com/microsoft/fluentui/pull/20796) by olfedias@microsoft.com)
|
165
|
+
- fix: Use role=complementary for Popovers without focus traps ([PR #21416](https://github.com/microsoft/fluentui/pull/21416) by lingfangao@hotmail.com)
|
166
|
+
- 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)
|
167
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
168
|
+
- 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)
|
169
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
170
|
+
- Fix Popover arrow border in high contrast ([PR #21086](https://github.com/microsoft/fluentui/pull/21086) by behowell@microsoft.com)
|
171
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
172
|
+
- fix: Set `aria-modal` on Popover if focus trap is enabled ([PR #21387](https://github.com/microsoft/fluentui/pull/21387) by lingfangao@hotmail.com)
|
173
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
174
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
175
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
176
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
177
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
178
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
179
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
180
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
181
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
182
|
+
|
183
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.5)
|
184
|
+
|
185
|
+
Thu, 25 Nov 2021 08:34:15 GMT
|
186
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.4..@fluentui/react-popover_v9.0.0-beta.5)
|
187
|
+
|
188
|
+
### Changes
|
189
|
+
|
190
|
+
- Add transparent outline to arrow for HC ([PR #20541](https://github.com/microsoft/fluentui/pull/20541) by lingfangao@hotmail.com)
|
191
|
+
- Bump @fluentui/react-context-selector to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
192
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
193
|
+
- Bump @fluentui/react-portal to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
194
|
+
- Bump @fluentui/react-positioning to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
195
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
196
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
197
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
198
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
199
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
200
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
201
|
+
|
202
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.4)
|
203
|
+
|
204
|
+
Fri, 12 Nov 2021 13:25:28 GMT
|
205
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.3..@fluentui/react-popover_v9.0.0-beta.4)
|
206
|
+
|
207
|
+
### Changes
|
208
|
+
|
209
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
210
|
+
- fix(Popover): use `dialog` as value for `aria-haspopup` for focus trap ([PR #20494](https://github.com/microsoft/fluentui/pull/20494) by lingfangao@hotmail.com)
|
211
|
+
- export static classes for components ([PR #20450](https://github.com/microsoft/fluentui/pull/20450) by olfedias@microsoft.com)
|
212
|
+
- Bump @fluentui/react-context-selector to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
213
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
214
|
+
- Bump @fluentui/react-portal to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
215
|
+
- Bump @fluentui/react-positioning to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
216
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
217
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
218
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
219
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
220
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
221
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
222
|
+
|
223
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.3)
|
224
|
+
|
225
|
+
Wed, 27 Oct 2021 12:14:20 GMT
|
226
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.2..@fluentui/react-popover_v9.0.0-beta.3)
|
227
|
+
|
228
|
+
### Changes
|
229
|
+
|
230
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
231
|
+
- Simplify type for OnOpenChangeData ([PR #20096](https://github.com/microsoft/fluentui/pull/20096) by olfedias@microsoft.com)
|
232
|
+
- Bump @fluentui/react-context-selector to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
233
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
234
|
+
- Bump @fluentui/react-portal to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
235
|
+
- Bump @fluentui/react-positioning to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
236
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
237
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
238
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
239
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
240
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
241
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
25
242
|
|
26
243
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.2)
|
27
244
|
|
28
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
245
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
29
246
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.1..@fluentui/react-popover_v9.0.0-beta.2)
|
30
247
|
|
31
248
|
### Changes
|
@@ -35,7 +252,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
35
252
|
|
36
253
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.1)
|
37
254
|
|
38
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
255
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
39
256
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.56..@fluentui/react-popover_v9.0.0-beta.1)
|
40
257
|
|
41
258
|
### Changes
|
@@ -54,7 +271,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
54
271
|
|
55
272
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.56)
|
56
273
|
|
57
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
274
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
58
275
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.55..@fluentui/react-popover_v9.0.0-alpha.56)
|
59
276
|
|
60
277
|
### Changes
|
@@ -68,7 +285,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
68
285
|
|
69
286
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.55)
|
70
287
|
|
71
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
288
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
72
289
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.54..@fluentui/react-popover_v9.0.0-alpha.55)
|
73
290
|
|
74
291
|
### Changes
|
@@ -86,7 +303,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
86
303
|
|
87
304
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.54)
|
88
305
|
|
89
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
306
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
90
307
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.52..@fluentui/react-popover_v9.0.0-alpha.54)
|
91
308
|
|
92
309
|
### Changes
|
@@ -105,7 +322,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
105
322
|
|
106
323
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.52)
|
107
324
|
|
108
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
325
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
109
326
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.51..@fluentui/react-popover_v9.0.0-alpha.52)
|
110
327
|
|
111
328
|
### Changes
|
@@ -115,7 +332,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
115
332
|
|
116
333
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.51)
|
117
334
|
|
118
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
335
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
119
336
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.50..@fluentui/react-popover_v9.0.0-alpha.51)
|
120
337
|
|
121
338
|
### Changes
|
@@ -131,7 +348,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
131
348
|
|
132
349
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.50)
|
133
350
|
|
134
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
351
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
135
352
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.49..@fluentui/react-popover_v9.0.0-alpha.50)
|
136
353
|
|
137
354
|
### Changes
|
@@ -149,7 +366,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
149
366
|
|
150
367
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.49)
|
151
368
|
|
152
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
369
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
153
370
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.48..@fluentui/react-popover_v9.0.0-alpha.49)
|
154
371
|
|
155
372
|
### Changes
|
@@ -168,7 +385,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
168
385
|
|
169
386
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.48)
|
170
387
|
|
171
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
388
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
172
389
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.47..@fluentui/react-popover_v9.0.0-alpha.48)
|
173
390
|
|
174
391
|
### Changes
|
@@ -185,7 +402,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
185
402
|
|
186
403
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.47)
|
187
404
|
|
188
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
405
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
189
406
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.46..@fluentui/react-popover_v9.0.0-alpha.47)
|
190
407
|
|
191
408
|
### Changes
|
@@ -202,7 +419,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
202
419
|
|
203
420
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.46)
|
204
421
|
|
205
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
422
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
206
423
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.45..@fluentui/react-popover_v9.0.0-alpha.46)
|
207
424
|
|
208
425
|
### Changes
|
@@ -219,7 +436,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
219
436
|
|
220
437
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.45)
|
221
438
|
|
222
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
439
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
223
440
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.44..@fluentui/react-popover_v9.0.0-alpha.45)
|
224
441
|
|
225
442
|
### Changes
|
@@ -228,7 +445,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
228
445
|
|
229
446
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.44)
|
230
447
|
|
231
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
448
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
232
449
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.43..@fluentui/react-popover_v9.0.0-alpha.44)
|
233
450
|
|
234
451
|
### Changes
|
@@ -237,7 +454,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
237
454
|
|
238
455
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.43)
|
239
456
|
|
240
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
457
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
241
458
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.42..@fluentui/react-popover_v9.0.0-alpha.43)
|
242
459
|
|
243
460
|
### Changes
|
@@ -247,7 +464,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
247
464
|
|
248
465
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.42)
|
249
466
|
|
250
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
467
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
251
468
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.41..@fluentui/react-popover_v9.0.0-alpha.42)
|
252
469
|
|
253
470
|
### Changes
|
@@ -256,7 +473,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
256
473
|
|
257
474
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.41)
|
258
475
|
|
259
|
-
Tue, 14 Sep 2021 07:38:18 GMT
|
476
|
+
Tue, 14 Sep 2021 07:38:18 GMT
|
260
477
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.40..@fluentui/react-popover_v9.0.0-alpha.41)
|
261
478
|
|
262
479
|
### Changes
|
@@ -265,7 +482,7 @@ Tue, 14 Sep 2021 07:38:18 GMT
|
|
265
482
|
|
266
483
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.40)
|
267
484
|
|
268
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
485
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
269
486
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.39..@fluentui/react-popover_v9.0.0-alpha.40)
|
270
487
|
|
271
488
|
### Changes
|
@@ -275,7 +492,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
275
492
|
|
276
493
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.39)
|
277
494
|
|
278
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
495
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
279
496
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.38..@fluentui/react-popover_v9.0.0-alpha.39)
|
280
497
|
|
281
498
|
### Changes
|
@@ -284,7 +501,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
284
501
|
|
285
502
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.38)
|
286
503
|
|
287
|
-
Wed, 08 Sep 2021 07:34:11 GMT
|
504
|
+
Wed, 08 Sep 2021 07:34:11 GMT
|
288
505
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.37..@fluentui/react-popover_v9.0.0-alpha.38)
|
289
506
|
|
290
507
|
### Changes
|
@@ -293,7 +510,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
|
|
293
510
|
|
294
511
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.37)
|
295
512
|
|
296
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
513
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
297
514
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.36..@fluentui/react-popover_v9.0.0-alpha.37)
|
298
515
|
|
299
516
|
### Changes
|
@@ -302,7 +519,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
302
519
|
|
303
520
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.36)
|
304
521
|
|
305
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
522
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
306
523
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.35..@fluentui/react-popover_v9.0.0-alpha.36)
|
307
524
|
|
308
525
|
### Patches
|
@@ -315,7 +532,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
315
532
|
|
316
533
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.35)
|
317
534
|
|
318
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
535
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
319
536
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.34..@fluentui/react-popover_v9.0.0-alpha.35)
|
320
537
|
|
321
538
|
### Changes
|
@@ -324,7 +541,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
324
541
|
|
325
542
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.34)
|
326
543
|
|
327
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
544
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
328
545
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.33..@fluentui/react-popover_v9.0.0-alpha.34)
|
329
546
|
|
330
547
|
### Changes
|
@@ -333,7 +550,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
333
550
|
|
334
551
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.33)
|
335
552
|
|
336
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
553
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
337
554
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.32..@fluentui/react-popover_v9.0.0-alpha.33)
|
338
555
|
|
339
556
|
### Changes
|
@@ -342,7 +559,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
342
559
|
|
343
560
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.32)
|
344
561
|
|
345
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
562
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
346
563
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.31..@fluentui/react-popover_v9.0.0-alpha.32)
|
347
564
|
|
348
565
|
### Changes
|
@@ -351,7 +568,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
351
568
|
|
352
569
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.31)
|
353
570
|
|
354
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
571
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
355
572
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.30..@fluentui/react-popover_v9.0.0-alpha.31)
|
356
573
|
|
357
574
|
### Changes
|
@@ -360,7 +577,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
360
577
|
|
361
578
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.30)
|
362
579
|
|
363
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
580
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
364
581
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.29..@fluentui/react-popover_v9.0.0-alpha.30)
|
365
582
|
|
366
583
|
### Changes
|
@@ -369,7 +586,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
369
586
|
|
370
587
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.29)
|
371
588
|
|
372
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
589
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
373
590
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.28..@fluentui/react-popover_v9.0.0-alpha.29)
|
374
591
|
|
375
592
|
### Changes
|
@@ -378,7 +595,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
378
595
|
|
379
596
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.28)
|
380
597
|
|
381
|
-
Mon, 16 Aug 2021 07:36:39 GMT
|
598
|
+
Mon, 16 Aug 2021 07:36:39 GMT
|
382
599
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.27..@fluentui/react-popover_v9.0.0-alpha.28)
|
383
600
|
|
384
601
|
### Changes
|
@@ -387,7 +604,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
|
|
387
604
|
|
388
605
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.27)
|
389
606
|
|
390
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
607
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
391
608
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.26..@fluentui/react-popover_v9.0.0-alpha.27)
|
392
609
|
|
393
610
|
### Changes
|
@@ -396,7 +613,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
396
613
|
|
397
614
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.26)
|
398
615
|
|
399
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
616
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
400
617
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.25..@fluentui/react-popover_v9.0.0-alpha.26)
|
401
618
|
|
402
619
|
### Changes
|
@@ -405,7 +622,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
405
622
|
|
406
623
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.25)
|
407
624
|
|
408
|
-
Tue, 10 Aug 2021 07:33:28 GMT
|
625
|
+
Tue, 10 Aug 2021 07:33:28 GMT
|
409
626
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.24..@fluentui/react-popover_v9.0.0-alpha.25)
|
410
627
|
|
411
628
|
### Changes
|
@@ -414,7 +631,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
|
|
414
631
|
|
415
632
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.24)
|
416
633
|
|
417
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
634
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
418
635
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.23..@fluentui/react-popover_v9.0.0-alpha.24)
|
419
636
|
|
420
637
|
### Changes
|
@@ -423,7 +640,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
423
640
|
|
424
641
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.23)
|
425
642
|
|
426
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
643
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
427
644
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.22..@fluentui/react-popover_v9.0.0-alpha.23)
|
428
645
|
|
429
646
|
### Patches
|
@@ -438,7 +655,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
438
655
|
|
439
656
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.22)
|
440
657
|
|
441
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
658
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
442
659
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.21..@fluentui/react-popover_v9.0.0-alpha.22)
|
443
660
|
|
444
661
|
### Changes
|
@@ -447,7 +664,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
447
664
|
|
448
665
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.21)
|
449
666
|
|
450
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
667
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
451
668
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.20..@fluentui/react-popover_v9.0.0-alpha.21)
|
452
669
|
|
453
670
|
### Changes
|
@@ -456,7 +673,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
456
673
|
|
457
674
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.20)
|
458
675
|
|
459
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
676
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
460
677
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.19..@fluentui/react-popover_v9.0.0-alpha.20)
|
461
678
|
|
462
679
|
### Changes
|
@@ -465,7 +682,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
465
682
|
|
466
683
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.19)
|
467
684
|
|
468
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
685
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
469
686
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.18..@fluentui/react-popover_v9.0.0-alpha.19)
|
470
687
|
|
471
688
|
### Changes
|
@@ -474,7 +691,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
474
691
|
|
475
692
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.18)
|
476
693
|
|
477
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
694
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
478
695
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.17..@fluentui/react-popover_v9.0.0-alpha.18)
|
479
696
|
|
480
697
|
### Changes
|
@@ -483,7 +700,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
483
700
|
|
484
701
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.17)
|
485
702
|
|
486
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
703
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
487
704
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.16..@fluentui/react-popover_v9.0.0-alpha.17)
|
488
705
|
|
489
706
|
### Patches
|
@@ -492,7 +709,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
492
709
|
|
493
710
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.16)
|
494
711
|
|
495
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
712
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
496
713
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.15..@fluentui/react-popover_v9.0.0-alpha.16)
|
497
714
|
|
498
715
|
### Changes
|
@@ -501,7 +718,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
501
718
|
|
502
719
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.15)
|
503
720
|
|
504
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
721
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
505
722
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.14..@fluentui/react-popover_v9.0.0-alpha.15)
|
506
723
|
|
507
724
|
### Patches
|
@@ -516,7 +733,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
516
733
|
|
517
734
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.14)
|
518
735
|
|
519
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
736
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
520
737
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.13..@fluentui/react-popover_v9.0.0-alpha.14)
|
521
738
|
|
522
739
|
### Changes
|
@@ -525,7 +742,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
525
742
|
|
526
743
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.13)
|
527
744
|
|
528
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
745
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
529
746
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.12..@fluentui/react-popover_v9.0.0-alpha.13)
|
530
747
|
|
531
748
|
### Changes
|
@@ -534,7 +751,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
534
751
|
|
535
752
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.12)
|
536
753
|
|
537
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
754
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
538
755
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.11..@fluentui/react-popover_v9.0.0-alpha.12)
|
539
756
|
|
540
757
|
### Changes
|
@@ -543,7 +760,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
543
760
|
|
544
761
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.11)
|
545
762
|
|
546
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
763
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
547
764
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.10..@fluentui/react-popover_v9.0.0-alpha.11)
|
548
765
|
|
549
766
|
### Changes
|
@@ -552,7 +769,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
552
769
|
|
553
770
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.10)
|
554
771
|
|
555
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
772
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
556
773
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.9..@fluentui/react-popover_v9.0.0-alpha.10)
|
557
774
|
|
558
775
|
### Changes
|
@@ -561,7 +778,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
561
778
|
|
562
779
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.9)
|
563
780
|
|
564
|
-
Thu, 17 Jun 2021 07:34:11 GMT
|
781
|
+
Thu, 17 Jun 2021 07:34:11 GMT
|
565
782
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.8..@fluentui/react-popover_v9.0.0-alpha.9)
|
566
783
|
|
567
784
|
### Changes
|
@@ -570,7 +787,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
|
|
570
787
|
|
571
788
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.8)
|
572
789
|
|
573
|
-
Wed, 16 Jun 2021 07:34:24 GMT
|
790
|
+
Wed, 16 Jun 2021 07:34:24 GMT
|
574
791
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.7..@fluentui/react-popover_v9.0.0-alpha.8)
|
575
792
|
|
576
793
|
### Changes
|
@@ -579,7 +796,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
|
|
579
796
|
|
580
797
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.7)
|
581
798
|
|
582
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
799
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
583
800
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.6..@fluentui/react-popover_v9.0.0-alpha.7)
|
584
801
|
|
585
802
|
### Changes
|
@@ -588,7 +805,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
588
805
|
|
589
806
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.6)
|
590
807
|
|
591
|
-
Tue, 08 Jun 2021 07:32:44 GMT
|
808
|
+
Tue, 08 Jun 2021 07:32:44 GMT
|
592
809
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.5..@fluentui/react-popover_v9.0.0-alpha.6)
|
593
810
|
|
594
811
|
### Changes
|
@@ -597,7 +814,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
|
|
597
814
|
|
598
815
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.5)
|
599
816
|
|
600
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
817
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
601
818
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.4..@fluentui/react-popover_v9.0.0-alpha.5)
|
602
819
|
|
603
820
|
### Patches
|
@@ -612,7 +829,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
612
829
|
|
613
830
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.4)
|
614
831
|
|
615
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
832
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
616
833
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.3..@fluentui/react-popover_v9.0.0-alpha.4)
|
617
834
|
|
618
835
|
### Changes
|
@@ -621,7 +838,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
621
838
|
|
622
839
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.3)
|
623
840
|
|
624
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
841
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
625
842
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.2..@fluentui/react-popover_v9.0.0-alpha.3)
|
626
843
|
|
627
844
|
### Changes
|
@@ -630,7 +847,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
630
847
|
|
631
848
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.2)
|
632
849
|
|
633
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
850
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
634
851
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.1..@fluentui/react-popover_v9.0.0-alpha.2)
|
635
852
|
|
636
853
|
### Changes
|
@@ -639,7 +856,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
639
856
|
|
640
857
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.1)
|
641
858
|
|
642
|
-
Tue, 01 Jun 2021 07:31:58 GMT
|
859
|
+
Tue, 01 Jun 2021 07:31:58 GMT
|
643
860
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.1)
|
644
861
|
|
645
862
|
### Changes
|
@@ -648,7 +865,7 @@ Tue, 01 Jun 2021 07:31:58 GMT
|
|
648
865
|
|
649
866
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
650
867
|
|
651
|
-
Fri, 28 May 2021 07:33:57 GMT
|
868
|
+
Fri, 28 May 2021 07:33:57 GMT
|
652
869
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
653
870
|
|
654
871
|
### Changes
|
@@ -657,7 +874,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
657
874
|
|
658
875
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
659
876
|
|
660
|
-
Wed, 26 May 2021 07:35:43 GMT
|
877
|
+
Wed, 26 May 2021 07:35:43 GMT
|
661
878
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
662
879
|
|
663
880
|
### Changes
|
@@ -666,7 +883,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
666
883
|
|
667
884
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
668
885
|
|
669
|
-
Fri, 21 May 2021 07:34:54 GMT
|
886
|
+
Fri, 21 May 2021 07:34:54 GMT
|
670
887
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
671
888
|
|
672
889
|
### Changes
|
@@ -675,7 +892,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
675
892
|
|
676
893
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
677
894
|
|
678
|
-
Thu, 20 May 2021 07:41:54 GMT
|
895
|
+
Thu, 20 May 2021 07:41:54 GMT
|
679
896
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
680
897
|
|
681
898
|
### Patches
|
@@ -690,7 +907,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
690
907
|
|
691
908
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
692
909
|
|
693
|
-
Wed, 19 May 2021 07:34:20 GMT
|
910
|
+
Wed, 19 May 2021 07:34:20 GMT
|
694
911
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
695
912
|
|
696
913
|
### Patches
|
@@ -703,7 +920,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
703
920
|
|
704
921
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
705
922
|
|
706
|
-
Tue, 18 May 2021 07:34:38 GMT
|
923
|
+
Tue, 18 May 2021 07:34:38 GMT
|
707
924
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
708
925
|
|
709
926
|
### Changes
|
@@ -712,7 +929,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
712
929
|
|
713
930
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
714
931
|
|
715
|
-
Thu, 13 May 2021 07:36:55 GMT
|
932
|
+
Thu, 13 May 2021 07:36:55 GMT
|
716
933
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
717
934
|
|
718
935
|
### Changes
|
@@ -721,7 +938,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
721
938
|
|
722
939
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
723
940
|
|
724
|
-
Wed, 12 May 2021 07:36:20 GMT
|
941
|
+
Wed, 12 May 2021 07:36:20 GMT
|
725
942
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
|
726
943
|
|
727
944
|
### Changes
|