@fluentui/react-popover 0.0.0-nightly-20220302-0405.1

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 (134) hide show
  1. package/CHANGELOG.json +2819 -0
  2. package/CHANGELOG.md +854 -0
  3. package/LICENSE +15 -0
  4. package/README.md +25 -0
  5. package/Spec.md +496 -0
  6. package/dist/react-popover.d.ts +242 -0
  7. package/lib/Popover.d.ts +1 -0
  8. package/lib/Popover.js +2 -0
  9. package/lib/Popover.js.map +1 -0
  10. package/lib/PopoverSurface.d.ts +1 -0
  11. package/lib/PopoverSurface.js +2 -0
  12. package/lib/PopoverSurface.js.map +1 -0
  13. package/lib/PopoverTrigger.d.ts +1 -0
  14. package/lib/PopoverTrigger.js +2 -0
  15. package/lib/PopoverTrigger.js.map +1 -0
  16. package/lib/components/Popover/Popover.d.ts +6 -0
  17. package/lib/components/Popover/Popover.js +12 -0
  18. package/lib/components/Popover/Popover.js.map +1 -0
  19. package/lib/components/Popover/Popover.types.d.ts +103 -0
  20. package/lib/components/Popover/Popover.types.js +2 -0
  21. package/lib/components/Popover/Popover.types.js.map +1 -0
  22. package/lib/components/Popover/index.d.ts +4 -0
  23. package/lib/components/Popover/index.js +5 -0
  24. package/lib/components/Popover/index.js.map +1 -0
  25. package/lib/components/Popover/renderPopover.d.ts +5 -0
  26. package/lib/components/Popover/renderPopover.js +39 -0
  27. package/lib/components/Popover/renderPopover.js.map +1 -0
  28. package/lib/components/Popover/usePopover.d.ts +10 -0
  29. package/lib/components/Popover/usePopover.js +124 -0
  30. package/lib/components/Popover/usePopover.js.map +1 -0
  31. package/lib/components/PopoverSurface/PopoverSurface.d.ts +6 -0
  32. package/lib/components/PopoverSurface/PopoverSurface.js +15 -0
  33. package/lib/components/PopoverSurface/PopoverSurface.js.map +1 -0
  34. package/lib/components/PopoverSurface/PopoverSurface.types.d.ts +21 -0
  35. package/lib/components/PopoverSurface/PopoverSurface.types.js +2 -0
  36. package/lib/components/PopoverSurface/PopoverSurface.types.js.map +1 -0
  37. package/lib/components/PopoverSurface/index.d.ts +5 -0
  38. package/lib/components/PopoverSurface/index.js +6 -0
  39. package/lib/components/PopoverSurface/index.js.map +1 -0
  40. package/lib/components/PopoverSurface/renderPopoverSurface.d.ts +5 -0
  41. package/lib/components/PopoverSurface/renderPopoverSurface.js +26 -0
  42. package/lib/components/PopoverSurface/renderPopoverSurface.js.map +1 -0
  43. package/lib/components/PopoverSurface/usePopoverSurface.d.ts +12 -0
  44. package/lib/components/PopoverSurface/usePopoverSurface.js +94 -0
  45. package/lib/components/PopoverSurface/usePopoverSurface.js.map +1 -0
  46. package/lib/components/PopoverSurface/usePopoverSurfaceStyles.d.ts +8 -0
  47. package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js +112 -0
  48. package/lib/components/PopoverSurface/usePopoverSurfaceStyles.js.map +1 -0
  49. package/lib/components/PopoverTrigger/PopoverTrigger.d.ts +7 -0
  50. package/lib/components/PopoverTrigger/PopoverTrigger.js +13 -0
  51. package/lib/components/PopoverTrigger/PopoverTrigger.js.map +1 -0
  52. package/lib/components/PopoverTrigger/PopoverTrigger.types.d.ts +18 -0
  53. package/lib/components/PopoverTrigger/PopoverTrigger.types.js +2 -0
  54. package/lib/components/PopoverTrigger/PopoverTrigger.types.js.map +1 -0
  55. package/lib/components/PopoverTrigger/index.d.ts +4 -0
  56. package/lib/components/PopoverTrigger/index.js +5 -0
  57. package/lib/components/PopoverTrigger/index.js.map +1 -0
  58. package/lib/components/PopoverTrigger/renderPopoverTrigger.d.ts +5 -0
  59. package/lib/components/PopoverTrigger/renderPopoverTrigger.js +7 -0
  60. package/lib/components/PopoverTrigger/renderPopoverTrigger.js.map +1 -0
  61. package/lib/components/PopoverTrigger/usePopoverTrigger.d.ts +10 -0
  62. package/lib/components/PopoverTrigger/usePopoverTrigger.js +82 -0
  63. package/lib/components/PopoverTrigger/usePopoverTrigger.js.map +1 -0
  64. package/lib/index.d.ts +4 -0
  65. package/lib/index.js +5 -0
  66. package/lib/index.js.map +1 -0
  67. package/lib/popoverContext.d.ts +8 -0
  68. package/lib/popoverContext.js +20 -0
  69. package/lib/popoverContext.js.map +1 -0
  70. package/lib/tsdoc-metadata.json +11 -0
  71. package/lib-commonjs/Popover.d.ts +1 -0
  72. package/lib-commonjs/Popover.js +10 -0
  73. package/lib-commonjs/Popover.js.map +1 -0
  74. package/lib-commonjs/PopoverSurface.d.ts +1 -0
  75. package/lib-commonjs/PopoverSurface.js +10 -0
  76. package/lib-commonjs/PopoverSurface.js.map +1 -0
  77. package/lib-commonjs/PopoverTrigger.d.ts +1 -0
  78. package/lib-commonjs/PopoverTrigger.js +10 -0
  79. package/lib-commonjs/PopoverTrigger.js.map +1 -0
  80. package/lib-commonjs/components/Popover/Popover.d.ts +6 -0
  81. package/lib-commonjs/components/Popover/Popover.js +23 -0
  82. package/lib-commonjs/components/Popover/Popover.js.map +1 -0
  83. package/lib-commonjs/components/Popover/Popover.types.d.ts +103 -0
  84. package/lib-commonjs/components/Popover/Popover.types.js +6 -0
  85. package/lib-commonjs/components/Popover/Popover.types.js.map +1 -0
  86. package/lib-commonjs/components/Popover/index.d.ts +4 -0
  87. package/lib-commonjs/components/Popover/index.js +16 -0
  88. package/lib-commonjs/components/Popover/index.js.map +1 -0
  89. package/lib-commonjs/components/Popover/renderPopover.d.ts +5 -0
  90. package/lib-commonjs/components/Popover/renderPopover.js +50 -0
  91. package/lib-commonjs/components/Popover/renderPopover.js.map +1 -0
  92. package/lib-commonjs/components/Popover/usePopover.d.ts +10 -0
  93. package/lib-commonjs/components/Popover/usePopover.js +139 -0
  94. package/lib-commonjs/components/Popover/usePopover.js.map +1 -0
  95. package/lib-commonjs/components/PopoverSurface/PopoverSurface.d.ts +6 -0
  96. package/lib-commonjs/components/PopoverSurface/PopoverSurface.js +26 -0
  97. package/lib-commonjs/components/PopoverSurface/PopoverSurface.js.map +1 -0
  98. package/lib-commonjs/components/PopoverSurface/PopoverSurface.types.d.ts +21 -0
  99. package/lib-commonjs/components/PopoverSurface/PopoverSurface.types.js +6 -0
  100. package/lib-commonjs/components/PopoverSurface/PopoverSurface.types.js.map +1 -0
  101. package/lib-commonjs/components/PopoverSurface/index.d.ts +5 -0
  102. package/lib-commonjs/components/PopoverSurface/index.js +18 -0
  103. package/lib-commonjs/components/PopoverSurface/index.js.map +1 -0
  104. package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.d.ts +5 -0
  105. package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js +38 -0
  106. package/lib-commonjs/components/PopoverSurface/renderPopoverSurface.js.map +1 -0
  107. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.d.ts +12 -0
  108. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js +107 -0
  109. package/lib-commonjs/components/PopoverSurface/usePopoverSurface.js.map +1 -0
  110. package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.d.ts +8 -0
  111. package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js +124 -0
  112. package/lib-commonjs/components/PopoverSurface/usePopoverSurfaceStyles.js.map +1 -0
  113. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.d.ts +7 -0
  114. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.js +24 -0
  115. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.js.map +1 -0
  116. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.types.d.ts +18 -0
  117. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.types.js +6 -0
  118. package/lib-commonjs/components/PopoverTrigger/PopoverTrigger.types.js.map +1 -0
  119. package/lib-commonjs/components/PopoverTrigger/index.d.ts +4 -0
  120. package/lib-commonjs/components/PopoverTrigger/index.js +16 -0
  121. package/lib-commonjs/components/PopoverTrigger/index.js.map +1 -0
  122. package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.d.ts +5 -0
  123. package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.js +16 -0
  124. package/lib-commonjs/components/PopoverTrigger/renderPopoverTrigger.js.map +1 -0
  125. package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.d.ts +10 -0
  126. package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.js +95 -0
  127. package/lib-commonjs/components/PopoverTrigger/usePopoverTrigger.js.map +1 -0
  128. package/lib-commonjs/index.d.ts +4 -0
  129. package/lib-commonjs/index.js +16 -0
  130. package/lib-commonjs/index.js.map +1 -0
  131. package/lib-commonjs/popoverContext.d.ts +8 -0
  132. package/lib-commonjs/popoverContext.js +31 -0
  133. package/lib-commonjs/popoverContext.js.map +1 -0
  134. package/package.json +69 -0
