@fluentui/react-popover 0.0.0-nightlyff78d1e27a20220217.1 → 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. package/CHANGELOG.json +780 -20
  2. package/CHANGELOG.md +281 -82
  3. package/Spec.md +25 -5
  4. package/dist/{react-popover.d.ts → index.d.ts} +99 -53
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/components/Popover/Popover.js.map +1 -1
  7. package/lib/components/Popover/Popover.types.js.map +1 -1
  8. package/lib/components/Popover/constants.js +10 -0
  9. package/lib/components/Popover/constants.js.map +1 -0
  10. package/lib/components/Popover/renderPopover.js +23 -17
  11. package/lib/components/Popover/renderPopover.js.map +1 -1
  12. package/lib/components/Popover/usePopover.js +93 -18
  13. package/lib/components/Popover/usePopover.js.map +1 -1
  14. package/lib/components/PopoverSurface/PopoverSurface.js.map +1 -1
  15. package/lib/components/PopoverSurface/PopoverSurface.types.js.map +1 -1
  16. package/lib/components/PopoverSurface/renderPopoverSurface.js +9 -8
  17. package/lib/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
  18. package/lib/components/PopoverSurface/usePopoverSurface.js +8 -16
  19. package/lib/components/PopoverSurface/usePopoverSurface.js.map +1 -1
  20. package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js +24 -22
  21. package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js.map +1 -1
  22. package/lib/components/PopoverTrigger/PopoverTrigger.js.map +1 -1
  23. package/lib/components/PopoverTrigger/PopoverTrigger.types.js.map +1 -1
  24. package/lib/components/PopoverTrigger/renderPopoverTrigger.js.map +1 -1
  25. package/lib/components/PopoverTrigger/usePopoverTrigger.js +4 -4
  26. package/lib/components/PopoverTrigger/usePopoverTrigger.js.map +1 -1
  27. package/lib/index.js +4 -4
  28. package/lib/index.js.map +1 -1
  29. package/lib/popoverContext.js +4 -1
  30. package/lib/popoverContext.js.map +1 -1
  31. package/lib-commonjs/components/Popover/Popover.js.map +1 -1
  32. package/lib-commonjs/components/Popover/constants.js +17 -0
  33. package/lib-commonjs/components/Popover/constants.js.map +1 -0
  34. package/lib-commonjs/components/Popover/renderPopover.js +23 -17
  35. package/lib-commonjs/components/Popover/renderPopover.js.map +1 -1
  36. package/lib-commonjs/components/Popover/usePopover.js +94 -17
  37. package/lib-commonjs/components/Popover/usePopover.js.map +1 -1
  38. package/lib-commonjs/components/PopoverSurface/PopoverSurface.js.map +1 -1
  39. package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js +9 -8
  40. package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
  41. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js +7 -16
  42. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js.map +1 -1
  43. package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js +25 -23
  44. package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js.map +1 -1
  45. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.js.map +1 -1
  46. package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.js.map +1 -1
  47. package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.js +4 -4
  48. package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.js.map +1 -1
  49. package/lib-commonjs/index.js +92 -5
  50. package/lib-commonjs/index.js.map +1 -1
  51. package/lib-commonjs/popoverContext.js +5 -2
  52. package/lib-commonjs/popoverContext.js.map +1 -1
  53. package/package.json +26 -28
  54. package/lib/Popover.d.ts +0 -1
  55. package/lib/PopoverSurface.d.ts +0 -1
  56. package/lib/PopoverTrigger.d.ts +0 -1
  57. package/lib/components/Popover/Popover.d.ts +0 -6
  58. package/lib/components/Popover/Popover.types.d.ts +0 -103
  59. package/lib/components/Popover/index.d.ts +0 -4
  60. package/lib/components/Popover/renderPopover.d.ts +0 -5
  61. package/lib/components/Popover/usePopover.d.ts +0 -10
  62. package/lib/components/PopoverSurface/PopoverSurface.d.ts +0 -6
  63. package/lib/components/PopoverSurface/PopoverSurface.types.d.ts +0 -21
  64. package/lib/components/PopoverSurface/index.d.ts +0 -5
  65. package/lib/components/PopoverSurface/renderPopoverSurface.d.ts +0 -5
  66. package/lib/components/PopoverSurface/usePopoverSurface.d.ts +0 -12
  67. package/lib/components/PopoverSurface/usePopoverSurfaceStyles.d.ts +0 -8
  68. package/lib/components/PopoverTrigger/PopoverTrigger.d.ts +0 -7
  69. package/lib/components/PopoverTrigger/PopoverTrigger.types.d.ts +0 -18
  70. package/lib/components/PopoverTrigger/index.d.ts +0 -4
  71. package/lib/components/PopoverTrigger/renderPopoverTrigger.d.ts +0 -5
  72. package/lib/components/PopoverTrigger/usePopoverTrigger.d.ts +0 -10
  73. package/lib/index.d.ts +0 -4
  74. package/lib/popoverContext.d.ts +0 -8
  75. package/lib-commonjs/Popover.d.ts +0 -1
  76. package/lib-commonjs/PopoverSurface.d.ts +0 -1
  77. package/lib-commonjs/PopoverTrigger.d.ts +0 -1
  78. package/lib-commonjs/components/Popover/Popover.d.ts +0 -6
  79. package/lib-commonjs/components/Popover/Popover.types.d.ts +0 -103
  80. package/lib-commonjs/components/Popover/index.d.ts +0 -4
  81. package/lib-commonjs/components/Popover/renderPopover.d.ts +0 -5
  82. package/lib-commonjs/components/Popover/usePopover.d.ts +0 -10
  83. package/lib-commonjs/components/PopoverSurface/PopoverSurface.d.ts +0 -6
  84. package/lib-commonjs/components/PopoverSurface/PopoverSurface.types.d.ts +0 -21
  85. package/lib-commonjs/components/PopoverSurface/index.d.ts +0 -5
  86. package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.d.ts +0 -5
  87. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.d.ts +0 -12
  88. package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.d.ts +0 -8
  89. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.d.ts +0 -7
  90. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.types.d.ts +0 -18
  91. package/lib-commonjs/components/PopoverTrigger/index.d.ts +0 -4
  92. package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.d.ts +0 -5
  93. package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.d.ts +0 -10
  94. package/lib-commonjs/index.d.ts +0 -4
  95. package/lib-commonjs/popoverContext.d.ts +0 -8
