@fluentui/react-positioning 9.0.0-alpha.6 → 9.0.0-alpha.60

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