@fluentui/react-positioning 9.0.0-alpha.9 → 9.0.0-beta.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (130) hide show
  1. package/CHANGELOG.json +1279 -1
  2. package/CHANGELOG.md +577 -2
  3. package/dist/react-positioning.d.ts +95 -27
  4. package/lib/createArrowStyles.d.ts +27 -0
  5. package/lib/createArrowStyles.js +75 -0
  6. package/lib/createArrowStyles.js.map +1 -0
  7. package/lib/createVirtualElementFromClick.d.ts +6 -0
  8. package/lib/createVirtualElementFromClick.js +26 -0
  9. package/lib/createVirtualElementFromClick.js.map +1 -0
  10. package/lib/index.d.ts +4 -0
  11. package/lib/index.js +5 -0
  12. package/lib/index.js.map +1 -1
  13. package/lib/tsdoc-metadata.json +1 -1
  14. package/lib/types.d.ts +19 -29
  15. package/lib/types.js +1 -0
  16. package/lib/types.js.map +1 -1
  17. package/lib/usePopper.d.ts +21 -1
  18. package/lib/usePopper.js +364 -284
  19. package/lib/usePopper.js.map +1 -1
  20. package/lib/usePopperMouseTarget.d.ts +11 -0
  21. package/lib/usePopperMouseTarget.js +40 -0
  22. package/lib/usePopperMouseTarget.js.map +1 -0
  23. package/lib/utils/getBasePlacement.d.ts +8 -0
  24. package/lib/utils/getBasePlacement.js +10 -0
  25. package/lib/utils/getBasePlacement.js.map +1 -0
  26. package/lib/utils/getBoundary.d.ts +1 -1
  27. package/lib/utils/getBoundary.js +15 -11
  28. package/lib/utils/getBoundary.js.map +1 -1
  29. package/lib/utils/getReactFiberFromNode.d.ts +0 -1
  30. package/lib/utils/getReactFiberFromNode.js +39 -35
  31. package/lib/utils/getReactFiberFromNode.js.map +1 -1
  32. package/lib/utils/getScrollParent.js +46 -32
  33. package/lib/utils/getScrollParent.js.map +1 -1
  34. package/lib/utils/index.d.ts +5 -3
  35. package/lib/utils/index.js +5 -3
  36. package/lib/utils/index.js.map +1 -1
  37. package/lib/utils/mergeArrowOffset.d.ts +10 -0
  38. package/lib/utils/mergeArrowOffset.js +42 -0
  39. package/lib/utils/mergeArrowOffset.js.map +1 -0
  40. package/lib/utils/positioningHelper.d.ts +3 -3
  41. package/lib/utils/positioningHelper.js +42 -34
  42. package/lib/utils/positioningHelper.js.map +1 -1
  43. package/lib/utils/resolvePositioningShorthand.d.ts +2 -0
  44. package/lib/utils/resolvePositioningShorthand.js +63 -0
  45. package/lib/utils/resolvePositioningShorthand.js.map +1 -0
  46. package/lib/utils/useCallbackRef.js +35 -29
  47. package/lib/utils/useCallbackRef.js.map +1 -1
  48. package/lib-commonjs/createArrowStyles.d.ts +27 -0
  49. package/lib-commonjs/createArrowStyles.js +84 -0
  50. package/lib-commonjs/createArrowStyles.js.map +1 -0
  51. package/lib-commonjs/createVirtualElementFromClick.d.ts +6 -0
  52. package/lib-commonjs/createVirtualElementFromClick.js +35 -0
  53. package/lib-commonjs/createVirtualElementFromClick.js.map +1 -0
  54. package/lib-commonjs/index.d.ts +4 -0
  55. package/lib-commonjs/index.js +31 -2
  56. package/lib-commonjs/index.js.map +1 -1
  57. package/lib-commonjs/types.d.ts +19 -29
  58. package/lib-commonjs/types.js +4 -1
  59. package/lib-commonjs/types.js.map +1 -1
  60. package/lib-commonjs/usePopper.d.ts +21 -1
  61. package/lib-commonjs/usePopper.js +378 -287
  62. package/lib-commonjs/usePopper.js.map +1 -1
  63. package/lib-commonjs/usePopperMouseTarget.d.ts +11 -0
  64. package/lib-commonjs/usePopperMouseTarget.js +51 -0
  65. package/lib-commonjs/usePopperMouseTarget.js.map +1 -0
  66. package/lib-commonjs/utils/getBasePlacement.d.ts +8 -0
  67. package/lib-commonjs/utils/getBasePlacement.js +19 -0
  68. package/lib-commonjs/utils/getBasePlacement.js.map +1 -0
  69. package/lib-commonjs/utils/getBoundary.d.ts +1 -1
  70. package/lib-commonjs/utils/getBoundary.js +24 -13
  71. package/lib-commonjs/utils/getBoundary.js.map +1 -1
  72. package/lib-commonjs/utils/getReactFiberFromNode.d.ts +0 -1
  73. package/lib-commonjs/utils/getReactFiberFromNode.js +45 -36
  74. package/lib-commonjs/utils/getReactFiberFromNode.js.map +1 -1
  75. package/lib-commonjs/utils/getScrollParent.js +56 -33
  76. package/lib-commonjs/utils/getScrollParent.js.map +1 -1
  77. package/lib-commonjs/utils/index.d.ts +5 -3
  78. package/lib-commonjs/utils/index.js +19 -5
  79. package/lib-commonjs/utils/index.js.map +1 -1
  80. package/lib-commonjs/utils/mergeArrowOffset.d.ts +10 -0
  81. package/lib-commonjs/utils/mergeArrowOffset.js +51 -0
  82. package/lib-commonjs/utils/mergeArrowOffset.js.map +1 -0
  83. package/lib-commonjs/utils/positioningHelper.d.ts +3 -3
  84. package/lib-commonjs/utils/positioningHelper.js +53 -35
  85. package/lib-commonjs/utils/positioningHelper.js.map +1 -1
  86. package/lib-commonjs/utils/resolvePositioningShorthand.d.ts +2 -0
  87. package/lib-commonjs/utils/resolvePositioningShorthand.js +72 -0
  88. package/lib-commonjs/utils/resolvePositioningShorthand.js.map +1 -0
  89. package/lib-commonjs/utils/useCallbackRef.js +46 -32
  90. package/lib-commonjs/utils/useCallbackRef.js.map +1 -1
  91. package/package.json +13 -10
  92. package/config/api-extractor.json +0 -3
  93. package/etc/react-positioning.api.md +0 -70
  94. package/just.config.ts +0 -3
  95. package/lib/utils/isBrowser.d.ts +0 -1
  96. package/lib/utils/isBrowser.js +0 -4
  97. package/lib/utils/isBrowser.js.map +0 -1
  98. package/lib-amd/index.d.ts +0 -2
  99. package/lib-amd/index.js +0 -6
  100. package/lib-amd/index.js.map +0 -1
  101. package/lib-amd/types.d.ts +0 -78
  102. package/lib-amd/types.js +0 -5
  103. package/lib-amd/types.js.map +0 -1
  104. package/lib-amd/usePopper.d.ts +0 -15
  105. package/lib-amd/usePopper.js +0 -281
  106. package/lib-amd/usePopper.js.map +0 -1
  107. package/lib-amd/utils/getBoundary.d.ts +0 -6
  108. package/lib-amd/utils/getBoundary.js +0 -23
  109. package/lib-amd/utils/getBoundary.js.map +0 -1
  110. package/lib-amd/utils/getReactFiberFromNode.d.ts +0 -109
  111. package/lib-amd/utils/getReactFiberFromNode.js +0 -47
  112. package/lib-amd/utils/getReactFiberFromNode.js.map +0 -1
  113. package/lib-amd/utils/getScrollParent.d.ts +0 -12
  114. package/lib-amd/utils/getScrollParent.js +0 -55
  115. package/lib-amd/utils/getScrollParent.js.map +0 -1
  116. package/lib-amd/utils/index.d.ts +0 -6
  117. package/lib-amd/utils/index.js +0 -11
  118. package/lib-amd/utils/index.js.map +0 -1
  119. package/lib-amd/utils/isBrowser.d.ts +0 -1
  120. package/lib-amd/utils/isBrowser.js +0 -8
  121. package/lib-amd/utils/isBrowser.js.map +0 -1
  122. package/lib-amd/utils/positioningHelper.d.ts +0 -7
  123. package/lib-amd/utils/positioningHelper.js +0 -45
  124. package/lib-amd/utils/positioningHelper.js.map +0 -1
  125. package/lib-amd/utils/useCallbackRef.d.ts +0 -19
  126. package/lib-amd/utils/useCallbackRef.js +0 -54
  127. package/lib-amd/utils/useCallbackRef.js.map +0 -1
  128. package/lib-commonjs/utils/isBrowser.d.ts +0 -1
  129. package/lib-commonjs/utils/isBrowser.js +0 -6
  130. package/lib-commonjs/utils/isBrowser.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,1285 @@