package/CHANGELOG.md CHANGED
@@ -1,28 +1,227 @@
1
1
  # Change Log - @fluentui/react-popover
2
2
 
3
- This log was last generated on Thu, 17 Feb 2022 11:41:20 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 28 Jun 2022 04:31:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightlyff78d1e27a20220217.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v0.0.0-nightlyff78d1e27a20220217.1)
7
+ ## [0.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v0.0.0)
8
8
 
9
- Thu, 17 Feb 2022 11:41:20 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.1..@fluentui/react-popover_v0.0.0-nightlyff78d1e27a20220217.1)
9
+ Tue, 28 Jun 2022 04:31:04 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.14..@fluentui/react-popover_v0.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 v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
16
+ - Bump @fluentui/react-portal to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
17
+ - Bump @fluentui/react-positioning to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
18
+ - Bump @fluentui/react-shared-contexts to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
19
+ - Bump @fluentui/react-tabster to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
20
+ - Bump @fluentui/react-theme to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
21
+ - Bump @fluentui/react-utilities to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
22
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220628-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) 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
+
147
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.7)
148
+
149
+ Mon, 25 Apr 2022 09:32:19 GMT
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)
151
+
152
+ ### Changes
153
+
154
+ - Bump @fluentui/react-portal to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
155
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
156
+
157
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.6)
158
+
159
+ Tue, 19 Apr 2022 19:16:47 GMT
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)
161
+
162
+ ### Changes
163
+
164
+ - Add static classnames to Popover ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
165
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
166
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
167
+ - Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
168
+ - Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
169
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
170
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
171
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
172
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
173
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
174
+
175
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.5)
176
+
177
+ Fri, 04 Mar 2022 05:17:38 GMT
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)
179
+
180
+ ### Changes
181
+
182
+ - 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)
183
+ - refactor: PopoverSurface should be rendered from the Popover component ([PR #21922](https://github.com/microsoft/fluentui/pull/21922) by lingfangao@hotmail.com)
184
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
185
+ - Bump @fluentui/react-portal to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
186
+ - Bump @fluentui/react-positioning to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
187
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
188
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
189
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
190
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
191
+
192
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.4)
193
+
194
+ Tue, 01 Mar 2022 02:17:37 GMT
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)
196
+
197
+ ### Changes
198
+
199
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
200
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
201
+ - Bump @fluentui/react-portal to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
202
+ - Bump @fluentui/react-positioning to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
203
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
204
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
205
+
206
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.3)
207
+
208
+ Fri, 18 Feb 2022 13:35:33 GMT
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)
11
210
 
