@fluentui/react-tooltip 9.0.0-rc.1 → 9.0.0-rc.12
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +467 -1
- package/CHANGELOG.md +239 -101
- package/MIGRATION.md +51 -43
- package/Spec.md +201 -337
- package/dist/{react-tooltip.d.ts → index.d.ts} +42 -35
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Tooltip.js.map +1 -1
- package/lib/components/Tooltip/Tooltip.js.map +1 -1
- package/lib/components/Tooltip/Tooltip.types.js.map +1 -1
- package/lib/components/Tooltip/index.js.map +1 -1
- package/lib/components/Tooltip/private/constants.js.map +1 -1
- package/lib/components/Tooltip/renderTooltip.js +3 -1
- package/lib/components/Tooltip/renderTooltip.js.map +1 -1
- package/lib/components/Tooltip/useTooltip.js +32 -39
- package/lib/components/Tooltip/useTooltip.js.map +1 -1
- package/lib/components/Tooltip/useTooltipStyles.js +4 -2
- package/lib/components/Tooltip/useTooltipStyles.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Tooltip.js.map +1 -1
- package/lib-commonjs/components/Tooltip/Tooltip.js.map +1 -1
- package/lib-commonjs/components/Tooltip/Tooltip.types.js.map +1 -1
- package/lib-commonjs/components/Tooltip/index.js.map +1 -1
- package/lib-commonjs/components/Tooltip/private/constants.js.map +1 -1
- package/lib-commonjs/components/Tooltip/renderTooltip.js +3 -1
- package/lib-commonjs/components/Tooltip/renderTooltip.js.map +1 -1
- package/lib-commonjs/components/Tooltip/useTooltip.js +31 -38
- package/lib-commonjs/components/Tooltip/useTooltip.js.map +1 -1
- package/lib-commonjs/components/Tooltip/useTooltipStyles.js +5 -3
- package/lib-commonjs/components/Tooltip/useTooltipStyles.js.map +1 -1
- package/lib-commonjs/index.js +32 -2
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +19 -22
- package/lib/Tooltip.d.ts +0 -1
- package/lib/components/Tooltip/Tooltip.d.ts +0 -7
- package/lib/components/Tooltip/Tooltip.types.d.ts +0 -108
- package/lib/components/Tooltip/index.d.ts +0 -5
- package/lib/components/Tooltip/private/constants.d.ts +0 -12
- package/lib/components/Tooltip/renderTooltip.d.ts +0 -5
- package/lib/components/Tooltip/useTooltip.d.ts +0 -10
- package/lib/components/Tooltip/useTooltipStyles.d.ts +0 -6
- package/lib/index.d.ts +0 -1
- package/lib-commonjs/Tooltip.d.ts +0 -1
- package/lib-commonjs/components/Tooltip/Tooltip.d.ts +0 -7
- package/lib-commonjs/components/Tooltip/Tooltip.types.d.ts +0 -108
- package/lib-commonjs/components/Tooltip/index.d.ts +0 -5
- package/lib-commonjs/components/Tooltip/private/constants.d.ts +0 -12
- package/lib-commonjs/components/Tooltip/renderTooltip.d.ts +0 -5
- package/lib-commonjs/components/Tooltip/useTooltip.d.ts +0 -10
- package/lib-commonjs/components/Tooltip/useTooltipStyles.d.ts +0 -6
- package/lib-commonjs/index.d.ts +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,473 @@
|
|
2
2
|
"name": "@fluentui/react-tooltip",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Thu,
|
5
|
+
"date": "Thu, 26 May 2022 21:00:08 GMT",
|
6
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.12",
|
7
|
+
"version": "9.0.0-rc.12",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-tooltip",
|
13
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.12",
|
14
|
+
"commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Mon, 23 May 2022 18:56:50 GMT",
|
21
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.11",
|
22
|
+
"version": "9.0.0-rc.11",
|
23
|
+
"comments": {
|
24
|
+
"prerelease": [
|
25
|
+
{
|
26
|
+
"author": "esteban.230@hotmail.com",
|
27
|
+
"package": "@fluentui/react-tooltip",
|
28
|
+
"commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
|
29
|
+
"comment": "Removing <componentName>ClassName exports."
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"author": "lingfangao@hotmail.com",
|
33
|
+
"package": "@fluentui/react-tooltip",
|
34
|
+
"commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
|
35
|
+
"comment": "BREAKING: changes to positioning prop"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"author": "beachball",
|
39
|
+
"package": "@fluentui/react-tooltip",
|
40
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.11",
|
41
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"author": "beachball",
|
45
|
+
"package": "@fluentui/react-tooltip",
|
46
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.10",
|
47
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"author": "beachball",
|
51
|
+
"package": "@fluentui/react-tooltip",
|
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-tooltip",
|
58
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
|
59
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"author": "beachball",
|
63
|
+
"package": "@fluentui/react-tooltip",
|
64
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
|
65
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
66
|
+
}
|
67
|
+
]
|
68
|
+
}
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"date": "Mon, 23 May 2022 12:13:56 GMT",
|
72
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.10",
|
73
|
+
"version": "9.0.0-rc.10",
|
74
|
+
"comments": {
|
75
|
+
"prerelease": [
|
76
|
+
{
|
77
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
78
|
+
"package": "@fluentui/react-tooltip",
|
79
|
+
"commit": "13543c30b0a05b61cb8d75c804d9b2aee45a8ae5",
|
80
|
+
"comment": "Removing TooltipCommons type."
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"author": "martinhochel@microsoft.com",
|
84
|
+
"package": "@fluentui/react-tooltip",
|
85
|
+
"commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
|
86
|
+
"comment": "feat: ship rolluped only dts"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"author": "olfedias@microsoft.com",
|
90
|
+
"package": "@fluentui/react-tooltip",
|
91
|
+
"commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
|
92
|
+
"comment": "chore: Update Griffel to latest version"
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"author": "olfedias@microsoft.com",
|
96
|
+
"package": "@fluentui/react-tooltip",
|
97
|
+
"commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
|
98
|
+
"comment": "chore: Update Griffel to latest version"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"author": "beachball",
|
102
|
+
"package": "@fluentui/react-tooltip",
|
103
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.10",
|
104
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"author": "beachball",
|
108
|
+
"package": "@fluentui/react-tooltip",
|
109
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.9",
|
110
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"author": "beachball",
|
114
|
+
"package": "@fluentui/react-tooltip",
|
115
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
|
116
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"author": "beachball",
|
120
|
+
"package": "@fluentui/react-tooltip",
|
121
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
122
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"author": "beachball",
|
126
|
+
"package": "@fluentui/react-tooltip",
|
127
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
128
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"author": "beachball",
|
132
|
+
"package": "@fluentui/react-tooltip",
|
133
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
|
134
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
135
|
+
}
|
136
|
+
]
|
137
|
+
}
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"date": "Thu, 05 May 2022 18:26:30 GMT",
|
141
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.9",
|
142
|
+
"version": "9.0.0-rc.9",
|
143
|
+
"comments": {
|
144
|
+
"prerelease": [
|
145
|
+
{
|
146
|
+
"author": "beachball",
|
147
|
+
"package": "@fluentui/react-tooltip",
|
148
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.9",
|
149
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"author": "beachball",
|
153
|
+
"package": "@fluentui/react-tooltip",
|
154
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.8",
|
155
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"author": "beachball",
|
159
|
+
"package": "@fluentui/react-tooltip",
|
160
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
|
161
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"author": "beachball",
|
165
|
+
"package": "@fluentui/react-tooltip",
|
166
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
167
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"author": "beachball",
|
171
|
+
"package": "@fluentui/react-tooltip",
|
172
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
173
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
174
|
+
},
|
175
|
+
{
|
176
|
+
"author": "beachball",
|
177
|
+
"package": "@fluentui/react-tooltip",
|
178
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
|
179
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
180
|
+
}
|
181
|
+
]
|
182
|
+
}
|
183
|
+
},
|
184
|
+
{
|
185
|
+
"date": "Wed, 04 May 2022 13:26:36 GMT",
|
186
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.8",
|
187
|
+
"version": "9.0.0-rc.8",
|
188
|
+
"comments": {
|
189
|
+
"none": [
|
190
|
+
{
|
191
|
+
"author": "tristan.watanabe@gmail.com",
|
192
|
+
"package": "@fluentui/react-tooltip",
|
193
|
+
"commit": "b69511e4262129a92e34f4bff8b2fe1aba44dd38",
|
194
|
+
"comment": "react-tooltip: Move to new common folder."
|
195
|
+
}
|
196
|
+
],
|
197
|
+
"prerelease": [
|
198
|
+
{
|
199
|
+
"author": "beachball",
|
200
|
+
"package": "@fluentui/react-tooltip",
|
201
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.8",
|
202
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"author": "beachball",
|
206
|
+
"package": "@fluentui/react-tooltip",
|
207
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.7",
|
208
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"author": "beachball",
|
212
|
+
"package": "@fluentui/react-tooltip",
|
213
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
|
214
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"author": "beachball",
|
218
|
+
"package": "@fluentui/react-tooltip",
|
219
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
220
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
221
|
+
},
|
222
|
+
{
|
223
|
+
"author": "beachball",
|
224
|
+
"package": "@fluentui/react-tooltip",
|
225
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
226
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
227
|
+
}
|
228
|
+
]
|
229
|
+
}
|
230
|
+
},
|
231
|
+
{
|
232
|
+
"date": "Mon, 25 Apr 2022 09:32:19 GMT",
|
233
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.7",
|
234
|
+
"version": "9.0.0-rc.7",
|
235
|
+
"comments": {
|
236
|
+
"prerelease": [
|
237
|
+
{
|
238
|
+
"author": "beachball",
|
239
|
+
"package": "@fluentui/react-tooltip",
|
240
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.7",
|
241
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
|
242
|
+
}
|
243
|
+
]
|
244
|
+
}
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"date": "Tue, 19 Apr 2022 19:17:03 GMT",
|
248
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.6",
|
249
|
+
"version": "9.0.0-rc.6",
|
250
|
+
"comments": {
|
251
|
+
"none": [
|
252
|
+
{
|
253
|
+
"author": "elcraig@microsoft.com",
|
254
|
+
"package": "@fluentui/react-tooltip",
|
255
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
256
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"author": "email not defined",
|
260
|
+
"package": "@fluentui/react-tooltip",
|
261
|
+
"commit": "df80d6f3552e939c7eee343876251a873313139a",
|
262
|
+
"comment": "Updated documenation for guidance on interactive content in a Tooltip."
|
263
|
+
},
|
264
|
+
{
|
265
|
+
"author": "mgodbolt@microsoft.com",
|
266
|
+
"package": "@fluentui/react-tooltip",
|
267
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
268
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
269
|
+
}
|
270
|
+
],
|
271
|
+
"prerelease": [
|
272
|
+
{
|
273
|
+
"author": "olfedias@microsoft.com",
|
274
|
+
"package": "@fluentui/react-tooltip",
|
275
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
276
|
+
"comment": "chore: Update Griffel to latest version"
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
280
|
+
"package": "@fluentui/react-tooltip",
|
281
|
+
"commit": "36aea1f643cc8a18befeff397dd9147aea591040",
|
282
|
+
"comment": "Removing star exports."
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"author": "mgodbolt@microsoft.com",
|
286
|
+
"package": "@fluentui/react-tooltip",
|
287
|
+
"commit": "f10cc045484b962652a400ef2ef4f3412c8d168b",
|
288
|
+
"comment": "Add mountNode prop"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"author": "seanmonahan@microsoft.com",
|
292
|
+
"package": "@fluentui/react-tooltip",
|
293
|
+
"commit": "086a675fd0c648944ff4048450190a0a13467de3",
|
294
|
+
"comment": "Add static classnames to Tooltip"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"author": "beachball",
|
298
|
+
"package": "@fluentui/react-tooltip",
|
299
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.6",
|
300
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"author": "beachball",
|
304
|
+
"package": "@fluentui/react-tooltip",
|
305
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.6",
|
306
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"author": "beachball",
|
310
|
+
"package": "@fluentui/react-tooltip",
|
311
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
|
312
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
313
|
+
},
|
314
|
+
{
|
315
|
+
"author": "beachball",
|
316
|
+
"package": "@fluentui/react-tooltip",
|
317
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
318
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"author": "beachball",
|
322
|
+
"package": "@fluentui/react-tooltip",
|
323
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
324
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"author": "beachball",
|
328
|
+
"package": "@fluentui/react-tooltip",
|
329
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
330
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
331
|
+
}
|
332
|
+
]
|
333
|
+
}
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"date": "Fri, 04 Mar 2022 05:17:31 GMT",
|
337
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.5",
|
338
|
+
"version": "9.0.0-rc.5",
|
339
|
+
"comments": {
|
340
|
+
"prerelease": [
|
341
|
+
{
|
342
|
+
"author": "dzearing@microsoft.com",
|
343
|
+
"package": "@fluentui/react-tooltip",
|
344
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
345
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"author": "beachball",
|
349
|
+
"package": "@fluentui/react-tooltip",
|
350
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.5",
|
351
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
352
|
+
},
|
353
|
+
{
|
354
|
+
"author": "beachball",
|
355
|
+
"package": "@fluentui/react-tooltip",
|
356
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.5",
|
357
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"author": "beachball",
|
361
|
+
"package": "@fluentui/react-tooltip",
|
362
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
|
363
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"author": "beachball",
|
367
|
+
"package": "@fluentui/react-tooltip",
|
368
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
369
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"author": "beachball",
|
373
|
+
"package": "@fluentui/react-tooltip",
|
374
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
375
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
376
|
+
}
|
377
|
+
]
|
378
|
+
}
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"date": "Tue, 01 Mar 2022 02:17:40 GMT",
|
382
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.4",
|
383
|
+
"version": "9.0.0-rc.4",
|
384
|
+
"comments": {
|
385
|
+
"prerelease": [
|
386
|
+
{
|
387
|
+
"author": "beachball",
|
388
|
+
"package": "@fluentui/react-tooltip",
|
389
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.4",
|
390
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"author": "beachball",
|
394
|
+
"package": "@fluentui/react-tooltip",
|
395
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.4",
|
396
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"author": "beachball",
|
400
|
+
"package": "@fluentui/react-tooltip",
|
401
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
402
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
403
|
+
}
|
404
|
+
]
|
405
|
+
}
|
406
|
+
},
|
407
|
+
{
|
408
|
+
"date": "Fri, 18 Feb 2022 13:35:36 GMT",
|
409
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.3",
|
410
|
+
"version": "9.0.0-rc.3",
|
411
|
+
"comments": {
|
412
|
+
"prerelease": [
|
413
|
+
{
|
414
|
+
"author": "behowell@microsoft.com",
|
415
|
+
"package": "@fluentui/react-tooltip",
|
416
|
+
"commit": "50ae56ec346d762d66b3d74ed1127943ffda344f",
|
417
|
+
"comment": "Update documentation comments"
|
418
|
+
},
|
419
|
+
{
|
420
|
+
"author": "lingfangao@hotmail.com",
|
421
|
+
"package": "@fluentui/react-tooltip",
|
422
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
423
|
+
"comment": "fix: Source maps contain original source code"
|
424
|
+
},
|
425
|
+
{
|
426
|
+
"author": "olfedias@microsoft.com",
|
427
|
+
"package": "@fluentui/react-tooltip",
|
428
|
+
"commit": "2bf88fea066244bc078912bb6e45edb960f3b866",
|
429
|
+
"comment": "update trigger implementation to be consistent"
|
430
|
+
},
|
431
|
+
{
|
432
|
+
"author": "beachball",
|
433
|
+
"package": "@fluentui/react-tooltip",
|
434
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.3",
|
435
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
436
|
+
},
|
437
|
+
{
|
438
|
+
"author": "beachball",
|
439
|
+
"package": "@fluentui/react-tooltip",
|
440
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.3",
|
441
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
442
|
+
},
|
443
|
+
{
|
444
|
+
"author": "beachball",
|
445
|
+
"package": "@fluentui/react-tooltip",
|
446
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
|
447
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
448
|
+
},
|
449
|
+
{
|
450
|
+
"author": "beachball",
|
451
|
+
"package": "@fluentui/react-tooltip",
|
452
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
|
453
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
454
|
+
},
|
455
|
+
{
|
456
|
+
"author": "beachball",
|
457
|
+
"package": "@fluentui/react-tooltip",
|
458
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
459
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
460
|
+
},
|
461
|
+
{
|
462
|
+
"author": "beachball",
|
463
|
+
"package": "@fluentui/react-tooltip",
|
464
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
465
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
466
|
+
}
|
467
|
+
]
|
468
|
+
}
|
469
|
+
},
|
470
|
+
{
|
471
|
+
"date": "Thu, 10 Feb 2022 08:50:30 GMT",
|
6
472
|
"tag": "@fluentui/react-tooltip_v9.0.0-rc.1",
|
7
473
|
"version": "9.0.0-rc.1",
|
8
474
|
"comments": {
|