@fluentui/react-positioning 0.0.0-nightlyff78d1e27a20220217.1 → 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +376 -10
- package/CHANGELOG.md +200 -75
- package/dist/{react-positioning.d.ts → index.d.ts} +78 -46
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/createArrowStyles.js +3 -1
- package/lib/createArrowStyles.js.map +1 -1
- package/lib/createVirtualElementFromClick.js +2 -0
- package/lib/createVirtualElementFromClick.js.map +1 -1
- package/lib/index.js +4 -5
- package/lib/index.js.map +1 -1
- package/lib/isIntersectingModifier.js +26 -0
- package/lib/isIntersectingModifier.js.map +1 -0
- package/lib/types.js.map +1 -1
- package/lib/{usePopper.js → usePositioning.js} +12 -9
- package/lib/usePositioning.js.map +1 -0
- package/lib/{usePopperMouseTarget.js → usePositioningMouseTarget.js} +4 -3
- package/lib/usePositioningMouseTarget.js.map +1 -0
- package/lib/utils/fromPopperPlacement.js +40 -0
- package/lib/utils/fromPopperPlacement.js.map +1 -0
- package/lib/utils/getBoundary.js.map +1 -1
- package/lib/utils/getPopperOffset.js +44 -0
- package/lib/utils/getPopperOffset.js.map +1 -0
- package/lib/utils/getReactFiberFromNode.js.map +1 -1
- package/lib/utils/getScrollParent.js.map +1 -1
- package/lib/utils/index.js +1 -1
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/mergeArrowOffset.js +24 -22
- package/lib/utils/mergeArrowOffset.js.map +1 -1
- package/lib/utils/parsePopperPlacement.js +14 -0
- package/lib/utils/parsePopperPlacement.js.map +1 -0
- package/lib/utils/positioningHelper.js.map +1 -1
- package/lib/utils/resolvePositioningShorthand.js.map +1 -1
- package/lib/utils/useCallbackRef.js.map +1 -1
- package/lib-commonjs/createArrowStyles.js +3 -1
- package/lib-commonjs/createArrowStyles.js.map +1 -1
- package/lib-commonjs/createVirtualElementFromClick.js +2 -0
- package/lib-commonjs/createVirtualElementFromClick.js.map +1 -1
- package/lib-commonjs/index.js +38 -8
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/isIntersectingModifier.js +34 -0
- package/lib-commonjs/isIntersectingModifier.js.map +1 -0
- package/lib-commonjs/{usePopper.js → usePositioning.js} +16 -11
- package/lib-commonjs/usePositioning.js.map +1 -0
- package/lib-commonjs/{usePopperMouseTarget.js → usePositioningMouseTarget.js} +6 -5
- package/lib-commonjs/usePositioningMouseTarget.js.map +1 -0
- package/lib-commonjs/utils/fromPopperPlacement.js +50 -0
- package/lib-commonjs/utils/fromPopperPlacement.js.map +1 -0
- package/lib-commonjs/utils/getBoundary.js.map +1 -1
- package/lib-commonjs/utils/getPopperOffset.js +54 -0
- package/lib-commonjs/utils/getPopperOffset.js.map +1 -0
- package/lib-commonjs/utils/getReactFiberFromNode.js.map +1 -1
- package/lib-commonjs/utils/getScrollParent.js.map +1 -1
- package/lib-commonjs/utils/index.js +2 -2
- package/lib-commonjs/utils/index.js.map +1 -1
- package/lib-commonjs/utils/mergeArrowOffset.js +24 -22
- package/lib-commonjs/utils/mergeArrowOffset.js.map +1 -1
- package/lib-commonjs/utils/parsePopperPlacement.js +23 -0
- package/lib-commonjs/utils/parsePopperPlacement.js.map +1 -0
- package/lib-commonjs/utils/positioningHelper.js.map +1 -1
- package/lib-commonjs/utils/resolvePositioningShorthand.js.map +1 -1
- package/lib-commonjs/utils/useCallbackRef.js.map +1 -1
- package/package.json +16 -14
- package/lib/createArrowStyles.d.ts +0 -64
- package/lib/createVirtualElementFromClick.d.ts +0 -6
- package/lib/index.d.ts +0 -6
- package/lib/types.d.ts +0 -89
- package/lib/usePopper.d.ts +0 -23
- package/lib/usePopper.js.map +0 -1
- package/lib/usePopperMouseTarget.d.ts +0 -11
- package/lib/usePopperMouseTarget.js.map +0 -1
- package/lib/utils/getBasePlacement.d.ts +0 -8
- package/lib/utils/getBasePlacement.js +0 -10
- package/lib/utils/getBasePlacement.js.map +0 -1
- package/lib/utils/getBoundary.d.ts +0 -6
- package/lib/utils/getReactFiberFromNode.d.ts +0 -108
- package/lib/utils/getScrollParent.d.ts +0 -12
- package/lib/utils/index.d.ts +0 -8
- package/lib/utils/mergeArrowOffset.d.ts +0 -10
- package/lib/utils/positioningHelper.d.ts +0 -7
- package/lib/utils/resolvePositioningShorthand.d.ts +0 -2
- package/lib/utils/useCallbackRef.d.ts +0 -19
- package/lib-commonjs/createArrowStyles.d.ts +0 -64
- package/lib-commonjs/createVirtualElementFromClick.d.ts +0 -6
- package/lib-commonjs/index.d.ts +0 -6
- package/lib-commonjs/types.d.ts +0 -89
- package/lib-commonjs/usePopper.d.ts +0 -23
- package/lib-commonjs/usePopper.js.map +0 -1
- package/lib-commonjs/usePopperMouseTarget.d.ts +0 -11
- package/lib-commonjs/usePopperMouseTarget.js.map +0 -1
- package/lib-commonjs/utils/getBasePlacement.d.ts +0 -8
- package/lib-commonjs/utils/getBasePlacement.js +0 -19
- package/lib-commonjs/utils/getBasePlacement.js.map +0 -1
- package/lib-commonjs/utils/getBoundary.d.ts +0 -6
- package/lib-commonjs/utils/getReactFiberFromNode.d.ts +0 -108
- package/lib-commonjs/utils/getScrollParent.d.ts +0 -12
- package/lib-commonjs/utils/index.d.ts +0 -8
- package/lib-commonjs/utils/mergeArrowOffset.d.ts +0 -10
- package/lib-commonjs/utils/positioningHelper.d.ts +0 -7
- package/lib-commonjs/utils/resolvePositioningShorthand.d.ts +0 -2
- package/lib-commonjs/utils/useCallbackRef.d.ts +0 -19
package/CHANGELOG.json
CHANGED
@@ -2,28 +2,394 @@
|
|
2
2
|
"name": "@fluentui/react-positioning",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-positioning_v0.0.0
|
7
|
-
"version": "0.0.0
|
5
|
+
"date": "Tue, 28 Jun 2022 04:31:09 GMT",
|
6
|
+
"tag": "@fluentui/react-positioning_v0.0.0",
|
7
|
+
"version": "0.0.0",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "lingfangao@hotmail.com",
|
12
|
+
"package": "@fluentui/react-positioning",
|
13
|
+
"commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
|
14
|
+
"comment": "Update 9.0.0-rc dependencies to use caret range"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "lingfangao@hotmail.com",
|
18
|
+
"package": "@fluentui/react-positioning",
|
19
|
+
"commit": "2da4428ae7d6e464c538b7ed10e425ce0e531144",
|
20
|
+
"comment": "chore: Mark teams-prg owned APIs with @internal"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
24
|
+
"package": "@fluentui/react-positioning",
|
25
|
+
"commit": "09f58dcbef2306875046261dc0b7821283ccc287",
|
26
|
+
"comment": "chore: Using ::before and ::after instead of :before and :after."
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "lingfangao@hotmail.com",
|
30
|
+
"package": "@fluentui/react-positioning",
|
31
|
+
"commit": "675acea49c97f10837ddee9b8c4350ca27750125",
|
32
|
+
"comment": "Bump Griffel dependencies"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"patch": [
|
36
|
+
{
|
37
|
+
"author": "lingfangao@hotmail.com",
|
38
|
+
"package": "@fluentui/react-positioning",
|
39
|
+
"commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
|
40
|
+
"comment": "feat: Initial 9.0.0 release"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"author": "beachball",
|
44
|
+
"package": "@fluentui/react-positioning",
|
45
|
+
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0",
|
46
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"author": "beachball",
|
50
|
+
"package": "@fluentui/react-positioning",
|
51
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0",
|
52
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"author": "beachball",
|
56
|
+
"package": "@fluentui/react-positioning",
|
57
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0",
|
58
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
59
|
+
}
|
60
|
+
]
|
61
|
+
}
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"date": "Thu, 23 Jun 2022 14:25:31 GMT",
|
65
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.12",
|
66
|
+
"version": "9.0.0-rc.12",
|
67
|
+
"comments": {
|
68
|
+
"prerelease": [
|
69
|
+
{
|
70
|
+
"author": "beachball",
|
71
|
+
"package": "@fluentui/react-positioning",
|
72
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.11",
|
73
|
+
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"author": "beachball",
|
77
|
+
"package": "@fluentui/react-positioning",
|
78
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
|
79
|
+
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
80
|
+
}
|
81
|
+
]
|
82
|
+
}
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"date": "Tue, 31 May 2022 21:28:42 GMT",
|
86
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.11",
|
87
|
+
"version": "9.0.0-rc.11",
|
88
|
+
"comments": {
|
89
|
+
"prerelease": [
|
90
|
+
{
|
91
|
+
"author": "bernardo.sunderhus@gmail.com",
|
92
|
+
"package": "@fluentui/react-positioning",
|
93
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd",
|
94
|
+
"comment": "updates import to react-shared-components"
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"author": "olfedias@microsoft.com",
|
98
|
+
"package": "@fluentui/react-positioning",
|
99
|
+
"commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
|
100
|
+
"comment": "chore: Update Griffel to latest version"
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"author": "beachball",
|
104
|
+
"package": "@fluentui/react-positioning",
|
105
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.10",
|
106
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"author": "beachball",
|
110
|
+
"package": "@fluentui/react-positioning",
|
111
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
|
112
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
113
|
+
}
|
114
|
+
]
|
115
|
+
}
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"date": "Mon, 23 May 2022 18:56:47 GMT",
|
119
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.10",
|
120
|
+
"version": "9.0.0-rc.10",
|
121
|
+
"comments": {
|
122
|
+
"prerelease": [
|
123
|
+
{
|
124
|
+
"author": "lingfangao@hotmail.com",
|
125
|
+
"package": "@fluentui/react-positioning",
|
126
|
+
"commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
|
127
|
+
"comment": "BREAKING CHANGE: Encapsulate Popper API"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"author": "beachball",
|
131
|
+
"package": "@fluentui/react-positioning",
|
132
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.9",
|
133
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"author": "beachball",
|
137
|
+
"package": "@fluentui/react-positioning",
|
138
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
|
139
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
140
|
+
}
|
141
|
+
]
|
142
|
+
}
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"date": "Mon, 23 May 2022 12:13:34 GMT",
|
146
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.9",
|
147
|
+
"version": "9.0.0-rc.9",
|
148
|
+
"comments": {
|
149
|
+
"prerelease": [
|
150
|
+
{
|
151
|
+
"author": "martinhochel@microsoft.com",
|
152
|
+
"package": "@fluentui/react-positioning",
|
153
|
+
"commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
|
154
|
+
"comment": "feat: ship rolluped only dts"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"author": "olfedias@microsoft.com",
|
158
|
+
"package": "@fluentui/react-positioning",
|
159
|
+
"commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
|
160
|
+
"comment": "chore: Update Griffel to latest version"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"author": "olfedias@microsoft.com",
|
164
|
+
"package": "@fluentui/react-positioning",
|
165
|
+
"commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
|
166
|
+
"comment": "chore: Update Griffel to latest version"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"author": "beachball",
|
170
|
+
"package": "@fluentui/react-positioning",
|
171
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
|
172
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"author": "beachball",
|
176
|
+
"package": "@fluentui/react-positioning",
|
177
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
178
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"author": "beachball",
|
182
|
+
"package": "@fluentui/react-positioning",
|
183
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
184
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
185
|
+
}
|
186
|
+
]
|
187
|
+
}
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"date": "Thu, 05 May 2022 18:26:25 GMT",
|
191
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.8",
|
192
|
+
"version": "9.0.0-rc.8",
|
193
|
+
"comments": {
|
194
|
+
"prerelease": [
|
195
|
+
{
|
196
|
+
"author": "humberto_makoto@hotmail.com",
|
197
|
+
"package": "@fluentui/react-positioning",
|
198
|
+
"commit": "de4f22fd2febb817c720c59c5798200bb56fbe06",
|
199
|
+
"comment": "Removing star exports."
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"author": "beachball",
|
203
|
+
"package": "@fluentui/react-positioning",
|
204
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
|
205
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"author": "beachball",
|
209
|
+
"package": "@fluentui/react-positioning",
|
210
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
211
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
212
|
+
},
|
213
|
+
{
|
214
|
+
"author": "beachball",
|
215
|
+
"package": "@fluentui/react-positioning",
|
216
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
217
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
218
|
+
}
|
219
|
+
]
|
220
|
+
}
|
221
|
+
},
|
222
|
+
{
|
223
|
+
"date": "Wed, 04 May 2022 13:26:47 GMT",
|
224
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.7",
|
225
|
+
"version": "9.0.0-rc.7",
|
226
|
+
"comments": {
|
227
|
+
"none": [
|
228
|
+
{
|
229
|
+
"author": "tristan.watanabe@gmail.com",
|
230
|
+
"package": "@fluentui/react-positioning",
|
231
|
+
"commit": "8ec3d32fa26e6cf803ab9d18671fd51ba06c74ab",
|
232
|
+
"comment": "react-positioning: Move to new common folder."
|
233
|
+
}
|
234
|
+
],
|
235
|
+
"prerelease": [
|
236
|
+
{
|
237
|
+
"author": "beachball",
|
238
|
+
"package": "@fluentui/react-positioning",
|
239
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
|
240
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"author": "beachball",
|
244
|
+
"package": "@fluentui/react-positioning",
|
245
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
246
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"author": "beachball",
|
250
|
+
"package": "@fluentui/react-positioning",
|
251
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
252
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
253
|
+
}
|
254
|
+
]
|
255
|
+
}
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"date": "Tue, 19 Apr 2022 19:16:49 GMT",
|
259
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.6",
|
260
|
+
"version": "9.0.0-rc.6",
|
261
|
+
"comments": {
|
262
|
+
"none": [
|
263
|
+
{
|
264
|
+
"author": "mgodbolt@microsoft.com",
|
265
|
+
"package": "@fluentui/react-positioning",
|
266
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
267
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"author": "elcraig@microsoft.com",
|
271
|
+
"package": "@fluentui/react-positioning",
|
272
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
273
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
274
|
+
}
|
275
|
+
],
|
276
|
+
"prerelease": [
|
277
|
+
{
|
278
|
+
"author": "olfedias@microsoft.com",
|
279
|
+
"package": "@fluentui/react-positioning",
|
280
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
281
|
+
"comment": "chore: Update Griffel to latest version"
|
282
|
+
},
|
283
|
+
{
|
284
|
+
"author": "beachball",
|
285
|
+
"package": "@fluentui/react-positioning",
|
286
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
|
287
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"author": "beachball",
|
291
|
+
"package": "@fluentui/react-positioning",
|
292
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
293
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"author": "beachball",
|
297
|
+
"package": "@fluentui/react-positioning",
|
298
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
299
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
300
|
+
}
|
301
|
+
]
|
302
|
+
}
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"date": "Fri, 04 Mar 2022 05:17:39 GMT",
|
306
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.5",
|
307
|
+
"version": "9.0.0-rc.5",
|
308
|
+
"comments": {
|
309
|
+
"prerelease": [
|
310
|
+
{
|
311
|
+
"author": "dzearing@microsoft.com",
|
312
|
+
"package": "@fluentui/react-positioning",
|
313
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
314
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
315
|
+
},
|
316
|
+
{
|
317
|
+
"author": "lingfangao@hotmail.com",
|
318
|
+
"package": "@fluentui/react-positioning",
|
319
|
+
"commit": "2267ad0de9d6f6bf3aa776016da3d03f5400cbd1",
|
320
|
+
"comment": "fix: `popperRef.setTarget` should accept virtual element type"
|
321
|
+
},
|
322
|
+
{
|
323
|
+
"author": "beachball",
|
324
|
+
"package": "@fluentui/react-positioning",
|
325
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
|
326
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
327
|
+
},
|
328
|
+
{
|
329
|
+
"author": "beachball",
|
330
|
+
"package": "@fluentui/react-positioning",
|
331
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
332
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
333
|
+
},
|
334
|
+
{
|
335
|
+
"author": "beachball",
|
336
|
+
"package": "@fluentui/react-positioning",
|
337
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
338
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
339
|
+
}
|
340
|
+
]
|
341
|
+
}
|
342
|
+
},
|
343
|
+
{
|
344
|
+
"date": "Tue, 01 Mar 2022 02:17:38 GMT",
|
345
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.4",
|
346
|
+
"version": "9.0.0-rc.4",
|
347
|
+
"comments": {
|
348
|
+
"prerelease": [
|
349
|
+
{
|
350
|
+
"author": "olfedias@microsoft.com",
|
351
|
+
"package": "@fluentui/react-positioning",
|
352
|
+
"commit": "def76fff08777fcd5492f47824b943bab22d4515",
|
353
|
+
"comment": "feat: add isIntersectingModifier to usePopper"
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"author": "olfedias@microsoft.com",
|
357
|
+
"package": "@fluentui/react-positioning",
|
358
|
+
"commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
|
359
|
+
"comment": "fix: Add react-theme as dependency"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"author": "beachball",
|
363
|
+
"package": "@fluentui/react-positioning",
|
364
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
365
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
366
|
+
}
|
367
|
+
]
|
368
|
+
}
|
369
|
+
},
|
370
|
+
{
|
371
|
+
"date": "Fri, 18 Feb 2022 13:35:33 GMT",
|
372
|
+
"tag": "@fluentui/react-positioning_v9.0.0-rc.3",
|
373
|
+
"version": "9.0.0-rc.3",
|
374
|
+
"comments": {
|
375
|
+
"prerelease": [
|
376
|
+
{
|
377
|
+
"author": "lingfangao@hotmail.com",
|
12
378
|
"package": "@fluentui/react-positioning",
|
13
|
-
"commit": "
|
14
|
-
"comment": "
|
379
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
380
|
+
"comment": "fix: Source maps contain original source code"
|
15
381
|
},
|
16
382
|
{
|
17
383
|
"author": "beachball",
|
18
384
|
"package": "@fluentui/react-positioning",
|
19
|
-
"comment": "Bump @fluentui/react-shared-contexts to
|
20
|
-
"commit": "
|
385
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
|
386
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
21
387
|
},
|
22
388
|
{
|
23
389
|
"author": "beachball",
|
24
390
|
"package": "@fluentui/react-positioning",
|
25
|
-
"comment": "Bump @fluentui/react-utilities to
|
26
|
-
"commit": "
|
391
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
392
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
27
393
|
}
|
28
394
|
]
|
29
395
|
}
|