@fluentui/react-positioning 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. package/CHANGELOG.json +457 -12
  2. package/CHANGELOG.md +209 -72
  3. package/dist/index.d.ts +247 -0
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/createArrowStyles.js +87 -0
  6. package/lib/createArrowStyles.js.map +1 -0
  7. package/lib/createVirtualElementFromClick.js +19 -15
  8. package/lib/createVirtualElementFromClick.js.map +1 -1
  9. package/lib/index.js +4 -4
  10. package/lib/index.js.map +1 -1
  11. package/lib/isIntersectingModifier.js +26 -0
  12. package/lib/isIntersectingModifier.js.map +1 -0
  13. package/lib/types.js.map +1 -1
  14. package/lib/usePositioning.js +408 -0
  15. package/lib/usePositioning.js.map +1 -0
  16. package/lib/usePositioningMouseTarget.js +40 -0
  17. package/lib/usePositioningMouseTarget.js.map +1 -0
  18. package/lib/utils/fromPopperPlacement.js +40 -0
  19. package/lib/utils/fromPopperPlacement.js.map +1 -0
  20. package/lib/utils/getBoundary.js +15 -10
  21. package/lib/utils/getBoundary.js.map +1 -1
  22. package/lib/utils/getPopperOffset.js +44 -0
  23. package/lib/utils/getPopperOffset.js.map +1 -0
  24. package/lib/utils/getReactFiberFromNode.js +39 -35
  25. package/lib/utils/getReactFiberFromNode.js.map +1 -1
  26. package/lib/utils/getScrollParent.js +46 -32
  27. package/lib/utils/getScrollParent.js.map +1 -1
  28. package/lib/utils/index.js +1 -1
  29. package/lib/utils/index.js.map +1 -1
  30. package/lib/utils/mergeArrowOffset.js +31 -25
  31. package/lib/utils/mergeArrowOffset.js.map +1 -1
  32. package/lib/utils/parsePopperPlacement.js +14 -0
  33. package/lib/utils/parsePopperPlacement.js.map +1 -0
  34. package/lib/utils/positioningHelper.js +42 -34
  35. package/lib/utils/positioningHelper.js.map +1 -1
  36. package/lib/utils/resolvePositioningShorthand.js +58 -20
  37. package/lib/utils/resolvePositioningShorthand.js.map +1 -1
  38. package/lib/utils/useCallbackRef.js +35 -29
  39. package/lib/utils/useCallbackRef.js.map +1 -1
  40. package/lib-commonjs/createArrowStyles.js +100 -0
  41. package/lib-commonjs/createArrowStyles.js.map +1 -0
  42. package/lib-commonjs/createVirtualElementFromClick.js +25 -16
  43. package/lib-commonjs/createVirtualElementFromClick.js.map +1 -1
  44. package/lib-commonjs/index.js +62 -10
  45. package/lib-commonjs/index.js.map +1 -1
  46. package/lib-commonjs/isIntersectingModifier.js +34 -0
  47. package/lib-commonjs/isIntersectingModifier.js.map +1 -0
  48. package/lib-commonjs/types.js +4 -1
  49. package/lib-commonjs/types.js.map +1 -1
  50. package/lib-commonjs/usePositioning.js +424 -0
  51. package/lib-commonjs/usePositioning.js.map +1 -0
  52. package/lib-commonjs/usePositioningMouseTarget.js +51 -0
  53. package/lib-commonjs/usePositioningMouseTarget.js.map +1 -0
  54. package/lib-commonjs/utils/fromPopperPlacement.js +50 -0
  55. package/lib-commonjs/utils/fromPopperPlacement.js.map +1 -0
  56. package/lib-commonjs/utils/getBoundary.js +23 -12
  57. package/lib-commonjs/utils/getBoundary.js.map +1 -1
  58. package/lib-commonjs/utils/getPopperOffset.js +54 -0
  59. package/lib-commonjs/utils/getPopperOffset.js.map +1 -0
  60. package/lib-commonjs/utils/getReactFiberFromNode.js +44 -36
  61. package/lib-commonjs/utils/getReactFiberFromNode.js.map +1 -1
  62. package/lib-commonjs/utils/getScrollParent.js +53 -33
  63. package/lib-commonjs/utils/getScrollParent.js.map +1 -1
  64. package/lib-commonjs/utils/index.js +15 -3
  65. package/lib-commonjs/utils/index.js.map +1 -1
  66. package/lib-commonjs/utils/mergeArrowOffset.js +37 -26
  67. package/lib-commonjs/utils/mergeArrowOffset.js.map +1 -1
  68. package/lib-commonjs/utils/parsePopperPlacement.js +23 -0
  69. package/lib-commonjs/utils/parsePopperPlacement.js.map +1 -0
  70. package/lib-commonjs/utils/positioningHelper.js +50 -35
  71. package/lib-commonjs/utils/positioningHelper.js.map +1 -1
  72. package/lib-commonjs/utils/resolvePositioningShorthand.js +66 -23
  73. package/lib-commonjs/utils/resolvePositioningShorthand.js.map +1 -1
  74. package/lib-commonjs/utils/useCallbackRef.js +45 -32
  75. package/lib-commonjs/utils/useCallbackRef.js.map +1 -1
  76. package/package.json +17 -14
  77. package/dist/react-positioning.d.ts +0 -143
  78. package/lib/createVirtualElementFromClick.d.ts +0 -6
  79. package/lib/index.d.ts +0 -5
  80. package/lib/types.d.ts +0 -68
  81. package/lib/usePopper.d.ts +0 -35
  82. package/lib/usePopper.js +0 -357
  83. package/lib/usePopper.js.map +0 -1
  84. package/lib/usePopperMouseTarget.d.ts +0 -11
  85. package/lib/usePopperMouseTarget.js +0 -34
  86. package/lib/usePopperMouseTarget.js.map +0 -1
  87. package/lib/utils/getBasePlacement.d.ts +0 -8
  88. package/lib/utils/getBasePlacement.js +0 -10
  89. package/lib/utils/getBasePlacement.js.map +0 -1
  90. package/lib/utils/getBoundary.d.ts +0 -6
  91. package/lib/utils/getReactFiberFromNode.d.ts +0 -109
  92. package/lib/utils/getScrollParent.d.ts +0 -12
  93. package/lib/utils/index.d.ts +0 -8
  94. package/lib/utils/mergeArrowOffset.d.ts +0 -10
  95. package/lib/utils/positioningHelper.d.ts +0 -7
  96. package/lib/utils/resolvePositioningShorthand.d.ts +0 -2
  97. package/lib/utils/useCallbackRef.d.ts +0 -19
  98. package/lib-commonjs/createVirtualElementFromClick.d.ts +0 -6
  99. package/lib-commonjs/index.d.ts +0 -5
  100. package/lib-commonjs/types.d.ts +0 -68
  101. package/lib-commonjs/usePopper.d.ts +0 -35
  102. package/lib-commonjs/usePopper.js +0 -361
  103. package/lib-commonjs/usePopper.js.map +0 -1
  104. package/lib-commonjs/usePopperMouseTarget.d.ts +0 -11
  105. package/lib-commonjs/usePopperMouseTarget.js +0 -38
  106. package/lib-commonjs/usePopperMouseTarget.js.map +0 -1
  107. package/lib-commonjs/utils/getBasePlacement.d.ts +0 -8
  108. package/lib-commonjs/utils/getBasePlacement.js +0 -14
  109. package/lib-commonjs/utils/getBasePlacement.js.map +0 -1
  110. package/lib-commonjs/utils/getBoundary.d.ts +0 -6
  111. package/lib-commonjs/utils/getReactFiberFromNode.d.ts +0 -109
  112. package/lib-commonjs/utils/getScrollParent.d.ts +0 -12
  113. package/lib-commonjs/utils/index.d.ts +0 -8
  114. package/lib-commonjs/utils/mergeArrowOffset.d.ts +0 -10
  115. package/lib-commonjs/utils/positioningHelper.d.ts +0 -7
  116. package/lib-commonjs/utils/resolvePositioningShorthand.d.ts +0 -2
  117. package/lib-commonjs/utils/useCallbackRef.d.ts +0 -19