12
211
  ### Changes
13
212
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/966e16625ca79f990ad8ca408ba47857adc522b3) by email not defined)
15
- - Bump @fluentui/react-context-selector to v0.0.0-nightlyff78d1e27a20220217.1 ([commit](https://github.com/microsoft/fluentui/commit/966e16625ca79f990ad8ca408ba47857adc522b3) by beachball)
16
- - Bump @fluentui/react-portal to v0.0.0-nightlyff78d1e27a20220217.1 ([commit](https://github.com/microsoft/fluentui/commit/966e16625ca79f990ad8ca408ba47857adc522b3) by beachball)
17
- - Bump @fluentui/react-positioning to v0.0.0-nightlyff78d1e27a20220217.1 ([commit](https://github.com/microsoft/fluentui/commit/966e16625ca79f990ad8ca408ba47857adc522b3) by beachball)
18
- - Bump @fluentui/react-shared-contexts to v0.0.0-nightlyff78d1e27a20220217.1 ([commit](https://github.com/microsoft/fluentui/commit/966e16625ca79f990ad8ca408ba47857adc522b3) by beachball)
19
- - Bump @fluentui/react-tabster to v0.0.0-nightlyff78d1e27a20220217.1 ([commit](https://github.com/microsoft/fluentui/commit/966e16625ca79f990ad8ca408ba47857adc522b3) by beachball)
20
- - Bump @fluentui/react-utilities to v0.0.0-nightlyff78d1e27a20220217.1 ([commit](https://github.com/microsoft/fluentui/commit/966e16625ca79f990ad8ca408ba47857adc522b3) by beachball)
21
- - Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyff78d1e27a20220217.1 ([commit](https://github.com/microsoft/fluentui/commit/966e16625ca79f990ad8ca408ba47857adc522b3) by beachball)
213
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
214
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
215
+ - Bump @fluentui/react-portal to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
216
+ - Bump @fluentui/react-positioning to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
217
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
218
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
219
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
220
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
22
221
 
23
222
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.1)
24
223
 
25
- Thu, 10 Feb 2022 08:50:36 GMT
224
+ Thu, 10 Feb 2022 08:50:36 GMT
26
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)
27
226
 
28
227
  ### Changes
@@ -32,7 +231,7 @@ Thu, 10 Feb 2022 08:50:36 GMT
32
231
  - standardize trigger implementation & cloning ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
33
232
  - update styles to not use CSS shorthands ([PR #20796](https://github.com/microsoft/fluentui/pull/20796) by olfedias@microsoft.com)
34
233
  - fix: Use role=complementary for Popovers without focus traps ([PR #21416](https://github.com/microsoft/fluentui/pull/21416) by lingfangao@hotmail.com)
35
- - 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)
36
235
  - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
37
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)
38
237
  - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
@@ -51,7 +250,7 @@ Thu, 10 Feb 2022 08:50:36 GMT
51
250
 
52
251
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.5)
53
252
 
54
- Thu, 25 Nov 2021 08:34:15 GMT
253
+ Thu, 25 Nov 2021 08:34:15 GMT
55
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)
56
255
 
57
256
  ### Changes
@@ -70,7 +269,7 @@ Thu, 25 Nov 2021 08:34:15 GMT
70
269
 
71
270
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.4)
72
271
 
73
- Fri, 12 Nov 2021 13:25:28 GMT
272
+ Fri, 12 Nov 2021 13:25:28 GMT
74
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)
75
274
 
76
275
  ### Changes
@@ -91,7 +290,7 @@ Fri, 12 Nov 2021 13:25:28 GMT
91
290
 
92
291
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.3)
93
292
 
94
- Wed, 27 Oct 2021 12:14:20 GMT
293
+ Wed, 27 Oct 2021 12:14:20 GMT
95
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)
96
295
 
97
296
  ### Changes
@@ -111,7 +310,7 @@ Wed, 27 Oct 2021 12:14:20 GMT
111
310
 
112
311
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.2)
113
312
 
114
- Tue, 12 Oct 2021 19:45:58 GMT
313
+ Tue, 12 Oct 2021 19:45:58 GMT
115
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)
116
315
 
117
316
  ### Changes
@@ -121,7 +320,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
121
320
 
122
321
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.1)
123
322
 
124
- Wed, 06 Oct 2021 10:37:22 GMT
323
+ Wed, 06 Oct 2021 10:37:22 GMT
125
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)
126
325
 
127
326
  ### Changes
@@ -140,7 +339,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
140
339
 
141
340
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.56)
142
341
 
143
- Tue, 05 Oct 2021 12:47:58 GMT
342
+ Tue, 05 Oct 2021 12:47:58 GMT
144
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)
145
344
 
146
345
  ### Changes
@@ -154,7 +353,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
154
353
 
155
354
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.55)
156
355
 
157
- Tue, 05 Oct 2021 09:28:07 GMT
356
+ Tue, 05 Oct 2021 09:28:07 GMT
158
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)
159
358
 
