@fluentui/react-popover 9.0.0-rc.1 → 9.0.0-rc.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/CHANGELOG.json +595 -1
  2. package/CHANGELOG.md +229 -71
  3. package/Spec.md +20 -0
  4. package/dist/{react-popover.d.ts → index.d.ts} +89 -54
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/Popover.js.map +1 -1
  7. package/lib/PopoverSurface.js.map +1 -1
  8. package/lib/PopoverTrigger.js.map +1 -1
  9. package/lib/components/Popover/Popover.js.map +1 -1
  10. package/lib/components/Popover/Popover.types.js.map +1 -1
  11. package/lib/components/Popover/index.js.map +1 -1
  12. package/lib/components/Popover/renderPopover.js +20 -18
  13. package/lib/components/Popover/renderPopover.js.map +1 -1
  14. package/lib/components/Popover/usePopover.js +90 -17
  15. package/lib/components/Popover/usePopover.js.map +1 -1
  16. package/lib/components/PopoverSurface/PopoverSurface.js.map +1 -1
  17. package/lib/components/PopoverSurface/PopoverSurface.types.js.map +1 -1
  18. package/lib/components/PopoverSurface/index.js.map +1 -1
  19. package/lib/components/PopoverSurface/renderPopoverSurface.js +9 -8
  20. package/lib/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
  21. package/lib/components/PopoverSurface/usePopoverSurface.js +5 -15
  22. package/lib/components/PopoverSurface/usePopoverSurface.js.map +1 -1
  23. package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js +4 -2
  24. package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js.map +1 -1
  25. package/lib/components/PopoverTrigger/PopoverTrigger.js.map +1 -1
  26. package/lib/components/PopoverTrigger/PopoverTrigger.types.js.map +1 -1
  27. package/lib/components/PopoverTrigger/index.js.map +1 -1
  28. package/lib/components/PopoverTrigger/renderPopoverTrigger.js.map +1 -1
  29. package/lib/components/PopoverTrigger/usePopoverTrigger.js +2 -2
  30. package/lib/components/PopoverTrigger/usePopoverTrigger.js.map +1 -1
  31. package/lib/index.js +4 -4
  32. package/lib/index.js.map +1 -1
  33. package/lib/popoverContext.js +4 -2
  34. package/lib/popoverContext.js.map +1 -1
  35. package/lib-commonjs/Popover.js.map +1 -1
  36. package/lib-commonjs/PopoverSurface.js.map +1 -1
  37. package/lib-commonjs/PopoverTrigger.js.map +1 -1
  38. package/lib-commonjs/components/Popover/Popover.js.map +1 -1
  39. package/lib-commonjs/components/Popover/Popover.types.js.map +1 -1
  40. package/lib-commonjs/components/Popover/index.js.map +1 -1
  41. package/lib-commonjs/components/Popover/renderPopover.js +20 -18
  42. package/lib-commonjs/components/Popover/renderPopover.js.map +1 -1
  43. package/lib-commonjs/components/Popover/usePopover.js +90 -16
  44. package/lib-commonjs/components/Popover/usePopover.js.map +1 -1
  45. package/lib-commonjs/components/PopoverSurface/PopoverSurface.js.map +1 -1
  46. package/lib-commonjs/components/PopoverSurface/PopoverSurface.types.js.map +1 -1
  47. package/lib-commonjs/components/PopoverSurface/index.js.map +1 -1
  48. package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js +9 -8
  49. package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js.map +1 -1
  50. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js +4 -15
  51. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js.map +1 -1
  52. package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js +5 -3
  53. package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js.map +1 -1
  54. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.js.map +1 -1
  55. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.types.js.map +1 -1
  56. package/lib-commonjs/components/PopoverTrigger/index.js.map +1 -1
  57. package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.js.map +1 -1
  58. package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.js +2 -2
  59. package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.js.map +1 -1
  60. package/lib-commonjs/index.js +92 -5
  61. package/lib-commonjs/index.js.map +1 -1
  62. package/lib-commonjs/popoverContext.js +5 -3
  63. package/lib-commonjs/popoverContext.js.map +1 -1
  64. package/package.json +21 -23
  65. package/lib/Popover.d.ts +0 -1
  66. package/lib/PopoverSurface.d.ts +0 -1
  67. package/lib/PopoverTrigger.d.ts +0 -1
  68. package/lib/components/Popover/Popover.d.ts +0 -6
  69. package/lib/components/Popover/Popover.types.d.ts +0 -103
  70. package/lib/components/Popover/index.d.ts +0 -4
  71. package/lib/components/Popover/renderPopover.d.ts +0 -5
  72. package/lib/components/Popover/usePopover.d.ts +0 -10
  73. package/lib/components/PopoverSurface/PopoverSurface.d.ts +0 -6
  74. package/lib/components/PopoverSurface/PopoverSurface.types.d.ts +0 -21
  75. package/lib/components/PopoverSurface/index.d.ts +0 -5
  76. package/lib/components/PopoverSurface/renderPopoverSurface.d.ts +0 -5
  77. package/lib/components/PopoverSurface/usePopoverSurface.d.ts +0 -12
  78. package/lib/components/PopoverSurface/usePopoverSurfaceStyles.d.ts +0 -8
  79. package/lib/components/PopoverTrigger/PopoverTrigger.d.ts +0 -7
  80. package/lib/components/PopoverTrigger/PopoverTrigger.types.d.ts +0 -18
  81. package/lib/components/PopoverTrigger/index.d.ts +0 -4
  82. package/lib/components/PopoverTrigger/renderPopoverTrigger.d.ts +0 -5
  83. package/lib/components/PopoverTrigger/usePopoverTrigger.d.ts +0 -10
  84. package/lib/index.d.ts +0 -4
  85. package/lib/popoverContext.d.ts +0 -8
  86. package/lib-commonjs/Popover.d.ts +0 -1
  87. package/lib-commonjs/PopoverSurface.d.ts +0 -1
  88. package/lib-commonjs/PopoverTrigger.d.ts +0 -1
  89. package/lib-commonjs/components/Popover/Popover.d.ts +0 -6
  90. package/lib-commonjs/components/Popover/Popover.types.d.ts +0 -103
  91. package/lib-commonjs/components/Popover/index.d.ts +0 -4
  92. package/lib-commonjs/components/Popover/renderPopover.d.ts +0 -5
  93. package/lib-commonjs/components/Popover/usePopover.d.ts +0 -10
  94. package/lib-commonjs/components/PopoverSurface/PopoverSurface.d.ts +0 -6
  95. package/lib-commonjs/components/PopoverSurface/PopoverSurface.types.d.ts +0 -21
  96. package/lib-commonjs/components/PopoverSurface/index.d.ts +0 -5
  97. package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.d.ts +0 -5
  98. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.d.ts +0 -12
  99. package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.d.ts +0 -8
  100. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.d.ts +0 -7
  101. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.types.d.ts +0 -18
  102. package/lib-commonjs/components/PopoverTrigger/index.d.ts +0 -4
  103. package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.d.ts +0 -5
  104. package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.d.ts +0 -10
  105. package/lib-commonjs/index.d.ts +0 -4
  106. package/lib-commonjs/popoverContext.d.ts +0 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,170 @@