package/CHANGELOG.json CHANGED
@@ -2,34 +2,479 @@
2
2
  "name": "@fluentui/react-positioning",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 20 Oct 2021 09:19:30 GMT",
6
- "tag": "@fluentui/react-positioning_v9.0.0-nightly.d730088d7f.0",
7
- "version": "9.0.0-nightly.d730088d7f.0",
5
+ "date": "Mon, 23 May 2022 18:54:52 GMT",
6
+ "tag": "@fluentui/react-positioning_v9.0.0-rc.10",
7
+ "version": "9.0.0-rc.10",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-positioning",
13
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
14
+ "comment": "BREAKING CHANGE: Encapsulate Popper API"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-positioning",
19
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.9",
20
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-positioning",
25
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
26
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Mon, 23 May 2022 12:13:34 GMT",
33
+ "tag": "@fluentui/react-positioning_v9.0.0-rc.9",
34
+ "version": "9.0.0-rc.9",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "martinhochel@microsoft.com",
39
+ "package": "@fluentui/react-positioning",
40
+ "commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
41
+ "comment": "feat: ship rolluped only dts"
42
+ },
43
+ {
44
+ "author": "olfedias@microsoft.com",
45
+ "package": "@fluentui/react-positioning",
46
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
47
+ "comment": "chore: Update Griffel to latest version"
48
+ },
49
+ {
50
+ "author": "olfedias@microsoft.com",
51
+ "package": "@fluentui/react-positioning",
52
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
53
+ "comment": "chore: Update Griffel to latest version"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-positioning",
58
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
59
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-positioning",
64
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
65
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-positioning",
70
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
71
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
72
+ }
73
+ ]
74
+ }
75
+ },
76
+ {
77
+ "date": "Thu, 05 May 2022 18:26:25 GMT",
78
+ "tag": "@fluentui/react-positioning_v9.0.0-rc.8",
79
+ "version": "9.0.0-rc.8",
80
+ "comments": {
81
+ "prerelease": [
82
+ {
83
+ "author": "humberto_makoto@hotmail.com",
84
+ "package": "@fluentui/react-positioning",
85
+ "commit": "de4f22fd2febb817c720c59c5798200bb56fbe06",
86
+ "comment": "Removing star exports."
87
+ },
88
+ {
89
+ "author": "beachball",
90
+ "package": "@fluentui/react-positioning",
91
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
92
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
93
+ },
94
+ {
95
+ "author": "beachball",
96
+ "package": "@fluentui/react-positioning",
97
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
98
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
99
+ },
100
+ {
101
+ "author": "beachball",
102
+ "package": "@fluentui/react-positioning",
103
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
104
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
105
+ }
106
+ ]
107
+ }
108
+ },
109
+ {
110
+ "date": "Wed, 04 May 2022 13:26:47 GMT",
111
+ "tag": "@fluentui/react-positioning_v9.0.0-rc.7",
112
+ "version": "9.0.0-rc.7",
113
+ "comments": {
114
+ "none": [
115
+ {
116
+ "author": "tristan.watanabe@gmail.com",
117
+ "package": "@fluentui/react-positioning",
118
+ "commit": "8ec3d32fa26e6cf803ab9d18671fd51ba06c74ab",
119
+ "comment": "react-positioning: Move to new common folder."
120
+ }
121
+ ],
122
+ "prerelease": [
123
+ {
124
+ "author": "beachball",
125
+ "package": "@fluentui/react-positioning",
126
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
127
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
128
+ },
129
+ {
130
+ "author": "beachball",
131
+ "package": "@fluentui/react-positioning",
132
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
133
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
134
+ },
135
+ {
136
+ "author": "beachball",
137
+ "package": "@fluentui/react-positioning",
138
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
139
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
140
+ }
141
+ ]
142
+ }
143
+ },
144
+ {
145
+ "date": "Tue, 19 Apr 2022 19:16:49 GMT",
146
+ "tag": "@fluentui/react-positioning_v9.0.0-rc.6",
147
+ "version": "9.0.0-rc.6",
148
+ "comments": {
149
+ "none": [
150
+ {
151
+ "author": "mgodbolt@microsoft.com",
152
+ "package": "@fluentui/react-positioning",
153
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
154
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
155
+ },
156
+ {
157
+ "author": "elcraig@microsoft.com",
158
+ "package": "@fluentui/react-positioning",
159
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
160
+ "comment": "Update React dev deps and hoist them to the repo root"
161
+ }
162
+ ],
163
+ "prerelease": [
164
+ {
165
+ "author": "olfedias@microsoft.com",
166
+ "package": "@fluentui/react-positioning",
167
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
168
+ "comment": "chore: Update Griffel to latest version"
169
+ },
170
+ {
171
+ "author": "beachball",
172
+ "package": "@fluentui/react-positioning",
173
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
174
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
175
+ },
176
+ {
177
+ "author": "beachball",
178
+ "package": "@fluentui/react-positioning",
179
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
180
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
181
+ },
182
+ {
183
+ "author": "beachball",
184
+ "package": "@fluentui/react-positioning",
185
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
186
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
187
+ }
188
+ ]
189
+ }
190
+ },
191
+ {
192
+ "date": "Fri, 04 Mar 2022 05:17:39 GMT",
193
+ "tag": "@fluentui/react-positioning_v9.0.0-rc.5",
194
+ "version": "9.0.0-rc.5",
195
+ "comments": {
196
+ "prerelease": [
197
+ {
198
+ "author": "dzearing@microsoft.com",
199
+ "package": "@fluentui/react-positioning",
200
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
201
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
202
+ },
203
+ {
204
+ "author": "lingfangao@hotmail.com",
205
+ "package": "@fluentui/react-positioning",
206
+ "commit": "2267ad0de9d6f6bf3aa776016da3d03f5400cbd1",
207
+ "comment": "fix: `popperRef.setTarget` should accept virtual element type"
208
+ },
209
+ {
210
+ "author": "beachball",
211
+ "package": "@fluentui/react-positioning",
212
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
213
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
214
+ },
215
+ {
216
+ "author": "beachball",
217
+ "package": "@fluentui/react-positioning",
218
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
219
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
220
+ },
221
+ {
222
+ "author": "beachball",
223
+ "package": "@fluentui/react-positioning",
224
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
225
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
226
+ }
227
+ ]
228
+ }
229
+ },
230
+ {
231
+ "date": "Tue, 01 Mar 2022 02:17:38 GMT",
232
+ "tag": "@fluentui/react-positioning_v9.0.0-rc.4",
233
+ "version": "9.0.0-rc.4",
234
+ "comments": {
235
+ "prerelease": [
236
+ {
237
+ "author": "olfedias@microsoft.com",
238
+ "package": "@fluentui/react-positioning",
239
+ "commit": "def76fff08777fcd5492f47824b943bab22d4515",
240
+ "comment": "feat: add isIntersectingModifier to usePopper"
241
+ },
242
+ {
243
+ "author": "olfedias@microsoft.com",
244
+ "package": "@fluentui/react-positioning",
245
+ "commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
246
+ "comment": "fix: Add react-theme as dependency"
247
+ },
248
+ {
249
+ "author": "beachball",
250
+ "package": "@fluentui/react-positioning",
251
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
252
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
253
+ }
254
+ ]
255
+ }
256
+ },
257
+ {
258
+ "date": "Fri, 18 Feb 2022 13:35:33 GMT",
259
+ "tag": "@fluentui/react-positioning_v9.0.0-rc.3",
260
+ "version": "9.0.0-rc.3",
261
+ "comments": {
262
+ "prerelease": [
263
+ {
264
+ "author": "lingfangao@hotmail.com",
265
+ "package": "@fluentui/react-positioning",
266
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
267
+ "comment": "fix: Source maps contain original source code"
268
+ },
269
+ {
270
+ "author": "beachball",
271
+ "package": "@fluentui/react-positioning",
272
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
273
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
274
+ },
275
+ {
276
+ "author": "beachball",
277
+ "package": "@fluentui/react-positioning",
278
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
279
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
280
+ }
281
+ ]
282
+ }
283
+ },
284
+ {
285
+ "date": "Thu, 10 Feb 2022 08:50:40 GMT",
286
+ "tag": "@fluentui/react-positioning_v9.0.0-rc.1",
287
+ "version": "9.0.0-rc.1",
288
+ "comments": {
289
+ "prerelease": [
290
+ {
291
+ "author": "olfedias@microsoft.com",
292
+ "package": "@fluentui/react-positioning",
293
+ "commit": "a76afe26daad901ff5458ffdda7e66e600d5bcac",
294
+ "comment": "use new types from makeStyles core"
295
+ },
296
+ {
297
+ "author": "Humberto.Morimoto@microsoft.com",
298
+ "package": "@fluentui/react-positioning",
299
+ "commit": "db6526ee2d04991e4473174969e3795299b52f9e",
300
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
301
+ },
302
+ {
303
+ "author": "behowell@microsoft.com",
304
+ "package": "@fluentui/react-positioning",
305
+ "commit": "2e34c026a354af1bbfe6a5ead1ade41348d5488f",
306
+ "comment": "Fix tooltip arrow's high contrast border in RTL"
307
+ },
308
+ {
309
+ "author": "olfedias@microsoft.com",
310
+ "package": "@fluentui/react-positioning",
311
+ "commit": "523b5785eafd28cf56b677af40274cefe5d42dcb",
312
+ "comment": "use Griffel packages"
313
+ },
314
+ {
315
+ "author": "lingfangao@hotmail.com",
316
+ "package": "@fluentui/react-positioning",
317
+ "commit": "a548a59bd94f9c4b656da3bdd149db7ac2de726f",
318
+ "comment": "feat: Imperative `setTarget` for `usePopper` and `positioning`"
319
+ },
320
+ {
321
+ "author": "bsunderhus@microsoft.com",
322
+ "package": "@fluentui/react-positioning",
323
+ "commit": "e382ad22539fc97bb283ca4ed856e126c7477e89",
324
+ "comment": "Adds @noflip annotation to data-popper-placement styles"
325
+ },
326
+ {
327
+ "author": "olfedias@microsoft.com",
328
+ "package": "@fluentui/react-positioning",
329
+ "commit": "967d6b74cf0507685a24e0cfaa8c7b9d52a351e1",
330
+ "comment": "update styles to not use CSS shorthands"
331
+ },
332
+ {
333
+ "author": "lingfangao@hotmail.com",
334
+ "package": "@fluentui/react-positioning",
335
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
336
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
337
+ },
338
+ {
339
+ "author": "behowell@microsoft.com",
340
+ "package": "@fluentui/react-positioning",
341
+ "commit": "09804275c7f346db54c33d4ff347bffc33676014",
342
+ "comment": "Fix popover arrow styling"
343
+ },
344
+ {
345
+ "author": "beachball",
346
+ "package": "@fluentui/react-positioning",
347
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
348
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
349
+ },
350
+ {
351
+ "author": "beachball",
352
+ "package": "@fluentui/react-positioning",
353
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
354
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
355
+ }
356
+ ],
357
+ "none": [
358
+ {
359
+ "author": "olfedias@microsoft.com",
360
+ "package": "@fluentui/react-positioning",
361
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
362
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
363
+ },
364
+ {
365
+ "author": "martinhochel@microsoft.com",
366
+ "package": "@fluentui/react-positioning",
367
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
368
+ "comment": "chore: use storybook runner for all vNext packages"
369
+ }
370
+ ]
371
+ }
372
+ },
373
+ {
374
+ "date": "Thu, 25 Nov 2021 08:34:15 GMT",
375
+ "tag": "@fluentui/react-positioning_v9.0.0-beta.4",
376
+ "version": "9.0.0-beta.4",
377
+ "comments": {
378
+ "none": [
379
+ {
380
+ "author": "lingfangao@hotmail.com",
381
+ "package": "@fluentui/react-positioning",
382
+ "commit": "718e63006d8d07d24efab9c32942041963d78dc7",
383
+ "comment": "Migrate package to use solution style ts-configs"
384
+ }
385
+ ],
386
+ "prerelease": [
387
+ {
388
+ "author": "lingfangao@hotmail.com",
389
+ "package": "@fluentui/react-positioning",
390
+ "commit": "58db204f28af1d68df7260ff580cf91f0adcfb66",
391
+ "comment": "Add utility function to create styles for an arrow element"
392
+ },
393
+ {
394
+ "author": "beachball",
395
+ "package": "@fluentui/react-positioning",
396
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
397
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
398
+ },
399
+ {
400
+ "author": "beachball",
12
401
  "package": "@fluentui/react-positioning",
13
- "comment": "Release nightly v9",
14
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
402
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
403
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
15
404
  },
405
+ {
406
+ "author": "beachball",
407
+ "package": "@fluentui/react-positioning",
408
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
409
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
410
+ },
411
+ {
412
+ "author": "beachball",
413
+ "package": "@fluentui/react-positioning",
414
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
415
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
416
+ }
417
+ ]
418
+ }
419
+ },
420
+ {
421
+ "date": "Fri, 12 Nov 2021 13:25:30 GMT",
422
+ "tag": "@fluentui/react-positioning_v9.0.0-beta.3",
423
+ "version": "9.0.0-beta.3",
424
+ "comments": {
425
+ "prerelease": [
426
+ {
427
+ "author": "gcox@microsoft.com",
428
+ "package": "@fluentui/react-positioning",
429
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
430
+ "comment": "Updated beta and RC components to ES2019"
431
+ },
432
+ {
433
+ "author": "beachball",
434
+ "package": "@fluentui/react-positioning",
435
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
436
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
437
+ },
438
+ {
439
+ "author": "beachball",
440
+ "package": "@fluentui/react-positioning",
441
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
442
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
443
+ }
444
+ ],
445
+ "none": [
446
+ {
447
+ "author": "lingfangao@hotmail.com",
448
+ "package": "@fluentui/react-positioning",
449
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
450
+ "comment": "Remove beta release tag"
451
+ }
452
+ ]
453
+ }
454
+ },
455
+ {
456
+ "date": "Wed, 27 Oct 2021 12:14:21 GMT",
457
+ "tag": "@fluentui/react-positioning_v9.0.0-beta.2",
458
+ "version": "9.0.0-beta.2",
459
+ "comments": {
460
+ "prerelease": [
16
461
  {
17
462
  "author": "peter@draxler.ml",
18
463
  "package": "@fluentui/react-positioning",
19
- "comment": "added styling of documentation",
20
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
464
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
465
+ "comment": "added styling of documentation"
21
466
  },
22
467
  {
23
468
  "author": "beachball",
24
469
  "package": "@fluentui/react-positioning",
25
- "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-nightly.d730088d7f.0",
26
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
470
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
471
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
27
472
  },
28
473
  {
29
474
  "author": "beachball",
30
475
  "package": "@fluentui/react-positioning",
31
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.d730088d7f.0",
32
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
476
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
477
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
33
478
  }
34
479
  ]
35
480
  }