@fluentui/react-tooltip 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.
- package/CHANGELOG.json +817 -23
- package/CHANGELOG.md +310 -110
- package/MIGRATION.md +51 -43
- package/Spec.md +201 -337
- package/dist/index.d.ts +152 -0
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/Tooltip.js.map +1 -1
- package/lib/components/Tooltip/Tooltip.js +9 -9
- 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 +1 -1
- package/lib/components/Tooltip/index.js.map +1 -1
- package/lib/components/Tooltip/private/constants.js +14 -0
- package/lib/components/Tooltip/private/constants.js.map +1 -0
- package/lib/components/Tooltip/renderTooltip.js +10 -8
- package/lib/components/Tooltip/renderTooltip.js.map +1 -1
- package/lib/components/Tooltip/useTooltip.js +100 -129
- package/lib/components/Tooltip/useTooltip.js.map +1 -1
- package/lib/components/Tooltip/useTooltipStyles.js +52 -23
- 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 +1 -1
- package/lib-commonjs/Tooltip.js.map +1 -1
- package/lib-commonjs/components/Tooltip/Tooltip.js +11 -10
- 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 +2 -10
- package/lib-commonjs/components/Tooltip/index.js.map +1 -1
- package/lib-commonjs/components/Tooltip/private/constants.js +21 -0
- package/lib-commonjs/components/Tooltip/private/constants.js.map +1 -0
- package/lib-commonjs/components/Tooltip/renderTooltip.js +15 -14
- package/lib-commonjs/components/Tooltip/renderTooltip.js.map +1 -1
- package/lib-commonjs/components/Tooltip/useTooltip.js +106 -135
- package/lib-commonjs/components/Tooltip/useTooltip.js.map +1 -1
- package/lib-commonjs/components/Tooltip/useTooltipStyles.js +58 -26
- 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 +21 -26
- package/dist/react-tooltip.d.ts +0 -162
- package/lib/Tooltip.d.ts +0 -1
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -11
- package/lib/common/isConformant.js.map +0 -1
- package/lib/components/Tooltip/Tooltip.d.ts +0 -6
- package/lib/components/Tooltip/Tooltip.types.d.ts +0 -124
- package/lib/components/Tooltip/index.d.ts +0 -5
- package/lib/components/Tooltip/renderTooltip.d.ts +0 -5
- package/lib/components/Tooltip/useTooltip.d.ts +0 -13
- package/lib/components/Tooltip/useTooltipStyles.d.ts +0 -5
- package/lib/index.d.ts +0 -1
- package/lib-commonjs/Tooltip.d.ts +0 -1
- package/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -22
- package/lib-commonjs/common/isConformant.js.map +0 -1
- package/lib-commonjs/components/Tooltip/Tooltip.d.ts +0 -6
- package/lib-commonjs/components/Tooltip/Tooltip.types.d.ts +0 -124
- package/lib-commonjs/components/Tooltip/index.d.ts +0 -5
- package/lib-commonjs/components/Tooltip/renderTooltip.d.ts +0 -5
- package/lib-commonjs/components/Tooltip/useTooltip.d.ts +0 -13
- package/lib-commonjs/components/Tooltip/useTooltipStyles.d.ts +0 -5
- package/lib-commonjs/index.d.ts +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,70 +2,864 @@
|
|
2
2
|
"name": "@fluentui/react-tooltip",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-tooltip_v9.0.0-
|
7
|
-
"version": "9.0.0-
|
5
|
+
"date": "Mon, 23 May 2022 18:54:55 GMT",
|
6
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.11",
|
7
|
+
"version": "9.0.0-rc.11",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "esteban.230@hotmail.com",
|
12
|
+
"package": "@fluentui/react-tooltip",
|
13
|
+
"commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
|
14
|
+
"comment": "Removing <componentName>ClassName exports."
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "lingfangao@hotmail.com",
|
18
|
+
"package": "@fluentui/react-tooltip",
|
19
|
+
"commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
|
20
|
+
"comment": "BREAKING: changes to positioning prop"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-tooltip",
|
25
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.11",
|
26
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-tooltip",
|
31
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.10",
|
32
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-tooltip",
|
37
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.9",
|
38
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-tooltip",
|
43
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
|
44
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "beachball",
|
48
|
+
"package": "@fluentui/react-tooltip",
|
49
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
|
50
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
51
|
+
}
|
52
|
+
]
|
53
|
+
}
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"date": "Mon, 23 May 2022 12:13:56 GMT",
|
57
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.10",
|
58
|
+
"version": "9.0.0-rc.10",
|
59
|
+
"comments": {
|
60
|
+
"prerelease": [
|
61
|
+
{
|
62
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
63
|
+
"package": "@fluentui/react-tooltip",
|
64
|
+
"commit": "13543c30b0a05b61cb8d75c804d9b2aee45a8ae5",
|
65
|
+
"comment": "Removing TooltipCommons type."
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"author": "martinhochel@microsoft.com",
|
69
|
+
"package": "@fluentui/react-tooltip",
|
70
|
+
"commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
|
71
|
+
"comment": "feat: ship rolluped only dts"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"author": "olfedias@microsoft.com",
|
75
|
+
"package": "@fluentui/react-tooltip",
|
76
|
+
"commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
|
77
|
+
"comment": "chore: Update Griffel to latest version"
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"author": "olfedias@microsoft.com",
|
81
|
+
"package": "@fluentui/react-tooltip",
|
82
|
+
"commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
|
83
|
+
"comment": "chore: Update Griffel to latest version"
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"author": "beachball",
|
87
|
+
"package": "@fluentui/react-tooltip",
|
88
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.10",
|
89
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"author": "beachball",
|
93
|
+
"package": "@fluentui/react-tooltip",
|
94
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.9",
|
95
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"author": "beachball",
|
99
|
+
"package": "@fluentui/react-tooltip",
|
100
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
|
101
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"author": "beachball",
|
105
|
+
"package": "@fluentui/react-tooltip",
|
106
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
107
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"author": "beachball",
|
111
|
+
"package": "@fluentui/react-tooltip",
|
112
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
113
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"author": "beachball",
|
117
|
+
"package": "@fluentui/react-tooltip",
|
118
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
|
119
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
120
|
+
}
|
121
|
+
]
|
122
|
+
}
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"date": "Thu, 05 May 2022 18:26:30 GMT",
|
126
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.9",
|
127
|
+
"version": "9.0.0-rc.9",
|
128
|
+
"comments": {
|
129
|
+
"prerelease": [
|
130
|
+
{
|
131
|
+
"author": "beachball",
|
132
|
+
"package": "@fluentui/react-tooltip",
|
133
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.9",
|
134
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"author": "beachball",
|
138
|
+
"package": "@fluentui/react-tooltip",
|
139
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.8",
|
140
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"author": "beachball",
|
144
|
+
"package": "@fluentui/react-tooltip",
|
145
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
|
146
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"author": "beachball",
|
150
|
+
"package": "@fluentui/react-tooltip",
|
151
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
152
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"author": "beachball",
|
156
|
+
"package": "@fluentui/react-tooltip",
|
157
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
158
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"author": "beachball",
|
162
|
+
"package": "@fluentui/react-tooltip",
|
163
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
|
164
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
165
|
+
}
|
166
|
+
]
|
167
|
+
}
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"date": "Wed, 04 May 2022 13:26:36 GMT",
|
171
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.8",
|
172
|
+
"version": "9.0.0-rc.8",
|
173
|
+
"comments": {
|
174
|
+
"none": [
|
175
|
+
{
|
176
|
+
"author": "tristan.watanabe@gmail.com",
|
177
|
+
"package": "@fluentui/react-tooltip",
|
178
|
+
"commit": "b69511e4262129a92e34f4bff8b2fe1aba44dd38",
|
179
|
+
"comment": "react-tooltip: Move to new common folder."
|
180
|
+
}
|
181
|
+
],
|
182
|
+
"prerelease": [
|
183
|
+
{
|
184
|
+
"author": "beachball",
|
185
|
+
"package": "@fluentui/react-tooltip",
|
186
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.8",
|
187
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"author": "beachball",
|
191
|
+
"package": "@fluentui/react-tooltip",
|
192
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.7",
|
193
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"author": "beachball",
|
197
|
+
"package": "@fluentui/react-tooltip",
|
198
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
|
199
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"author": "beachball",
|
203
|
+
"package": "@fluentui/react-tooltip",
|
204
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
205
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"author": "beachball",
|
209
|
+
"package": "@fluentui/react-tooltip",
|
210
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
211
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
212
|
+
}
|
213
|
+
]
|
214
|
+
}
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"date": "Mon, 25 Apr 2022 09:32:19 GMT",
|
218
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.7",
|
219
|
+
"version": "9.0.0-rc.7",
|
220
|
+
"comments": {
|
221
|
+
"prerelease": [
|
222
|
+
{
|
223
|
+
"author": "beachball",
|
224
|
+
"package": "@fluentui/react-tooltip",
|
225
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.7",
|
226
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
|
227
|
+
}
|
228
|
+
]
|
229
|
+
}
|
230
|
+
},
|
231
|
+
{
|
232
|
+
"date": "Tue, 19 Apr 2022 19:17:03 GMT",
|
233
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.6",
|
234
|
+
"version": "9.0.0-rc.6",
|
235
|
+
"comments": {
|
236
|
+
"none": [
|
237
|
+
{
|
238
|
+
"author": "elcraig@microsoft.com",
|
239
|
+
"package": "@fluentui/react-tooltip",
|
240
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
241
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
242
|
+
},
|
10
243
|
{
|
11
244
|
"author": "email not defined",
|
12
245
|
"package": "@fluentui/react-tooltip",
|
13
|
-
"
|
14
|
-
"
|
246
|
+
"commit": "df80d6f3552e939c7eee343876251a873313139a",
|
247
|
+
"comment": "Updated documenation for guidance on interactive content in a Tooltip."
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"author": "mgodbolt@microsoft.com",
|
251
|
+
"package": "@fluentui/react-tooltip",
|
252
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
253
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
254
|
+
}
|
255
|
+
],
|
256
|
+
"prerelease": [
|
257
|
+
{
|
258
|
+
"author": "olfedias@microsoft.com",
|
259
|
+
"package": "@fluentui/react-tooltip",
|
260
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
261
|
+
"comment": "chore: Update Griffel to latest version"
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
265
|
+
"package": "@fluentui/react-tooltip",
|
266
|
+
"commit": "36aea1f643cc8a18befeff397dd9147aea591040",
|
267
|
+
"comment": "Removing star exports."
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"author": "mgodbolt@microsoft.com",
|
271
|
+
"package": "@fluentui/react-tooltip",
|
272
|
+
"commit": "f10cc045484b962652a400ef2ef4f3412c8d168b",
|
273
|
+
"comment": "Add mountNode prop"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"author": "seanmonahan@microsoft.com",
|
277
|
+
"package": "@fluentui/react-tooltip",
|
278
|
+
"commit": "086a675fd0c648944ff4048450190a0a13467de3",
|
279
|
+
"comment": "Add static classnames to Tooltip"
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"author": "beachball",
|
283
|
+
"package": "@fluentui/react-tooltip",
|
284
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.6",
|
285
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
286
|
+
},
|
287
|
+
{
|
288
|
+
"author": "beachball",
|
289
|
+
"package": "@fluentui/react-tooltip",
|
290
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.6",
|
291
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
292
|
+
},
|
293
|
+
{
|
294
|
+
"author": "beachball",
|
295
|
+
"package": "@fluentui/react-tooltip",
|
296
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
|
297
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"author": "beachball",
|
301
|
+
"package": "@fluentui/react-tooltip",
|
302
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
303
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"author": "beachball",
|
307
|
+
"package": "@fluentui/react-tooltip",
|
308
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
309
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
310
|
+
},
|
311
|
+
{
|
312
|
+
"author": "beachball",
|
313
|
+
"package": "@fluentui/react-tooltip",
|
314
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
315
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
316
|
+
}
|
317
|
+
]
|
318
|
+
}
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"date": "Fri, 04 Mar 2022 05:17:31 GMT",
|
322
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.5",
|
323
|
+
"version": "9.0.0-rc.5",
|
324
|
+
"comments": {
|
325
|
+
"prerelease": [
|
326
|
+
{
|
327
|
+
"author": "dzearing@microsoft.com",
|
328
|
+
"package": "@fluentui/react-tooltip",
|
329
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
330
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"author": "beachball",
|
334
|
+
"package": "@fluentui/react-tooltip",
|
335
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.5",
|
336
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"author": "beachball",
|
340
|
+
"package": "@fluentui/react-tooltip",
|
341
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.5",
|
342
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"author": "beachball",
|
346
|
+
"package": "@fluentui/react-tooltip",
|
347
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
|
348
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"author": "beachball",
|
352
|
+
"package": "@fluentui/react-tooltip",
|
353
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
354
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"author": "beachball",
|
358
|
+
"package": "@fluentui/react-tooltip",
|
359
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
360
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
361
|
+
}
|
362
|
+
]
|
363
|
+
}
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"date": "Tue, 01 Mar 2022 02:17:40 GMT",
|
367
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.4",
|
368
|
+
"version": "9.0.0-rc.4",
|
369
|
+
"comments": {
|
370
|
+
"prerelease": [
|
371
|
+
{
|
372
|
+
"author": "beachball",
|
373
|
+
"package": "@fluentui/react-tooltip",
|
374
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.4",
|
375
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"author": "beachball",
|
379
|
+
"package": "@fluentui/react-tooltip",
|
380
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.4",
|
381
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"author": "beachball",
|
385
|
+
"package": "@fluentui/react-tooltip",
|
386
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
387
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
388
|
+
}
|
389
|
+
]
|
390
|
+
}
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"date": "Fri, 18 Feb 2022 13:35:36 GMT",
|
394
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.3",
|
395
|
+
"version": "9.0.0-rc.3",
|
396
|
+
"comments": {
|
397
|
+
"prerelease": [
|
398
|
+
{
|
399
|
+
"author": "behowell@microsoft.com",
|
400
|
+
"package": "@fluentui/react-tooltip",
|
401
|
+
"commit": "50ae56ec346d762d66b3d74ed1127943ffda344f",
|
402
|
+
"comment": "Update documentation comments"
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"author": "lingfangao@hotmail.com",
|
406
|
+
"package": "@fluentui/react-tooltip",
|
407
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
408
|
+
"comment": "fix: Source maps contain original source code"
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"author": "olfedias@microsoft.com",
|
412
|
+
"package": "@fluentui/react-tooltip",
|
413
|
+
"commit": "2bf88fea066244bc078912bb6e45edb960f3b866",
|
414
|
+
"comment": "update trigger implementation to be consistent"
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"author": "beachball",
|
418
|
+
"package": "@fluentui/react-tooltip",
|
419
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.3",
|
420
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"author": "beachball",
|
424
|
+
"package": "@fluentui/react-tooltip",
|
425
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.3",
|
426
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"author": "beachball",
|
430
|
+
"package": "@fluentui/react-tooltip",
|
431
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
|
432
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"author": "beachball",
|
436
|
+
"package": "@fluentui/react-tooltip",
|
437
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
|
438
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
439
|
+
},
|
440
|
+
{
|
441
|
+
"author": "beachball",
|
442
|
+
"package": "@fluentui/react-tooltip",
|
443
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
444
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
445
|
+
},
|
446
|
+
{
|
447
|
+
"author": "beachball",
|
448
|
+
"package": "@fluentui/react-tooltip",
|
449
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
450
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
451
|
+
}
|
452
|
+
]
|
453
|
+
}
|
454
|
+
},
|
455
|
+
{
|
456
|
+
"date": "Thu, 10 Feb 2022 08:50:30 GMT",
|
457
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.1",
|
458
|
+
"version": "9.0.0-rc.1",
|
459
|
+
"comments": {
|
460
|
+
"prerelease": [
|
461
|
+
{
|
462
|
+
"author": "olfedias@microsoft.com",
|
463
|
+
"package": "@fluentui/react-tooltip",
|
464
|
+
"commit": "02e6236e4db8e1b591223475896537e905bf3580",
|
465
|
+
"comment": "BREAKING: implement `content` slot"
|
466
|
+
},
|
467
|
+
{
|
468
|
+
"author": "olfedias@microsoft.com",
|
469
|
+
"package": "@fluentui/react-tooltip",
|
470
|
+
"commit": "17c0b18d7983d414095661bf9f57e14c0c22685d",
|
471
|
+
"comment": "Replace make-styles packages with griffel equivalents."
|
472
|
+
},
|
473
|
+
{
|
474
|
+
"author": "behowell@microsoft.com",
|
475
|
+
"package": "@fluentui/react-tooltip",
|
476
|
+
"commit": "58ae40d6817b1fa4e095a94707dfef5050aa4c11",
|
477
|
+
"comment": "Replace `triggerAriaAttribute` prop with `relationship` and make it required with no default"
|
478
|
+
},
|
479
|
+
{
|
480
|
+
"author": "behowell@microsoft.com",
|
481
|
+
"package": "@fluentui/react-tooltip",
|
482
|
+
"commit": "f30e7585a8d2abd9db06c4076f39a779008b0eca",
|
483
|
+
"comment": "Update MenuTrigger and Tooltip to work together"
|
484
|
+
},
|
485
|
+
{
|
486
|
+
"author": "mgodbolt@microsoft.com",
|
487
|
+
"package": "@fluentui/react-tooltip",
|
488
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
489
|
+
"comment": "remove export of commons types"
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"author": "lingfangao@hotmail.com",
|
493
|
+
"package": "@fluentui/react-tooltip",
|
494
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
495
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
496
|
+
},
|
497
|
+
{
|
498
|
+
"author": "behowell@microsoft.com",
|
499
|
+
"package": "@fluentui/react-tooltip",
|
500
|
+
"commit": "caaf3307f864b04369c13fe69d7dc8fe7ab84735",
|
501
|
+
"comment": "Move arrowHeight and tooltipBorderRadius into a shared constants.ts file"
|
502
|
+
},
|
503
|
+
{
|
504
|
+
"author": "behowell@microsoft.com",
|
505
|
+
"package": "@fluentui/react-tooltip",
|
506
|
+
"commit": "2aacc839785a2f96d84a959aea207dfdb99116f8",
|
507
|
+
"comment": "Prevent Tooltip from overriding any aria-label, etc. props on its child"
|
508
|
+
},
|
509
|
+
{
|
510
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
511
|
+
"package": "@fluentui/react-tooltip",
|
512
|
+
"commit": "9204703d0a42ee34a20ae4cf28952e13872647ba",
|
513
|
+
"comment": "Replacing use of functions in makeStyles with direct use of tokens."
|
514
|
+
},
|
515
|
+
{
|
516
|
+
"author": "behowell@microsoft.com",
|
517
|
+
"package": "@fluentui/react-tooltip",
|
518
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
519
|
+
"comment": "Refactor component Slot typings"
|
520
|
+
},
|
521
|
+
{
|
522
|
+
"author": "olfedias@microsoft.com",
|
523
|
+
"package": "@fluentui/react-tooltip",
|
524
|
+
"commit": "1bbb753830028fbf133858d523ae2d56ceefeecf",
|
525
|
+
"comment": "update styles to not use CSS shorthands"
|
526
|
+
},
|
527
|
+
{
|
528
|
+
"author": "behowell@microsoft.com",
|
529
|
+
"package": "@fluentui/react-tooltip",
|
530
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
531
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
532
|
+
},
|
533
|
+
{
|
534
|
+
"author": "behowell@microsoft.com",
|
535
|
+
"package": "@fluentui/react-tooltip",
|
536
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
537
|
+
"comment": "Remove component's shorthandProps array"
|
538
|
+
},
|
539
|
+
{
|
540
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
541
|
+
"package": "@fluentui/react-tooltip",
|
542
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
543
|
+
"comment": "Updating based on changes to composition types."
|
544
|
+
},
|
545
|
+
{
|
546
|
+
"author": "behowell@microsoft.com",
|
547
|
+
"package": "@fluentui/react-tooltip",
|
548
|
+
"commit": "97c3818f7faf8733a0cfc9c91f5e94ddb8652d3a",
|
549
|
+
"comment": "Update documentation stories"
|
550
|
+
},
|
551
|
+
{
|
552
|
+
"author": "olfedias@microsoft.com",
|
553
|
+
"package": "@fluentui/react-tooltip",
|
554
|
+
"commit": "aa6cfd8ac825b5a280206808101de549a91094fc",
|
555
|
+
"comment": "update types related to trigger (allow only React.ReactElement & null)"
|
556
|
+
},
|
557
|
+
{
|
558
|
+
"author": "behowell@microsoft.com",
|
559
|
+
"package": "@fluentui/react-tooltip",
|
560
|
+
"commit": "09804275c7f346db54c33d4ff347bffc33676014",
|
561
|
+
"comment": "Fix tooltip arrow rendering, and add high contrast border around Tooltip"
|
562
|
+
},
|
563
|
+
{
|
564
|
+
"author": "behowell@microsoft.com",
|
565
|
+
"package": "@fluentui/react-tooltip",
|
566
|
+
"commit": "1513362b9adaae5d7dbda6b364e40e736710a79f",
|
567
|
+
"comment": "Remove Tooltip's inverted prop in favor of the appearance prop"
|
568
|
+
},
|
569
|
+
{
|
570
|
+
"author": "beachball",
|
571
|
+
"package": "@fluentui/react-tooltip",
|
572
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.1",
|
573
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
574
|
+
},
|
575
|
+
{
|
576
|
+
"author": "beachball",
|
577
|
+
"package": "@fluentui/react-tooltip",
|
578
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.1",
|
579
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
580
|
+
},
|
581
|
+
{
|
582
|
+
"author": "beachball",
|
583
|
+
"package": "@fluentui/react-tooltip",
|
584
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
|
585
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
586
|
+
},
|
587
|
+
{
|
588
|
+
"author": "beachball",
|
589
|
+
"package": "@fluentui/react-tooltip",
|
590
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
|
591
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
592
|
+
},
|
593
|
+
{
|
594
|
+
"author": "beachball",
|
595
|
+
"package": "@fluentui/react-tooltip",
|
596
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
597
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
598
|
+
},
|
599
|
+
{
|
600
|
+
"author": "beachball",
|
601
|
+
"package": "@fluentui/react-tooltip",
|
602
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
603
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
604
|
+
}
|
605
|
+
],
|
606
|
+
"none": [
|
607
|
+
{
|
608
|
+
"author": "olfedias@microsoft.com",
|
609
|
+
"package": "@fluentui/react-tooltip",
|
610
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
611
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
612
|
+
},
|
613
|
+
{
|
614
|
+
"author": "elcraig@microsoft.com",
|
615
|
+
"package": "@fluentui/react-tooltip",
|
616
|
+
"commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
|
617
|
+
"comment": "Remove outdated boilerplate comment in useTooltip"
|
618
|
+
},
|
619
|
+
{
|
620
|
+
"author": "martinhochel@microsoft.com",
|
621
|
+
"package": "@fluentui/react-tooltip",
|
622
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
623
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
624
|
+
},
|
625
|
+
{
|
626
|
+
"author": "andredias@microsoft.com",
|
627
|
+
"package": "@fluentui/react-tooltip",
|
628
|
+
"commit": "b59f44ed5db37b457476fdb3ec86ff273b776646",
|
629
|
+
"comment": "Migrate package to use solution tsconfigs"
|
630
|
+
}
|
631
|
+
]
|
632
|
+
}
|
633
|
+
},
|
634
|
+
{
|
635
|
+
"date": "Thu, 25 Nov 2021 08:34:17 GMT",
|
636
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-beta.5",
|
637
|
+
"version": "9.0.0-beta.5",
|
638
|
+
"comments": {
|
639
|
+
"prerelease": [
|
640
|
+
{
|
641
|
+
"author": "lingfangao@hotmail.com",
|
642
|
+
"package": "@fluentui/react-tooltip",
|
643
|
+
"commit": "58db204f28af1d68df7260ff580cf91f0adcfb66",
|
644
|
+
"comment": "Add transparent outline to arrow for HC"
|
645
|
+
},
|
646
|
+
{
|
647
|
+
"author": "beachball",
|
648
|
+
"package": "@fluentui/react-tooltip",
|
649
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
650
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"author": "beachball",
|
654
|
+
"package": "@fluentui/react-tooltip",
|
655
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-beta.5",
|
656
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
657
|
+
},
|
658
|
+
{
|
659
|
+
"author": "beachball",
|
660
|
+
"package": "@fluentui/react-tooltip",
|
661
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-beta.4",
|
662
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
663
|
+
},
|
664
|
+
{
|
665
|
+
"author": "beachball",
|
666
|
+
"package": "@fluentui/react-tooltip",
|
667
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
|
668
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
669
|
+
},
|
670
|
+
{
|
671
|
+
"author": "beachball",
|
672
|
+
"package": "@fluentui/react-tooltip",
|
673
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
|
674
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
675
|
+
},
|
676
|
+
{
|
677
|
+
"author": "beachball",
|
678
|
+
"package": "@fluentui/react-tooltip",
|
679
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
680
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
681
|
+
},
|
682
|
+
{
|
683
|
+
"author": "beachball",
|
684
|
+
"package": "@fluentui/react-tooltip",
|
685
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
686
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
687
|
+
},
|
688
|
+
{
|
689
|
+
"author": "beachball",
|
690
|
+
"package": "@fluentui/react-tooltip",
|
691
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
692
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
693
|
+
},
|
694
|
+
{
|
695
|
+
"author": "beachball",
|
696
|
+
"package": "@fluentui/react-tooltip",
|
697
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
698
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
699
|
+
}
|
700
|
+
]
|
701
|
+
}
|
702
|
+
},
|
703
|
+
{
|
704
|
+
"date": "Fri, 12 Nov 2021 13:25:09 GMT",
|
705
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-beta.4",
|
706
|
+
"version": "9.0.0-beta.4",
|
707
|
+
"comments": {
|
708
|
+
"none": [
|
709
|
+
{
|
710
|
+
"author": "lingfangao@hotmail.com",
|
711
|
+
"package": "@fluentui/react-tooltip",
|
712
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
713
|
+
"comment": "Remove beta release tag"
|
714
|
+
}
|
715
|
+
],
|
716
|
+
"prerelease": [
|
717
|
+
{
|
718
|
+
"author": "gcox@microsoft.com",
|
719
|
+
"package": "@fluentui/react-tooltip",
|
720
|
+
"commit": "d5810cfc819dcb2126ffaa081bf117fcae83dc73",
|
721
|
+
"comment": "Updated stories to support codesandbox"
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"author": "olfedias@microsoft.com",
|
725
|
+
"package": "@fluentui/react-tooltip",
|
726
|
+
"commit": "f078af73d95d0f2c380144a40127bd08e389aa2d",
|
727
|
+
"comment": "export static classes for components"
|
728
|
+
},
|
729
|
+
{
|
730
|
+
"author": "gcox@microsoft.com",
|
731
|
+
"package": "@fluentui/react-tooltip",
|
732
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
733
|
+
"comment": "Updated beta and RC components to ES2019"
|
734
|
+
},
|
735
|
+
{
|
736
|
+
"author": "beachball",
|
737
|
+
"package": "@fluentui/react-tooltip",
|
738
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
739
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
740
|
+
},
|
741
|
+
{
|
742
|
+
"author": "beachball",
|
743
|
+
"package": "@fluentui/react-tooltip",
|
744
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-beta.4",
|
745
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
746
|
+
},
|
747
|
+
{
|
748
|
+
"author": "beachball",
|
749
|
+
"package": "@fluentui/react-tooltip",
|
750
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-beta.3",
|
751
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
752
|
+
},
|
753
|
+
{
|
754
|
+
"author": "beachball",
|
755
|
+
"package": "@fluentui/react-tooltip",
|
756
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
|
757
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
758
|
+
},
|
759
|
+
{
|
760
|
+
"author": "beachball",
|
761
|
+
"package": "@fluentui/react-tooltip",
|
762
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
|
763
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
764
|
+
},
|
765
|
+
{
|
766
|
+
"author": "beachball",
|
767
|
+
"package": "@fluentui/react-tooltip",
|
768
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
769
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
770
|
+
},
|
771
|
+
{
|
772
|
+
"author": "beachball",
|
773
|
+
"package": "@fluentui/react-tooltip",
|
774
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
775
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
776
|
+
},
|
777
|
+
{
|
778
|
+
"author": "beachball",
|
779
|
+
"package": "@fluentui/react-tooltip",
|
780
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
781
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
782
|
+
},
|
783
|
+
{
|
784
|
+
"author": "beachball",
|
785
|
+
"package": "@fluentui/react-tooltip",
|
786
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
787
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
788
|
+
}
|
789
|
+
]
|
790
|
+
}
|
791
|
+
},
|
792
|
+
{
|
793
|
+
"date": "Wed, 27 Oct 2021 12:14:23 GMT",
|
794
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-beta.3",
|
795
|
+
"version": "9.0.0-beta.3",
|
796
|
+
"comments": {
|
797
|
+
"prerelease": [
|
798
|
+
{
|
799
|
+
"author": "gcox@microsoft.com",
|
800
|
+
"package": "@fluentui/react-tooltip",
|
801
|
+
"commit": "75a731d1410685b12a091dcd8a60c318f58260f6",
|
802
|
+
"comment": "Removed duplicate 'Tooltip' from story names"
|
803
|
+
},
|
804
|
+
{
|
805
|
+
"author": "peter@draxler.ml",
|
806
|
+
"package": "@fluentui/react-tooltip",
|
807
|
+
"commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
|
808
|
+
"comment": "added styling of documentation"
|
15
809
|
},
|
16
810
|
{
|
17
811
|
"author": "beachball",
|
18
812
|
"package": "@fluentui/react-tooltip",
|
19
|
-
"comment": "Bump @fluentui/react-make-styles to v9.0.0-
|
20
|
-
"commit": "
|
813
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
|
814
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
21
815
|
},
|
22
816
|
{
|
23
817
|
"author": "beachball",
|
24
818
|
"package": "@fluentui/react-tooltip",
|
25
|
-
"comment": "Bump @fluentui/react-portal to v9.0.0-
|
26
|
-
"commit": "
|
819
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-beta.3",
|
820
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
27
821
|
},
|
28
822
|
{
|
29
823
|
"author": "beachball",
|
30
824
|
"package": "@fluentui/react-tooltip",
|
31
|
-
"comment": "Bump @fluentui/react-positioning to v9.0.0-
|
32
|
-
"commit": "
|
825
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-beta.2",
|
826
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
33
827
|
},
|
34
828
|
{
|
35
829
|
"author": "beachball",
|
36
830
|
"package": "@fluentui/react-tooltip",
|
37
|
-
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-
|
38
|
-
"commit": "
|
831
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
|
832
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
39
833
|
},
|
40
834
|
{
|
41
835
|
"author": "beachball",
|
42
836
|
"package": "@fluentui/react-tooltip",
|
43
|
-
"comment": "Bump @fluentui/react-theme to v9.0.0-
|
44
|
-
"commit": "
|
837
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
|
838
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
45
839
|
},
|
46
840
|
{
|
47
841
|
"author": "beachball",
|
48
842
|
"package": "@fluentui/react-tooltip",
|
49
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.0-
|
50
|
-
"commit": "
|
843
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
|
844
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
51
845
|
},
|
52
846
|
{
|
53
847
|
"author": "beachball",
|
54
848
|
"package": "@fluentui/react-tooltip",
|
55
|
-
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-
|
56
|
-
"commit": "
|
849
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
|
850
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
57
851
|
},
|
58
852
|
{
|
59
853
|
"author": "beachball",
|
60
854
|
"package": "@fluentui/react-tooltip",
|
61
|
-
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-
|
62
|
-
"commit": "
|
855
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
|
856
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
63
857
|
},
|
64
858
|
{
|
65
859
|
"author": "beachball",
|
66
860
|
"package": "@fluentui/react-tooltip",
|
67
|
-
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-
|
68
|
-
"commit": "
|
861
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
|
862
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
69
863
|
}
|
70
864
|
]
|
71
865
|
}
|