1
1
  # Change Log - @fluentui/react-popover
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:43:49 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 May 2022 21:00:03 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.12)
8
+
9
+ Thu, 26 May 2022 21:00:03 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.11..@fluentui/react-popover_v9.0.0-rc.12)
11
+
12
+ ### Changes
13
+
14
+ - 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)
15
+ - Bump @fluentui/react-portal to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
17
+
18
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.11)
19
+
20
+ Mon, 23 May 2022 18:56:46 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.10..@fluentui/react-popover_v9.0.0-rc.11)
22
+
23
+ ### Changes
24
+
25
+ - BREAKING: changes to positioning prop ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
26
+ - BREAKING: stop exporting PopoverContext ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
27
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
28
+ - Bump @fluentui/react-portal to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
29
+ - Bump @fluentui/react-positioning to v9.0.0-rc.10 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
30
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
32
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
33
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
34
+
35
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.10)
36
+
37
+ Mon, 23 May 2022 12:13:32 GMT
38
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.9..@fluentui/react-popover_v9.0.0-rc.10)
39
+
40
+ ### Changes
41
+
42
+ - Removing PopoverCommons type. ([PR #22968](https://github.com/microsoft/fluentui/pull/22968) by Humberto.Morimoto@microsoft.com)
43
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
44
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
45
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
46
+ - Bump @fluentui/react-portal to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
47
+ - Bump @fluentui/react-positioning to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
48
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
49
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
50
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
51
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
52
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
53
+
54
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.9)
55
+
56
+ Thu, 05 May 2022 18:26:24 GMT
57
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.8..@fluentui/react-popover_v9.0.0-rc.9)
58
+
59
+ ### Changes
60
+
61
+ - Removing star exports. ([PR #22805](https://github.com/microsoft/fluentui/pull/22805) by humberto_makoto@hotmail.com)
62
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
63
+ - Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
64
+ - Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
65
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
66
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
67
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
68
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
69
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
70
+
71
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.8)
72
+
73
+ Wed, 04 May 2022 13:26:45 GMT
74
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.7..@fluentui/react-popover_v9.0.0-rc.8)
75
+
76
+ ### Changes
77
+
78
+ - feat: Add inline prop to Popover ([PR #22789](https://github.com/microsoft/fluentui/pull/22789) by lingfangao@hotmail.com)
79
+ - feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
80
+ - feat: Adds prop `closeOnScroll` to close popover on scrolling outside ([PR #22784](https://github.com/microsoft/fluentui/pull/22784) by yuanboxue@microsoft.com)
81
+ - 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)
82
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
83
+ - Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
84
+ - Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
85
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
86
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
87
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
88
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
89
+
90
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.7)
91
+
92
+ Mon, 25 Apr 2022 09:32:19 GMT
93
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.6..@fluentui/react-popover_v9.0.0-rc.7)
94
+
95
+ ### Changes
96
+
97
+ - Bump @fluentui/react-portal to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
98
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
99
+
100
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.6)
101
+
102
+ Tue, 19 Apr 2022 19:16:47 GMT
103
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.5..@fluentui/react-popover_v9.0.0-rc.6)
104
+
105
+ ### Changes
106
+
107
+ - Add static classnames to Popover ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
108
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
109
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
110
+ - Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
111
+ - Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
112
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
113
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
114
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
115
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
116
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
117
+
118
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.5)
119
+
120
+ Fri, 04 Mar 2022 05:17:38 GMT
121
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.4..@fluentui/react-popover_v9.0.0-rc.5)
122
+
123
+ ### Changes
124
+
125
+ - 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)
126
+ - refactor: PopoverSurface should be rendered from the Popover component ([PR #21922](https://github.com/microsoft/fluentui/pull/21922) by lingfangao@hotmail.com)
127
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
128
+ - Bump @fluentui/react-portal to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
129
+ - Bump @fluentui/react-positioning to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
130
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
131
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
132
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
133
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
134
+
135
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.4)
136
+
137
+ Tue, 01 Mar 2022 02:17:37 GMT
138
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.3..@fluentui/react-popover_v9.0.0-rc.4)
139
+
140
+ ### Changes
141
+
142
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
143
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
144
+ - Bump @fluentui/react-portal to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
145
+ - Bump @fluentui/react-positioning to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
146
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
147
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
148
+
149
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.3)
150
+
151
+ Fri, 18 Feb 2022 13:35:33 GMT
152
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.1..@fluentui/react-popover_v9.0.0-rc.3)
153
+
154
+ ### Changes
155
+
156
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
157
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
158
+ - Bump @fluentui/react-portal to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
159
+ - Bump @fluentui/react-positioning to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
160
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
161
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
162
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
163
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
164
+
7
165
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.1)
8
166
 
