@fluentui/react-popover 9.0.0-rc.7 → 9.0.0
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 +543 -1
- package/CHANGELOG.md +216 -76
- package/Spec.md +25 -5
- package/dist/{react-popover.d.ts → index.d.ts} +95 -61
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/components/Popover/Popover.js.map +1 -1
- package/lib/components/Popover/Popover.types.js.map +1 -1
- package/lib/components/Popover/constants.js +10 -0
- package/lib/components/Popover/constants.js.map +1 -0
- package/lib/components/Popover/renderPopover.js +22 -16
- package/lib/components/Popover/renderPopover.js.map +1 -1
- package/lib/components/Popover/usePopover.js +56 -21
- package/lib/components/Popover/usePopover.js.map +1 -1
- package/lib/components/PopoverSurface/PopoverSurface.js.map +1 -1
- package/lib/components/PopoverSurface/PopoverSurface.types.js.map +1 -1
- package/lib/components/PopoverSurface/renderPopoverSurface.js +11 -5
- package/lib/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
- package/lib/components/PopoverSurface/usePopoverSurface.js +7 -3
- package/lib/components/PopoverSurface/usePopoverSurface.js.map +1 -1
- package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js +20 -25
- package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js.map +1 -1
- package/lib/components/PopoverTrigger/PopoverTrigger.js.map +1 -1
- package/lib/components/PopoverTrigger/PopoverTrigger.types.js.map +1 -1
- package/lib/components/PopoverTrigger/renderPopoverTrigger.js.map +1 -1
- package/lib/components/PopoverTrigger/usePopoverTrigger.js +2 -2
- 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 +4 -1
- package/lib/popoverContext.js.map +1 -1
- package/lib-commonjs/components/Popover/Popover.js.map +1 -1
- package/lib-commonjs/components/Popover/constants.js +17 -0
- package/lib-commonjs/components/Popover/constants.js.map +1 -0
- package/lib-commonjs/components/Popover/renderPopover.js +22 -16
- package/lib-commonjs/components/Popover/renderPopover.js.map +1 -1
- package/lib-commonjs/components/Popover/usePopover.js +56 -20
- package/lib-commonjs/components/Popover/usePopover.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/PopoverSurface.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js +11 -5
- package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js +7 -3
- package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js.map +1 -1
- package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js +21 -26
- package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js.map +1 -1
- package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.js.map +1 -1
- package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.js.map +1 -1
- package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.js +2 -2
- 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 +5 -2
- package/lib-commonjs/popoverContext.js.map +1 -1
- package/package.json +18 -18
- 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,152 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-popover
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 28 Jun 2022 15:08:57 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0)
|
|
8
|
+
|
|
9
|
+
Tue, 28 Jun 2022 15:08:57 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.14..@fluentui/react-popover_v9.0.0)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
|
|
15
|
+
- Bump @fluentui/react-context-selector to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
|
16
|
+
- Bump @fluentui/react-portal to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
|
17
|
+
- Bump @fluentui/react-positioning to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
|
18
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
|
19
|
+
- Bump @fluentui/react-tabster to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
|
20
|
+
- Bump @fluentui/react-theme to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
|
21
|
+
- Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
|
22
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
|
|
23
|
+
|
|
24
|
+
### Changes
|
|
25
|
+
|
|
26
|
+
- feat: Adds `legacyTrapFocus` prop ([PR #23598](https://github.com/microsoft/fluentui/pull/23598) by lingfangao@hotmail.com)
|
|
27
|
+
- Updates getTriggerChild internal usage ([PR #23574](https://github.com/microsoft/fluentui/pull/23574) by bernardo.sunderhus@gmail.com)
|
|
28
|
+
- chore: Adding scheduler as a peer dependency since this package has a dependency on @fluentui/react-context-selector. ([PR #23681](https://github.com/microsoft/fluentui/pull/23681) by Humberto.Morimoto@microsoft.com)
|
|
29
|
+
- fix: Add arrow padding to Popover arrrow ([PR #23607](https://github.com/microsoft/fluentui/pull/23607) by lingfangao@hotmail.com)
|
|
30
|
+
- Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
|
|
31
|
+
- Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
|
|
32
|
+
|
|
33
|
+
## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.14)
|
|
34
|
+
|
|
35
|
+
Thu, 23 Jun 2022 14:25:31 GMT
|
|
36
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.13..@fluentui/react-popover_v9.0.0-rc.14)
|
|
37
|
+
|
|
38
|
+
### Changes
|
|
39
|
+
|
|
40
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
|
41
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.12 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
|
42
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.11 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
|
43
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
|
44
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
|
|
45
|
+
|
|
46
|
+
## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.13)
|
|
47
|
+
|
|
48
|
+
Tue, 31 May 2022 21:28:41 GMT
|
|
49
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.12..@fluentui/react-popover_v9.0.0-rc.13)
|
|
50
|
+
|
|
51
|
+
### Changes
|
|
52
|
+
|
|
53
|
+
- chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
|
|
54
|
+
- update popover trigger to use aria-expanded instead of aria-haspopup ([PR #23127](https://github.com/microsoft/fluentui/pull/23127) by sarah.higley@microsoft.com)
|
|
55
|
+
- updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
|
|
56
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
|
57
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.13 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
|
58
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.11 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
|
59
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
|
60
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.13 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
|
61
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
|
62
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
|
|
63
|
+
|
|
64
|
+
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.12)
|
|
65
|
+
|
|
66
|
+
Thu, 26 May 2022 21:01:27 GMT
|
|
67
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.11..@fluentui/react-popover_v9.0.0-rc.12)
|
|
68
|
+
|
|
69
|
+
### Changes
|
|
70
|
+
|
|
71
|
+
- BREAKING: Popover no longer has an arrow by default. The `noArrow` prop is replaced by `withArrow`. ([PR #23205](https://github.com/microsoft/fluentui/pull/23205) by behowell@microsoft.com)
|
|
72
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
|
|
73
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
|
|
74
|
+
|
|
75
|
+
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.11)
|
|
76
|
+
|
|
77
|
+
Mon, 23 May 2022 18:56:46 GMT
|
|
78
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.10..@fluentui/react-popover_v9.0.0-rc.11)
|
|
79
|
+
|
|
80
|
+
### Changes
|
|
81
|
+
|
|
82
|
+
- BREAKING: changes to positioning prop ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
|
|
83
|
+
- BREAKING: stop exporting PopoverContext ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
|
|
84
|
+
- Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
|
|
85
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
|
86
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.10 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
|
87
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
|
88
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
|
89
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
|
90
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
|
|
91
|
+
|
|
92
|
+
## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.10)
|
|
93
|
+
|
|
94
|
+
Mon, 23 May 2022 12:13:32 GMT
|
|
95
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.9..@fluentui/react-popover_v9.0.0-rc.10)
|
|
96
|
+
|
|
97
|
+
### Changes
|
|
98
|
+
|
|
99
|
+
- Removing PopoverCommons type. ([PR #22968](https://github.com/microsoft/fluentui/pull/22968) by Humberto.Morimoto@microsoft.com)
|
|
100
|
+
- chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
|
|
101
|
+
- chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
|
|
102
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
103
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
104
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
105
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
106
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
107
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
108
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
109
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
|
|
110
|
+
|
|
111
|
+
## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.9)
|
|
112
|
+
|
|
113
|
+
Thu, 05 May 2022 18:26:24 GMT
|
|
114
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.8..@fluentui/react-popover_v9.0.0-rc.9)
|
|
115
|
+
|
|
116
|
+
### Changes
|
|
117
|
+
|
|
118
|
+
- Removing star exports. ([PR #22805](https://github.com/microsoft/fluentui/pull/22805) by humberto_makoto@hotmail.com)
|
|
119
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
120
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
121
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
122
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
123
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
124
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
125
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
126
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
|
127
|
+
|
|
128
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.8)
|
|
129
|
+
|
|
130
|
+
Wed, 04 May 2022 13:26:45 GMT
|
|
131
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.7..@fluentui/react-popover_v9.0.0-rc.8)
|
|
132
|
+
|
|
133
|
+
### Changes
|
|
134
|
+
|
|
135
|
+
- feat: Add inline prop to Popover ([PR #22789](https://github.com/microsoft/fluentui/pull/22789) by lingfangao@hotmail.com)
|
|
136
|
+
- feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
|
|
137
|
+
- feat: Adds prop `closeOnScroll` to close popover on scrolling outside ([PR #22784](https://github.com/microsoft/fluentui/pull/22784) by yuanboxue@microsoft.com)
|
|
138
|
+
- 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)
|
|
139
|
+
- Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
140
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
141
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
142
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
143
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
144
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
145
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
146
|
+
|
|
7
147
|
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.7)
|
|
8
148
|
|
|
9
|
-
Mon, 25 Apr 2022 09:
|
|
149
|
+
Mon, 25 Apr 2022 09:32:19 GMT
|
|
10
150
|
[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
151
|
|
|
12
152
|
### Changes
|
|
@@ -16,7 +156,7 @@ Mon, 25 Apr 2022 09:31:20 GMT
|
|
|
16
156
|
|
|
17
157
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.6)
|
|
18
158
|
|
|
19
|
-
Tue, 19 Apr 2022 19:16:47 GMT
|
|
159
|
+
Tue, 19 Apr 2022 19:16:47 GMT
|
|
20
160
|
[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
161
|
|
|
22
162
|
### Changes
|
|
@@ -34,7 +174,7 @@ Tue, 19 Apr 2022 19:16:47 GMT
|
|
|
34
174
|
|
|
35
175
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.5)
|
|
36
176
|
|
|
37
|
-
Fri, 04 Mar 2022 05:17:38 GMT
|
|
177
|
+
Fri, 04 Mar 2022 05:17:38 GMT
|
|
38
178
|
[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
179
|
|
|
40
180
|
### Changes
|
|
@@ -51,7 +191,7 @@ Fri, 04 Mar 2022 05:17:38 GMT
|
|
|
51
191
|
|
|
52
192
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.4)
|
|
53
193
|
|
|
54
|
-
Tue, 01 Mar 2022 02:17:37 GMT
|
|
194
|
+
Tue, 01 Mar 2022 02:17:37 GMT
|
|
55
195
|
[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
196
|
|
|
57
197
|
### Changes
|
|
@@ -65,7 +205,7 @@ Tue, 01 Mar 2022 02:17:37 GMT
|
|
|
65
205
|
|
|
66
206
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.3)
|
|
67
207
|
|
|
68
|
-
Fri, 18 Feb 2022 13:35:33 GMT
|
|
208
|
+
Fri, 18 Feb 2022 13:35:33 GMT
|
|
69
209
|
[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
210
|
|
|
71
211
|
### Changes
|
|
@@ -81,7 +221,7 @@ Fri, 18 Feb 2022 13:35:33 GMT
|
|
|
81
221
|
|
|
82
222
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.1)
|
|
83
223
|
|
|
84
|
-
Thu, 10 Feb 2022 08:50:36 GMT
|
|
224
|
+
Thu, 10 Feb 2022 08:50:36 GMT
|
|
85
225
|
[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
226
|
|
|
87
227
|
### Changes
|
|
@@ -91,7 +231,7 @@ Thu, 10 Feb 2022 08:50:36 GMT
|
|
|
91
231
|
- standardize trigger implementation & cloning ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
|
|
92
232
|
- update styles to not use CSS shorthands ([PR #20796](https://github.com/microsoft/fluentui/pull/20796) by olfedias@microsoft.com)
|
|
93
233
|
- 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)
|
|
234
|
+
- 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
235
|
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
|
96
236
|
- 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
237
|
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
|
@@ -110,7 +250,7 @@ Thu, 10 Feb 2022 08:50:36 GMT
|
|
|
110
250
|
|
|
111
251
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.5)
|
|
112
252
|
|
|
113
|
-
Thu, 25 Nov 2021 08:34:15 GMT
|
|
253
|
+
Thu, 25 Nov 2021 08:34:15 GMT
|
|
114
254
|
[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
255
|
|
|
116
256
|
### Changes
|
|
@@ -129,7 +269,7 @@ Thu, 25 Nov 2021 08:34:15 GMT
|
|
|
129
269
|
|
|
130
270
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.4)
|
|
131
271
|
|
|
132
|
-
Fri, 12 Nov 2021 13:25:28 GMT
|
|
272
|
+
Fri, 12 Nov 2021 13:25:28 GMT
|
|
133
273
|
[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
274
|
|
|
135
275
|
### Changes
|
|
@@ -150,7 +290,7 @@ Fri, 12 Nov 2021 13:25:28 GMT
|
|
|
150
290
|
|
|
151
291
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.3)
|
|
152
292
|
|
|
153
|
-
Wed, 27 Oct 2021 12:14:20 GMT
|
|
293
|
+
Wed, 27 Oct 2021 12:14:20 GMT
|
|
154
294
|
[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
295
|
|
|
156
296
|
### Changes
|
|
@@ -170,7 +310,7 @@ Wed, 27 Oct 2021 12:14:20 GMT
|
|
|
170
310
|
|
|
171
311
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.2)
|
|
172
312
|
|
|
173
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
|
313
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
|
174
314
|
[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
315
|
|
|
176
316
|
### Changes
|
|
@@ -180,7 +320,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
|
180
320
|
|
|
181
321
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.1)
|
|
182
322
|
|
|
183
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
|
323
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
|
184
324
|
[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
325
|
|
|
186
326
|
### Changes
|
|
@@ -199,7 +339,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
|
199
339
|
|
|
200
340
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.56)
|
|
201
341
|
|
|
202
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
|
342
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
|
203
343
|
[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
344
|
|
|
205
345
|
### Changes
|
|
@@ -213,7 +353,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
|
213
353
|
|
|
214
354
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.55)
|
|
215
355
|
|
|
216
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
|
356
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
|
217
357
|
[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
358
|
|
|
219
359
|
### Changes
|
|
@@ -231,7 +371,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
|
231
371
|
|
|
232
372
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.54)
|
|
233
373
|
|
|
234
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
|
374
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
|
235
375
|
[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
376
|
|
|
237
377
|
### Changes
|
|
@@ -250,7 +390,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
|
250
390
|
|
|
251
391
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.52)
|
|
252
392
|
|
|
253
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
|
393
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
|
254
394
|
[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
395
|
|
|
256
396
|
### Changes
|
|
@@ -260,7 +400,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
|
260
400
|
|
|
261
401
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.51)
|
|
262
402
|
|
|
263
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
|
403
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
|
264
404
|
[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
405
|
|
|
266
406
|
### Changes
|
|
@@ -276,7 +416,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
|
276
416
|
|
|
277
417
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.50)
|
|
278
418
|
|
|
279
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
|
419
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
|
280
420
|
[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
421
|
|
|
282
422
|
### Changes
|
|
@@ -294,7 +434,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
|
294
434
|
|
|
295
435
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.49)
|
|
296
436
|
|
|
297
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
|
437
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
|
298
438
|
[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
439
|
|
|
300
440
|
### Changes
|
|
@@ -313,7 +453,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
|
313
453
|
|
|
314
454
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.48)
|
|
315
455
|
|
|
316
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
|
456
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
|
317
457
|
[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
458
|
|
|
319
459
|
### Changes
|
|
@@ -330,7 +470,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
|
330
470
|
|
|
331
471
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.47)
|
|
332
472
|
|
|
333
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
|
473
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
|
334
474
|
[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
475
|
|
|
336
476
|
### Changes
|
|
@@ -347,7 +487,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
|
347
487
|
|
|
348
488
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.46)
|
|
349
489
|
|
|
350
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
|
490
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
|
351
491
|
[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
492
|
|
|
353
493
|
### Changes
|
|
@@ -364,7 +504,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
|
364
504
|
|
|
365
505
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.45)
|
|
366
506
|
|
|
367
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
|
507
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
|
368
508
|
[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
509
|
|
|
370
510
|
### Changes
|
|
@@ -373,7 +513,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
|
373
513
|
|
|
374
514
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.44)
|
|
375
515
|
|
|
376
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
516
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
377
517
|
[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
518
|
|
|
379
519
|
### Changes
|
|
@@ -382,7 +522,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
382
522
|
|
|
383
523
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.43)
|
|
384
524
|
|
|
385
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
|
525
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
|
386
526
|
[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
527
|
|
|
388
528
|
### Changes
|
|
@@ -392,7 +532,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
|
392
532
|
|
|
393
533
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.42)
|
|
394
534
|
|
|
395
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
535
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
396
536
|
[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
537
|
|
|
398
538
|
### Changes
|
|
@@ -401,7 +541,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
401
541
|
|
|
402
542
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.41)
|
|
403
543
|
|
|
404
|
-
Tue, 14 Sep 2021 07:38:18 GMT
|
|
544
|
+
Tue, 14 Sep 2021 07:38:18 GMT
|
|
405
545
|
[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
546
|
|
|
407
547
|
### Changes
|
|
@@ -410,7 +550,7 @@ Tue, 14 Sep 2021 07:38:18 GMT
|
|
|
410
550
|
|
|
411
551
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.40)
|
|
412
552
|
|
|
413
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
|
553
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
|
414
554
|
[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
555
|
|
|
416
556
|
### Changes
|
|
@@ -420,7 +560,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
|
420
560
|
|
|
421
561
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.39)
|
|
422
562
|
|
|
423
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
563
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
424
564
|
[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
565
|
|
|
426
566
|
### Changes
|
|
@@ -429,7 +569,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
429
569
|
|
|
430
570
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.38)
|
|
431
571
|
|
|
432
|
-
Wed, 08 Sep 2021 07:34:11 GMT
|
|
572
|
+
Wed, 08 Sep 2021 07:34:11 GMT
|
|
433
573
|
[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
574
|
|
|
435
575
|
### Changes
|
|
@@ -438,7 +578,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
|
|
|
438
578
|
|
|
439
579
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.37)
|
|
440
580
|
|
|
441
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
|
581
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
|
442
582
|
[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
583
|
|
|
444
584
|
### Changes
|
|
@@ -447,7 +587,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
|
447
587
|
|
|
448
588
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.36)
|
|
449
589
|
|
|
450
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
590
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
451
591
|
[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
592
|
|
|
453
593
|
### Patches
|
|
@@ -460,7 +600,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
460
600
|
|
|
461
601
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.35)
|
|
462
602
|
|
|
463
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
|
603
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
|
464
604
|
[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
605
|
|
|
466
606
|
### Changes
|
|
@@ -469,7 +609,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
|
469
609
|
|
|
470
610
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.34)
|
|
471
611
|
|
|
472
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
612
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
473
613
|
[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
614
|
|
|
475
615
|
### Changes
|
|
@@ -478,7 +618,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
478
618
|
|
|
479
619
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.33)
|
|
480
620
|
|
|
481
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
|
621
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
|
482
622
|
[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
623
|
|
|
484
624
|
### Changes
|
|
@@ -487,7 +627,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
|
487
627
|
|
|
488
628
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.32)
|
|
489
629
|
|
|
490
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
630
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
491
631
|
[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
632
|
|
|
493
633
|
### Changes
|
|
@@ -496,7 +636,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
496
636
|
|
|
497
637
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.31)
|
|
498
638
|
|
|
499
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
|
639
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
|
500
640
|
[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
641
|
|
|
502
642
|
### Changes
|
|
@@ -505,7 +645,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
|
505
645
|
|
|
506
646
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.30)
|
|
507
647
|
|
|
508
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
648
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
509
649
|
[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
650
|
|
|
511
651
|
### Changes
|
|
@@ -514,7 +654,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
514
654
|
|
|
515
655
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.29)
|
|
516
656
|
|
|
517
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
657
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
518
658
|
[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
659
|
|
|
520
660
|
### Changes
|
|
@@ -523,7 +663,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
523
663
|
|
|
524
664
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.28)
|
|
525
665
|
|
|
526
|
-
Mon, 16 Aug 2021 07:36:39 GMT
|
|
666
|
+
Mon, 16 Aug 2021 07:36:39 GMT
|
|
527
667
|
[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
668
|
|
|
529
669
|
### Changes
|
|
@@ -532,7 +672,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
|
|
|
532
672
|
|
|
533
673
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.27)
|
|
534
674
|
|
|
535
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
|
675
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
|
536
676
|
[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
677
|
|
|
538
678
|
### Changes
|
|
@@ -541,7 +681,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
|
541
681
|
|
|
542
682
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.26)
|
|
543
683
|
|
|
544
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
|
684
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
|
545
685
|
[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
686
|
|
|
547
687
|
### Changes
|
|
@@ -550,7 +690,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
|
550
690
|
|
|
551
691
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.25)
|
|
552
692
|
|
|
553
|
-
Tue, 10 Aug 2021 07:33:28 GMT
|
|
693
|
+
Tue, 10 Aug 2021 07:33:28 GMT
|
|
554
694
|
[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
695
|
|
|
556
696
|
### Changes
|
|
@@ -559,7 +699,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
|
|
|
559
699
|
|
|
560
700
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.24)
|
|
561
701
|
|
|
562
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
|
702
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
|
563
703
|
[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
704
|
|
|
565
705
|
### Changes
|
|
@@ -568,7 +708,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
|
568
708
|
|
|
569
709
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.23)
|
|
570
710
|
|
|
571
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
|
711
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
|
572
712
|
[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
713
|
|
|
574
714
|
### Patches
|
|
@@ -583,7 +723,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
|
583
723
|
|
|
584
724
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.22)
|
|
585
725
|
|
|
586
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
|
726
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
|
587
727
|
[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
728
|
|
|
589
729
|
### Changes
|
|
@@ -592,7 +732,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
|
592
732
|
|
|
593
733
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.21)
|
|
594
734
|
|
|
595
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
735
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
596
736
|
[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
737
|
|
|
598
738
|
### Changes
|
|
@@ -601,7 +741,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
601
741
|
|
|
602
742
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.20)
|
|
603
743
|
|
|
604
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
744
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
605
745
|
[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
746
|
|
|
607
747
|
### Changes
|
|
@@ -610,7 +750,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
610
750
|
|
|
611
751
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.19)
|
|
612
752
|
|
|
613
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
753
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
614
754
|
[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
755
|
|
|
616
756
|
### Changes
|
|
@@ -619,7 +759,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
619
759
|
|
|
620
760
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.18)
|
|
621
761
|
|
|
622
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
762
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
623
763
|
[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
764
|
|
|
625
765
|
### Changes
|
|
@@ -628,7 +768,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
628
768
|
|
|
629
769
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.17)
|
|
630
770
|
|
|
631
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
771
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
632
772
|
[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
773
|
|
|
634
774
|
### Patches
|
|
@@ -637,7 +777,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
637
777
|
|
|
638
778
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.16)
|
|
639
779
|
|
|
640
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
|
780
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
|
641
781
|
[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
782
|
|
|
643
783
|
### Changes
|
|
@@ -646,7 +786,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
|
646
786
|
|
|
647
787
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.15)
|
|
648
788
|
|
|
649
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
789
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
650
790
|
[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
791
|
|
|
652
792
|
### Patches
|
|
@@ -661,7 +801,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
661
801
|
|
|
662
802
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.14)
|
|
663
803
|
|
|
664
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
804
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
665
805
|
[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
806
|
|
|
667
807
|
### Changes
|
|
@@ -670,7 +810,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
670
810
|
|
|
671
811
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.13)
|
|
672
812
|
|
|
673
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
|
813
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
|
674
814
|
[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
815
|
|
|
676
816
|
### Changes
|
|
@@ -679,7 +819,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
|
679
819
|
|
|
680
820
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.12)
|
|
681
821
|
|
|
682
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
|
822
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
|
683
823
|
[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
824
|
|
|
685
825
|
### Changes
|
|
@@ -688,7 +828,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
|
688
828
|
|
|
689
829
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.11)
|
|
690
830
|
|
|
691
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
|
831
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
|
692
832
|
[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
833
|
|
|
694
834
|
### Changes
|
|
@@ -697,7 +837,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
|
697
837
|
|
|
698
838
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.10)
|
|
699
839
|
|
|
700
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
|
840
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
|
701
841
|
[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
842
|
|
|
703
843
|
### Changes
|
|
@@ -706,7 +846,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
|
706
846
|
|
|
707
847
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.9)
|
|
708
848
|
|
|
709
|
-
Thu, 17 Jun 2021 07:34:11 GMT
|
|
849
|
+
Thu, 17 Jun 2021 07:34:11 GMT
|
|
710
850
|
[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
851
|
|
|
712
852
|
### Changes
|
|
@@ -715,7 +855,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
|
|
|
715
855
|
|
|
716
856
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.8)
|
|
717
857
|
|
|
718
|
-
Wed, 16 Jun 2021 07:34:24 GMT
|
|
858
|
+
Wed, 16 Jun 2021 07:34:24 GMT
|
|
719
859
|
[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
860
|
|
|
721
861
|
### Changes
|
|
@@ -724,7 +864,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
|
|
|
724
864
|
|
|
725
865
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.7)
|
|
726
866
|
|
|
727
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
|
867
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
|
728
868
|
[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
869
|
|
|
730
870
|
### Changes
|
|
@@ -733,7 +873,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
|
733
873
|
|
|
734
874
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.6)
|
|
735
875
|
|
|
736
|
-
Tue, 08 Jun 2021 07:32:44 GMT
|
|
876
|
+
Tue, 08 Jun 2021 07:32:44 GMT
|
|
737
877
|
[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
878
|
|
|
739
879
|
### Changes
|
|
@@ -742,7 +882,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
|
|
|
742
882
|
|
|
743
883
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.5)
|
|
744
884
|
|
|
745
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
|
885
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
|
746
886
|
[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
887
|
|
|
748
888
|
### Patches
|
|
@@ -757,7 +897,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
|
757
897
|
|
|
758
898
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.4)
|
|
759
899
|
|
|
760
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
900
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
761
901
|
[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
902
|
|
|
763
903
|
### Changes
|
|
@@ -766,7 +906,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
766
906
|
|
|
767
907
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.3)
|
|
768
908
|
|
|
769
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
|
909
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
|
770
910
|
[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
911
|
|
|
772
912
|
### Changes
|
|
@@ -775,7 +915,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
|
775
915
|
|
|
776
916
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.2)
|
|
777
917
|
|
|
778
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
|
918
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
|
779
919
|
[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
920
|
|
|
781
921
|
### Changes
|
|
@@ -784,7 +924,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
|
784
924
|
|
|
785
925
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.1)
|
|
786
926
|
|
|
787
|
-
Tue, 01 Jun 2021 07:31:58 GMT
|
|
927
|
+
Tue, 01 Jun 2021 07:31:58 GMT
|
|
788
928
|
[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
929
|
|
|
790
930
|
### Changes
|
|
@@ -793,7 +933,7 @@ Tue, 01 Jun 2021 07:31:58 GMT
|
|
|
793
933
|
|
|
794
934
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
795
935
|
|
|
796
|
-
Fri, 28 May 2021 07:33:57 GMT
|
|
936
|
+
Fri, 28 May 2021 07:33:57 GMT
|
|
797
937
|
[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
938
|
|
|
799
939
|
### Changes
|
|
@@ -802,7 +942,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
|
802
942
|
|
|
803
943
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
804
944
|
|
|
805
|
-
Wed, 26 May 2021 07:35:43 GMT
|
|
945
|
+
Wed, 26 May 2021 07:35:43 GMT
|
|
806
946
|
[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
947
|
|
|
808
948
|
### Changes
|
|
@@ -811,7 +951,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
|
811
951
|
|
|
812
952
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
813
953
|
|
|
814
|
-
Fri, 21 May 2021 07:34:54 GMT
|
|
954
|
+
Fri, 21 May 2021 07:34:54 GMT
|
|
815
955
|
[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
956
|
|
|
817
957
|
### Changes
|
|
@@ -820,7 +960,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
|
820
960
|
|
|
821
961
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
822
962
|
|
|
823
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
963
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
824
964
|
[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
965
|
|
|
826
966
|
### Patches
|
|
@@ -835,7 +975,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
835
975
|
|
|
836
976
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
837
977
|
|
|
838
|
-
Wed, 19 May 2021 07:34:20 GMT
|
|
978
|
+
Wed, 19 May 2021 07:34:20 GMT
|
|
839
979
|
[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
980
|
|
|
841
981
|
### Patches
|
|
@@ -848,7 +988,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
|
848
988
|
|
|
849
989
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
850
990
|
|
|
851
|
-
Tue, 18 May 2021 07:34:38 GMT
|
|
991
|
+
Tue, 18 May 2021 07:34:38 GMT
|
|
852
992
|
[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
993
|
|
|
854
994
|
### Changes
|
|
@@ -857,7 +997,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
|
857
997
|
|
|
858
998
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
859
999
|
|
|
860
|
-
Thu, 13 May 2021 07:36:55 GMT
|
|
1000
|
+
Thu, 13 May 2021 07:36:55 GMT
|
|
861
1001
|
[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
1002
|
|
|
863
1003
|
### Changes
|
|
@@ -866,7 +1006,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
|
866
1006
|
|
|
867
1007
|
## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
|
|
868
1008
|
|
|
869
|
-
Wed, 12 May 2021 07:36:20 GMT
|
|
1009
|
+
Wed, 12 May 2021 07:36:20 GMT
|
|
870
1010
|
[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
1011
|
|
|
872
1012
|
### Changes
|