160
359
  ### Changes
@@ -172,7 +371,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
172
371
 
173
372
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.54)
174
373
 
175
- Fri, 01 Oct 2021 14:13:08 GMT
374
+ Fri, 01 Oct 2021 14:13:08 GMT
176
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)
177
376
 
178
377
  ### Changes
@@ -191,7 +390,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
191
390
 
192
391
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.52)
193
392
 
194
- Fri, 01 Oct 2021 09:44:56 GMT
393
+ Fri, 01 Oct 2021 09:44:56 GMT
195
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)
196
395
 
197
396
  ### Changes
@@ -201,7 +400,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
201
400
 
202
401
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.51)
203
402
 
204
- Wed, 29 Sep 2021 08:06:11 GMT
403
+ Wed, 29 Sep 2021 08:06:11 GMT
205
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)
206
405
 
207
406
  ### Changes
@@ -217,7 +416,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
217
416
 
218
417
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.50)
219
418
 
220
- Mon, 27 Sep 2021 08:06:00 GMT
419
+ Mon, 27 Sep 2021 08:06:00 GMT
221
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)
222
421
 
223
422
  ### Changes
@@ -235,7 +434,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
235
434
 
236
435
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.49)
237
436
 
238
- Fri, 24 Sep 2021 09:17:17 GMT
437
+ Fri, 24 Sep 2021 09:17:17 GMT
239
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)
240
439
 
241
440
  ### Changes
@@ -254,7 +453,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
254
453
 
255
454
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.48)
256
455
 
257
- Thu, 23 Sep 2021 08:21:34 GMT
456
+ Thu, 23 Sep 2021 08:21:34 GMT
258
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)
259
458
 
260
459
  ### Changes
@@ -271,7 +470,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
271
470
 