9
- Thu, 10 Feb 2022 08:43:49 GMT
167
+ Thu, 10 Feb 2022 08:50:36 GMT
10
168
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.5..@fluentui/react-popover_v9.0.0-rc.1)
11
169
 
12
170
  ### Changes
@@ -16,7 +174,7 @@ Thu, 10 Feb 2022 08:43:49 GMT
16
174
  - standardize trigger implementation & cloning ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
17
175
  - update styles to not use CSS shorthands ([PR #20796](https://github.com/microsoft/fluentui/pull/20796) by olfedias@microsoft.com)
18
176
  - fix: Use role=complementary for Popovers without focus traps ([PR #21416](https://github.com/microsoft/fluentui/pull/21416) by lingfangao@hotmail.com)
19
- - 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)
177
+ - 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)
20
178
  - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
21
179
  - 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)
22
180
  - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
@@ -35,7 +193,7 @@ Thu, 10 Feb 2022 08:43:49 GMT
35
193
 
36
194
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.5)
37
195
 
38
- Thu, 25 Nov 2021 08:34:15 GMT
196
+ Thu, 25 Nov 2021 08:34:15 GMT
39
197
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.4..@fluentui/react-popover_v9.0.0-beta.5)
40
198
 
41
199
  ### Changes
@@ -54,7 +212,7 @@ Thu, 25 Nov 2021 08:34:15 GMT
54
212
 
55
213
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.4)
56
214
 
57
- Fri, 12 Nov 2021 13:25:28 GMT
215
+ Fri, 12 Nov 2021 13:25:28 GMT
58
216
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.3..@fluentui/react-popover_v9.0.0-beta.4)
59
217
 
60
218
  ### Changes
@@ -75,7 +233,7 @@ Fri, 12 Nov 2021 13:25:28 GMT
75
233
 