2
2
  "name": "@fluentui/react-positioning",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 16 Apr 2021 07:30:03 GMT",
5
+ "date": "Thu, 25 Nov 2021 08:31:33 GMT",
6
+ "tag": "@fluentui/react-positioning_v9.0.0-beta.4",
7
+ "version": "9.0.0-beta.4",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-positioning",
13
+ "commit": "718e63006d8d07d24efab9c32942041963d78dc7",
14
+ "comment": "Migrate package to use solution style ts-configs"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "lingfangao@hotmail.com",
20
+ "package": "@fluentui/react-positioning",
21
+ "commit": "58db204f28af1d68df7260ff580cf91f0adcfb66",
22
+ "comment": "Add utility function to create styles for an arrow element"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-positioning",
27
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
28
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-positioning",
33
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
34
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@fluentui/react-positioning",
39
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
40
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
41
+ },
42
+ {
43
+ "author": "beachball",
44
+ "package": "@fluentui/react-positioning",
45
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
46
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
47
+ }
48
+ ]
49
+ }
50
+ },
51
+ {
52
+ "date": "Fri, 12 Nov 2021 13:25:30 GMT",
53
+ "tag": "@fluentui/react-positioning_v9.0.0-beta.3",
54
+ "version": "9.0.0-beta.3",
55
+ "comments": {
56
+ "prerelease": [
57
+ {
58
+ "author": "gcox@microsoft.com",
59
+ "package": "@fluentui/react-positioning",
60
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
61
+ "comment": "Updated beta and RC components to ES2019"
62
+ },
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-positioning",
66
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
67
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
68
+ },
69
+ {
70
+ "author": "beachball",
71
+ "package": "@fluentui/react-positioning",
72
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
73
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
74
+ }
75
+ ],
76
+ "none": [
77
+ {
78
+ "author": "lingfangao@hotmail.com",
79
+ "package": "@fluentui/react-positioning",
80
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
81
+ "comment": "Remove beta release tag"
82
+ }
83
+ ]
84
+ }
85
+ },
86
+ {
87
+ "date": "Wed, 27 Oct 2021 12:14:21 GMT",
88
+ "tag": "@fluentui/react-positioning_v9.0.0-beta.2",
89
+ "version": "9.0.0-beta.2",
90
+ "comments": {
91
+ "prerelease": [
92
+ {
93
+ "author": "peter@draxler.ml",
94
+ "package": "@fluentui/react-positioning",
95
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
96
+ "comment": "added styling of documentation"
97
+ },
98
+ {
99
+ "author": "beachball",
100
+ "package": "@fluentui/react-positioning",
101
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
102
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
103
+ },
104
+ {
105
+ "author": "beachball",
106
+ "package": "@fluentui/react-positioning",
107
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
108
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
109
+ }
110
+ ]
111
+ }
112
+ },
113
+ {
114
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
115
+ "tag": "@fluentui/react-positioning_v9.0.0-beta.1",
116
+ "version": "9.0.0-beta.1",
117
+ "comments": {
118
+ "prerelease": [
119
+ {
120
+ "author": "lingfangao@hotmail.com",
121
+ "package": "@fluentui/react-positioning",
122
+ "comment": "Bump all v9 components to beta prerelease tag",
123
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
124
+ },
125
+ {
126
+ "author": "beachball",
127
+ "package": "@fluentui/react-positioning",
128
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.1",
129
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
130
+ },
131
+ {
132
+ "author": "beachball",
133
+ "package": "@fluentui/react-positioning",
134
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
135
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
136
+ }
137
+ ]
138
+ }
139
+ },
140
+ {
141
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
142
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.65",
143
+ "version": "9.0.0-alpha.65",
144
+ "comments": {
145
+ "prerelease": [
146
+ {
147
+ "author": "beachball",
148
+ "package": "@fluentui/react-positioning",
149
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
150
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
151
+ }
152
+ ]
153
+ }
154
+ },
155
+ {
156
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
157
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.64",
158
+ "version": "9.0.0-alpha.64",
159
+ "comments": {
160
+ "prerelease": [
161
+ {
162
+ "author": "lingfangao@hotmail.com",
163
+ "package": "@fluentui/react-positioning",
164
+ "comment": "Bump v9 prerelease versions to rerelease",
165
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
166
+ },
167
+ {
168
+ "author": "beachball",
169
+ "package": "@fluentui/react-positioning",
170
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.28",
171
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
172
+ },
173
+ {
174
+ "author": "beachball",
175
+ "package": "@fluentui/react-positioning",
176
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
177
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
178
+ }
179
+ ]
180
+ }
181
+ },
182
+ {
183
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
184
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.62",
185
+ "version": "9.0.0-alpha.62",
186
+ "comments": {
187
+ "prerelease": [
188
+ {
189
+ "author": "beachball",
190
+ "package": "@fluentui/react-positioning",
191
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.26",
192
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
193
+ }
194
+ ]
195
+ }
196
+ },
197
+ {
198
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
199
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.61",
200
+ "version": "9.0.0-alpha.61",
201
+ "comments": {
202
+ "prerelease": [
203
+ {
204
+ "author": "beachball",
205
+ "package": "@fluentui/react-positioning",
206
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
207
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
208
+ }
209
+ ]
210
+ }
211
+ },
212
+ {
213
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
214
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.60",
215
+ "version": "9.0.0-alpha.60",
216
+ "comments": {
217
+ "prerelease": [
218
+ {
219
+ "author": "beachball",
220
+ "package": "@fluentui/react-positioning",
221
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
222
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
223
+ }
224
+ ]
225
+ }
226
+ },
227
+ {
228
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
229
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.59",
230
+ "version": "9.0.0-alpha.59",
231
+ "comments": {
232
+ "prerelease": [
233
+ {
234
+ "author": "beachball",
235
+ "package": "@fluentui/react-positioning",
236
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
237
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
238
+ }
239
+ ]
240
+ }
241
+ },
242
+ {
243
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
244
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.58",
245
+ "version": "9.0.0-alpha.58",
246
+ "comments": {
247
+ "prerelease": [
248
+ {
249
+ "author": "beachball",
250
+ "package": "@fluentui/react-positioning",
251
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
252
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
253
+ }
254
+ ]
255
+ }
256
+ },
257
+ {
258
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
259
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.57",
260
+ "version": "9.0.0-alpha.57",
261
+ "comments": {
262
+ "prerelease": [
263
+ {
264
+ "author": "beachball",
265
+ "package": "@fluentui/react-positioning",
266
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.25",
267
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
268
+ }
269
+ ]
270
+ }
271
+ },
272
+ {
273
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
274
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.56",
275
+ "version": "9.0.0-alpha.56",
276
+ "comments": {
277
+ "none": [
278
+ {
279
+ "author": "lingfangao@hotmail.com",
280
+ "package": "@fluentui/react-positioning",
281
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
282
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
283
+ }
284
+ ],
285
+ "prerelease": [
286
+ {
287
+ "author": "lingfangao@hotmail.com",
288
+ "package": "@fluentui/react-positioning",
289
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
290
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.56"
291
+ }
292
+ ]
293
+ }
294
+ },
295
+ {
296
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
297
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.55",
298
+ "version": "9.0.0-alpha.55",
299
+ "comments": {
300
+ "prerelease": [
301
+ {
302
+ "author": "Humberto.Morimoto@microsoft.com",
303
+ "package": "@fluentui/react-positioning",
304
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
305
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.55"
306
+ }
307
+ ]
308
+ }
309
+ },
310
+ {
311
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
312
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.54",
313
+ "version": "9.0.0-alpha.54",
314
+ "comments": {
315
+ "prerelease": [
316
+ {
317
+ "author": "behowell@microsoft.com",
318
+ "package": "@fluentui/react-positioning",
319
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
320
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.54"
321
+ }
322
+ ]
323
+ }
324
+ },
325
+ {
326
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
327
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.53",
328
+ "version": "9.0.0-alpha.53",
329
+ "comments": {
330
+ "prerelease": [
331
+ {
332
+ "author": "bsunderhus@microsoft.com",
333
+ "package": "@fluentui/react-positioning",
334
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
335
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.53"
336
+ }
337
+ ]
338
+ }
339
+ },
340
+ {
341
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
342
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.52",
343
+ "version": "9.0.0-alpha.52",
344
+ "comments": {
345
+ "prerelease": [
346
+ {
347
+ "author": "lingfangao@hotmail.com",
348
+ "package": "@fluentui/react-positioning",
349
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
350
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
351
+ },
352
+ {
353
+ "author": "lingfangao@hotmail.com",
354
+ "package": "@fluentui/react-positioning",
355
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
356
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.52"
357
+ }
358
+ ]
359
+ }
360
+ },
361
+ {
362
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
363
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.51",
364
+ "version": "9.0.0-alpha.51",
365
+ "comments": {
366
+ "prerelease": [
367
+ {
368
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.45",
369
+ "author": "behowell@microsoft.com",
370
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
371
+ "package": "@fluentui/react-positioning"
372
+ }
373
+ ]
374
+ }
375
+ },
376
+ {
377
+ "date": "Wed, 08 Sep 2021 07:34:11 GMT",
378
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.50",
379
+ "version": "9.0.0-alpha.50",
380
+ "comments": {
381
+ "prerelease": [
382
+ {
383
+ "comment": "chore(usePopper): Document that `align` does not work without `position`",
384
+ "author": "lingfangao@hotmail.com",
385
+ "commit": "21f67e9922763bc9b50c9be8e5cc690d0ee3dac1",
386
+ "package": "@fluentui/react-positioning"
387
+ }
388
+ ]
389
+ }
390
+ },
391
+ {
392
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
393
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.49",
394
+ "version": "9.0.0-alpha.49",
395
+ "comments": {
396
+ "prerelease": [
397
+ {
398
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.44",
399
+ "author": "lingfangao@hotmail.com",
400
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
401
+ "package": "@fluentui/react-positioning"
402
+ }
403
+ ]
404
+ }
405
+ },
406
+ {
407
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
408
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.48",
409
+ "version": "9.0.0-alpha.48",
410
+ "comments": {
411
+ "prerelease": [
412
+ {
413
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.43",
414
+ "author": "bsunderhus@microsoft.com",
415
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
416
+ "package": "@fluentui/react-positioning"
417
+ }
418
+ ]
419
+ }
420
+ },
421
+ {
422
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
423
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.47",
424
+ "version": "9.0.0-alpha.47",
425
+ "comments": {
426
+ "prerelease": [
427
+ {
428
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.42",
429
+ "author": "lingfan.gao@microsoft.com",
430
+ "commit": "7a53d85571212d2f5b56a84fd84e29f5e1985daa",
431
+ "package": "@fluentui/react-positioning"
432
+ }
433
+ ]
434
+ }
435
+ },
436
+ {
437
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
438
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.46",
439
+ "version": "9.0.0-alpha.46",
440
+ "comments": {
441
+ "prerelease": [
442
+ {
443
+ "comment": "Updating TypeScript type-only imports/exports to use import/export syntax.",
444
+ "author": "dzearing@hotmail.com",
445
+ "commit": "4eec618fe480b129e08914b1f091a8509af60379",
446
+ "package": "@fluentui/react-positioning"
447
+ }
448
+ ],
449
+ "none": [
450
+ {
451
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.1",
452
+ "author": "dzearing@hotmail.com",
453
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
454
+ "package": "@fluentui/react-positioning"
455
+ },
456
+ {
457
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.41",
458
+ "author": "dzearing@hotmail.com",
459
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
460
+ "package": "@fluentui/react-positioning"
461
+ },
462
+ {
463
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.23",
464
+ "author": "dzearing@hotmail.com",
465
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
466
+ "package": "@fluentui/react-positioning"
467
+ },
468
+ {
469
+ "comment": "Bump @fluentui/scripts to v1.0.0",
470
+ "author": "dzearing@hotmail.com",
471
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
472
+ "package": "@fluentui/react-positioning"
473
+ }
474
+ ]
475
+ }
476
+ },
477
+ {
478
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
479
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.45",
480
+ "version": "9.0.0-alpha.45",
481
+ "comments": {
482
+ "prerelease": [
483
+ {
484
+ "comment": "Update .npmignore",
485
+ "author": "elcraig@microsoft.com",
486
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
487
+ "package": "@fluentui/react-positioning"
488
+ }
489
+ ],
490
+ "none": [
491
+ {
492
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
493
+ "author": "behowell@microsoft.com",
494
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
495
+ "package": "@fluentui/react-positioning"
496
+ },
497
+ {
498
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
499
+ "author": "elcraig@microsoft.com",
500
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
501
+ "package": "@fluentui/react-positioning"
502
+ },
503
+ {
504
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.22",
505
+ "author": "elcraig@microsoft.com",
506
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
507
+ "package": "@fluentui/react-positioning"
508
+ },
509
+ {
510
+ "comment": "Bump @fluentui/scripts to v1.0.0",
511
+ "author": "behowell@microsoft.com",
512
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
513
+ "package": "@fluentui/react-positioning"
514
+ }
515
+ ]
516
+ }
517
+ },
518
+ {
519
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
520
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.44",
521
+ "version": "9.0.0-alpha.44",
522
+ "comments": {
523
+ "prerelease": [
524
+ {
525
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.39",
526
+ "author": "bsunderhus@microsoft.com",
527
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
528
+ "package": "@fluentui/react-positioning"
529
+ }
530
+ ]
531
+ }
532
+ },
533
+ {
534
+ "date": "Mon, 16 Aug 2021 07:36:39 GMT",
535
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.43",
536
+ "version": "9.0.0-alpha.43",
537
+ "comments": {
538
+ "prerelease": [
539
+ {
540
+ "comment": "feat(positioning): implement shorthand positioning option and shorthand parsing utility",
541
+ "author": "lingfan.gao@microsoft.com",
542
+ "commit": "9a29ba46e28735f7e10d06627a90931ec5a250c8",
543
+ "package": "@fluentui/react-positioning"
544
+ }
545
+ ]
546
+ }
547
+ },
548
+ {
549
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
550
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.42",
551
+ "version": "9.0.0-alpha.42",
552
+ "comments": {
553
+ "prerelease": [
554
+ {
555
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.21",
556
+ "author": "olfedias@microsoft.com",
557
+ "commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
558
+ "package": "@fluentui/react-positioning"
559
+ }
560
+ ]
561
+ }
562
+ },
563
+ {
564
+ "date": "Tue, 10 Aug 2021 07:33:28 GMT",
565
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.41",
566
+ "version": "9.0.0-alpha.41",
567
+ "comments": {
568
+ "prerelease": [
569
+ {
570
+ "comment": "cleanup types, do not export PopperOptions",
571
+ "author": "olfedias@microsoft.com",
572
+ "commit": "57a2bc1f8a6ec7859bf4a3509696681d39602561",
573
+ "package": "@fluentui/react-positioning"
574
+ }
575
+ ]
576
+ }
577
+ },
578
+ {
579
+ "date": "Fri, 06 Aug 2021 07:35:14 GMT",
580
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.40",
581
+ "version": "9.0.0-alpha.40",
582
+ "comments": {
583
+ "prerelease": [
584
+ {
585
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.38",
586
+ "author": "bsunderhus@microsoft.com",
587
+ "commit": "9ac8b044a6a524d6ce55f3f801ce0189a8087e85",
588
+ "package": "@fluentui/react-positioning"
589
+ }
590
+ ]
591
+ }
592
+ },
593
+ {
594
+ "date": "Wed, 04 Aug 2021 07:34:12 GMT",
595
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.39",
596
+ "version": "9.0.0-alpha.39",
597
+ "comments": {
598
+ "none": [
599
+ {
600
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.37",
601
+ "author": "czearing@outlook.com",
602
+ "commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
603
+ "package": "@fluentui/react-positioning"
604
+ }
605
+ ]
606
+ }
607
+ },
608
+ {
609
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
610
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.39",
611
+ "version": "9.0.0-alpha.39",
612
+ "comments": {
613
+ "prerelease": [
614
+ {
615
+ "comment": "Fix issues flagged by the exhaustive-deps rule in usePopper",
616
+ "author": "behowell@microsoft.com",
617
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
618
+ "package": "@fluentui/react-positioning"
619
+ }
620
+ ],
621
+ "patch": [
622
+ {
623
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
624
+ "author": "behowell@microsoft.com",
625
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
626
+ "package": "@fluentui/react-positioning"
627
+ },
628
+ {
629
+ "comment": "Bump @fluentui/scripts to v1.0.0",
630
+ "author": "behowell@microsoft.com",
631
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
632
+ "package": "@fluentui/react-positioning"
633
+ }
634
+ ]
635
+ }
636
+ },
637
+ {
638
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
639
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.38",
640
+ "version": "9.0.0-alpha.38",
641
+ "comments": {
642
+ "prerelease": [
643
+ {
644
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.36",
645
+ "author": "lingfan.gao@microsoft.com",
646
+ "commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
647
+ "package": "@fluentui/react-positioning"
648
+ }
649
+ ]
650
+ }
651
+ },
652
+ {
653
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
654
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.37",
655
+ "version": "9.0.0-alpha.37",
656
+ "comments": {
657
+ "prerelease": [
658
+ {
659
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.19",
660
+ "author": "miroslav.stastny@microsoft.com",
661
+ "commit": "aa570c511fdcef015696f07182af8bb251311406",
662
+ "package": "@fluentui/react-positioning"
663
+ }
664
+ ]
665
+ }
666
+ },
667
+ {
668
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
669
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.36",
670
+ "version": "9.0.0-alpha.36",
671
+ "comments": {
672
+ "prerelease": [
673
+ {
674
+ "comment": "Update Popper to use options.target whenever it is defined (even if null)",
675
+ "author": "behowell@microsoft.com",
676
+ "commit": "d38109a7fd40e187aca862046219cf9a7ca66131",
677
+ "package": "@fluentui/react-positioning"
678
+ }
679
+ ]
680
+ }
681
+ },
682
+ {
683
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
684
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.35",
685
+ "version": "9.0.0-alpha.35",
686
+ "comments": {
687
+ "prerelease": [
688
+ {
689
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.34",
690
+ "author": "behowell@microsoft.com",
691
+ "commit": "2e257154d0448b8d4fd64142f93fcc9a225995cc",
692
+ "package": "@fluentui/react-positioning"
693
+ }
694
+ ]
695
+ }
696
+ },
697
+ {
698
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
699
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.34",
700
+ "version": "9.0.0-alpha.34",
701
+ "comments": {
702
+ "none": [
703
+ {
704
+ "comment": "add bundle size fixtures",
705
+ "author": "olfedias@microsoft.com",
706
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
707
+ "package": "@fluentui/react-positioning"
708
+ }
709
+ ]
710
+ }
711
+ },
712
+ {
713
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
714
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.34",
715
+ "version": "9.0.0-alpha.34",
716
+ "comments": {
717
+ "prerelease": [
718
+ {
719
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
720
+ "author": "bsunderhus@microsoft.com",
721
+ "commit": "b60234948eacb8c6fa9d08ab8e98d963f583d475",
722
+ "package": "@fluentui/react-positioning"
723
+ }
724
+ ]
725
+ }
726
+ },
727
+ {
728
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
729
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.33",
730
+ "version": "9.0.0-alpha.33",
731
+ "comments": {
732
+ "patch": [
733
+ {
734
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
735
+ "author": "martinhochel@microsoft.com",
736
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
737
+ "package": "@fluentui/react-positioning"
738
+ },
739
+ {
740
+ "comment": "Bump @fluentui/scripts to v1.0.0",
741
+ "author": "martinhochel@microsoft.com",
742
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
743
+ "package": "@fluentui/react-positioning"
744
+ }
745
+ ],
746
+ "prerelease": [
747
+ {
748
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.32",
749
+ "author": "martinhochel@microsoft.com",
750
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
751
+ "package": "@fluentui/react-positioning"
752
+ }
753
+ ]
754
+ }
755
+ },
756
+ {
757
+ "date": "Fri, 02 Jul 2021 23:15:55 GMT",
758
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.32",
759
+ "version": "9.0.0-alpha.32",
760
+ "comments": {
761
+ "prerelease": [
762
+ {
763
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.31",
764
+ "author": "bsunderhus@microsoft.com",
765
+ "commit": "6c37a1cb5c312d4be8b239bfd9f6c9f28e9f0d24",
766
+ "package": "@fluentui/react-positioning"
767
+ }
768
+ ]
769
+ }
770
+ },
771
+ {
772
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
773
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.31",
774
+ "version": "9.0.0-alpha.31",
775
+ "comments": {
776
+ "prerelease": [
777
+ {
778
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.16",
779
+ "author": "miroslav.stastny@microsoft.com",
780
+ "commit": "7222c057ece8a528431a1860223d9d920685f975",
781
+ "package": "@fluentui/react-positioning"
782
+ }
783
+ ]
784
+ }
785
+ },
786
+ {
787
+ "date": "Thu, 01 Jul 2021 07:35:05 GMT",
788
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.30",
789
+ "version": "9.0.0-alpha.30",
790
+ "comments": {
791
+ "prerelease": [
792
+ {
793
+ "comment": "Fixing bug in start script of converged packages.",
794
+ "author": "Humberto.Morimoto@microsoft.com",
795
+ "commit": "c7eff2580a6fe159bbb3c4e77e549925187f3150",
796
+ "package": "@fluentui/react-positioning"
797
+ }
798
+ ]
799
+ }
800
+ },
801
+ {
802
+ "date": "Wed, 23 Jun 2021 07:31:49 GMT",
803
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.29",
804
+ "version": "9.0.0-alpha.29",
805
+ "comments": {
806
+ "none": [
807
+ {
808
+ "comment": "Update build:local output path",
809
+ "author": "miroslav.stastny@microsoft.com",
810
+ "commit": "e4b6b9a9cbc90d5de498a85aeb793678b48f649b",
811
+ "package": "@fluentui/react-positioning"
812
+ }
813
+ ]
814
+ }
815
+ },
816
+ {
817
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
818
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.29",
819
+ "version": "9.0.0-alpha.29",
820
+ "comments": {
821
+ "none": [
822
+ {
823
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.15",
824
+ "author": "miroslav.stastny@microsoft.com",
825
+ "commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
826
+ "package": "@fluentui/react-positioning"
827
+ }
828
+ ]
829
+ }
830
+ },
831
+ {
832
+ "date": "Fri, 18 Jun 2021 07:30:58 GMT",
833
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.29",
834
+ "version": "9.0.0-alpha.29",
835
+ "comments": {
836
+ "none": [
837
+ {
838
+ "comment": "chore(usePopper): Migrate react-positioning to new DX",
839
+ "author": "lingfan.gao@microsoft.com",
840
+ "commit": "1817a5e193448ab6f456e3bd9445e537fd64348c",
841
+ "package": "@fluentui/react-positioning"
842
+ }
843
+ ]
844
+ }
845
+ },
846
+ {
847
+ "date": "Wed, 16 Jun 2021 07:34:24 GMT",
848
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.29",
849
+ "version": "9.0.0-alpha.29",
850
+ "comments": {
851
+ "prerelease": [
852
+ {
853
+ "comment": "feat(usePopperMouseTarget): Reusable hook to manage the state of a virtual popper element",
854
+ "author": "lingfan.gao@microsoft.com",
855
+ "commit": "823b75aaf95a5324a8ef0e504f65706c5769fb85",
856
+ "package": "@fluentui/react-positioning"
857
+ }
858
+ ]
859
+ }
860
+ },
861
+ {
862
+ "date": "Tue, 15 Jun 2021 07:40:20 GMT",
863
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.28",
864
+ "version": "9.0.0-alpha.28",
865
+ "comments": {
866
+ "prerelease": [
867
+ {
868
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.29",
869
+ "author": "behowell@microsoft.com",
870
+ "commit": "10b1e17acaa01675866f7a623be1a61b1478d7d7",
871
+ "package": "@fluentui/react-positioning"
872
+ }
873
+ ]
874
+ }
875
+ },
876
+ {
877
+ "date": "Mon, 07 Jun 2021 07:38:15 GMT",
878
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.27",
879
+ "version": "9.0.0-alpha.27",
880
+ "comments": {
881
+ "patch": [
882
+ {
883
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.1",
884
+ "author": "martinhochel@microsoft.com",
885
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
886
+ "package": "@fluentui/react-positioning"
887
+ },
888
+ {
889
+ "comment": "Bump @fluentui/scripts to v1.0.0",
890
+ "author": "martinhochel@microsoft.com",
891
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
892
+ "package": "@fluentui/react-positioning"
893
+ }
894
+ ],
895
+ "prerelease": [
896
+ {
897
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.28",
898
+ "author": "martinhochel@microsoft.com",
899
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
900
+ "package": "@fluentui/react-positioning"
901
+ }
902
+ ]
903
+ }
904
+ },
905
+ {
906
+ "date": "Fri, 04 Jun 2021 07:37:23 GMT",
907
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.26",
908
+ "version": "9.0.0-alpha.26",
909
+ "comments": {
910
+ "prerelease": [
911
+ {
912
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.14",
913
+ "author": "Humberto.Morimoto@microsoft.com",
914
+ "commit": "1ca8c8f0c4eb633e6b34c0b6182c09103d4c7fcb",
915
+ "package": "@fluentui/react-positioning"
916
+ }
917
+ ]
918
+ }
919
+ },
920
+ {
921
+ "date": "Thu, 03 Jun 2021 07:36:03 GMT",
922
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.25",
923
+ "version": "9.0.0-alpha.25",
924
+ "comments": {
925
+ "prerelease": [
926
+ {
927
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.13",
928
+ "author": "miroslav.stastny@microsoft.com",
929
+ "commit": "32aed1a91b19ac1beb161a7a2ab43e78b51f53d1",
930
+ "package": "@fluentui/react-positioning"
931
+ }
932
+ ],
933
+ "none": [
934
+ {
935
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26",
936
+ "author": "martinhochel@microsoft.com",
937
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
938
+ "package": "@fluentui/react-positioning"
939
+ }
940
+ ]
941
+ }
942
+ },
943
+ {
944
+ "date": "Tue, 01 Jun 2021 07:31:58 GMT",
945
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.24",
946
+ "version": "9.0.0-alpha.24",
947
+ "comments": {
948
+ "none": [
949
+ {
950
+ "comment": "Revert \"chore: enable Jest aliases for converged packages (#18337)\"",
951
+ "author": "olfedias@microsoft.com",
952
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
953
+ "package": "@fluentui/react-positioning"
954
+ }
955
+ ]
956
+ }
957
+ },
958
+ {
959
+ "date": "Fri, 28 May 2021 07:33:57 GMT",
960
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.24",
961
+ "version": "9.0.0-alpha.24",
962
+ "comments": {
963
+ "none": [
964
+ {
965
+ "comment": "enable Jest aliases",
966
+ "author": "olfedias@microsoft.com",
967
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
968
+ "package": "@fluentui/react-positioning"
969
+ },
970
+ {
971
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.12",
972
+ "author": "olfedias@microsoft.com",
973
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
974
+ "package": "@fluentui/react-positioning"
975
+ },
976
+ {
977
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26",
978
+ "author": "lingfan.gao@microsoft.com",
979
+ "commit": "53145c8f329f92f25d1ce2cd132e6dc4ee4ce43a",
980
+ "package": "@fluentui/react-positioning"
981
+ }
982
+ ],
983
+ "prerelease": [
984
+ {
985
+ "comment": "createTargetFromClick utility to anchor popper to mouse position",
986
+ "author": "lingfan.gao@microsoft.com",
987
+ "commit": "53145c8f329f92f25d1ce2cd132e6dc4ee4ce43a",
988
+ "package": "@fluentui/react-positioning"
989
+ }
990
+ ]
991
+ }
992
+ },
993
+ {
994
+ "date": "Wed, 26 May 2021 07:35:43 GMT",
995
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.23",
996
+ "version": "9.0.0-alpha.23",
997
+ "comments": {
998
+ "prerelease": [
999
+ {
1000
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.25",
1001
+ "author": "lingfan.gao@microsoft.com",
1002
+ "commit": "6ffca36c9537a1852d8ec26478b8b7aeb059e17c",
1003
+ "package": "@fluentui/react-positioning"
1004
+ }
1005
+ ]
1006
+ }
1007
+ },
1008
+ {
1009
+ "date": "Fri, 21 May 2021 07:34:54 GMT",
1010
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.22",
1011
+ "version": "9.0.0-alpha.22",
1012
+ "comments": {
1013
+ "prerelease": [
1014
+ {
1015
+ "comment": "Add `coverTarget` modifier and option",
1016
+ "author": "lingfan.gao@microsoft.com",
1017
+ "commit": "557f2e8a08fd762e5164e2a8c26a378afa8f6594",
1018
+ "package": "@fluentui/react-positioning"
1019
+ }
1020
+ ],
1021
+ "none": [
1022
+ {
1023
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.12",
1024
+ "author": "miroslav.stastny@microsoft.com",
1025
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
1026
+ "package": "@fluentui/react-positioning"
1027
+ }
1028
+ ]
1029
+ }
1030
+ },
1031
+ {
1032
+ "date": "Thu, 20 May 2021 07:41:54 GMT",
1033
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.21",
1034
+ "version": "9.0.0-alpha.21",
1035
+ "comments": {
1036
+ "none": [
1037
+ {
1038
+ "comment": "Remove unused eslint-disable",
1039
+ "author": "elcraig@microsoft.com",
1040
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1041
+ "package": "@fluentui/react-positioning"
1042
+ }
1043
+ ],
1044
+ "patch": [
1045
+ {
1046
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.0",
1047
+ "author": "elcraig@microsoft.com",
1048
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1049
+ "package": "@fluentui/react-positioning"
1050
+ },
1051
+ {
1052
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1053
+ "author": "elcraig@microsoft.com",
1054
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1055
+ "package": "@fluentui/react-positioning"
1056
+ }
1057
+ ],
1058
+ "prerelease": [
1059
+ {
1060
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.23",
1061
+ "author": "elcraig@microsoft.com",
1062
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1063
+ "package": "@fluentui/react-positioning"
1064
+ }
1065
+ ]
1066
+ }
1067
+ },
1068
+ {
1069
+ "date": "Wed, 19 May 2021 07:34:20 GMT",
1070
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.20",
1071
+ "version": "9.0.0-alpha.20",
1072
+ "comments": {
1073
+ "prerelease": [
1074
+ {
1075
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.11",
1076
+ "author": "olfedias@microsoft.com",
1077
+ "commit": "975140887c6ad2391f8db63003ed440239ec9c25",
1078
+ "package": "@fluentui/react-positioning"
1079
+ }
1080
+ ]
1081
+ }
1082
+ },
1083
+ {
1084
+ "date": "Thu, 13 May 2021 07:36:55 GMT",
1085
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.19",
1086
+ "version": "9.0.0-alpha.19",
1087
+ "comments": {
1088
+ "prerelease": [
1089
+ {
1090
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.10",
1091
+ "author": "olfedias@microsoft.com",
1092
+ "commit": "d1d73e5ea7be50ad93077fad7d3b05af4db1cc94",
1093
+ "package": "@fluentui/react-positioning"
1094
+ }
1095
+ ]
1096
+ }
1097
+ },
1098
+ {
1099
+ "date": "Wed, 12 May 2021 07:36:20 GMT",
1100
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.18",
1101
+ "version": "9.0.0-alpha.18",
1102
+ "comments": {
1103
+ "prerelease": [
1104
+ {
1105
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.9",
1106
+ "author": "behowell@microsoft.com",
1107
+ "commit": "e0b7d62f54c1b6e7ff8847ec60307ebac692ff7e",
1108
+ "package": "@fluentui/react-positioning"
1109
+ }
1110
+ ]
1111
+ }
1112
+ },
1113
+ {
1114
+ "date": "Tue, 04 May 2021 07:36:35 GMT",
1115
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.17",
1116
+ "version": "9.0.0-alpha.17",
1117
+ "comments": {
1118
+ "prerelease": [
1119
+ {
1120
+ "comment": "Support popper target override",
1121
+ "author": "lingfan.gao@microsoft.com",
1122
+ "commit": "2aa0cde53c7bfda08651bc9e5bbe9a31d3a40b4f",
1123
+ "package": "@fluentui/react-positioning"
1124
+ }
1125
+ ]
1126
+ }
1127
+ },
1128
+ {
1129
+ "date": "Mon, 03 May 2021 07:45:19 GMT",
1130
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.16",
1131
+ "version": "9.0.0-alpha.16",
1132
+ "comments": {
1133
+ "prerelease": [
1134
+ {
1135
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.21",
1136
+ "author": "lingfan.gao@microsoft.com",
1137
+ "commit": "5e6aa4df0c03051e59d686d24b35f01c721a3b4e",
1138
+ "package": "@fluentui/react-positioning"
1139
+ }
1140
+ ]
1141
+ }
1142
+ },
1143
+ {
1144
+ "date": "Fri, 30 Apr 2021 07:42:23 GMT",
1145
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.15",
1146
+ "version": "9.0.0-alpha.15",
1147
+ "comments": {
1148
+ "prerelease": [
1149
+ {
1150
+ "comment": "AutoSize modifier - add options to apply max sizes always",
1151
+ "author": "yuanboxue@microsoft.com",
1152
+ "commit": "8c3a5aa1d2c24b7bb08d688180abbd80979e99e7",
1153
+ "package": "@fluentui/react-positioning"
1154
+ },
1155
+ {
1156
+ "comment": "Upgrade to ts 4.0",
1157
+ "author": "joschect@microsoft.com",
1158
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1159
+ "package": "@fluentui/react-positioning"
1160
+ }
1161
+ ],
1162
+ "patch": [
1163
+ {
1164
+ "comment": "Bump @fluentui/eslint-plugin to v1.2.0",
1165
+ "author": "joschect@microsoft.com",
1166
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1167
+ "package": "@fluentui/react-positioning"
1168
+ },
1169
+ {
1170
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1171
+ "author": "joschect@microsoft.com",
1172
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1173
+ "package": "@fluentui/react-positioning"
1174
+ }
1175
+ ]
1176
+ }
1177
+ },
1178
+ {
1179
+ "date": "Fri, 23 Apr 2021 07:37:10 GMT",
1180
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.14",
1181
+ "version": "9.0.0-alpha.14",
1182
+ "comments": {
1183
+ "patch": [
1184
+ {
1185
+ "comment": "Bump @fluentui/eslint-plugin to v1.1.1",
1186
+ "author": "olfedias@microsoft.com",
1187
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1188
+ "package": "@fluentui/react-positioning"
1189
+ },
1190
+ {
1191
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1192
+ "author": "olfedias@microsoft.com",
1193
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1194
+ "package": "@fluentui/react-positioning"
1195
+ }
1196
+ ],
1197
+ "prerelease": [
1198
+ {
1199
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.19",
1200
+ "author": "olfedias@microsoft.com",
1201
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1202
+ "package": "@fluentui/react-positioning"
1203
+ }
1204
+ ]
1205
+ }
1206
+ },
1207
+ {
1208
+ "date": "Thu, 22 Apr 2021 07:33:28 GMT",
1209
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.13",
1210
+ "version": "9.0.0-alpha.13",
1211
+ "comments": {
1212
+ "prerelease": [
1213
+ {
1214
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.18",
1215
+ "author": "olfedias@microsoft.com",
1216
+ "commit": "7feded422987e9c82f3250f419ab62118a52f9d4",
1217
+ "package": "@fluentui/react-positioning"
1218
+ }
1219
+ ]
1220
+ }
1221
+ },
1222
+ {
1223
+ "date": "Wed, 21 Apr 2021 07:31:50 GMT",
1224
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.12",
1225
+ "version": "9.0.0-alpha.12",
1226
+ "comments": {
1227
+ "prerelease": [
1228
+ {
1229
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.17",
1230
+ "author": "miroslav.stastny@microsoft.com",
1231
+ "commit": "64da065944467537d8f23a97ef4c19c3d60a529b",
1232
+ "package": "@fluentui/react-positioning"
1233
+ }
1234
+ ]
1235
+ }
1236
+ },
1237
+ {
1238
+ "date": "Tue, 20 Apr 2021 07:31:35 GMT",
1239
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.11",
1240
+ "version": "9.0.0-alpha.11",
1241
+ "comments": {
1242
+ "prerelease": [
1243
+ {
1244
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.6",
1245
+ "author": "lingfan.gao@microsoft.com",
1246
+ "commit": "01e2e2ce7b042308c503e642a1bb94ff371b7dd1",
1247
+ "package": "@fluentui/react-positioning"
1248
+ }
1249
+ ]
1250
+ }
1251
+ },
1252
+ {
1253
+ "date": "Mon, 19 Apr 2021 07:33:33 GMT",
1254
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.10",
1255
+ "version": "9.0.0-alpha.10",
1256
+ "comments": {
1257
+ "none": [
1258
+ {
1259
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.5",
1260
+ "author": "elcraig@microsoft.com",
1261
+ "commit": "fdc32557d49e5d70ea7e4af8957102d415b44547",
1262
+ "package": "@fluentui/react-positioning"
1263
+ }
1264
+ ]
1265
+ }
1266
+ },
1267
+ {
1268
+ "date": "Fri, 16 Apr 2021 18:08:21 GMT",
1269
+ "tag": "@fluentui/react-positioning_v9.0.0-alpha.10",
1270
+ "version": "9.0.0-alpha.10",
1271
+ "comments": {
1272
+ "prerelease": [
1273
+ {
1274
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.5",
1275
+ "author": "lingfan.gao@microsoft.com",
1276
+ "commit": "202f547fef3255f5c59ff4ad912c67b4978ef457",
1277
+ "package": "@fluentui/react-positioning"
1278
+ }
1279
+ ]
1280
+ }
1281
+ },
1282
+ {
1283
+ "date": "Fri, 16 Apr 2021 07:32:08 GMT",
6
1284
  "tag": "@fluentui/react-positioning_v9.0.0-alpha.9",
7
1285
  "version": "9.0.0-alpha.9",
8
1286
  "comments": {