272
471
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.47)
273
472
 
274
- Wed, 22 Sep 2021 10:10:07 GMT
473
+ Wed, 22 Sep 2021 10:10:07 GMT
275
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)
276
475
 
277
476
  ### Changes
@@ -288,7 +487,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
288
487
 
289
488
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.46)
290
489
 
291
- Tue, 21 Sep 2021 07:42:34 GMT
490
+ Tue, 21 Sep 2021 07:42:34 GMT
292
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)
293
492
 
294
493
  ### Changes
@@ -305,7 +504,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
305
504
 
306
505
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.45)
307
506
 
308
- Mon, 20 Sep 2021 07:36:26 GMT
507
+ Mon, 20 Sep 2021 07:36:26 GMT
309
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)
310
509
 
311
510
  ### Changes
@@ -314,7 +513,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
314
513
 
315
514
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.44)
316
515
 
317
- Fri, 17 Sep 2021 07:35:26 GMT
516
+ Fri, 17 Sep 2021 07:35:26 GMT
318
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)
319
518
 
320
519
  ### Changes
@@ -323,7 +522,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
323
522
 
324
523
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.43)
325
524
 
326
- Thu, 16 Sep 2021 07:38:39 GMT
525
+ Thu, 16 Sep 2021 07:38:39 GMT
327
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)
328
527
 
329
528
  ### Changes
@@ -333,7 +532,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
333
532
 
334
533
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.42)
335
534
 
336
- Tue, 14 Sep 2021 20:09:02 GMT
535
+ Tue, 14 Sep 2021 20:09:02 GMT
337
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)
338
537
 
339
538
  ### Changes
@@ -342,7 +541,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
342
541
 
343
542
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.41)
344
543
 
345
- Tue, 14 Sep 2021 07:38:18 GMT
544
+ Tue, 14 Sep 2021 07:38:18 GMT
346
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)
347
546
 
348
547
  ### Changes
@@ -351,7 +550,7 @@ Tue, 14 Sep 2021 07:38:18 GMT
351
550
 
352
551
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.40)
353
552
 
354
- Fri, 10 Sep 2021 16:31:53 GMT
553
+ Fri, 10 Sep 2021 16:31:53 GMT
355
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)
356
555
 
357
556
  ### Changes
@@ -361,7 +560,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
361
560
 
362
561
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.39)
363
562
 
364
- Fri, 10 Sep 2021 07:39:51 GMT
563
+ Fri, 10 Sep 2021 07:39:51 GMT
365
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)
366
565
 
367
566
  ### Changes
@@ -370,7 +569,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
370
569
 
371
570
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.38)
372
571
 
373
- Wed, 08 Sep 2021 07:34:11 GMT
572
+ Wed, 08 Sep 2021 07:34:11 GMT
374
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)
375
574
 
376
575
  ### Changes
@@ -379,7 +578,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
379
578
 
380
579
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.37)
381
580
 
382
- Mon, 06 Sep 2021 07:34:53 GMT
581
+ Mon, 06 Sep 2021 07:34:53 GMT
383
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)
384
583
 
385
584
  ### Changes
@@ -388,7 +587,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
388
587
 
389
588
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.36)
390
589
 
391
- Thu, 02 Sep 2021 07:36:46 GMT
590
+ Thu, 02 Sep 2021 07:36:46 GMT
392
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)
393
592
 
394
593
  ### Patches
@@ -401,7 +600,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
401
600
 
402
601
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.35)
403
602
 
404
- Wed, 01 Sep 2021 07:39:56 GMT
603
+ Wed, 01 Sep 2021 07:39:56 GMT
405
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)
406
605
 
407
606
  ### Changes
@@ -410,7 +609,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
410
609
 
411
610
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.34)
412
611
 
413
- Tue, 31 Aug 2021 07:37:47 GMT
612
+ Tue, 31 Aug 2021 07:37:47 GMT
414
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)
415
614
 
416
615
  ### Changes