76
234
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.3)
77
235
 
78
- Wed, 27 Oct 2021 12:14:20 GMT
236
+ Wed, 27 Oct 2021 12:14:20 GMT
79
237
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.2..@fluentui/react-popover_v9.0.0-beta.3)
80
238
 
81
239
  ### Changes
@@ -95,7 +253,7 @@ Wed, 27 Oct 2021 12:14:20 GMT
95
253
 
96
254
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.2)
97
255
 
98
- Tue, 12 Oct 2021 19:45:58 GMT
256
+ Tue, 12 Oct 2021 19:45:58 GMT
99
257
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-beta.1..@fluentui/react-popover_v9.0.0-beta.2)
100
258
 
101
259
  ### Changes
@@ -105,7 +263,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
105
263
 
106
264
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.1)
107
265
 
108
- Wed, 06 Oct 2021 10:37:22 GMT
266
+ Wed, 06 Oct 2021 10:37:22 GMT
109
267
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.56..@fluentui/react-popover_v9.0.0-beta.1)
110
268
 
111
269
  ### Changes
@@ -124,7 +282,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
124
282
 
125
283
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.56)
126
284
 
127
- Tue, 05 Oct 2021 12:47:58 GMT
285
+ Tue, 05 Oct 2021 12:47:58 GMT
128
286
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.55..@fluentui/react-popover_v9.0.0-alpha.56)
129
287
 
130
288
  ### Changes
@@ -138,7 +296,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
138
296
 
139
297
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.55)
140
298
 
141
- Tue, 05 Oct 2021 09:28:07 GMT
299
+ Tue, 05 Oct 2021 09:28:07 GMT
142
300
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.54..@fluentui/react-popover_v9.0.0-alpha.55)
143
301
 
144
302
  ### Changes
@@ -156,7 +314,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
156
314
 
157
315
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.54)
158
316
 
159
- Fri, 01 Oct 2021 14:13:08 GMT
317
+ Fri, 01 Oct 2021 14:13:08 GMT
160
318
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.52..@fluentui/react-popover_v9.0.0-alpha.54)
161
319
 
162
320
  ### Changes
@@ -175,7 +333,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
175
333
 
176
334
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.52)
177
335
 
178
- Fri, 01 Oct 2021 09:44:56 GMT
336
+ Fri, 01 Oct 2021 09:44:56 GMT
179
337
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.51..@fluentui/react-popover_v9.0.0-alpha.52)
180
338
 
181
339
  ### Changes
@@ -185,7 +343,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
185
343
 
186
344
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.51)
187
345
 
188
- Wed, 29 Sep 2021 08:06:11 GMT
346
+ Wed, 29 Sep 2021 08:06:11 GMT
189
347
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.50..@fluentui/react-popover_v9.0.0-alpha.51)
190
348
 
191
349
  ### Changes
@@ -201,7 +359,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
201
359
 
202
360
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.50)
203
361
 
204
- Mon, 27 Sep 2021 08:06:00 GMT
362
+ Mon, 27 Sep 2021 08:06:00 GMT
205
363
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.49..@fluentui/react-popover_v9.0.0-alpha.50)
206
364
 
207
365
  ### Changes
@@ -219,7 +377,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
219
377
 
220
378
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.49)
221
379
 
222
- Fri, 24 Sep 2021 09:17:17 GMT
380
+ Fri, 24 Sep 2021 09:17:17 GMT
223
381
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.48..@fluentui/react-popover_v9.0.0-alpha.49)
224
382
 
225
383
  ### Changes
@@ -238,7 +396,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
238
396
 
239
397
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.48)
240
398
 
241
- Thu, 23 Sep 2021 08:21:34 GMT
399
+ Thu, 23 Sep 2021 08:21:34 GMT
242
400
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.47..@fluentui/react-popover_v9.0.0-alpha.48)
243
401
 
244
402
  ### Changes
@@ -255,7 +413,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
255
413
 
256
414
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.47)
257
415
 
258
- Wed, 22 Sep 2021 10:10:07 GMT
416
+ Wed, 22 Sep 2021 10:10:07 GMT
259
417
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.46..@fluentui/react-popover_v9.0.0-alpha.47)
260
418
 
261
419
  ### Changes
@@ -272,7 +430,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
272
430
 
273
431
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.46)
274
432
 
275
- Tue, 21 Sep 2021 07:42:34 GMT
433
+ Tue, 21 Sep 2021 07:42:34 GMT
276
434
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.45..@fluentui/react-popover_v9.0.0-alpha.46)
277
435
 
278
436
  ### Changes
