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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. package/CHANGELOG.json +497 -1
  2. package/CHANGELOG.md +201 -71
  3. package/Spec.md +20 -0
  4. package/dist/{react-popover.d.ts → index.d.ts} +85 -49
  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 +19 -17
  13. package/lib/components/Popover/renderPopover.js.map +1 -1
  14. package/lib/components/Popover/usePopover.js +81 -8
  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 +3 -13
  22. package/lib/components/PopoverSurface/usePopoverSurface.js.map +1 -1
  23. package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js +8 -1
  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 +5 -4
  32. package/lib/index.js.map +1 -1
  33. package/lib/popoverContext.js +3 -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 +19 -17
  42. package/lib-commonjs/components/Popover/renderPopover.js.map +1 -1
  43. package/lib-commonjs/components/Popover/usePopover.js +82 -8
  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 +2 -13
  51. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js.map +1 -1
  52. package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js +9 -2
  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 +99 -5
  61. package/lib-commonjs/index.js.map +1 -1
  62. package/lib-commonjs/popoverContext.js +3 -2
  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,142 @@
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 Mon, 23 May 2022 12:09:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.10)
8
+
9
+ Mon, 23 May 2022 12:09:57 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.9..@fluentui/react-popover_v9.0.0-rc.10)
11
+
12
+ ### Changes
13
+
14
+ - Removing PopoverCommons type. ([PR #22968](https://github.com/microsoft/fluentui/pull/22968) by Humberto.Morimoto@microsoft.com)
15
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
16
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
17
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
18
+ - Bump @fluentui/react-portal to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
19
+ - Bump @fluentui/react-positioning to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
20
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
21
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
22
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
23
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
24
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
25
+
26
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.9)
27
+
28
+ Thu, 05 May 2022 18:26:24 GMT
29
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.8..@fluentui/react-popover_v9.0.0-rc.9)
30
+
31
+ ### Changes
32
+
33
+ - Removing star exports. ([PR #22805](https://github.com/microsoft/fluentui/pull/22805) by humberto_makoto@hotmail.com)
34
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
35
+ - Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
36
+ - Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
37
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
38
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
39
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
40
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
41
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
42
+
43
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.8)
44
+
45
+ Wed, 04 May 2022 13:26:45 GMT
46
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.7..@fluentui/react-popover_v9.0.0-rc.8)
47
+
48
+ ### Changes
49
+
50
+ - feat: Add inline prop to Popover ([PR #22789](https://github.com/microsoft/fluentui/pull/22789) by lingfangao@hotmail.com)
51
+ - feat: ship rolluped only dts ([PR #22791](https://github.com/microsoft/fluentui/pull/22791) by martinhochel@microsoft.com)
52
+ - feat: Adds prop `closeOnScroll` to close popover on scrolling outside ([PR #22784](https://github.com/microsoft/fluentui/pull/22784) by yuanboxue@microsoft.com)
53
+ - 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)
54
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
55
+ - Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
56
+ - Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
57
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
58
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
59
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
60
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
61
+
62
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.7)
63
+
64
+ Mon, 25 Apr 2022 09:32:19 GMT
65
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.6..@fluentui/react-popover_v9.0.0-rc.7)
66
+
67
+ ### Changes
68
+
69
+ - Bump @fluentui/react-portal to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
70
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
71
+
72
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.6)
73
+
74
+ Tue, 19 Apr 2022 19:16:47 GMT
75
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.5..@fluentui/react-popover_v9.0.0-rc.6)
76
+
77
+ ### Changes
78
+
79
+ - Add static classnames to Popover ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
80
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
81
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
82
+ - Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
83
+ - Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
84
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
85
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
86
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
87
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
88
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
89
+
90
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.5)
91
+
92
+ Fri, 04 Mar 2022 05:17:38 GMT
93
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.4..@fluentui/react-popover_v9.0.0-rc.5)
94
+
95
+ ### Changes
96
+
97
+ - 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)
98
+ - refactor: PopoverSurface should be rendered from the Popover component ([PR #21922](https://github.com/microsoft/fluentui/pull/21922) by lingfangao@hotmail.com)
99
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
100
+ - Bump @fluentui/react-portal to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
101
+ - Bump @fluentui/react-positioning to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
102
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
103
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
104
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
105
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
106
+
107
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.4)
108
+
109
+ Tue, 01 Mar 2022 02:17:37 GMT
110
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.3..@fluentui/react-popover_v9.0.0-rc.4)
111
+
112
+ ### Changes
113
+
114
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
115
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
116
+ - Bump @fluentui/react-portal to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
117
+ - Bump @fluentui/react-positioning to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
118
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
119
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
120
+
121
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.3)
122
+
123
+ Fri, 18 Feb 2022 13:35:33 GMT
124
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-rc.1..@fluentui/react-popover_v9.0.0-rc.3)
125
+
126
+ ### Changes
127
+
128
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
129
+ - Bump @fluentui/react-context-selector to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
130
+ - Bump @fluentui/react-portal to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
131
+ - Bump @fluentui/react-positioning to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
132
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
133
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
134
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
135
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
136
+
7
137
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-rc.1)
8
138
 