package/CHANGELOG.json ADDED
@@ -0,0 +1,2819 @@
1
+ {
2
+ "name": "@fluentui/react-popover",
3
+ "entries": [
4
+ {
5
+ "date": "Wed, 02 Mar 2022 04:14:55 GMT",
6
+ "tag": "@fluentui/react-popover_v0.0.0-nightly-20220302-0405.1",
7
+ "version": "0.0.0-nightly-20220302-0405.1",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui/react-popover",
13
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec",
14
+ "comment": "Release nightly v9"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-popover",
19
+ "comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly-20220302-0405.1",
20
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-popover",
25
+ "comment": "Bump @fluentui/react-portal to v0.0.0-nightly-20220302-0405.1",
26
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-popover",
31
+ "comment": "Bump @fluentui/react-positioning to v0.0.0-nightly-20220302-0405.1",
32
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-popover",
37
+ "comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20220302-0405.1",
38
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-popover",
43
+ "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20220302-0405.1",
44
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-popover",
49
+ "comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220302-0405.1",
50
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-popover",
55
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220302-0405.1",
56
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-popover",
61
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220302-0405.1",
62
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Tue, 01 Mar 2022 02:17:37 GMT",
69
+ "tag": "@fluentui/react-popover_v9.0.0-rc.4",
70
+ "version": "9.0.0-rc.4",
71
+ "comments": {
72
+ "prerelease": [
73
+ {
74
+ "author": "olfedias@microsoft.com",
75
+ "package": "@fluentui/react-popover",
76
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
77
+ "comment": "fix: Add react-theme as dependency"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-popover",
82
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.4",
83
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-popover",
88
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.4",
89
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
90
+ },
91
+ {
92
+ "author": "beachball",
93
+ "package": "@fluentui/react-popover",
94
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.4",
95
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
96
+ },
97
+ {
98
+ "author": "beachball",
99
+ "package": "@fluentui/react-popover",
100
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.4",
101
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
102
+ },
103
+ {
104
+ "author": "beachball",
105
+ "package": "@fluentui/react-popover",
106
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
107
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
108
+ }
109
+ ]
110
+ }
111
+ },
112
+ {
113
+ "date": "Fri, 18 Feb 2022 13:35:33 GMT",
114
+ "tag": "@fluentui/react-popover_v9.0.0-rc.3",
115
+ "version": "9.0.0-rc.3",
116
+ "comments": {
117
+ "prerelease": [
118
+ {
119
+ "author": "lingfangao@hotmail.com",
120
+ "package": "@fluentui/react-popover",
121
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
122
+ "comment": "fix: Source maps contain original source code"
123
+ },
124
+ {
125
+ "author": "beachball",
126
+ "package": "@fluentui/react-popover",
127
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.3",
128
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
129
+ },
130
+ {
131
+ "author": "beachball",
132
+ "package": "@fluentui/react-popover",
133
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.3",
134
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
135
+ },
136
+ {
137
+ "author": "beachball",
138
+ "package": "@fluentui/react-popover",
139
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.3",
140
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
141
+ },
142
+ {
143
+ "author": "beachball",
144
+ "package": "@fluentui/react-popover",
145
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
146
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
147
+ },
148
+ {
149
+ "author": "beachball",
150
+ "package": "@fluentui/react-popover",
151
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.3",
152
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
153
+ },
154
+ {
155
+ "author": "beachball",
156
+ "package": "@fluentui/react-popover",
157
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
158
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
159
+ },
160
+ {
161
+ "author": "beachball",
162
+ "package": "@fluentui/react-popover",
163
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
164
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
165
+ }
166
+ ]
167
+ }
168
+ },
169
+ {
170
+ "date": "Thu, 10 Feb 2022 08:50:36 GMT",
171
+ "tag": "@fluentui/react-popover_v9.0.0-rc.1",
172
+ "version": "9.0.0-rc.1",
173
+ "comments": {
174
+ "prerelease": [
175
+ {
176
+ "author": "Humberto.Morimoto@microsoft.com",
177
+ "package": "@fluentui/react-popover",
178
+ "commit": "6c32d0180e89674a46daf795de69e5dc6ca71ef7",
179
+ "comment": "Updating based on removal of functions from makeStyles."
180
+ },
181
+ {
182
+ "author": "olfedias@microsoft.com",
183
+ "package": "@fluentui/react-popover",
184
+ "commit": "b1446dead62e61c9a0f6101d6dfc5a2f780403b8",
185
+ "comment": "use Griffel packages"
186
+ },
187
+ {
188
+ "author": "olfedias@microsoft.com",
189
+ "package": "@fluentui/react-popover",
190
+ "commit": "aa6cfd8ac825b5a280206808101de549a91094fc",
191
+ "comment": "standardize trigger implementation & cloning"
192
+ },
193
+ {
194
+ "author": "olfedias@microsoft.com",
195
+ "package": "@fluentui/react-popover",
196
+ "commit": "ec0e785df9c70a2202dc5cc3cb4001d1ee635124",
197
+ "comment": "update styles to not use CSS shorthands"
198
+ },
199
+ {
200
+ "author": "lingfangao@hotmail.com",
201
+ "package": "@fluentui/react-popover",
202
+ "commit": "3a5602460a0c05a2ba4e2cc0fad77e5ae0b8ce38",
203
+ "comment": "fix: Use role=complementary for Popovers without focus traps"
204
+ },
205
+ {
206
+ "author": "behowell@microsoft.com",
207
+ "package": "@fluentui/react-popover",
208
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
209
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
210
+ },
211
+ {
212
+ "author": "Humberto.Morimoto@microsoft.com",
213
+ "package": "@fluentui/react-popover",
214
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
215
+ "comment": "Updating based on changes to composition types."
216
+ },
217
+ {
218
+ "author": "Humberto.Morimoto@microsoft.com",
219
+ "package": "@fluentui/react-popover",
220
+ "commit": "38e8f42252c69b1c749c3ca7fca9315b49e6cf31",
221
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens"
222
+ },
223
+ {
224
+ "author": "behowell@microsoft.com",
225
+ "package": "@fluentui/react-popover",
226
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
227
+ "comment": "Remove component's shorthandProps array"
228
+ },
229
+ {
230
+ "author": "behowell@microsoft.com",
231
+ "package": "@fluentui/react-popover",
232
+ "commit": "09804275c7f346db54c33d4ff347bffc33676014",
233
+ "comment": "Fix Popover arrow border in high contrast"
234
+ },
235
+ {
236
+ "author": "behowell@microsoft.com",
237
+ "package": "@fluentui/react-popover",
238
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
239
+ "comment": "Refactor component Slot typings"
240
+ },
241
+ {
242
+ "author": "lingfangao@hotmail.com",
243
+ "package": "@fluentui/react-popover",
244
+ "commit": "c2706cec4dc694762b1892a505db666d2fb324c1",
245
+ "comment": "fix: Set `aria-modal` on Popover if focus trap is enabled"
246
+ },
247
+ {
248
+ "author": "mgodbolt@microsoft.com",
249
+ "package": "@fluentui/react-popover",
250
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
251
+ "comment": "remove export of commons types"
252
+ },
253
+ {
254
+ "author": "lingfangao@hotmail.com",
255
+ "package": "@fluentui/react-popover",
256
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
257
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
258
+ },
259
+ {
260
+ "author": "beachball",
261
+ "package": "@fluentui/react-popover",
262
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-rc.1",
263
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
264
+ },
265
+ {
266
+ "author": "beachball",
267
+ "package": "@fluentui/react-popover",
268
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.1",
269
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
270
+ },
271
+ {
272
+ "author": "beachball",
273
+ "package": "@fluentui/react-popover",
274
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.1",
275
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
276
+ },
277
+ {
278
+ "author": "beachball",
279
+ "package": "@fluentui/react-popover",
280
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
281
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
282
+ },
283
+ {
284
+ "author": "beachball",
285
+ "package": "@fluentui/react-popover",
286
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
287
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
288
+ },
289
+ {
290
+ "author": "beachball",
291
+ "package": "@fluentui/react-popover",
292
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
293
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
294
+ },
295
+ {
296
+ "author": "beachball",
297
+ "package": "@fluentui/react-popover",
298
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
299
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
300
+ }
301
+ ],
302
+ "none": [
303
+ {
304
+ "author": "email not defined",
305
+ "package": "@fluentui/react-popover",
306
+ "commit": "97752a0e494875c4dc22b268030d7d5e51b19211",
307
+ "comment": "Add workaround for cypress bug"
308
+ },
309
+ {
310
+ "author": "olfedias@microsoft.com",
311
+ "package": "@fluentui/react-popover",
312
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
313
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
314
+ },
315
+ {
316
+ "author": "martinhochel@microsoft.com",
317
+ "package": "@fluentui/react-popover",
318
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
319
+ "comment": "chore: use storybook runner for all vNext packages"
320
+ },
321
+ {
322
+ "author": "elcraig@microsoft.com",
323
+ "package": "@fluentui/react-popover",
324
+ "commit": "3360b45ec159250b1346c91afad7dce138e6bc20",
325
+ "comment": "Update API file to version generated by typescript 4.3"
326
+ }
327
+ ]
328
+ }
329
+ },
330
+ {
331
+ "date": "Thu, 25 Nov 2021 08:34:15 GMT",
332
+ "tag": "@fluentui/react-popover_v9.0.0-beta.5",
333
+ "version": "9.0.0-beta.5",
334
+ "comments": {
335
+ "prerelease": [
336
+ {
337
+ "author": "lingfangao@hotmail.com",
338
+ "package": "@fluentui/react-popover",
339
+ "commit": "58db204f28af1d68df7260ff580cf91f0adcfb66",
340
+ "comment": "Add transparent outline to arrow for HC"
341
+ },
342
+ {
343
+ "author": "beachball",
344
+ "package": "@fluentui/react-popover",
345
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-beta.4",
346
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
347
+ },
348
+ {
349
+ "author": "beachball",
350
+ "package": "@fluentui/react-popover",
351
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
352
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
353
+ },
354
+ {
355
+ "author": "beachball",
356
+ "package": "@fluentui/react-popover",
357
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.5",
358
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
359
+ },
360
+ {
361
+ "author": "beachball",
362
+ "package": "@fluentui/react-popover",
363
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-beta.4",
364
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
365
+ },
366
+ {
367
+ "author": "beachball",
368
+ "package": "@fluentui/react-popover",
369
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
370
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
371
+ },
372
+ {
373
+ "author": "beachball",
374
+ "package": "@fluentui/react-popover",
375
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
376
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
377
+ },
378
+ {
379
+ "author": "beachball",
380
+ "package": "@fluentui/react-popover",
381
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
382
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
383
+ },
384
+ {
385
+ "author": "beachball",
386
+ "package": "@fluentui/react-popover",
387
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
388
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
389
+ },
390
+ {
391
+ "author": "beachball",
392
+ "package": "@fluentui/react-popover",
393
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
394
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
395
+ },
396
+ {
397
+ "author": "beachball",
398
+ "package": "@fluentui/react-popover",
399
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
400
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
401
+ }
402
+ ],
403
+ "none": [
404
+ {
405
+ "author": "lingfangao@hotmail.com",
406
+ "package": "@fluentui/react-popover",
407
+ "commit": "8a141d14f3a14de2e1c4691dad908622f310a9d1",
408
+ "comment": "Migrate package to use solution tsconfigs"
409
+ }
410
+ ]
411
+ }
412
+ },
413
+ {
414
+ "date": "Fri, 12 Nov 2021 13:25:28 GMT",
415
+ "tag": "@fluentui/react-popover_v9.0.0-beta.4",
416
+ "version": "9.0.0-beta.4",
417
+ "comments": {
418
+ "none": [
419
+ {
420
+ "author": "mgodbolt@microsoft.com",
421
+ "package": "@fluentui/react-popover",
422
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
423
+ "comment": "update docs descriptions"
424
+ },
425
+ {
426
+ "author": "lingfangao@hotmail.com",
427
+ "package": "@fluentui/react-popover",
428
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
429
+ "comment": "Remove beta release tag"
430
+ }
431
+ ],
432
+ "prerelease": [
433
+ {
434
+ "author": "gcox@microsoft.com",
435
+ "package": "@fluentui/react-popover",
436
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
437
+ "comment": "Updated beta and RC components to ES2019"
438
+ },
439
+ {
440
+ "author": "lingfangao@hotmail.com",
441
+ "package": "@fluentui/react-popover",
442
+ "commit": "054822c82e40601815f6cd77733a761b72047e4b",
443
+ "comment": "fix(Popover): use `dialog` as value for `aria-haspopup` for focus trap"
444
+ },
445
+ {
446
+ "author": "olfedias@microsoft.com",
447
+ "package": "@fluentui/react-popover",
448
+ "commit": "ade4f5d3fa5a6b1c81097403f5c2f2afd859aa14",
449
+ "comment": "export static classes for components"
450
+ },
451
+ {
452
+ "author": "beachball",
453
+ "package": "@fluentui/react-popover",
454
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-beta.3",
455
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
456
+ },
457
+ {
458
+ "author": "beachball",
459
+ "package": "@fluentui/react-popover",
460
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
461
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
462
+ },
463
+ {
464
+ "author": "beachball",
465
+ "package": "@fluentui/react-popover",
466
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.4",
467
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
468
+ },
469
+ {
470
+ "author": "beachball",
471
+ "package": "@fluentui/react-popover",
472
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-beta.3",
473
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
474
+ },
475
+ {
476
+ "author": "beachball",
477
+ "package": "@fluentui/react-popover",
478
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
479
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
480
+ },
481
+ {
482
+ "author": "beachball",
483
+ "package": "@fluentui/react-popover",
484
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
485
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
486
+ },
487
+ {
488
+ "author": "beachball",
489
+ "package": "@fluentui/react-popover",
490
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
491
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
492
+ },
493
+ {
494
+ "author": "beachball",
495
+ "package": "@fluentui/react-popover",
496
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
497
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
498
+ },
499
+ {
500
+ "author": "beachball",
501
+ "package": "@fluentui/react-popover",
502
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
503
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
504
+ },
505
+ {
506
+ "author": "beachball",
507
+ "package": "@fluentui/react-popover",
508
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
509
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
510
+ }
511
+ ]
512
+ }
513
+ },
514
+ {
515
+ "date": "Wed, 27 Oct 2021 12:14:20 GMT",
516
+ "tag": "@fluentui/react-popover_v9.0.0-beta.3",
517
+ "version": "9.0.0-beta.3",
518
+ "comments": {
519
+ "prerelease": [
520
+ {
521
+ "author": "peter@draxler.ml",
522
+ "package": "@fluentui/react-popover",
523
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
524
+ "comment": "added styling of documentation"
525
+ },
526
+ {
527
+ "author": "olfedias@microsoft.com",
528
+ "package": "@fluentui/react-popover",
529
+ "commit": "1efadb35b4fc630435968de2ee44fe80d539ba1a",
530
+ "comment": "Simplify type for OnOpenChangeData"
531
+ },
532
+ {
533
+ "author": "beachball",
534
+ "package": "@fluentui/react-popover",
535
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-beta.2",
536
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
537
+ },
538
+ {
539
+ "author": "beachball",
540
+ "package": "@fluentui/react-popover",
541
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
542
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
543
+ },
544
+ {
545
+ "author": "beachball",
546
+ "package": "@fluentui/react-popover",
547
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.3",
548
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
549
+ },
550
+ {
551
+ "author": "beachball",
552
+ "package": "@fluentui/react-popover",
553
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-beta.2",
554
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
555
+ },
556
+ {
557
+ "author": "beachball",
558
+ "package": "@fluentui/react-popover",
559
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
560
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
561
+ },
562
+ {
563
+ "author": "beachball",
564
+ "package": "@fluentui/react-popover",
565
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
566
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
567
+ },
568
+ {
569
+ "author": "beachball",
570
+ "package": "@fluentui/react-popover",
571
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
572
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
573
+ },
574
+ {
575
+ "author": "beachball",
576
+ "package": "@fluentui/react-popover",
577
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
578
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
579
+ },
580
+ {
581
+ "author": "beachball",
582
+ "package": "@fluentui/react-popover",
583
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
584
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
585
+ },
586
+ {
587
+ "author": "beachball",
588
+ "package": "@fluentui/react-popover",
589
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
590
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
591
+ }
592
+ ]
593
+ }
594
+ },
595
+ {
596
+ "date": "Tue, 12 Oct 2021 19:45:58 GMT",
597
+ "tag": "@fluentui/react-popover_v9.0.0-beta.2",
598
+ "version": "9.0.0-beta.2",
599
+ "comments": {
600
+ "prerelease": [
601
+ {
602
+ "author": "beachball",
603
+ "package": "@fluentui/react-popover",
604
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.2",
605
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
606
+ },
607
+ {
608
+ "author": "beachball",
609
+ "package": "@fluentui/react-popover",
610
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.2",
611
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
612
+ }
613
+ ]
614
+ }
615
+ },
616
+ {
617
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
618
+ "tag": "@fluentui/react-popover_v9.0.0-beta.1",
619
+ "version": "9.0.0-beta.1",
620
+ "comments": {
621
+ "prerelease": [
622
+ {
623
+ "author": "lingfangao@hotmail.com",
624
+ "package": "@fluentui/react-popover",
625
+ "comment": "Bump all v9 components to beta prerelease tag",
626
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
627
+ },
628
+ {
629
+ "author": "beachball",
630
+ "package": "@fluentui/react-popover",
631
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-beta.1",
632
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
633
+ },
634
+ {
635
+ "author": "beachball",
636
+ "package": "@fluentui/react-popover",
637
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
638
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
639
+ },
640
+ {
641
+ "author": "beachball",
642
+ "package": "@fluentui/react-popover",
643
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.1",
644
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
645
+ },
646
+ {
647
+ "author": "beachball",
648
+ "package": "@fluentui/react-popover",
649
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-beta.1",
650
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
651
+ },
652
+ {
653
+ "author": "beachball",
654
+ "package": "@fluentui/react-popover",
655
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.1",
656
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
657
+ },
658
+ {
659
+ "author": "beachball",
660
+ "package": "@fluentui/react-popover",
661
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.1",
662
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
663
+ },
664
+ {
665
+ "author": "beachball",
666
+ "package": "@fluentui/react-popover",
667
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
668
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
669
+ },
670
+ {
671
+ "author": "beachball",
672
+ "package": "@fluentui/react-popover",
673
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.1",
674
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
675
+ },
676
+ {
677
+ "author": "beachball",
678
+ "package": "@fluentui/react-popover",
679
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
680
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
681
+ },
682
+ {
683
+ "author": "beachball",
684
+ "package": "@fluentui/react-popover",
685
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1",
686
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
687
+ }
688
+ ]
689
+ }
690
+ },
691
+ {
692
+ "date": "Tue, 05 Oct 2021 12:47:58 GMT",
693
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.56",
694
+ "version": "9.0.0-alpha.56",
695
+ "comments": {
696
+ "prerelease": [
697
+ {
698
+ "author": "beachball",
699
+ "package": "@fluentui/react-popover",
700
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
701
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
702
+ },
703
+ {
704
+ "author": "beachball",
705
+ "package": "@fluentui/react-popover",
706
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.61",
707
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
708
+ },
709
+ {
710
+ "author": "beachball",
711
+ "package": "@fluentui/react-popover",
712
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.73",
713
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
714
+ },
715
+ {
716
+ "author": "beachball",
717
+ "package": "@fluentui/react-popover",
718
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.60",
719
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
720
+ },
721
+ {
722
+ "author": "beachball",
723
+ "package": "@fluentui/react-popover",
724
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
725
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
726
+ },
727
+ {
728
+ "author": "beachball",
729
+ "package": "@fluentui/react-popover",
730
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
731
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
732
+ }
733
+ ]
734
+ }
735
+ },
736
+ {
737
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
738
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.55",
739
+ "version": "9.0.0-alpha.55",
740
+ "comments": {
741
+ "prerelease": [
742
+ {
743
+ "author": "bsunderhus@microsoft.com",
744
+ "package": "@fluentui/react-popover",
745
+ "comment": "Adds ForwardRefComponent to react-popover components declaration",
746
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
747
+ },
748
+ {
749
+ "author": "beachball",
750
+ "package": "@fluentui/react-popover",
751
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.39",
752
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
753
+ },
754
+ {
755
+ "author": "beachball",
756
+ "package": "@fluentui/react-popover",
757
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
758
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
759
+ },
760
+ {
761
+ "author": "beachball",
762
+ "package": "@fluentui/react-popover",
763
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.60",
764
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
765
+ },
766
+ {
767
+ "author": "beachball",
768
+ "package": "@fluentui/react-popover",
769
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.65",
770
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
771
+ },
772
+ {
773
+ "author": "beachball",
774
+ "package": "@fluentui/react-popover",
775
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.72",
776
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
777
+ },
778
+ {
779
+ "author": "beachball",
780
+ "package": "@fluentui/react-popover",
781
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
782
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
783
+ },
784
+ {
785
+ "author": "beachball",
786
+ "package": "@fluentui/react-popover",
787
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.59",
788
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
789
+ },
790
+ {
791
+ "author": "beachball",
792
+ "package": "@fluentui/react-popover",
793
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
794
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
795
+ },
796
+ {
797
+ "author": "beachball",
798
+ "package": "@fluentui/react-popover",
799
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
800
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
801
+ }
802
+ ]
803
+ }
804
+ },
805
+ {
806
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
807
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.54",
808
+ "version": "9.0.0-alpha.54",
809
+ "comments": {
810
+ "prerelease": [
811
+ {
812
+ "author": "lingfangao@hotmail.com",
813
+ "package": "@fluentui/react-popover",
814
+ "comment": "Bump v9 prerelease versions to rerelease",
815
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
816
+ },
817
+ {
818
+ "author": "beachball",
819
+ "package": "@fluentui/react-popover",
820
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.38",
821
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
822
+ },
823
+ {
824
+ "author": "beachball",
825
+ "package": "@fluentui/react-popover",
826
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
827
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
828
+ },
829
+ {
830
+ "author": "beachball",
831
+ "package": "@fluentui/react-popover",
832
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.59",
833
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
834
+ },
835
+ {
836
+ "author": "beachball",
837
+ "package": "@fluentui/react-popover",
838
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.64",
839
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
840
+ },
841
+ {
842
+ "author": "beachball",
843
+ "package": "@fluentui/react-popover",
844
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.28",
845
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
846
+ },
847
+ {
848
+ "author": "beachball",
849
+ "package": "@fluentui/react-popover",
850
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.71",
851
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
852
+ },
853
+ {
854
+ "author": "beachball",
855
+ "package": "@fluentui/react-popover",
856
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
857
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
858
+ },
859
+ {
860
+ "author": "beachball",
861
+ "package": "@fluentui/react-popover",
862
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.58",
863
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
864
+ },
865
+ {
866
+ "author": "beachball",
867
+ "package": "@fluentui/react-popover",
868
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
869
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
870
+ },
871
+ {
872
+ "author": "beachball",
873
+ "package": "@fluentui/react-popover",
874
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
875
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
876
+ }
877
+ ]
878
+ }
879
+ },
880
+ {
881
+ "date": "Fri, 01 Oct 2021 09:44:56 GMT",
882
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.52",
883
+ "version": "9.0.0-alpha.52",
884
+ "comments": {
885
+ "none": [
886
+ {
887
+ "author": "lingfangao@hotmail.com",
888
+ "package": "@fluentui/react-popover",
889
+ "comment": "fix(Popover): documentation typos",
890
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
891
+ }
892
+ ],
893
+ "prerelease": [
894
+ {
895
+ "author": "beachball",
896
+ "package": "@fluentui/react-popover",
897
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.57",
898
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
899
+ },
900
+ {
901
+ "author": "beachball",
902
+ "package": "@fluentui/react-popover",
903
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.69",
904
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
905
+ }
906
+ ]
907
+ }
908
+ },
909
+ {
910
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
911
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.51",
912
+ "version": "9.0.0-alpha.51",
913
+ "comments": {
914
+ "prerelease": [
915
+ {
916
+ "author": "beachball",
917
+ "package": "@fluentui/react-popover",
918
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
919
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
920
+ },
921
+ {
922
+ "author": "beachball",
923
+ "package": "@fluentui/react-popover",
924
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.56",
925
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
926
+ },
927
+ {
928
+ "author": "beachball",
929
+ "package": "@fluentui/react-popover",
930
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.62",
931
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
932
+ },
933
+ {
934
+ "author": "beachball",
935
+ "package": "@fluentui/react-popover",
936
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.26",
937
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
938
+ },
939
+ {
940
+ "author": "beachball",
941
+ "package": "@fluentui/react-popover",
942
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.68",
943
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
944
+ },
945
+ {
946
+ "author": "beachball",
947
+ "package": "@fluentui/react-popover",
948
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.56",
949
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
950
+ },
951
+ {
952
+ "author": "beachball",
953
+ "package": "@fluentui/react-popover",
954
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
955
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
956
+ },
957
+ {
958
+ "author": "beachball",
959
+ "package": "@fluentui/react-popover",
960
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
961
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
962
+ }
963
+ ]
964
+ }
965
+ },
966
+ {
967
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
968
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.50",
969
+ "version": "9.0.0-alpha.50",
970
+ "comments": {
971
+ "prerelease": [
972
+ {
973
+ "author": "lingfangao@hotmail.com",
974
+ "package": "@fluentui/react-popover",
975
+ "comment": "fix(Popover): Add accessible border for HC",
976
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
977
+ },
978
+ {
979
+ "author": "beachball",
980
+ "package": "@fluentui/react-popover",
981
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.36",
982
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
983
+ },
984
+ {
985
+ "author": "beachball",
986
+ "package": "@fluentui/react-popover",
987
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
988
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
989
+ },
990
+ {
991
+ "author": "beachball",
992
+ "package": "@fluentui/react-popover",
993
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.55",
994
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
995
+ },
996
+ {
997
+ "author": "beachball",
998
+ "package": "@fluentui/react-popover",
999
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.61",
1000
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
1001
+ },
1002
+ {
1003
+ "author": "beachball",
1004
+ "package": "@fluentui/react-popover",
1005
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.67",
1006
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
1007
+ },
1008
+ {
1009
+ "author": "beachball",
1010
+ "package": "@fluentui/react-popover",
1011
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
1012
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
1013
+ },
1014
+ {
1015
+ "author": "beachball",
1016
+ "package": "@fluentui/react-popover",
1017
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.55",
1018
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
1019
+ },
1020
+ {
1021
+ "author": "beachball",
1022
+ "package": "@fluentui/react-popover",
1023
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
1024
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
1025
+ },
1026
+ {
1027
+ "author": "beachball",
1028
+ "package": "@fluentui/react-popover",
1029
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
1030
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
1031
+ }
1032
+ ]
1033
+ }
1034
+ },
1035
+ {
1036
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
1037
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.49",
1038
+ "version": "9.0.0-alpha.49",
1039
+ "comments": {
1040
+ "prerelease": [
1041
+ {
1042
+ "author": "lingfangao@hotmail.com",
1043
+ "package": "@fluentui/react-popover",
1044
+ "comment": "fix(Popover): Remove leftover defaultProps and fix trigger props merge",
1045
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
1046
+ },
1047
+ {
1048
+ "author": "gcox@microsoft.com",
1049
+ "package": "@fluentui/react-popover",
1050
+ "comment": "Updated PopoverProps for consistency",
1051
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
1052
+ },
1053
+ {
1054
+ "author": "beachball",
1055
+ "package": "@fluentui/react-popover",
1056
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.35",
1057
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
1058
+ },
1059
+ {
1060
+ "author": "beachball",
1061
+ "package": "@fluentui/react-popover",
1062
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
1063
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
1064
+ },
1065
+ {
1066
+ "author": "beachball",
1067
+ "package": "@fluentui/react-popover",
1068
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.54",
1069
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
1070
+ },
1071
+ {
1072
+ "author": "beachball",
1073
+ "package": "@fluentui/react-popover",
1074
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.60",
1075
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
1076
+ },
1077
+ {
1078
+ "author": "beachball",
1079
+ "package": "@fluentui/react-popover",
1080
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.66",
1081
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
1082
+ },
1083
+ {
1084
+ "author": "beachball",
1085
+ "package": "@fluentui/react-popover",
1086
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
1087
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
1088
+ },
1089
+ {
1090
+ "author": "beachball",
1091
+ "package": "@fluentui/react-popover",
1092
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54",
1093
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
1094
+ },
1095
+ {
1096
+ "author": "beachball",
1097
+ "package": "@fluentui/react-popover",
1098
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
1099
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
1100
+ },
1101
+ {
1102
+ "author": "beachball",
1103
+ "package": "@fluentui/react-popover",
1104
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
1105
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
1106
+ }
1107
+ ]
1108
+ }
1109
+ },
1110
+ {
1111
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
1112
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.48",
1113
+ "version": "9.0.0-alpha.48",
1114
+ "comments": {
1115
+ "prerelease": [
1116
+ {
1117
+ "author": "beachball",
1118
+ "package": "@fluentui/react-popover",
1119
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.34",
1120
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1121
+ },
1122
+ {
1123
+ "author": "beachball",
1124
+ "package": "@fluentui/react-popover",
1125
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
1126
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1127
+ },
1128
+ {
1129
+ "author": "beachball",
1130
+ "package": "@fluentui/react-popover",
1131
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.53",
1132
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1133
+ },
1134
+ {
1135
+ "author": "beachball",
1136
+ "package": "@fluentui/react-popover",
1137
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.59",
1138
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1139
+ },
1140
+ {
1141
+ "author": "beachball",
1142
+ "package": "@fluentui/react-popover",
1143
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.65",
1144
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1145
+ },
1146
+ {
1147
+ "author": "beachball",
1148
+ "package": "@fluentui/react-popover",
1149
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
1150
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1151
+ },
1152
+ {
1153
+ "author": "beachball",
1154
+ "package": "@fluentui/react-popover",
1155
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.53",
1156
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1157
+ },
1158
+ {
1159
+ "author": "beachball",
1160
+ "package": "@fluentui/react-popover",
1161
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
1162
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1163
+ },
1164
+ {
1165
+ "author": "beachball",
1166
+ "package": "@fluentui/react-popover",
1167
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
1168
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1169
+ }
1170
+ ]
1171
+ }
1172
+ },
1173
+ {
1174
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
1175
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.47",
1176
+ "version": "9.0.0-alpha.47",
1177
+ "comments": {
1178
+ "prerelease": [
1179
+ {
1180
+ "author": "beachball",
1181
+ "package": "@fluentui/react-popover",
1182
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.33",
1183
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1184
+ },
1185
+ {
1186
+ "author": "beachball",
1187
+ "package": "@fluentui/react-popover",
1188
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
1189
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1190
+ },
1191
+ {
1192
+ "author": "beachball",
1193
+ "package": "@fluentui/react-popover",
1194
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.52",
1195
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1196
+ },
1197
+ {
1198
+ "author": "beachball",
1199
+ "package": "@fluentui/react-popover",
1200
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.58",
1201
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1202
+ },
1203
+ {
1204
+ "author": "beachball",
1205
+ "package": "@fluentui/react-popover",
1206
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.64",
1207
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1208
+ },
1209
+ {
1210
+ "author": "beachball",
1211
+ "package": "@fluentui/react-popover",
1212
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
1213
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1214
+ },
1215
+ {
1216
+ "author": "beachball",
1217
+ "package": "@fluentui/react-popover",
1218
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.52",
1219
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1220
+ },
1221
+ {
1222
+ "author": "beachball",
1223
+ "package": "@fluentui/react-popover",
1224
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
1225
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1226
+ },
1227
+ {
1228
+ "author": "beachball",
1229
+ "package": "@fluentui/react-popover",
1230
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
1231
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1232
+ }
1233
+ ]
1234
+ }
1235
+ },
1236
+ {
1237
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
1238
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.46",
1239
+ "version": "9.0.0-alpha.46",
1240
+ "comments": {
1241
+ "prerelease": [
1242
+ {
1243
+ "author": "gcox@microsoft.com",
1244
+ "package": "@fluentui/react-popover",
1245
+ "comment": "Updating to types over interfaces",
1246
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1247
+ },
1248
+ {
1249
+ "author": "beachball",
1250
+ "package": "@fluentui/react-popover",
1251
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
1252
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1253
+ },
1254
+ {
1255
+ "author": "beachball",
1256
+ "package": "@fluentui/react-popover",
1257
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.51",
1258
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1259
+ },
1260
+ {
1261
+ "author": "beachball",
1262
+ "package": "@fluentui/react-popover",
1263
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.57",
1264
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1265
+ },
1266
+ {
1267
+ "author": "beachball",
1268
+ "package": "@fluentui/react-popover",
1269
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.25",
1270
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1271
+ },
1272
+ {
1273
+ "author": "beachball",
1274
+ "package": "@fluentui/react-popover",
1275
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.63",
1276
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1277
+ },
1278
+ {
1279
+ "author": "beachball",
1280
+ "package": "@fluentui/react-popover",
1281
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.51",
1282
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1283
+ },
1284
+ {
1285
+ "author": "beachball",
1286
+ "package": "@fluentui/react-popover",
1287
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
1288
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1289
+ },
1290
+ {
1291
+ "author": "beachball",
1292
+ "package": "@fluentui/react-popover",
1293
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
1294
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1295
+ }
1296
+ ]
1297
+ }
1298
+ },
1299
+ {
1300
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
1301
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.45",
1302
+ "version": "9.0.0-alpha.45",
1303
+ "comments": {
1304
+ "none": [
1305
+ {
1306
+ "author": "lingfangao@hotmail.com",
1307
+ "package": "@fluentui/react-popover",
1308
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
1309
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
1310
+ }
1311
+ ],
1312
+ "prerelease": [
1313
+ {
1314
+ "author": "lingfangao@hotmail.com",
1315
+ "package": "@fluentui/react-popover",
1316
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
1317
+ "comment": "Bump @fluentui/react-popover to v9.0.0-alpha.45"
1318
+ }
1319
+ ]
1320
+ }
1321
+ },
1322
+ {
1323
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
1324
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.44",
1325
+ "version": "9.0.0-alpha.44",
1326
+ "comments": {
1327
+ "prerelease": [
1328
+ {
1329
+ "author": "Humberto.Morimoto@microsoft.com",
1330
+ "package": "@fluentui/react-popover",
1331
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
1332
+ "comment": "Bump @fluentui/react-popover to v9.0.0-alpha.44"
1333
+ }
1334
+ ]
1335
+ }
1336
+ },
1337
+ {
1338
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
1339
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.43",
1340
+ "version": "9.0.0-alpha.43",
1341
+ "comments": {
1342
+ "prerelease": [
1343
+ {
1344
+ "author": "behowell@microsoft.com",
1345
+ "package": "@fluentui/react-popover",
1346
+ "comment": "Fix typings in React.forwardRef",
1347
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c"
1348
+ },
1349
+ {
1350
+ "author": "behowell@microsoft.com",
1351
+ "package": "@fluentui/react-popover",
1352
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
1353
+ "comment": "Bump @fluentui/react-popover to v9.0.0-alpha.43"
1354
+ }
1355
+ ]
1356
+ }
1357
+ },
1358
+ {
1359
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
1360
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.42",
1361
+ "version": "9.0.0-alpha.42",
1362
+ "comments": {
1363
+ "prerelease": [
1364
+ {
1365
+ "author": "bsunderhus@microsoft.com",
1366
+ "package": "@fluentui/react-popover",
1367
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
1368
+ "comment": "Bump @fluentui/react-popover to v9.0.0-alpha.42"
1369
+ }
1370
+ ]
1371
+ }
1372
+ },
1373
+ {
1374
+ "date": "Tue, 14 Sep 2021 07:38:18 GMT",
1375
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.41",
1376
+ "version": "9.0.0-alpha.41",
1377
+ "comments": {
1378
+ "prerelease": [
1379
+ {
1380
+ "author": "lingfangao@hotmail.com",
1381
+ "package": "@fluentui/react-popover",
1382
+ "comment": "refactor(Popover): Remove mergeProps and migrate to simple slots",
1383
+ "commit": "fe05da92ddc2742135a689b7b990f8152bd752c3"
1384
+ }
1385
+ ]
1386
+ }
1387
+ },
1388
+ {
1389
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
1390
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.40",
1391
+ "version": "9.0.0-alpha.40",
1392
+ "comments": {
1393
+ "prerelease": [
1394
+ {
1395
+ "author": "lingfangao@hotmail.com",
1396
+ "package": "@fluentui/react-popover",
1397
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
1398
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
1399
+ },
1400
+ {
1401
+ "author": "lingfangao@hotmail.com",
1402
+ "package": "@fluentui/react-popover",
1403
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
1404
+ "comment": "Bump @fluentui/react-popover to v9.0.0-alpha.40"
1405
+ }
1406
+ ]
1407
+ }
1408
+ },
1409
+ {
1410
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
1411
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.39",
1412
+ "version": "9.0.0-alpha.39",
1413
+ "comments": {
1414
+ "none": [
1415
+ {
1416
+ "comment": "chore(Popover): Implement Popover documentation",
1417
+ "author": "lingfangao@hotmail.com",
1418
+ "commit": "5df101a6f17dfa64c0effe134ac6718999145052",
1419
+ "package": "@fluentui/react-popover"
1420
+ }
1421
+ ],
1422
+ "prerelease": [
1423
+ {
1424
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.28",
1425
+ "author": "behowell@microsoft.com",
1426
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
1427
+ "package": "@fluentui/react-popover"
1428
+ }
1429
+ ]
1430
+ }
1431
+ },
1432
+ {
1433
+ "date": "Wed, 08 Sep 2021 07:34:11 GMT",
1434
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.38",
1435
+ "version": "9.0.0-alpha.38",
1436
+ "comments": {
1437
+ "prerelease": [
1438
+ {
1439
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.50",
1440
+ "author": "lingfangao@hotmail.com",
1441
+ "commit": "21f67e9922763bc9b50c9be8e5cc690d0ee3dac1",
1442
+ "package": "@fluentui/react-popover"
1443
+ }
1444
+ ]
1445
+ }
1446
+ },
1447
+ {
1448
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
1449
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.37",
1450
+ "version": "9.0.0-alpha.37",
1451
+ "comments": {
1452
+ "none": [
1453
+ {
1454
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.6",
1455
+ "author": "olfedias@microsoft.com",
1456
+ "commit": "37e0f35eb706d40c4537010de97db94a831022d3",
1457
+ "package": "@fluentui/react-popover"
1458
+ }
1459
+ ]
1460
+ }
1461
+ },
1462
+ {
1463
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
1464
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.37",
1465
+ "version": "9.0.0-alpha.37",
1466
+ "comments": {
1467
+ "prerelease": [
1468
+ {
1469
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.27",
1470
+ "author": "lingfangao@hotmail.com",
1471
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
1472
+ "package": "@fluentui/react-popover"
1473
+ }
1474
+ ]
1475
+ }
1476
+ },
1477
+ {
1478
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
1479
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.36",
1480
+ "version": "9.0.0-alpha.36",
1481
+ "comments": {
1482
+ "none": [
1483
+ {
1484
+ "comment": "enable makeStyles conformance tests",
1485
+ "author": "olfedias@microsoft.com",
1486
+ "commit": "b9762f72d53452b12d22fd2591fbc57376423048",
1487
+ "package": "@fluentui/react-popover"
1488
+ }
1489
+ ],
1490
+ "prerelease": [
1491
+ {
1492
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.43",
1493
+ "author": "olfedias@microsoft.com",
1494
+ "commit": "ff3225d408fa6a97628e3f08a5a11a196bef6934",
1495
+ "package": "@fluentui/react-popover"
1496
+ }
1497
+ ],
1498
+ "patch": [
1499
+ {
1500
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
1501
+ "author": "olfedias@microsoft.com",
1502
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
1503
+ "package": "@fluentui/react-popover"
1504
+ }
1505
+ ]
1506
+ }
1507
+ },
1508
+ {
1509
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
1510
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.35",
1511
+ "version": "9.0.0-alpha.35",
1512
+ "comments": {
1513
+ "prerelease": [
1514
+ {
1515
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.26",
1516
+ "author": "bsunderhus@microsoft.com",
1517
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
1518
+ "package": "@fluentui/react-popover"
1519
+ }
1520
+ ]
1521
+ }
1522
+ },
1523
+ {
1524
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
1525
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.34",
1526
+ "version": "9.0.0-alpha.34",
1527
+ "comments": {
1528
+ "prerelease": [
1529
+ {
1530
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.54",
1531
+ "author": "marata@microsoft.com",
1532
+ "commit": "4a7f81f3d92f128a672717eda660af3ba50ee71b",
1533
+ "package": "@fluentui/react-popover"
1534
+ }
1535
+ ]
1536
+ }
1537
+ },
1538
+ {
1539
+ "date": "Fri, 27 Aug 2021 07:33:32 GMT",
1540
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.33",
1541
+ "version": "9.0.0-alpha.33",
1542
+ "comments": {
1543
+ "prerelease": [
1544
+ {
1545
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.40",
1546
+ "author": "olfedias@microsoft.com",
1547
+ "commit": "a59db5b49ed755bf1b64ac0ac051d626ec50ffd3",
1548
+ "package": "@fluentui/react-popover"
1549
+ }
1550
+ ]
1551
+ }
1552
+ },
1553
+ {
1554
+ "date": "Thu, 26 Aug 2021 07:35:43 GMT",
1555
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.32",
1556
+ "version": "9.0.0-alpha.32",
1557
+ "comments": {
1558
+ "prerelease": [
1559
+ {
1560
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.39",
1561
+ "author": "martinhochel@microsoft.com",
1562
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
1563
+ "package": "@fluentui/react-popover"
1564
+ }
1565
+ ],
1566
+ "none": [
1567
+ {
1568
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1569
+ "author": "martinhochel@microsoft.com",
1570
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
1571
+ "package": "@fluentui/react-popover"
1572
+ },
1573
+ {
1574
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.40",
1575
+ "author": "martinhochel@microsoft.com",
1576
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
1577
+ "package": "@fluentui/react-popover"
1578
+ }
1579
+ ]
1580
+ }
1581
+ },
1582
+ {
1583
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
1584
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.31",
1585
+ "version": "9.0.0-alpha.31",
1586
+ "comments": {
1587
+ "prerelease": [
1588
+ {
1589
+ "comment": "Updating TypeScript type-only imports/exports to use import/export syntax.",
1590
+ "author": "dzearing@hotmail.com",
1591
+ "commit": "4eec618fe480b129e08914b1f091a8509af60379",
1592
+ "package": "@fluentui/react-popover"
1593
+ }
1594
+ ],
1595
+ "none": [
1596
+ {
1597
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.1",
1598
+ "author": "dzearing@hotmail.com",
1599
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1600
+ "package": "@fluentui/react-popover"
1601
+ },
1602
+ {
1603
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
1604
+ "author": "dzearing@hotmail.com",
1605
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1606
+ "package": "@fluentui/react-popover"
1607
+ },
1608
+ {
1609
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1610
+ "author": "dzearing@hotmail.com",
1611
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1612
+ "package": "@fluentui/react-popover"
1613
+ },
1614
+ {
1615
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.40",
1616
+ "author": "dzearing@hotmail.com",
1617
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1618
+ "package": "@fluentui/react-popover"
1619
+ },
1620
+ {
1621
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.41",
1622
+ "author": "dzearing@hotmail.com",
1623
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1624
+ "package": "@fluentui/react-popover"
1625
+ },
1626
+ {
1627
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.24",
1628
+ "author": "dzearing@hotmail.com",
1629
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1630
+ "package": "@fluentui/react-popover"
1631
+ },
1632
+ {
1633
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.59",
1634
+ "author": "dzearing@hotmail.com",
1635
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1636
+ "package": "@fluentui/react-popover"
1637
+ },
1638
+ {
1639
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.53",
1640
+ "author": "dzearing@hotmail.com",
1641
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1642
+ "package": "@fluentui/react-popover"
1643
+ },
1644
+ {
1645
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.46",
1646
+ "author": "dzearing@hotmail.com",
1647
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1648
+ "package": "@fluentui/react-popover"
1649
+ },
1650
+ {
1651
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1652
+ "author": "dzearing@hotmail.com",
1653
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1654
+ "package": "@fluentui/react-popover"
1655
+ },
1656
+ {
1657
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.23",
1658
+ "author": "dzearing@hotmail.com",
1659
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1660
+ "package": "@fluentui/react-popover"
1661
+ },
1662
+ {
1663
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1664
+ "author": "dzearing@hotmail.com",
1665
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1666
+ "package": "@fluentui/react-popover"
1667
+ }
1668
+ ]
1669
+ }
1670
+ },
1671
+ {
1672
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
1673
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.30",
1674
+ "version": "9.0.0-alpha.30",
1675
+ "comments": {
1676
+ "prerelease": [
1677
+ {
1678
+ "comment": "Update .npmignore",
1679
+ "author": "elcraig@microsoft.com",
1680
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1681
+ "package": "@fluentui/react-popover"
1682
+ }
1683
+ ],
1684
+ "none": [
1685
+ {
1686
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
1687
+ "author": "elcraig@microsoft.com",
1688
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1689
+ "package": "@fluentui/react-popover"
1690
+ },
1691
+ {
1692
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
1693
+ "author": "behowell@microsoft.com",
1694
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1695
+ "package": "@fluentui/react-popover"
1696
+ },
1697
+ {
1698
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1699
+ "author": "elcraig@microsoft.com",
1700
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1701
+ "package": "@fluentui/react-popover"
1702
+ },
1703
+ {
1704
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.39",
1705
+ "author": "elcraig@microsoft.com",
1706
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1707
+ "package": "@fluentui/react-popover"
1708
+ },
1709
+ {
1710
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
1711
+ "author": "elcraig@microsoft.com",
1712
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1713
+ "package": "@fluentui/react-popover"
1714
+ },
1715
+ {
1716
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.24",
1717
+ "author": "elcraig@microsoft.com",
1718
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1719
+ "package": "@fluentui/react-popover"
1720
+ },
1721
+ {
1722
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.58",
1723
+ "author": "elcraig@microsoft.com",
1724
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1725
+ "package": "@fluentui/react-popover"
1726
+ },
1727
+ {
1728
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.52",
1729
+ "author": "elcraig@microsoft.com",
1730
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1731
+ "package": "@fluentui/react-popover"
1732
+ },
1733
+ {
1734
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.45",
1735
+ "author": "elcraig@microsoft.com",
1736
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1737
+ "package": "@fluentui/react-popover"
1738
+ },
1739
+ {
1740
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1741
+ "author": "behowell@microsoft.com",
1742
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1743
+ "package": "@fluentui/react-popover"
1744
+ },
1745
+ {
1746
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.22",
1747
+ "author": "elcraig@microsoft.com",
1748
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1749
+ "package": "@fluentui/react-popover"
1750
+ },
1751
+ {
1752
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1753
+ "author": "behowell@microsoft.com",
1754
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1755
+ "package": "@fluentui/react-popover"
1756
+ }
1757
+ ]
1758
+ }
1759
+ },
1760
+ {
1761
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
1762
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.29",
1763
+ "version": "9.0.0-alpha.29",
1764
+ "comments": {
1765
+ "prerelease": [
1766
+ {
1767
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.23",
1768
+ "author": "bsunderhus@microsoft.com",
1769
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
1770
+ "package": "@fluentui/react-popover"
1771
+ }
1772
+ ]
1773
+ }
1774
+ },
1775
+ {
1776
+ "date": "Wed, 18 Aug 2021 07:33:54 GMT",
1777
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.28",
1778
+ "version": "9.0.0-alpha.28",
1779
+ "comments": {
1780
+ "none": [
1781
+ {
1782
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.36",
1783
+ "author": "martinhochel@microsoft.com",
1784
+ "commit": "5dfa622011b10aaab3ab1fb3fc2e5f77c8a13166",
1785
+ "package": "@fluentui/react-popover"
1786
+ }
1787
+ ]
1788
+ }
1789
+ },
1790
+ {
1791
+ "date": "Mon, 16 Aug 2021 07:36:39 GMT",
1792
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.28",
1793
+ "version": "9.0.0-alpha.28",
1794
+ "comments": {
1795
+ "prerelease": [
1796
+ {
1797
+ "comment": "feat(Menu): replace align, position, coverTarget, offset props with single `positioning` shorthand prop",
1798
+ "author": "lingfan.gao@microsoft.com",
1799
+ "commit": "9a29ba46e28735f7e10d06627a90931ec5a250c8",
1800
+ "package": "@fluentui/react-popover"
1801
+ }
1802
+ ]
1803
+ }
1804
+ },
1805
+ {
1806
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
1807
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.27",
1808
+ "version": "9.0.0-alpha.27",
1809
+ "comments": {
1810
+ "prerelease": [
1811
+ {
1812
+ "comment": "fix(PopoverTrigger): Retain original child ref",
1813
+ "author": "lingfan.gao@microsoft.com",
1814
+ "commit": "fe61d5e33c259da94b08e72c96d0a0963528e1fd",
1815
+ "package": "@fluentui/react-popover"
1816
+ }
1817
+ ]
1818
+ }
1819
+ },
1820
+ {
1821
+ "date": "Wed, 11 Aug 2021 07:34:54 GMT",
1822
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.26",
1823
+ "version": "9.0.0-alpha.26",
1824
+ "comments": {
1825
+ "prerelease": [
1826
+ {
1827
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.35",
1828
+ "author": "olfedias@microsoft.com",
1829
+ "commit": "954ba1d43684df75942a18c0ef05dc99187729ff",
1830
+ "package": "@fluentui/react-popover"
1831
+ }
1832
+ ]
1833
+ }
1834
+ },
1835
+ {
1836
+ "date": "Tue, 10 Aug 2021 07:33:28 GMT",
1837
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.25",
1838
+ "version": "9.0.0-alpha.25",
1839
+ "comments": {
1840
+ "prerelease": [
1841
+ {
1842
+ "comment": "use PositioningProps type",
1843
+ "author": "olfedias@microsoft.com",
1844
+ "commit": "57a2bc1f8a6ec7859bf4a3509696681d39602561",
1845
+ "package": "@fluentui/react-popover"
1846
+ }
1847
+ ]
1848
+ }
1849
+ },
1850
+ {
1851
+ "date": "Mon, 09 Aug 2021 07:35:14 GMT",
1852
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.24",
1853
+ "version": "9.0.0-alpha.24",
1854
+ "comments": {
1855
+ "none": [
1856
+ {
1857
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
1858
+ "author": "czearing@outlook.com",
1859
+ "commit": "c8aa3a59fbe9a59ca90077418d7c82de9f31ee13",
1860
+ "package": "@fluentui/react-popover"
1861
+ }
1862
+ ]
1863
+ }
1864
+ },
1865
+ {
1866
+ "date": "Fri, 06 Aug 2021 07:35:14 GMT",
1867
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.24",
1868
+ "version": "9.0.0-alpha.24",
1869
+ "comments": {
1870
+ "prerelease": [
1871
+ {
1872
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
1873
+ "author": "jspurlin@microsoft.com",
1874
+ "commit": "8a09087b4215a36a50b6d3478cd2b74155c9c630",
1875
+ "package": "@fluentui/react-popover"
1876
+ }
1877
+ ]
1878
+ }
1879
+ },
1880
+ {
1881
+ "date": "Wed, 04 Aug 2021 07:34:12 GMT",
1882
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.23",
1883
+ "version": "9.0.0-alpha.23",
1884
+ "comments": {
1885
+ "none": [
1886
+ {
1887
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.21",
1888
+ "author": "czearing@outlook.com",
1889
+ "commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
1890
+ "package": "@fluentui/react-popover"
1891
+ }
1892
+ ]
1893
+ }
1894
+ },
1895
+ {
1896
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
1897
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.23",
1898
+ "version": "9.0.0-alpha.23",
1899
+ "comments": {
1900
+ "patch": [
1901
+ {
1902
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
1903
+ "author": "behowell@microsoft.com",
1904
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1905
+ "package": "@fluentui/react-popover"
1906
+ },
1907
+ {
1908
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1909
+ "author": "behowell@microsoft.com",
1910
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1911
+ "package": "@fluentui/react-popover"
1912
+ },
1913
+ {
1914
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1915
+ "author": "behowell@microsoft.com",
1916
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1917
+ "package": "@fluentui/react-popover"
1918
+ }
1919
+ ],
1920
+ "prerelease": [
1921
+ {
1922
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.33",
1923
+ "author": "behowell@microsoft.com",
1924
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1925
+ "package": "@fluentui/react-popover"
1926
+ }
1927
+ ]
1928
+ }
1929
+ },
1930
+ {
1931
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
1932
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.22",
1933
+ "version": "9.0.0-alpha.22",
1934
+ "comments": {
1935
+ "prerelease": [
1936
+ {
1937
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.20",
1938
+ "author": "lingfan.gao@microsoft.com",
1939
+ "commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
1940
+ "package": "@fluentui/react-popover"
1941
+ }
1942
+ ]
1943
+ }
1944
+ },
1945
+ {
1946
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
1947
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.21",
1948
+ "version": "9.0.0-alpha.21",
1949
+ "comments": {
1950
+ "prerelease": [
1951
+ {
1952
+ "comment": "add Babel plugins to build pipeline",
1953
+ "author": "olfedias@microsoft.com",
1954
+ "commit": "19db6cb57a237073b0bb50d07eb921b1ce2e0c61",
1955
+ "package": "@fluentui/react-popover"
1956
+ }
1957
+ ],
1958
+ "none": [
1959
+ {
1960
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.31",
1961
+ "author": "olfedias@microsoft.com",
1962
+ "commit": "8c249a1c1a8dcc4b0d9877e5d5e8e6d126063788",
1963
+ "package": "@fluentui/react-popover"
1964
+ }
1965
+ ]
1966
+ }
1967
+ },
1968
+ {
1969
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
1970
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.20",
1971
+ "version": "9.0.0-alpha.20",
1972
+ "comments": {
1973
+ "prerelease": [
1974
+ {
1975
+ "comment": "react-popver: fix Default story issue caused by storybook migration",
1976
+ "author": "tristan.watanabe@gmail.com",
1977
+ "commit": "5fcdb72150a4ab47e72e87be52cd7876e5d95ff1",
1978
+ "package": "@fluentui/react-popover"
1979
+ }
1980
+ ]
1981
+ }
1982
+ },
1983
+ {
1984
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
1985
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.19",
1986
+ "version": "9.0.0-alpha.19",
1987
+ "comments": {
1988
+ "prerelease": [
1989
+ {
1990
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.18",
1991
+ "author": "behowell@microsoft.com",
1992
+ "commit": "2e257154d0448b8d4fd64142f93fcc9a225995cc",
1993
+ "package": "@fluentui/react-popover"
1994
+ }
1995
+ ]
1996
+ }
1997
+ },
1998
+ {
1999
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
2000
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.18",
2001
+ "version": "9.0.0-alpha.18",
2002
+ "comments": {
2003
+ "none": [
2004
+ {
2005
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.30",
2006
+ "author": "olfedias@microsoft.com",
2007
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
2008
+ "package": "@fluentui/react-popover"
2009
+ }
2010
+ ]
2011
+ }
2012
+ },
2013
+ {
2014
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
2015
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.18",
2016
+ "version": "9.0.0-alpha.18",
2017
+ "comments": {
2018
+ "none": [
2019
+ {
2020
+ "comment": "chore(react-popover): apply controls setup based on SB authoring RFC",
2021
+ "author": "martinhochel@microsoft.com",
2022
+ "commit": "521f16afc5e4d6da087f178052252fd8afca801b",
2023
+ "package": "@fluentui/react-popover"
2024
+ }
2025
+ ],
2026
+ "prerelease": [
2027
+ {
2028
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.17",
2029
+ "author": "lingfan.gao@microsoft.com",
2030
+ "commit": "fce57b22cb51acd0b125421278655258b871c1b5",
2031
+ "package": "@fluentui/react-popover"
2032
+ }
2033
+ ]
2034
+ }
2035
+ },
2036
+ {
2037
+ "date": "Tue, 13 Jul 2021 22:32:58 GMT",
2038
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.17",
2039
+ "version": "9.0.0-alpha.17",
2040
+ "comments": {
2041
+ "patch": [
2042
+ {
2043
+ "comment": "Bump @fluentui/react-conformance to v0.4.3",
2044
+ "author": "elcraig@microsoft.com",
2045
+ "commit": "12b74625dec55bd1919f6370513043d87705e5ea",
2046
+ "package": "@fluentui/react-popover"
2047
+ }
2048
+ ]
2049
+ }
2050
+ },
2051
+ {
2052
+ "date": "Tue, 13 Jul 2021 07:35:36 GMT",
2053
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.16",
2054
+ "version": "9.0.0-alpha.16",
2055
+ "comments": {
2056
+ "prerelease": [
2057
+ {
2058
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.24",
2059
+ "author": "behowell@microsoft.com",
2060
+ "commit": "8e5969e291bcafac21df12c9fb591bdd5654c613",
2061
+ "package": "@fluentui/react-popover"
2062
+ }
2063
+ ]
2064
+ }
2065
+ },
2066
+ {
2067
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
2068
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.15",
2069
+ "version": "9.0.0-alpha.15",
2070
+ "comments": {
2071
+ "none": [
2072
+ {
2073
+ "comment": "Enable e2e tests in CI",
2074
+ "author": "lingfan.gao@microsoft.com",
2075
+ "commit": "fd00f462735d6ea774d28c581079d5ad9e7e3945",
2076
+ "package": "@fluentui/react-popover"
2077
+ }
2078
+ ],
2079
+ "patch": [
2080
+ {
2081
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
2082
+ "author": "martinhochel@microsoft.com",
2083
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
2084
+ "package": "@fluentui/react-popover"
2085
+ },
2086
+ {
2087
+ "comment": "Bump @fluentui/react-conformance to v0.4.2",
2088
+ "author": "martinhochel@microsoft.com",
2089
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
2090
+ "package": "@fluentui/react-popover"
2091
+ },
2092
+ {
2093
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2094
+ "author": "martinhochel@microsoft.com",
2095
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
2096
+ "package": "@fluentui/react-popover"
2097
+ }
2098
+ ],
2099
+ "prerelease": [
2100
+ {
2101
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.23",
2102
+ "author": "martinhochel@microsoft.com",
2103
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
2104
+ "package": "@fluentui/react-popover"
2105
+ }
2106
+ ]
2107
+ }
2108
+ },
2109
+ {
2110
+ "date": "Thu, 08 Jul 2021 07:32:49 GMT",
2111
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.14",
2112
+ "version": "9.0.0-alpha.14",
2113
+ "comments": {
2114
+ "none": [
2115
+ {
2116
+ "comment": "fix(E2E): Revert popover e2e",
2117
+ "author": "lingfan.gao@microsoft.com",
2118
+ "commit": "f945172f2b3904cf993a6a7f65a13bbe44f31fbe",
2119
+ "package": "@fluentui/react-popover"
2120
+ }
2121
+ ]
2122
+ }
2123
+ },
2124
+ {
2125
+ "date": "Fri, 02 Jul 2021 23:15:55 GMT",
2126
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.14",
2127
+ "version": "9.0.0-alpha.14",
2128
+ "comments": {
2129
+ "none": [
2130
+ {
2131
+ "comment": "Add E2E test for updating content in Popover",
2132
+ "author": "lingfan.gao@microsoft.com",
2133
+ "commit": "3812a10a4152a2e27ac89b16259e312f42469570",
2134
+ "package": "@fluentui/react-popover"
2135
+ }
2136
+ ],
2137
+ "prerelease": [
2138
+ {
2139
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.15",
2140
+ "author": "bsunderhus@microsoft.com",
2141
+ "commit": "6c37a1cb5c312d4be8b239bfd9f6c9f28e9f0d24",
2142
+ "package": "@fluentui/react-popover"
2143
+ }
2144
+ ]
2145
+ }
2146
+ },
2147
+ {
2148
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
2149
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.13",
2150
+ "version": "9.0.0-alpha.13",
2151
+ "comments": {
2152
+ "prerelease": [
2153
+ {
2154
+ "comment": "Rename typings and getSlots to have the Compat Suffix",
2155
+ "author": "bsunderhus@microsoft.com",
2156
+ "commit": "c939e67b1840a9eb5f7706afcda8c14df8f18d33",
2157
+ "package": "@fluentui/react-popover"
2158
+ }
2159
+ ]
2160
+ }
2161
+ },
2162
+ {
2163
+ "date": "Thu, 01 Jul 2021 07:35:05 GMT",
2164
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.12",
2165
+ "version": "9.0.0-alpha.12",
2166
+ "comments": {
2167
+ "prerelease": [
2168
+ {
2169
+ "comment": "Fixing bug in start script of converged packages.",
2170
+ "author": "Humberto.Morimoto@microsoft.com",
2171
+ "commit": "c7eff2580a6fe159bbb3c4e77e549925187f3150",
2172
+ "package": "@fluentui/react-popover"
2173
+ }
2174
+ ],
2175
+ "none": [
2176
+ {
2177
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.13",
2178
+ "author": "lingfan.gao@microsoft.com",
2179
+ "commit": "5c06b5a9bd09cefc6ef3afc90f5575ca4663f665",
2180
+ "package": "@fluentui/react-popover"
2181
+ }
2182
+ ]
2183
+ }
2184
+ },
2185
+ {
2186
+ "date": "Wed, 30 Jun 2021 07:38:35 GMT",
2187
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.11",
2188
+ "version": "9.0.0-alpha.11",
2189
+ "comments": {
2190
+ "prerelease": [
2191
+ {
2192
+ "comment": "fix(Popover): apply styles correctly",
2193
+ "author": "lingfan.gao@microsoft.com",
2194
+ "commit": "75043ae9de6601410e1e8416593176e9d31a733b",
2195
+ "package": "@fluentui/react-popover"
2196
+ }
2197
+ ]
2198
+ }
2199
+ },
2200
+ {
2201
+ "date": "Tue, 29 Jun 2021 07:33:32 GMT",
2202
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.10",
2203
+ "version": "9.0.0-alpha.10",
2204
+ "comments": {
2205
+ "prerelease": [
2206
+ {
2207
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.19",
2208
+ "author": "olfedias@microsoft.com",
2209
+ "commit": "073ea5f67e3088a92f68caeeca32ef96410aabc5",
2210
+ "package": "@fluentui/react-popover"
2211
+ }
2212
+ ],
2213
+ "none": [
2214
+ {
2215
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.35",
2216
+ "author": "lingfan.gao@microsoft.com",
2217
+ "commit": "4f907a837f3b85923178b611e4fbb0d9ac222dda",
2218
+ "package": "@fluentui/react-popover"
2219
+ },
2220
+ {
2221
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.22",
2222
+ "author": "lingfan.gao@microsoft.com",
2223
+ "commit": "4f907a837f3b85923178b611e4fbb0d9ac222dda",
2224
+ "package": "@fluentui/react-popover"
2225
+ }
2226
+ ]
2227
+ }
2228
+ },
2229
+ {
2230
+ "date": "Mon, 28 Jun 2021 07:35:16 GMT",
2231
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.9",
2232
+ "version": "9.0.0-alpha.9",
2233
+ "comments": {
2234
+ "none": [
2235
+ {
2236
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.18",
2237
+ "author": "olfedias@microsoft.com",
2238
+ "commit": "bf6fd1290ea6c6861a5d80f704e0d6d0cadb71e0",
2239
+ "package": "@fluentui/react-popover"
2240
+ }
2241
+ ]
2242
+ }
2243
+ },
2244
+ {
2245
+ "date": "Fri, 25 Jun 2021 07:31:35 GMT",
2246
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.9",
2247
+ "version": "9.0.0-alpha.9",
2248
+ "comments": {
2249
+ "none": [
2250
+ {
2251
+ "comment": "chore(Popover): Migrate DX",
2252
+ "author": "lingfan.gao@microsoft.com",
2253
+ "commit": "2dd17f0984d2f6de976c3ade881c03e22e02a476",
2254
+ "package": "@fluentui/react-popover"
2255
+ }
2256
+ ]
2257
+ }
2258
+ },
2259
+ {
2260
+ "date": "Wed, 23 Jun 2021 07:31:49 GMT",
2261
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.9",
2262
+ "version": "9.0.0-alpha.9",
2263
+ "comments": {
2264
+ "none": [
2265
+ {
2266
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.21",
2267
+ "author": "miroslav.stastny@microsoft.com",
2268
+ "commit": "e4b6b9a9cbc90d5de498a85aeb793678b48f649b",
2269
+ "package": "@fluentui/react-popover"
2270
+ }
2271
+ ]
2272
+ }
2273
+ },
2274
+ {
2275
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
2276
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.9",
2277
+ "version": "9.0.0-alpha.9",
2278
+ "comments": {
2279
+ "none": [
2280
+ {
2281
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.18",
2282
+ "author": "miroslav.stastny@microsoft.com",
2283
+ "commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
2284
+ "package": "@fluentui/react-popover"
2285
+ }
2286
+ ]
2287
+ }
2288
+ },
2289
+ {
2290
+ "date": "Fri, 18 Jun 2021 07:30:58 GMT",
2291
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.9",
2292
+ "version": "9.0.0-alpha.9",
2293
+ "comments": {
2294
+ "none": [
2295
+ {
2296
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.29",
2297
+ "author": "lingfan.gao@microsoft.com",
2298
+ "commit": "1817a5e193448ab6f456e3bd9445e537fd64348c",
2299
+ "package": "@fluentui/react-popover"
2300
+ }
2301
+ ]
2302
+ }
2303
+ },
2304
+ {
2305
+ "date": "Thu, 17 Jun 2021 07:34:11 GMT",
2306
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.9",
2307
+ "version": "9.0.0-alpha.9",
2308
+ "comments": {
2309
+ "prerelease": [
2310
+ {
2311
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.21",
2312
+ "author": "lingfan.gao@microsoft.com",
2313
+ "commit": "fc966e8121161aa0a2f339e5a44dc998e318c5c1",
2314
+ "package": "@fluentui/react-popover"
2315
+ }
2316
+ ]
2317
+ }
2318
+ },
2319
+ {
2320
+ "date": "Wed, 16 Jun 2021 07:34:24 GMT",
2321
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.8",
2322
+ "version": "9.0.0-alpha.8",
2323
+ "comments": {
2324
+ "prerelease": [
2325
+ {
2326
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.29",
2327
+ "author": "lingfan.gao@microsoft.com",
2328
+ "commit": "823b75aaf95a5324a8ef0e504f65706c5769fb85",
2329
+ "package": "@fluentui/react-popover"
2330
+ }
2331
+ ]
2332
+ }
2333
+ },
2334
+ {
2335
+ "date": "Tue, 15 Jun 2021 07:40:20 GMT",
2336
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.7",
2337
+ "version": "9.0.0-alpha.7",
2338
+ "comments": {
2339
+ "prerelease": [
2340
+ {
2341
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.34",
2342
+ "author": "lingfan.gao@microsoft.com",
2343
+ "commit": "a224777cc0089bd715cc304282115a2cd9929889",
2344
+ "package": "@fluentui/react-popover"
2345
+ }
2346
+ ]
2347
+ }
2348
+ },
2349
+ {
2350
+ "date": "Wed, 09 Jun 2021 07:33:38 GMT",
2351
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.6",
2352
+ "version": "9.0.0-alpha.6",
2353
+ "comments": {
2354
+ "none": [
2355
+ {
2356
+ "comment": "Add spec",
2357
+ "author": "lingfan.gao@microsoft.com",
2358
+ "commit": "691dab1bc362d71fed674267db75d6e84eb7956c",
2359
+ "package": "@fluentui/react-popover"
2360
+ }
2361
+ ]
2362
+ }
2363
+ },
2364
+ {
2365
+ "date": "Tue, 08 Jun 2021 07:32:44 GMT",
2366
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.6",
2367
+ "version": "9.0.0-alpha.6",
2368
+ "comments": {
2369
+ "prerelease": [
2370
+ {
2371
+ "comment": "chore(Popover): Rename `PopoverContent`to `PopoverSurface`",
2372
+ "author": "lingfan.gao@microsoft.com",
2373
+ "commit": "387758e3f7dd28a06d0ade40d312340e4792cdf9",
2374
+ "package": "@fluentui/react-popover"
2375
+ }
2376
+ ]
2377
+ }
2378
+ },
2379
+ {
2380
+ "date": "Mon, 07 Jun 2021 07:38:15 GMT",
2381
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.5",
2382
+ "version": "9.0.0-alpha.5",
2383
+ "comments": {
2384
+ "patch": [
2385
+ {
2386
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.1",
2387
+ "author": "martinhochel@microsoft.com",
2388
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
2389
+ "package": "@fluentui/react-popover"
2390
+ },
2391
+ {
2392
+ "comment": "Bump @fluentui/react-conformance to v0.4.1",
2393
+ "author": "martinhochel@microsoft.com",
2394
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
2395
+ "package": "@fluentui/react-popover"
2396
+ },
2397
+ {
2398
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2399
+ "author": "martinhochel@microsoft.com",
2400
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
2401
+ "package": "@fluentui/react-popover"
2402
+ }
2403
+ ],
2404
+ "prerelease": [
2405
+ {
2406
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.17",
2407
+ "author": "martinhochel@microsoft.com",
2408
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
2409
+ "package": "@fluentui/react-popover"
2410
+ }
2411
+ ]
2412
+ }
2413
+ },
2414
+ {
2415
+ "date": "Fri, 04 Jun 2021 07:37:23 GMT",
2416
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.4",
2417
+ "version": "9.0.0-alpha.4",
2418
+ "comments": {
2419
+ "prerelease": [
2420
+ {
2421
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.16",
2422
+ "author": "Humberto.Morimoto@microsoft.com",
2423
+ "commit": "1ca8c8f0c4eb633e6b34c0b6182c09103d4c7fcb",
2424
+ "package": "@fluentui/react-popover"
2425
+ }
2426
+ ]
2427
+ }
2428
+ },
2429
+ {
2430
+ "date": "Thu, 03 Jun 2021 07:36:03 GMT",
2431
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.3",
2432
+ "version": "9.0.0-alpha.3",
2433
+ "comments": {
2434
+ "none": [
2435
+ {
2436
+ "comment": "Remove suffix from stories",
2437
+ "author": "lingfan.gao@microsoft.com",
2438
+ "commit": "aa1c32b4f1a4d15732c3bf3106fd8c50162d565c",
2439
+ "package": "@fluentui/react-popover"
2440
+ },
2441
+ {
2442
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.31",
2443
+ "author": "martinhochel@microsoft.com",
2444
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
2445
+ "package": "@fluentui/react-popover"
2446
+ },
2447
+ {
2448
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.39",
2449
+ "author": "martinhochel@microsoft.com",
2450
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
2451
+ "package": "@fluentui/react-popover"
2452
+ },
2453
+ {
2454
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.15",
2455
+ "author": "martinhochel@microsoft.com",
2456
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
2457
+ "package": "@fluentui/react-popover"
2458
+ },
2459
+ {
2460
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26",
2461
+ "author": "martinhochel@microsoft.com",
2462
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
2463
+ "package": "@fluentui/react-popover"
2464
+ },
2465
+ {
2466
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.10",
2467
+ "author": "martinhochel@microsoft.com",
2468
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
2469
+ "package": "@fluentui/react-popover"
2470
+ },
2471
+ {
2472
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.25",
2473
+ "author": "martinhochel@microsoft.com",
2474
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
2475
+ "package": "@fluentui/react-popover"
2476
+ }
2477
+ ],
2478
+ "prerelease": [
2479
+ {
2480
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.18",
2481
+ "author": "martinhochel@microsoft.com",
2482
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
2483
+ "package": "@fluentui/react-popover"
2484
+ }
2485
+ ]
2486
+ }
2487
+ },
2488
+ {
2489
+ "date": "Wed, 02 Jun 2021 07:37:15 GMT",
2490
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.2",
2491
+ "version": "9.0.0-alpha.2",
2492
+ "comments": {
2493
+ "prerelease": [
2494
+ {
2495
+ "comment": "Update react-popover tsconfig",
2496
+ "author": "bsunderhus@microsoft.com",
2497
+ "commit": "d5d06382a85e2ddcc59f00c85120e1b3fc7ffa40",
2498
+ "package": "@fluentui/react-popover"
2499
+ }
2500
+ ]
2501
+ }
2502
+ },
2503
+ {
2504
+ "date": "Tue, 01 Jun 2021 07:31:58 GMT",
2505
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.1",
2506
+ "version": "9.0.0-alpha.1",
2507
+ "comments": {
2508
+ "none": [
2509
+ {
2510
+ "comment": "Revert \"chore: enable Jest aliases for converged packages (#18337)\"",
2511
+ "author": "olfedias@microsoft.com",
2512
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
2513
+ "package": "@fluentui/react-popover"
2514
+ },
2515
+ {
2516
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.14",
2517
+ "author": "martinhochel@microsoft.com",
2518
+ "commit": "0237bcee52a6c24b3f3f975ad4dee9cc81f41815",
2519
+ "package": "@fluentui/react-popover"
2520
+ },
2521
+ {
2522
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.30",
2523
+ "author": "olfedias@microsoft.com",
2524
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
2525
+ "package": "@fluentui/react-popover"
2526
+ },
2527
+ {
2528
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.10",
2529
+ "author": "olfedias@microsoft.com",
2530
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
2531
+ "package": "@fluentui/react-popover"
2532
+ },
2533
+ {
2534
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.38",
2535
+ "author": "olfedias@microsoft.com",
2536
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
2537
+ "package": "@fluentui/react-popover"
2538
+ },
2539
+ {
2540
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.16",
2541
+ "author": "olfedias@microsoft.com",
2542
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
2543
+ "package": "@fluentui/react-popover"
2544
+ },
2545
+ {
2546
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.24",
2547
+ "author": "olfedias@microsoft.com",
2548
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
2549
+ "package": "@fluentui/react-popover"
2550
+ },
2551
+ {
2552
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.12",
2553
+ "author": "olfedias@microsoft.com",
2554
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
2555
+ "package": "@fluentui/react-popover"
2556
+ },
2557
+ {
2558
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26",
2559
+ "author": "olfedias@microsoft.com",
2560
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
2561
+ "package": "@fluentui/react-popover"
2562
+ }
2563
+ ],
2564
+ "prerelease": [
2565
+ {
2566
+ "comment": "Publish package",
2567
+ "author": "lingfan.gao@microsoft.com",
2568
+ "commit": "fa961304d6ba90927e57abe23359e0cf9eaf66a9",
2569
+ "package": "@fluentui/react-popover"
2570
+ }
2571
+ ]
2572
+ }
2573
+ },
2574
+ {
2575
+ "date": "Mon, 31 May 2021 07:33:15 GMT",
2576
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.0",
2577
+ "version": "9.0.0-alpha.0",
2578
+ "comments": {
2579
+ "none": [
2580
+ {
2581
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.29",
2582
+ "author": "lingfan.gao@microsoft.com",
2583
+ "commit": "203ccaf025da07d4064f8e4983298f0c1972c67d",
2584
+ "package": "@fluentui/react-popover"
2585
+ }
2586
+ ]
2587
+ }
2588
+ },
2589
+ {
2590
+ "date": "Fri, 28 May 2021 07:33:57 GMT",
2591
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.0",
2592
+ "version": "9.0.0-alpha.0",
2593
+ "comments": {
2594
+ "none": [
2595
+ {
2596
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.14",
2597
+ "author": "olfedias@microsoft.com",
2598
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
2599
+ "package": "@fluentui/react-popover"
2600
+ },
2601
+ {
2602
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.12",
2603
+ "author": "olfedias@microsoft.com",
2604
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
2605
+ "package": "@fluentui/react-popover"
2606
+ },
2607
+ {
2608
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.29",
2609
+ "author": "lingfan.gao@microsoft.com",
2610
+ "commit": "53145c8f329f92f25d1ce2cd132e6dc4ee4ce43a",
2611
+ "package": "@fluentui/react-popover"
2612
+ },
2613
+ {
2614
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26",
2615
+ "author": "lingfan.gao@microsoft.com",
2616
+ "commit": "53145c8f329f92f25d1ce2cd132e6dc4ee4ce43a",
2617
+ "package": "@fluentui/react-popover"
2618
+ }
2619
+ ],
2620
+ "prerelease": [
2621
+ {
2622
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.24",
2623
+ "author": "lingfan.gao@microsoft.com",
2624
+ "commit": "53145c8f329f92f25d1ce2cd132e6dc4ee4ce43a",
2625
+ "package": "@fluentui/react-popover"
2626
+ }
2627
+ ]
2628
+ }
2629
+ },
2630
+ {
2631
+ "date": "Wed, 26 May 2021 07:35:43 GMT",
2632
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.0",
2633
+ "version": "9.0.0-alpha.0",
2634
+ "comments": {
2635
+ "none": [
2636
+ {
2637
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.14",
2638
+ "author": "olfedias@microsoft.com",
2639
+ "commit": "d2504c72ec7fba0cf4dcf1984c2e1a9322720225",
2640
+ "package": "@fluentui/react-popover"
2641
+ }
2642
+ ],
2643
+ "prerelease": [
2644
+ {
2645
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.10",
2646
+ "author": "lingfan.gao@microsoft.com",
2647
+ "commit": "6ffca36c9537a1852d8ec26478b8b7aeb059e17c",
2648
+ "package": "@fluentui/react-popover"
2649
+ }
2650
+ ]
2651
+ }
2652
+ },
2653
+ {
2654
+ "date": "Fri, 21 May 2021 07:34:54 GMT",
2655
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.0",
2656
+ "version": "9.0.0-alpha.0",
2657
+ "comments": {
2658
+ "prerelease": [
2659
+ {
2660
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.22",
2661
+ "author": "miroslav.stastny@microsoft.com",
2662
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
2663
+ "package": "@fluentui/react-popover"
2664
+ }
2665
+ ],
2666
+ "none": [
2667
+ {
2668
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.27",
2669
+ "author": "miroslav.stastny@microsoft.com",
2670
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
2671
+ "package": "@fluentui/react-popover"
2672
+ },
2673
+ {
2674
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.37",
2675
+ "author": "miroslav.stastny@microsoft.com",
2676
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
2677
+ "package": "@fluentui/react-popover"
2678
+ },
2679
+ {
2680
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.14",
2681
+ "author": "miroslav.stastny@microsoft.com",
2682
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
2683
+ "package": "@fluentui/react-popover"
2684
+ },
2685
+ {
2686
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.15",
2687
+ "author": "miroslav.stastny@microsoft.com",
2688
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
2689
+ "package": "@fluentui/react-popover"
2690
+ },
2691
+ {
2692
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.12",
2693
+ "author": "miroslav.stastny@microsoft.com",
2694
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
2695
+ "package": "@fluentui/react-popover"
2696
+ }
2697
+ ]
2698
+ }
2699
+ },
2700
+ {
2701
+ "date": "Thu, 20 May 2021 07:41:54 GMT",
2702
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.0",
2703
+ "version": "9.0.0-alpha.0",
2704
+ "comments": {
2705
+ "patch": [
2706
+ {
2707
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.0",
2708
+ "author": "elcraig@microsoft.com",
2709
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
2710
+ "package": "@fluentui/react-popover"
2711
+ },
2712
+ {
2713
+ "comment": "Bump @fluentui/react-conformance to v0.4.0",
2714
+ "author": "elcraig@microsoft.com",
2715
+ "commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
2716
+ "package": "@fluentui/react-popover"
2717
+ },
2718
+ {
2719
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2720
+ "author": "elcraig@microsoft.com",
2721
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
2722
+ "package": "@fluentui/react-popover"
2723
+ }
2724
+ ],
2725
+ "prerelease": [
2726
+ {
2727
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.13",
2728
+ "author": "elcraig@microsoft.com",
2729
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
2730
+ "package": "@fluentui/react-popover"
2731
+ }
2732
+ ]
2733
+ }
2734
+ },
2735
+ {
2736
+ "date": "Wed, 19 May 2021 07:34:20 GMT",
2737
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.0",
2738
+ "version": "9.0.0-alpha.0",
2739
+ "comments": {
2740
+ "prerelease": [
2741
+ {
2742
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.12",
2743
+ "author": "olfedias@microsoft.com",
2744
+ "commit": "975140887c6ad2391f8db63003ed440239ec9c25",
2745
+ "package": "@fluentui/react-popover"
2746
+ }
2747
+ ],
2748
+ "patch": [
2749
+ {
2750
+ "comment": "Bump @fluentui/react-conformance to v0.3.1",
2751
+ "author": "martinhochel@microsoft.com",
2752
+ "commit": "616b4b7c381c757871e8a590564d8eff7337834c",
2753
+ "package": "@fluentui/react-popover"
2754
+ }
2755
+ ]
2756
+ }
2757
+ },
2758
+ {
2759
+ "date": "Tue, 18 May 2021 07:34:38 GMT",
2760
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.0",
2761
+ "version": "9.0.0-alpha.0",
2762
+ "comments": {
2763
+ "prerelease": [
2764
+ {
2765
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.11",
2766
+ "author": "olfedias@microsoft.com",
2767
+ "commit": "c845a5045c99d8d83b2584cee016b1701cd3de57",
2768
+ "package": "@fluentui/react-popover"
2769
+ }
2770
+ ]
2771
+ }
2772
+ },
2773
+ {
2774
+ "date": "Thu, 13 May 2021 07:36:55 GMT",
2775
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.0",
2776
+ "version": "9.0.0-alpha.0",
2777
+ "comments": {
2778
+ "prerelease": [
2779
+ {
2780
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.10",
2781
+ "author": "olfedias@microsoft.com",
2782
+ "commit": "fb53fd67729d8236e0681d74322717f6974c8b72",
2783
+ "package": "@fluentui/react-popover"
2784
+ }
2785
+ ]
2786
+ }
2787
+ },
2788
+ {
2789
+ "date": "Wed, 12 May 2021 07:36:20 GMT",
2790
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.0",
2791
+ "version": "9.0.0-alpha.0",
2792
+ "comments": {
2793
+ "prerelease": [
2794
+ {
2795
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.9",
2796
+ "author": "olfedias@microsoft.com",
2797
+ "commit": "894712616ee3271fcf06e5fb24ad01e326e30bb5",
2798
+ "package": "@fluentui/react-popover"
2799
+ }
2800
+ ]
2801
+ }
2802
+ },
2803
+ {
2804
+ "date": "Mon, 10 May 2021 07:36:07 GMT",
2805
+ "tag": "@fluentui/react-popover_v9.0.0-alpha.0",
2806
+ "version": "9.0.0-alpha.0",
2807
+ "comments": {
2808
+ "prerelease": [
2809
+ {
2810
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.31",
2811
+ "author": "olfedias@microsoft.com",
2812
+ "commit": "78c12235fcfebe43b7a77d36cbdfc67461ec32dc",
2813
+ "package": "@fluentui/react-popover"
2814
+ }
2815
+ ]
2816
+ }
2817
+ }
2818
+ ]
2819
+ }