@@ -289,7 +447,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
289
447
 
290
448
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.45)
291
449
 
292
- Mon, 20 Sep 2021 07:36:26 GMT
450
+ Mon, 20 Sep 2021 07:36:26 GMT
293
451
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.44..@fluentui/react-popover_v9.0.0-alpha.45)
294
452
 
295
453
  ### Changes
@@ -298,7 +456,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
298
456
 
299
457
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.44)
300
458
 
301
- Fri, 17 Sep 2021 07:35:26 GMT
459
+ Fri, 17 Sep 2021 07:35:26 GMT
302
460
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.43..@fluentui/react-popover_v9.0.0-alpha.44)
303
461
 
304
462
  ### Changes
@@ -307,7 +465,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
307
465
 
308
466
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.43)
309
467
 
310
- Thu, 16 Sep 2021 07:38:39 GMT
468
+ Thu, 16 Sep 2021 07:38:39 GMT
311
469
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.42..@fluentui/react-popover_v9.0.0-alpha.43)
312
470
 
313
471
  ### Changes
@@ -317,7 +475,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
317
475
 
318
476
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.42)
319
477
 
320
- Tue, 14 Sep 2021 20:09:02 GMT
478
+ Tue, 14 Sep 2021 20:09:02 GMT
321
479
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.41..@fluentui/react-popover_v9.0.0-alpha.42)
322
480
 
323
481
  ### Changes
@@ -326,7 +484,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
326
484
 
327
485
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.41)
328
486
 
329
- Tue, 14 Sep 2021 07:38:18 GMT
487
+ Tue, 14 Sep 2021 07:38:18 GMT
330
488
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.40..@fluentui/react-popover_v9.0.0-alpha.41)
331
489
 
332
490
  ### Changes
@@ -335,7 +493,7 @@ Tue, 14 Sep 2021 07:38:18 GMT
335
493
 
336
494
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.40)
337
495
 
338
- Fri, 10 Sep 2021 16:31:53 GMT
496
+ Fri, 10 Sep 2021 16:31:53 GMT
339
497
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.39..@fluentui/react-popover_v9.0.0-alpha.40)
340
498
 
341
499
  ### Changes
@@ -345,7 +503,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
345
503
 
346
504
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.39)
347
505
 
348
- Fri, 10 Sep 2021 07:39:51 GMT
506
+ Fri, 10 Sep 2021 07:39:51 GMT
349
507
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.38..@fluentui/react-popover_v9.0.0-alpha.39)
350
508
 
351
509
  ### Changes
@@ -354,7 +512,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
354
512
 
355
513
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.38)
356
514
 
357
- Wed, 08 Sep 2021 07:34:11 GMT
515
+ Wed, 08 Sep 2021 07:34:11 GMT
358
516
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.37..@fluentui/react-popover_v9.0.0-alpha.38)
359
517
 
360
518
  ### Changes
@@ -363,7 +521,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
363
521
 
364
522
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.37)
365
523
 
366
- Mon, 06 Sep 2021 07:34:53 GMT
524
+ Mon, 06 Sep 2021 07:34:53 GMT
367
525
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.36..@fluentui/react-popover_v9.0.0-alpha.37)
368
526
 
369
527
  ### Changes
@@ -372,7 +530,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
372
530
 
373
531
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.36)
374
532
 
375
- Thu, 02 Sep 2021 07:36:46 GMT
533
+ Thu, 02 Sep 2021 07:36:46 GMT
376
534
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.35..@fluentui/react-popover_v9.0.0-alpha.36)
377
535
 
378
536
  ### Patches
@@ -385,7 +543,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
385
543
 
386
544
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.35)
387
545
 
388
- Wed, 01 Sep 2021 07:39:56 GMT
546
+ Wed, 01 Sep 2021 07:39:56 GMT
389
547
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.34..@fluentui/react-popover_v9.0.0-alpha.35)
390
548
 
391
549
  ### Changes
@@ -394,7 +552,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
394
552
 
395
553
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.34)
396
554
 
397
- Tue, 31 Aug 2021 07:37:47 GMT
555
+ Tue, 31 Aug 2021 07:37:47 GMT
398
556
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.33..@fluentui/react-popover_v9.0.0-alpha.34)
399
557
 
400
558
  ### Changes
@@ -403,7 +561,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
403
561
 
404
562
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.33)
405
563
 
406
- Fri, 27 Aug 2021 07:33:32 GMT
564
+ Fri, 27 Aug 2021 07:33:32 GMT
407
565
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.32..@fluentui/react-popover_v9.0.0-alpha.33)
408
566
 
409
567
  ### Changes
