@fluentui/react-positioning 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.11

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