9
- Thu, 10 Feb 2022 08:43:49 GMT
139
+ Thu, 10 Feb 2022 08:50:36 GMT
10
140
  [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
141
 
12
142
  ### Changes
@@ -16,7 +146,7 @@ Thu, 10 Feb 2022 08:43:49 GMT
16
146
  - standardize trigger implementation & cloning ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
17
147
  - update styles to not use CSS shorthands ([PR #20796](https://github.com/microsoft/fluentui/pull/20796) by olfedias@microsoft.com)
18
148
  - 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)
149
+ - 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
150
  - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
21
151
  - 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
152
  - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
@@ -35,7 +165,7 @@ Thu, 10 Feb 2022 08:43:49 GMT
35
165
 
36
166
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.5)
37
167
 
38
- Thu, 25 Nov 2021 08:34:15 GMT
168
+ Thu, 25 Nov 2021 08:34:15 GMT
39
169
  [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
170
 
41
171
  ### Changes
@@ -54,7 +184,7 @@ Thu, 25 Nov 2021 08:34:15 GMT
54
184
 
55
185
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.4)
56
186
 
57
- Fri, 12 Nov 2021 13:25:28 GMT
187
+ Fri, 12 Nov 2021 13:25:28 GMT
58
188
  [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
189
 
60
190
  ### Changes
@@ -75,7 +205,7 @@ Fri, 12 Nov 2021 13:25:28 GMT
75
205
 
76
206
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.3)
77
207
 
78
- Wed, 27 Oct 2021 12:14:20 GMT
208
+ Wed, 27 Oct 2021 12:14:20 GMT
79
209
  [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
210
 
81
211
  ### Changes
@@ -95,7 +225,7 @@ Wed, 27 Oct 2021 12:14:20 GMT
95
225
 
96
226
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.2)
97
227
 
98
- Tue, 12 Oct 2021 19:45:58 GMT
228
+ Tue, 12 Oct 2021 19:45:58 GMT
99
229
  [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
230
 
101
231
  ### Changes
@@ -105,7 +235,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
105
235
 
106
236
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-beta.1)
107
237
 
108
- Wed, 06 Oct 2021 10:37:22 GMT
238
+ Wed, 06 Oct 2021 10:37:22 GMT
109
239
  [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
240
 
111
241
  ### Changes
@@ -124,7 +254,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
124
254
 
125
255
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.56)
126
256
 
127
- Tue, 05 Oct 2021 12:47:58 GMT
257
+ Tue, 05 Oct 2021 12:47:58 GMT
128
258
  [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
259
 
130
260
  ### Changes
@@ -138,7 +268,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
138
268
 
139
269
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.55)
140
270
 
141
- Tue, 05 Oct 2021 09:28:07 GMT
271
+ Tue, 05 Oct 2021 09:28:07 GMT
142
272
  [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
273
 
144
274
  ### Changes
@@ -156,7 +286,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
156
286
 
157
287
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.54)
158
288
 
159
- Fri, 01 Oct 2021 14:13:08 GMT
289
+ Fri, 01 Oct 2021 14:13:08 GMT
160
290
  [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
291
 
162
292
  ### Changes
@@ -175,7 +305,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
175
305
 
176
306
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.52)
177
307
 
178
- Fri, 01 Oct 2021 09:44:56 GMT
308
+ Fri, 01 Oct 2021 09:44:56 GMT
179
309
  [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
310
 
181
311
  ### Changes
@@ -185,7 +315,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
185
315
 
186
316
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.51)
187
317
 
188
- Wed, 29 Sep 2021 08:06:11 GMT
318
+ Wed, 29 Sep 2021 08:06:11 GMT
189
319
  [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
320
 
191
321
  ### Changes
@@ -201,7 +331,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
201
331
 
202
332
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.50)
203
333
 
204
- Mon, 27 Sep 2021 08:06:00 GMT
334
+ Mon, 27 Sep 2021 08:06:00 GMT
205
335
  [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
336
 
207
337
  ### Changes
@@ -219,7 +349,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
219
349
 
220
350
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.49)
221
351
 
222
- Fri, 24 Sep 2021 09:17:17 GMT
352
+ Fri, 24 Sep 2021 09:17:17 GMT
223
353
  [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
354
 
225
355
  ### Changes
@@ -238,7 +368,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
238
368
 
239
369
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.48)
240
370
 
241
- Thu, 23 Sep 2021 08:21:34 GMT
371
+ Thu, 23 Sep 2021 08:21:34 GMT
242
372
  [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
373
 
244
374
  ### Changes
@@ -255,7 +385,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
255
385
 
256
386
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.47)
257
387
 
258
- Wed, 22 Sep 2021 10:10:07 GMT
388
+ Wed, 22 Sep 2021 10:10:07 GMT
259
389
  [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
390
 
261
391
  ### Changes
@@ -272,7 +402,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
272
402
 
273
403
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.46)
274
404
 
275
- Tue, 21 Sep 2021 07:42:34 GMT
405
+ Tue, 21 Sep 2021 07:42:34 GMT
276
406
  [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
407
 
278
408
  ### Changes
@@ -289,7 +419,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
289
419
 
290
420
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.45)
291
421
 
292
- Mon, 20 Sep 2021 07:36:26 GMT
422
+ Mon, 20 Sep 2021 07:36:26 GMT
293
423
  [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
424
 
295
425
  ### Changes
@@ -298,7 +428,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
298
428
 
299
429
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.44)
300
430
 
301
- Fri, 17 Sep 2021 07:35:26 GMT
431
+ Fri, 17 Sep 2021 07:35:26 GMT
302
432
  [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
433
 
304
434
  ### Changes
@@ -307,7 +437,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
307
437
 
308
438
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.43)
309
439
 
310
- Thu, 16 Sep 2021 07:38:39 GMT
440
+ Thu, 16 Sep 2021 07:38:39 GMT
311
441
  [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
442
 
313
443
  ### Changes
@@ -317,7 +447,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
317
447
 
318
448
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.42)
319
449
 
320
- Tue, 14 Sep 2021 20:09:02 GMT
450
+ Tue, 14 Sep 2021 20:09:02 GMT
321
451
  [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
452
 
323
453
  ### Changes
@@ -326,7 +456,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
326
456
 
327
457
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.41)
328
458
 
329
- Tue, 14 Sep 2021 07:38:18 GMT
459
+ Tue, 14 Sep 2021 07:38:18 GMT
330
460
  [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
461
 
332
462
  ### Changes
@@ -335,7 +465,7 @@ Tue, 14 Sep 2021 07:38:18 GMT
335
465
 
336
466
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.40)
337
467
 
338
- Fri, 10 Sep 2021 16:31:53 GMT
468
+ Fri, 10 Sep 2021 16:31:53 GMT
339
469
  [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
470
 
341
471
  ### Changes
@@ -345,7 +475,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
345
475
 
346
476
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.39)
347
477
 
348
- Fri, 10 Sep 2021 07:39:51 GMT
478
+ Fri, 10 Sep 2021 07:39:51 GMT
349
479
  [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
480
 
351
481
  ### Changes
@@ -354,7 +484,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
354
484
 
355
485
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.38)
356
486
 
357
- Wed, 08 Sep 2021 07:34:11 GMT
487
+ Wed, 08 Sep 2021 07:34:11 GMT
358
488
  [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
489
 
360
490
  ### Changes
@@ -363,7 +493,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
363
493
 
364
494
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.37)
365
495
 
366
- Mon, 06 Sep 2021 07:34:53 GMT
496
+ Mon, 06 Sep 2021 07:34:53 GMT
367
497
  [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
498
 
369
499
  ### Changes
@@ -372,7 +502,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
372
502
 
373
503
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.36)
374
504
 
375
- Thu, 02 Sep 2021 07:36:46 GMT
505
+ Thu, 02 Sep 2021 07:36:46 GMT
376
506
  [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
507
 
378
508
  ### Patches
@@ -385,7 +515,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
385
515
 
386
516
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.35)
387
517
 
388
- Wed, 01 Sep 2021 07:39:56 GMT
518
+ Wed, 01 Sep 2021 07:39:56 GMT
389
519
  [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
520
 
391
521
  ### Changes
@@ -394,7 +524,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
394
524
 
395
525
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.34)
396
526
 
397
- Tue, 31 Aug 2021 07:37:47 GMT
527
+ Tue, 31 Aug 2021 07:37:47 GMT
398
528
  [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
529
 
400
530
  ### Changes
@@ -403,7 +533,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
403
533
 
404
534
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.33)
405
535
 
406
- Fri, 27 Aug 2021 07:33:32 GMT
536
+ Fri, 27 Aug 2021 07:33:32 GMT
407
537
  [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
538
 
409
539
  ### Changes
@@ -412,7 +542,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
412
542
 
413
543
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.32)
414
544
 
415
- Thu, 26 Aug 2021 07:35:43 GMT
545
+ Thu, 26 Aug 2021 07:35:43 GMT
416
546
  [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
547
 
418
548
  ### Changes
@@ -421,7 +551,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
421
551
 
422
552
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.31)
423
553
 
424
- Tue, 24 Aug 2021 07:34:48 GMT
554
+ Tue, 24 Aug 2021 07:34:48 GMT
425
555
  [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
556
 
427
557
  ### Changes
@@ -430,7 +560,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
430
560
 
431
561
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.30)
432
562
 
433
- Fri, 20 Aug 2021 07:37:28 GMT
563
+ Fri, 20 Aug 2021 07:37:28 GMT
434
564
  [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
565
 
436
566
  ### Changes
@@ -439,7 +569,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
439
569
 
440
570
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.29)
441
571
 
442
- Thu, 19 Aug 2021 07:41:35 GMT
572
+ Thu, 19 Aug 2021 07:41:35 GMT
443
573
  [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
574
 
445
575
  ### Changes
@@ -448,7 +578,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
448
578
 
449
579
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.28)
450
580
 
451
- Mon, 16 Aug 2021 07:36:39 GMT
581
+ Mon, 16 Aug 2021 07:36:39 GMT
452
582
  [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
583
 
454
584
  ### Changes
@@ -457,7 +587,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
457
587
 
458
588
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.27)
459
589
 
460
- Fri, 13 Aug 2021 07:36:34 GMT
590
+ Fri, 13 Aug 2021 07:36:34 GMT
461
591
  [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
592
 
463
593
  ### Changes
@@ -466,7 +596,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
466
596
 
467
597
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.26)
468
598
 
469
- Wed, 11 Aug 2021 07:34:54 GMT
599
+ Wed, 11 Aug 2021 07:34:54 GMT
470
600
  [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
601
 
472
602
  ### Changes
@@ -475,7 +605,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
475
605
 
476
606
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.25)
477
607
 
478
- Tue, 10 Aug 2021 07:33:28 GMT
608
+ Tue, 10 Aug 2021 07:33:28 GMT
479
609
  [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
610
 
481
611
  ### Changes
@@ -484,7 +614,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
484
614
 
485
615
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.24)
486
616
 
487
- Fri, 06 Aug 2021 07:35:14 GMT
617
+ Fri, 06 Aug 2021 07:35:14 GMT
488
618
  [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
619
 
490
620
  ### Changes
@@ -493,7 +623,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
493
623
 
494
624
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.23)
495
625
 
496
- Tue, 03 Aug 2021 07:39:30 GMT
626
+ Tue, 03 Aug 2021 07:39:30 GMT
497
627
  [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
628
 
499
629
  ### Patches
@@ -508,7 +638,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
508
638
 
509
639
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.22)
510
640
 
511
- Mon, 02 Aug 2021 07:36:20 GMT
641
+ Mon, 02 Aug 2021 07:36:20 GMT
512
642
  [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
643
 
514
644
  ### Changes
@@ -517,7 +647,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
517
647
 
518
648
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.21)
519
649
 
520
- Mon, 26 Jul 2021 07:37:30 GMT
650
+ Mon, 26 Jul 2021 07:37:30 GMT
521
651
  [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
652
 
523
653
  ### Changes
@@ -526,7 +656,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
526
656
 
527
657
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.20)
528
658
 
529
- Fri, 23 Jul 2021 07:38:19 GMT
659
+ Fri, 23 Jul 2021 07:38:19 GMT
530
660
  [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
661
 
532
662
  ### Changes
@@ -535,7 +665,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
535
665
 
536
666
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.19)
537
667
 
538
- Thu, 22 Jul 2021 07:36:55 GMT
668
+ Thu, 22 Jul 2021 07:36:55 GMT
539
669
  [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
670
 
541
671
  ### Changes
@@ -544,7 +674,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
544
674
 
545
675
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.18)
546
676
 
547
- Thu, 15 Jul 2021 07:36:18 GMT
677
+ Thu, 15 Jul 2021 07:36:18 GMT
548
678
  [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
679
 
550
680
  ### Changes
@@ -553,7 +683,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
553
683
 
554
684
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.17)
555
685
 
556
- Tue, 13 Jul 2021 22:32:58 GMT
686
+ Tue, 13 Jul 2021 22:32:58 GMT
557
687
  [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
688
 
559
689
  ### Patches
@@ -562,7 +692,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
562
692
 
563
693
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.16)
564
694
 
565
- Tue, 13 Jul 2021 07:35:36 GMT
695
+ Tue, 13 Jul 2021 07:35:36 GMT
566
696
  [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
697
 
568
698
  ### Changes
@@ -571,7 +701,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
571
701
 
572
702
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.15)
573
703
 
574
- Fri, 09 Jul 2021 07:39:31 GMT
704
+ Fri, 09 Jul 2021 07:39:31 GMT
575
705
  [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
706
 
577
707
  ### Patches
@@ -586,7 +716,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
586
716
 
587
717
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.14)
588
718
 
589
- Fri, 02 Jul 2021 23:15:55 GMT
719
+ Fri, 02 Jul 2021 23:15:55 GMT
590
720
  [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
721
 
592
722
  ### Changes
@@ -595,7 +725,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
595
725
 
596
726
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.13)
597
727
 
598
- Fri, 02 Jul 2021 07:37:06 GMT
728
+ Fri, 02 Jul 2021 07:37:06 GMT
599
729
  [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
730
 
601
731
  ### Changes
@@ -604,7 +734,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
604
734
 
605
735
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.12)
606
736
 
607
- Thu, 01 Jul 2021 07:35:05 GMT
737
+ Thu, 01 Jul 2021 07:35:05 GMT
608
738
  [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
739
 
610
740
  ### Changes
@@ -613,7 +743,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
613
743
 
614
744
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.11)
615
745
 
616
- Wed, 30 Jun 2021 07:38:35 GMT
746
+ Wed, 30 Jun 2021 07:38:35 GMT
617
747
  [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
748
 
619
749
  ### Changes
@@ -622,7 +752,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
622
752
 
623
753
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.10)
624
754
 
625
- Tue, 29 Jun 2021 07:33:32 GMT
755
+ Tue, 29 Jun 2021 07:33:32 GMT
626
756
  [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
757
 
628
758
  ### Changes
@@ -631,7 +761,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
631
761
 
632
762
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.9)
633
763
 
634
- Thu, 17 Jun 2021 07:34:11 GMT
764
+ Thu, 17 Jun 2021 07:34:11 GMT
635
765
  [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
766
 
637
767
  ### Changes
@@ -640,7 +770,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
640
770
 
641
771
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.8)
642
772
 
643
- Wed, 16 Jun 2021 07:34:24 GMT
773
+ Wed, 16 Jun 2021 07:34:24 GMT
644
774
  [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
775
 
646
776
  ### Changes
@@ -649,7 +779,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
649
779
 
650
780
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.7)
651
781
 
652
- Tue, 15 Jun 2021 07:40:20 GMT
782
+ Tue, 15 Jun 2021 07:40:20 GMT
653
783
  [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
784
 
655
785
  ### Changes
@@ -658,7 +788,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
658
788
 
659
789
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.6)
660
790
 
661
- Tue, 08 Jun 2021 07:32:44 GMT
791
+ Tue, 08 Jun 2021 07:32:44 GMT
662
792
  [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
793
 
664
794
  ### Changes
@@ -667,7 +797,7 @@ Tue, 08 Jun 2021 07:32:44 GMT
667
797
 
668
798
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.5)
669
799
 
670
- Mon, 07 Jun 2021 07:38:15 GMT
800
+ Mon, 07 Jun 2021 07:38:15 GMT
671
801
  [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
802
 
673
803
  ### Patches
@@ -682,7 +812,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
682
812
 
683
813
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.4)
684
814
 
685
- Fri, 04 Jun 2021 07:37:23 GMT
815
+ Fri, 04 Jun 2021 07:37:23 GMT
686
816
  [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
817
 
688
818
  ### Changes
@@ -691,7 +821,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
691
821
 
692
822
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.3)
693
823
 
694
- Thu, 03 Jun 2021 07:36:03 GMT
824
+ Thu, 03 Jun 2021 07:36:03 GMT
695
825
  [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
826
 
697
827
  ### Changes
@@ -700,7 +830,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
700
830
 
701
831
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.2)
702
832
 
703
- Wed, 02 Jun 2021 07:37:15 GMT
833
+ Wed, 02 Jun 2021 07:37:15 GMT
704
834
  [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
835
 
706
836
  ### Changes
@@ -709,7 +839,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
709
839
 
710
840
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.1)
711
841
 
712
- Tue, 01 Jun 2021 07:31:58 GMT
842
+ Tue, 01 Jun 2021 07:31:58 GMT
713
843
  [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
844
 
715
845
  ### Changes
@@ -718,7 +848,7 @@ Tue, 01 Jun 2021 07:31:58 GMT
718
848
 
719
849
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
720
850
 
721
- Fri, 28 May 2021 07:33:57 GMT
851
+ Fri, 28 May 2021 07:33:57 GMT
722
852
  [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
853
 
724
854
  ### Changes
@@ -727,7 +857,7 @@ Fri, 28 May 2021 07:33:57 GMT
727
857
 
728
858
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
729
859
 
730
- Wed, 26 May 2021 07:35:43 GMT
860
+ Wed, 26 May 2021 07:35:43 GMT
731
861
  [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
862
 
733
863
  ### Changes
@@ -736,7 +866,7 @@ Wed, 26 May 2021 07:35:43 GMT
736
866
 
737
867
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
738
868
 
739
- Fri, 21 May 2021 07:34:54 GMT
869
+ Fri, 21 May 2021 07:34:54 GMT
740
870
  [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
871
 
742
872
  ### Changes
@@ -745,7 +875,7 @@ Fri, 21 May 2021 07:34:54 GMT
745
875
 
746
876
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
747
877
 
748
- Thu, 20 May 2021 07:41:54 GMT
878
+ Thu, 20 May 2021 07:41:54 GMT
749
879
  [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
880
 
751
881
  ### Patches
@@ -760,7 +890,7 @@ Thu, 20 May 2021 07:41:54 GMT
760
890
 
761
891
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
762
892
 
763
- Wed, 19 May 2021 07:34:20 GMT
893
+ Wed, 19 May 2021 07:34:20 GMT
764
894
  [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
895
 
766
896
  ### Patches
@@ -773,7 +903,7 @@ Wed, 19 May 2021 07:34:20 GMT
773
903
 
774
904
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
775
905
 
776
- Tue, 18 May 2021 07:34:38 GMT
906
+ Tue, 18 May 2021 07:34:38 GMT
777
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)
778
908
 
779
909
  ### Changes
@@ -782,7 +912,7 @@ Tue, 18 May 2021 07:34:38 GMT
782
912
 
783
913
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
784
914
 
785
- Thu, 13 May 2021 07:36:55 GMT
915
+ Thu, 13 May 2021 07:36:55 GMT
786
916
  [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
917
 
788
918
  ### Changes
@@ -791,7 +921,7 @@ Thu, 13 May 2021 07:36:55 GMT
791
921
 
792
922
  ## [9.0.0-alpha.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.0)
793
923
 
794
- Wed, 12 May 2021 07:36:20 GMT
924
+ Wed, 12 May 2021 07:36:20 GMT
795
925
  [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
926
 
797
927
  ### Changes