@@ -419,7 +618,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
419
618
 
420
619
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.33)
421
620
 
422
- Fri, 27 Aug 2021 07:33:32 GMT
621
+ Fri, 27 Aug 2021 07:33:32 GMT
423
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)
424
623
 
425
624
  ### Changes
@@ -428,7 +627,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
428
627
 
429
628
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.32)
430
629
 
431
- Thu, 26 Aug 2021 07:35:43 GMT
630
+ Thu, 26 Aug 2021 07:35:43 GMT
432
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)
433
632
 
434
633
  ### Changes
@@ -437,7 +636,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
437
636
 
438
637
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.31)
439
638
 
440
- Tue, 24 Aug 2021 07:34:48 GMT
639
+ Tue, 24 Aug 2021 07:34:48 GMT
441
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)
442
641
 
443
642
  ### Changes
@@ -446,7 +645,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
446
645
 
447
646
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.30)
448
647
 
449
- Fri, 20 Aug 2021 07:37:28 GMT
648
+ Fri, 20 Aug 2021 07:37:28 GMT
450
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)
451
650
 
452
651
  ### Changes
@@ -455,7 +654,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
455
654
 
456
655
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.29)
457
656
 
458
- Thu, 19 Aug 2021 07:41:35 GMT
657
+ Thu, 19 Aug 2021 07:41:35 GMT
459
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)
460
659
 
461
660
  ### Changes
@@ -464,7 +663,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
464
663
 
465
664
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.28)
466
665
 
467
- Mon, 16 Aug 2021 07:36:39 GMT
666
+ Mon, 16 Aug 2021 07:36:39 GMT
468
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)
469
668
 
470
669
  ### Changes
@@ -473,7 +672,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
473
672
 
474
673
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.27)
475
674
 
476
- Fri, 13 Aug 2021 07:36:34 GMT
675
+ Fri, 13 Aug 2021 07:36:34 GMT
477
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)
478
677
 
479
678
  ### Changes
@@ -482,7 +681,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
482
681
 
483
682
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.26)
484
683
 
485
- Wed, 11 Aug 2021 07:34:54 GMT
684
+ Wed, 11 Aug 2021 07:34:54 GMT
486
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)
487
686
 
488
687
  ### Changes
@@ -491,7 +690,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
491
690
 
492
691
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.25)
493
692
 
494
- Tue, 10 Aug 2021 07:33:28 GMT
693
+ Tue, 10 Aug 2021 07:33:28 GMT
495
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)
496
695
 
497
696
  ### Changes
@@ -500,7 +699,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
500
699
 
501
700
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.24)
502
701
 
503
- Fri, 06 Aug 2021 07:35:14 GMT
702
+ Fri, 06 Aug 2021 07:35:14 GMT
504
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)
505
704
 
506
705
  ### Changes
@@ -509,7 +708,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
509
708
 
510
709
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.23)
511
710
 
512
- Tue, 03 Aug 2021 07:39:30 GMT
711
+ Tue, 03 Aug 2021 07:39:30 GMT
513
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)
514
713
 
515
714
  ### Patches
@@ -524,7 +723,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
524
723
 
525
724
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.22)
526
725
 
527
- Mon, 02 Aug 2021 07:36:20 GMT
726
+ Mon, 02 Aug 2021 07:36:20 GMT
528
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)
529
728
 
530
729
  ### Changes
@@ -533,7 +732,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
533
732
 
534
733
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.21)
535
734
 
536
- Mon, 26 Jul 2021 07:37:30 GMT
735
+ Mon, 26 Jul 2021 07:37:30 GMT
537
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)
538
737
 
539
738
  ### Changes
@@ -542,7 +741,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
542
741
 
543
742
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.20)
544
743
 
545
- Fri, 23 Jul 2021 07:38:19 GMT
744
+ Fri, 23 Jul 2021 07:38:19 GMT
546
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)
547
746
 
548
747
  ### Changes
@@ -551,7 +750,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
551
750
 