@@ -412,7 +570,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
412
570
 
413
571
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.32)
414
572
 
415
- Thu, 26 Aug 2021 07:35:43 GMT
573
+ Thu, 26 Aug 2021 07:35:43 GMT
416
574
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.31..@fluentui/react-popover_v9.0.0-alpha.32)
417
575
 
418
576
  ### Changes
@@ -421,7 +579,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
421
579
 
422
580
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.31)
423
581
 
424
- Tue, 24 Aug 2021 07:34:48 GMT
582
+ Tue, 24 Aug 2021 07:34:48 GMT
425
583
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.30..@fluentui/react-popover_v9.0.0-alpha.31)
426
584
 
427
585
  ### Changes
@@ -430,7 +588,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
430
588
 
431
589
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.30)
432
590
 
433
- Fri, 20 Aug 2021 07:37:28 GMT
591
+ Fri, 20 Aug 2021 07:37:28 GMT
434
592
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.29..@fluentui/react-popover_v9.0.0-alpha.30)
435
593
 
436
594
  ### Changes
@@ -439,7 +597,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
439
597
 
440
598
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.29)
441
599
 
442
- Thu, 19 Aug 2021 07:41:35 GMT
600
+ Thu, 19 Aug 2021 07:41:35 GMT
443
601
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.28..@fluentui/react-popover_v9.0.0-alpha.29)
444
602
 
445
603
  ### Changes
@@ -448,7 +606,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
448
606
 
449
607
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.28)
450
608
 
451
- Mon, 16 Aug 2021 07:36:39 GMT
609
+ Mon, 16 Aug 2021 07:36:39 GMT
452
610
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.27..@fluentui/react-popover_v9.0.0-alpha.28)
453
611
 
454
612
  ### Changes
@@ -457,7 +615,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
457
615
 
458
616
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.27)
459
617
 
460
- Fri, 13 Aug 2021 07:36:34 GMT
618
+ Fri, 13 Aug 2021 07:36:34 GMT
461
619
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.26..@fluentui/react-popover_v9.0.0-alpha.27)
462
620
 
463
621
  ### Changes
@@ -466,7 +624,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
466
624
 
467
625
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.26)
468
626
 
469
- Wed, 11 Aug 2021 07:34:54 GMT
627
+ Wed, 11 Aug 2021 07:34:54 GMT
470
628
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.25..@fluentui/react-popover_v9.0.0-alpha.26)
471
629
 
472
630
  ### Changes
@@ -475,7 +633,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
475
633
 
476
634
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.25)
477
635
 
478
- Tue, 10 Aug 2021 07:33:28 GMT
636
+ Tue, 10 Aug 2021 07:33:28 GMT
479
637
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.24..@fluentui/react-popover_v9.0.0-alpha.25)
480
638
 
481
639
  ### Changes
@@ -484,7 +642,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
484
642
 
485
643
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.24)
486
644
 
487
- Fri, 06 Aug 2021 07:35:14 GMT
645
+ Fri, 06 Aug 2021 07:35:14 GMT
488
646
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.23..@fluentui/react-popover_v9.0.0-alpha.24)
489
647
 
490
648
  ### Changes
@@ -493,7 +651,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
493
651
 
494
652
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.23)
495
653
 
496
- Tue, 03 Aug 2021 07:39:30 GMT
654
+ Tue, 03 Aug 2021 07:39:30 GMT
497
655
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.22..@fluentui/react-popover_v9.0.0-alpha.23)
498
656
 
499
657
  ### Patches
@@ -508,7 +666,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
508
666
 
509
667
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.22)
510
668
 
511
- Mon, 02 Aug 2021 07:36:20 GMT
669
+ Mon, 02 Aug 2021 07:36:20 GMT
512
670
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.21..@fluentui/react-popover_v9.0.0-alpha.22)
513
671
 
514
672
  ### Changes
@@ -517,7 +675,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
517
675
 
518
676
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.21)
519
677
 
520
- Mon, 26 Jul 2021 07:37:30 GMT
678
+ Mon, 26 Jul 2021 07:37:30 GMT
521
679
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.20..@fluentui/react-popover_v9.0.0-alpha.21)
522
680
 
523
681
  ### Changes
@@ -526,7 +684,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
526
684
 
527
685
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.20)
528
686
 
529
- Fri, 23 Jul 2021 07:38:19 GMT
687
+ Fri, 23 Jul 2021 07:38:19 GMT
530
688
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.19..@fluentui/react-popover_v9.0.0-alpha.20)
531
689
 
532
690
  ### Changes
@@ -535,7 +693,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
535
693
 
536
694
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.19)
537
695
 
538
- Thu, 22 Jul 2021 07:36:55 GMT
696
+ Thu, 22 Jul 2021 07:36:55 GMT
539
697
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.18..@fluentui/react-popover_v9.0.0-alpha.19)
540
698
 
541
699
  ### Changes
@@ -544,7 +702,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
544
702
 
545
703
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.18)
546
704
 
547
- Thu, 15 Jul 2021 07:36:18 GMT
705
+ Thu, 15 Jul 2021 07:36:18 GMT
548
706
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.17..@fluentui/react-popover_v9.0.0-alpha.18)
549
707
 
550
708
  ### Changes
@@ -553,7 +711,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
553
711
 
554
712
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.17)
555
713
 
556
- Tue, 13 Jul 2021 22:32:58 GMT
714
+ Tue, 13 Jul 2021 22:32:58 GMT
557
715
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.16..@fluentui/react-popover_v9.0.0-alpha.17)
558
716
 
559
717
  ### Patches
@@ -562,7 +720,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
562
720
 
563
721
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.16)
564
722
 
565
- Tue, 13 Jul 2021 07:35:36 GMT
723
+ Tue, 13 Jul 2021 07:35:36 GMT
566
724
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.15..@fluentui/react-popover_v9.0.0-alpha.16)
567
725
 
568
726
  ### Changes
@@ -571,7 +729,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
571
729
 
572
730
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.15)
573
731
 
574
- Fri, 09 Jul 2021 07:39:31 GMT
732
+ Fri, 09 Jul 2021 07:39:31 GMT
575
733
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.14..@fluentui/react-popover_v9.0.0-alpha.15)
576
734
 
577
735
  ### Patches
@@ -586,7 +744,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
586
744
 
587
745
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.14)
588
746
 
589
- Fri, 02 Jul 2021 23:15:55 GMT
747
+ Fri, 02 Jul 2021 23:15:55 GMT
590
748
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.13..@fluentui/react-popover_v9.0.0-alpha.14)
591
749
 
592
750
  ### Changes
@@ -595,7 +753,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
595
753
 
596
754
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.13)
597
755
 
598
- Fri, 02 Jul 2021 07:37:06 GMT
756
+ Fri, 02 Jul 2021 07:37:06 GMT
599
757
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.12..@fluentui/react-popover_v9.0.0-alpha.13)
600
758
 
601
759
  ### Changes
@@ -604,7 +762,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
604
762
 
605
763
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.12)
606
764
 
607
- Thu, 01 Jul 2021 07:35:05 GMT
765
+ Thu, 01 Jul 2021 07:35:05 GMT
608
766
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.11..@fluentui/react-popover_v9.0.0-alpha.12)
609
767
 
610
768
  ### Changes
@@ -613,7 +771,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
613
771
 
614
772
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.11)
615
773
 
616
- Wed, 30 Jun 2021 07:38:35 GMT
774
+ Wed, 30 Jun 2021 07:38:35 GMT
617
775
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.10..@fluentui/react-popover_v9.0.0-alpha.11)
618
776
 
619
777
  ### Changes
@@ -622,7 +780,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
622
780
 
623
781
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.10)
624
782
 
625
- Tue, 29 Jun 2021 07:33:32 GMT
783
+ Tue, 29 Jun 2021 07:33:32 GMT
626
784
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.9..@fluentui/react-popover_v9.0.0-alpha.10)
627
785
 
628
786
  ### Changes
@@ -631,7 +789,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
631
789
 
632
790
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.9)
633
791
 
634
- Thu, 17 Jun 2021 07:34:11 GMT
792
+ Thu, 17 Jun 2021 07:34:11 GMT
635
793
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.8..@fluentui/react-popover_v9.0.0-alpha.9)
636
794
 
637
795
  ### Changes
@@ -640,7 +798,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
640
798
 
641
799
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.8)
642
800
 
643
- Wed, 16 Jun 2021 07:34:24 GMT
801
+ Wed, 16 Jun 2021 07:34:24 GMT
644
802
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.7..@fluentui/react-popover_v9.0.0-alpha.8)
645
803
 
646
804
  ### Changes
@@ -649,7 +807,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
649
807
 
650
808
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.7)
651
809
 
652
- Tue, 15 Jun 2021 07:40:20 GMT
810
+ Tue, 15 Jun 2021 07:40:20 GMT
653
811
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.6..@fluentui/react-popover_v9.0.0-alpha.7)
654
812
 
655
813
  ### Changes
@@ -658,7 +816,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
658
816
 
659
817
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.6)
660
818
 