552
751
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.19)
553
752
 
554
- Thu, 22 Jul 2021 07:36:55 GMT
753
+ Thu, 22 Jul 2021 07:36:55 GMT
555
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)
556
755
 
557
756
  ### Changes
@@ -560,7 +759,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
560
759
 
561
760
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.18)
562
761
 
563
- Thu, 15 Jul 2021 07:36:18 GMT
762
+ Thu, 15 Jul 2021 07:36:18 GMT
564
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)
565
764
 
566
765
  ### Changes
@@ -569,7 +768,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
569
768
 
570
769
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.17)
571
770
 
572
- Tue, 13 Jul 2021 22:32:58 GMT
771
+ Tue, 13 Jul 2021 22:32:58 GMT
573
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)
574
773
 
575
774
  ### Patches
@@ -578,7 +777,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
578
777
 
579
778
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.16)
580
779
 
581
- Tue, 13 Jul 2021 07:35:36 GMT
780
+ Tue, 13 Jul 2021 07:35:36 GMT
582
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)
583
782
 
584
783
  ### Changes
@@ -587,7 +786,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
587
786
 
588
787
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.15)
589
788
 
590
- Fri, 09 Jul 2021 07:39:31 GMT
789
+ Fri, 09 Jul 2021 07:39:31 GMT
591
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)
592
791
 
593
792
  ### Patches
@@ -602,7 +801,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
602
801
 
603
802
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.14)
604
803
 
605
- Fri, 02 Jul 2021 23:15:55 GMT
804
+ Fri, 02 Jul 2021 23:15:55 GMT
606
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)
607
806
 
608
807
  ### Changes
@@ -611,7 +810,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
611
810
 
612
811
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.13)
613
812
 
614
- Fri, 02 Jul 2021 07:37:06 GMT
813
+ Fri, 02 Jul 2021 07:37:06 GMT
615
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)
616
815
 
617
816
  ### Changes
@@ -620,7 +819,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
620
819
 
621
820
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.12)
622
821
 
623
- Thu, 01 Jul 2021 07:35:05 GMT
822
+ Thu, 01 Jul 2021 07:35:05 GMT
624
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)
625
824
 
626
825
  ### Changes
@@ -629,7 +828,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
629
828
 
630
829
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.11)
631
830
 
632
- Wed, 30 Jun 2021 07:38:35 GMT
831
+ Wed, 30 Jun 2021 07:38:35 GMT
633
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)
634
833
 
635
834
  ### Changes
@@ -638,7 +837,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
638
837
 
639
838
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.10)
640
839
 
641
- Tue, 29 Jun 2021 07:33:32 GMT
840
+ Tue, 29 Jun 2021 07:33:32 GMT
642
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)
643
842
 
644
843
  ### Changes
@@ -647,7 +846,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
647
846
 
648
847
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.9)
649
848
 
650
- Thu, 17 Jun 2021 07:34:11 GMT
849
+ Thu, 17 Jun 2021 07:34:11 GMT
651
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)
652
851
 
653
852
  ### Changes
@@ -656,7 +855,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
656
855
 
657
856
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.8)
658
857
 
659
- Wed, 16 Jun 2021 07:34:24 GMT
858
+ Wed, 16 Jun 2021 07:34:24 GMT
660
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)
661
860
 
662
861
  ### Changes
@@ -665,7 +864,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
665
864
 
666
865
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.7)
667
866
 
668
- Tue, 15 Jun 2021 07:40:20 GMT
867
+ Tue, 15 Jun 2021 07:40:20 GMT
669
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)
670
869
 
671
870
  ### Changes
@@ -674,7 +873,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
674
873
 
675
874
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.6)
676
875
 
677
- Tue, 08 Jun 2021 07:32:44 GMT
876
+ Tue, 08 Jun 2021 07:32:44 GMT
678
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)
679
878
 
680
879
  ### Changes
@@ -683,7 +882,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
683
882
 
684
883
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.5)
685
884
 
686
- Mon, 07 Jun 2021 07:38:15 GMT
885
+ Mon, 07 Jun 2021 07:38:15 GMT
687
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)
688
887
 
689
888
  ### Patches
@@ -698,7 +897,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
698
897
 
699
898
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.4)
700
899
 
701
- Fri, 04 Jun 2021 07:37:23 GMT
900
+ Fri, 04 Jun 2021 07:37:23 GMT
702
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)
703
902
 
704
903
  ### Changes
@@ -707,7 +906,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
707
906
 
708
907
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.3)
709
908
 
710
- Thu, 03 Jun 2021 07:36:03 GMT
909
+ Thu, 03 Jun 2021 07:36:03 GMT
711
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)
712
911
 
713
912
  ### Changes
@@ -716,7 +915,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
716
915
 
717
916
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.2)
718
917
 
719
- Wed, 02 Jun 2021 07:37:15 GMT
918
+ Wed, 02 Jun 2021 07:37:15 GMT
720
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)
721
920
 
722
921
  ### Changes
@@ -725,7 +924,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
725
924
 
726
925
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.1)
727
926
 
728
- Tue, 01 Jun 2021 07:31:58 GMT
927
+ Tue, 01 Jun 2021 07:31:58 GMT
729
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)
730
929
 
731
930
  ### Changes
@@ -734,7 +933,7 @@ Tue, 01 Jun 2021 07:31:58 GMT
734
933
 
735
934
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
736
935
 
737
- Fri, 28 May 2021 07:33:57 GMT
936
+ Fri, 28 May 2021 07:33:57 GMT
738
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)
739
938
 
740
939
  ### Changes
@@ -743,7 +942,7 @@ Fri, 28 May 2021 07:33:57 GMT
743
942
 
744
943
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
745
944
 
746
- Wed, 26 May 2021 07:35:43 GMT
945
+ Wed, 26 May 2021 07:35:43 GMT
747
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)
748
947
 
749
948
  ### Changes
@@ -752,7 +951,7 @@ Wed, 26 May 2021 07:35:43 GMT
752
951
 
753
952
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
754
953
 
755
- Fri, 21 May 2021 07:34:54 GMT
954
+ Fri, 21 May 2021 07:34:54 GMT
756
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)
757
956
 
758
957
  ### Changes
@@ -761,7 +960,7 @@ Fri, 21 May 2021 07:34:54 GMT
761
960
 
762
961
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
763
962
 
764
- Thu, 20 May 2021 07:41:54 GMT
963
+ Thu, 20 May 2021 07:41:54 GMT
765
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)
766
965
 
767
966
  ### Patches
@@ -776,7 +975,7 @@ Thu, 20 May 2021 07:41:54 GMT
776
975
 
777
976
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
778
977
 
779
- Wed, 19 May 2021 07:34:20 GMT
978
+ Wed, 19 May 2021 07:34:20 GMT
780
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)
781
980
 
782
981
  ### Patches
@@ -789,7 +988,7 @@ Wed, 19 May 2021 07:34:20 GMT
789
988
 
790
989
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
791
990
 
792
- Tue, 18 May 2021 07:34:38 GMT
991
+ Tue, 18 May 2021 07:34:38 GMT
793
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)
794
993
 
795
994
  ### Changes
@@ -798,7 +997,7 @@ Tue, 18 May 2021 07:34:38 GMT
798
997
 
799
998
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
800
999
 
801
- Thu, 13 May 2021 07:36:55 GMT
1000
+ Thu, 13 May 2021 07:36:55 GMT
802
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)
803
1002
 
804
1003
  ### Changes
@@ -807,7 +1006,7 @@ Thu, 13 May 2021 07:36:55 GMT
807
1006
 
808
1007
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
809
1008
 
810
- Wed, 12 May 2021 07:36:20 GMT
1009
+ Wed, 12 May 2021 07:36:20 GMT
811
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)
812
1011
 
813
1012
  ### Changes