661
- Tue, 08 Jun 2021 07:32:44 GMT
819
+ Tue, 08 Jun 2021 07:32:44 GMT
662
820
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.5..@fluentui/react-popover_v9.0.0-alpha.6)
663
821
 
664
822
  ### Changes
@@ -667,7 +825,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
667
825
 
668
826
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.5)
669
827
 
670
- Mon, 07 Jun 2021 07:38:15 GMT
828
+ Mon, 07 Jun 2021 07:38:15 GMT
671
829
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.4..@fluentui/react-popover_v9.0.0-alpha.5)
672
830
 
673
831
  ### Patches
@@ -682,7 +840,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
682
840
 
683
841
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.4)
684
842
 
685
- Fri, 04 Jun 2021 07:37:23 GMT
843
+ Fri, 04 Jun 2021 07:37:23 GMT
686
844
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.3..@fluentui/react-popover_v9.0.0-alpha.4)
687
845
 
688
846
  ### Changes
@@ -691,7 +849,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
691
849
 
692
850
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.3)
693
851
 
694
- Thu, 03 Jun 2021 07:36:03 GMT
852
+ Thu, 03 Jun 2021 07:36:03 GMT
695
853
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.2..@fluentui/react-popover_v9.0.0-alpha.3)
696
854
 
697
855
  ### Changes
@@ -700,7 +858,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
700
858
 
701
859
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.2)
702
860
 
703
- Wed, 02 Jun 2021 07:37:15 GMT
861
+ Wed, 02 Jun 2021 07:37:15 GMT
704
862
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.1..@fluentui/react-popover_v9.0.0-alpha.2)
705
863
 
706
864
  ### Changes
@@ -709,7 +867,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
709
867
 
710
868
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.1)
711
869
 
712
- Tue, 01 Jun 2021 07:31:58 GMT
870
+ Tue, 01 Jun 2021 07:31:58 GMT
713
871
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.1)
714
872
 
715
873
  ### Changes
@@ -718,7 +876,7 @@ Tue, 01 Jun 2021 07:31:58 GMT
718
876
 
719
877
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
720
878
 
721
- Fri, 28 May 2021 07:33:57 GMT
879
+ Fri, 28 May 2021 07:33:57 GMT
722
880
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
723
881
 
724
882
  ### Changes
@@ -727,7 +885,7 @@ Fri, 28 May 2021 07:33:57 GMT
727
885
 
728
886
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
729
887
 
730
- Wed, 26 May 2021 07:35:43 GMT
888
+ Wed, 26 May 2021 07:35:43 GMT
731
889
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
732
890
 
733
891
  ### Changes
@@ -736,7 +894,7 @@ Wed, 26 May 2021 07:35:43 GMT
736
894
 
737
895
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
738
896
 
739
- Fri, 21 May 2021 07:34:54 GMT
897
+ Fri, 21 May 2021 07:34:54 GMT
740
898
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
741
899
 
742
900
  ### Changes
@@ -745,7 +903,7 @@ Fri, 21 May 2021 07:34:54 GMT
745
903
 
746
904
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
747
905
 
748
- Thu, 20 May 2021 07:41:54 GMT
906
+ Thu, 20 May 2021 07:41:54 GMT
749
907
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
750
908
 
751
909
  ### Patches
@@ -760,7 +918,7 @@ Thu, 20 May 2021 07:41:54 GMT
760
918
 
761
919
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
762
920
 
763
- Wed, 19 May 2021 07:34:20 GMT
921
+ Wed, 19 May 2021 07:34:20 GMT
764
922
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
765
923
 
766
924
  ### Patches
@@ -773,7 +931,7 @@ Wed, 19 May 2021 07:34:20 GMT
773
931
 
774
932
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
775
933
 
776
- Tue, 18 May 2021 07:34:38 GMT
934
+ Tue, 18 May 2021 07:34:38 GMT
777
935
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
778
936
 
779
937
  ### Changes
@@ -782,7 +940,7 @@ Tue, 18 May 2021 07:34:38 GMT
782
940
 
783
941
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
784
942
 
785
- Thu, 13 May 2021 07:36:55 GMT
943
+ Thu, 13 May 2021 07:36:55 GMT
786
944
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
787
945
 
788
946
  ### Changes
@@ -791,7 +949,7 @@ Thu, 13 May 2021 07:36:55 GMT
791
949
 
792
950
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
793
951
 
794
- Wed, 12 May 2021 07:36:20 GMT
952
+ Wed, 12 May 2021 07:36:20 GMT
795
953
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.0..@fluentui/react-popover_v9.0.0-alpha.0)
796
954
 
797
955
  ### Changes