@fluentui/react-tooltip 0.0.0-nightlyfc5cfdc52420220215.1 → 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +589 -17
- package/CHANGELOG.md +281 -111
- 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 +34 -41
- package/lib/components/Tooltip/useTooltip.js.map +1 -1
- package/lib/components/Tooltip/useTooltipStyles.js +20 -18
- 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 +33 -40
- package/lib-commonjs/components/Tooltip/useTooltip.js.map +1 -1
- package/lib-commonjs/components/Tooltip/useTooltipStyles.js +21 -19
- 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 +20 -25
- 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,52 +2,624 @@
|
|
2
2
|
"name": "@fluentui/react-tooltip",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "Tue,
|
6
|
-
"tag": "@fluentui/react-tooltip_v0.0.0
|
7
|
-
"version": "0.0.0
|
5
|
+
"date": "Tue, 28 Jun 2022 04:30:41 GMT",
|
6
|
+
"tag": "@fluentui/react-tooltip_v0.0.0",
|
7
|
+
"version": "0.0.0",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "lingfangao@hotmail.com",
|
12
|
+
"package": "@fluentui/react-tooltip",
|
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-tooltip",
|
19
|
+
"commit": "675acea49c97f10837ddee9b8c4350ca27750125",
|
20
|
+
"comment": "Bump Griffel dependencies"
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"patch": [
|
24
|
+
{
|
25
|
+
"author": "lingfangao@hotmail.com",
|
26
|
+
"package": "@fluentui/react-tooltip",
|
27
|
+
"commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
|
28
|
+
"comment": "feat: Initial 9.0.0 release"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "beachball",
|
32
|
+
"package": "@fluentui/react-tooltip",
|
33
|
+
"comment": "Bump @fluentui/react-portal to v0.0.0",
|
34
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"author": "beachball",
|
38
|
+
"package": "@fluentui/react-tooltip",
|
39
|
+
"comment": "Bump @fluentui/react-positioning to v0.0.0",
|
40
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"author": "beachball",
|
44
|
+
"package": "@fluentui/react-tooltip",
|
45
|
+
"comment": "Bump @fluentui/react-shared-contexts to v0.0.0",
|
46
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"author": "beachball",
|
50
|
+
"package": "@fluentui/react-tooltip",
|
51
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0",
|
52
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
53
|
+
},
|
54
|
+
{
|
55
|
+
"author": "beachball",
|
56
|
+
"package": "@fluentui/react-tooltip",
|
57
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0",
|
58
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"author": "beachball",
|
62
|
+
"package": "@fluentui/react-tooltip",
|
63
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220628-0417.1",
|
64
|
+
"commit": "3dd54b72d321c3345a21b4175ffe89e7c457c094"
|
65
|
+
}
|
66
|
+
],
|
67
|
+
"none": [
|
68
|
+
{
|
69
|
+
"author": "mgodbolt@microsoft.com",
|
70
|
+
"package": "@fluentui/react-tooltip",
|
71
|
+
"commit": "65acf47a55095642d98116d2eb20ca6bae6e5a04",
|
72
|
+
"comment": "chore: update tooltip to index based stories"
|
73
|
+
}
|
74
|
+
]
|
75
|
+
}
|
76
|
+
},
|
77
|
+
{
|
78
|
+
"date": "Thu, 23 Jun 2022 14:25:31 GMT",
|
79
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.14",
|
80
|
+
"version": "9.0.0-rc.14",
|
81
|
+
"comments": {
|
82
|
+
"prerelease": [
|
83
|
+
{
|
84
|
+
"author": "beachball",
|
85
|
+
"package": "@fluentui/react-tooltip",
|
86
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.14",
|
87
|
+
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"author": "beachball",
|
91
|
+
"package": "@fluentui/react-tooltip",
|
92
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.12",
|
93
|
+
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
94
|
+
},
|
95
|
+
{
|
96
|
+
"author": "beachball",
|
97
|
+
"package": "@fluentui/react-tooltip",
|
98
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.11",
|
99
|
+
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"author": "beachball",
|
103
|
+
"package": "@fluentui/react-tooltip",
|
104
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
|
105
|
+
"commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
|
106
|
+
}
|
107
|
+
]
|
108
|
+
}
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"date": "Tue, 31 May 2022 21:28:49 GMT",
|
112
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.13",
|
113
|
+
"version": "9.0.0-rc.13",
|
114
|
+
"comments": {
|
115
|
+
"prerelease": [
|
116
|
+
{
|
117
|
+
"author": "olfedias@microsoft.com",
|
118
|
+
"package": "@fluentui/react-tooltip",
|
119
|
+
"commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
|
120
|
+
"comment": "chore: Update Griffel to latest version"
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"author": "bernardo.sunderhus@gmail.com",
|
124
|
+
"package": "@fluentui/react-tooltip",
|
125
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd",
|
126
|
+
"comment": "updates import to react-shared-components"
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"author": "beachball",
|
130
|
+
"package": "@fluentui/react-tooltip",
|
131
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.13",
|
132
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"author": "beachball",
|
136
|
+
"package": "@fluentui/react-tooltip",
|
137
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.11",
|
138
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"author": "beachball",
|
142
|
+
"package": "@fluentui/react-tooltip",
|
143
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.10",
|
144
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"author": "beachball",
|
148
|
+
"package": "@fluentui/react-tooltip",
|
149
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
|
150
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"author": "beachball",
|
154
|
+
"package": "@fluentui/react-tooltip",
|
155
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8",
|
156
|
+
"commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
|
157
|
+
}
|
158
|
+
]
|
159
|
+
}
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"date": "Thu, 26 May 2022 21:01:32 GMT",
|
163
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.12",
|
164
|
+
"version": "9.0.0-rc.12",
|
165
|
+
"comments": {
|
166
|
+
"prerelease": [
|
167
|
+
{
|
168
|
+
"author": "beachball",
|
169
|
+
"package": "@fluentui/react-tooltip",
|
170
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.12",
|
171
|
+
"commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
|
172
|
+
}
|
173
|
+
]
|
174
|
+
}
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"date": "Mon, 23 May 2022 18:56:50 GMT",
|
178
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.11",
|
179
|
+
"version": "9.0.0-rc.11",
|
180
|
+
"comments": {
|
181
|
+
"prerelease": [
|
182
|
+
{
|
183
|
+
"author": "esteban.230@hotmail.com",
|
184
|
+
"package": "@fluentui/react-tooltip",
|
185
|
+
"commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
|
186
|
+
"comment": "Removing <componentName>ClassName exports."
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"author": "lingfangao@hotmail.com",
|
190
|
+
"package": "@fluentui/react-tooltip",
|
191
|
+
"commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
|
192
|
+
"comment": "BREAKING: changes to positioning prop"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"author": "beachball",
|
196
|
+
"package": "@fluentui/react-tooltip",
|
197
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.11",
|
198
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"author": "beachball",
|
202
|
+
"package": "@fluentui/react-tooltip",
|
203
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.10",
|
204
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"author": "beachball",
|
208
|
+
"package": "@fluentui/react-tooltip",
|
209
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.9",
|
210
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"author": "beachball",
|
214
|
+
"package": "@fluentui/react-tooltip",
|
215
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
|
216
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"author": "beachball",
|
220
|
+
"package": "@fluentui/react-tooltip",
|
221
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
|
222
|
+
"commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
|
223
|
+
}
|
224
|
+
]
|
225
|
+
}
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"date": "Mon, 23 May 2022 12:13:56 GMT",
|
229
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.10",
|
230
|
+
"version": "9.0.0-rc.10",
|
231
|
+
"comments": {
|
232
|
+
"prerelease": [
|
233
|
+
{
|
234
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
235
|
+
"package": "@fluentui/react-tooltip",
|
236
|
+
"commit": "13543c30b0a05b61cb8d75c804d9b2aee45a8ae5",
|
237
|
+
"comment": "Removing TooltipCommons type."
|
238
|
+
},
|
239
|
+
{
|
240
|
+
"author": "martinhochel@microsoft.com",
|
241
|
+
"package": "@fluentui/react-tooltip",
|
242
|
+
"commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
|
243
|
+
"comment": "feat: ship rolluped only dts"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"author": "olfedias@microsoft.com",
|
247
|
+
"package": "@fluentui/react-tooltip",
|
248
|
+
"commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
|
249
|
+
"comment": "chore: Update Griffel to latest version"
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"author": "olfedias@microsoft.com",
|
253
|
+
"package": "@fluentui/react-tooltip",
|
254
|
+
"commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
|
255
|
+
"comment": "chore: Update Griffel to latest version"
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"author": "beachball",
|
259
|
+
"package": "@fluentui/react-tooltip",
|
260
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.10",
|
261
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"author": "beachball",
|
265
|
+
"package": "@fluentui/react-tooltip",
|
266
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.9",
|
267
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"author": "beachball",
|
271
|
+
"package": "@fluentui/react-tooltip",
|
272
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
|
273
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"author": "beachball",
|
277
|
+
"package": "@fluentui/react-tooltip",
|
278
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
279
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"author": "beachball",
|
283
|
+
"package": "@fluentui/react-tooltip",
|
284
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
285
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
286
|
+
},
|
287
|
+
{
|
288
|
+
"author": "beachball",
|
289
|
+
"package": "@fluentui/react-tooltip",
|
290
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
|
291
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
292
|
+
}
|
293
|
+
]
|
294
|
+
}
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"date": "Thu, 05 May 2022 18:26:30 GMT",
|
298
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.9",
|
299
|
+
"version": "9.0.0-rc.9",
|
300
|
+
"comments": {
|
301
|
+
"prerelease": [
|
302
|
+
{
|
303
|
+
"author": "beachball",
|
304
|
+
"package": "@fluentui/react-tooltip",
|
305
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.9",
|
306
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"author": "beachball",
|
310
|
+
"package": "@fluentui/react-tooltip",
|
311
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.8",
|
312
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
313
|
+
},
|
314
|
+
{
|
315
|
+
"author": "beachball",
|
316
|
+
"package": "@fluentui/react-tooltip",
|
317
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
|
318
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"author": "beachball",
|
322
|
+
"package": "@fluentui/react-tooltip",
|
323
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
324
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"author": "beachball",
|
328
|
+
"package": "@fluentui/react-tooltip",
|
329
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
330
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"author": "beachball",
|
334
|
+
"package": "@fluentui/react-tooltip",
|
335
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
|
336
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
337
|
+
}
|
338
|
+
]
|
339
|
+
}
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"date": "Wed, 04 May 2022 13:26:36 GMT",
|
343
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.8",
|
344
|
+
"version": "9.0.0-rc.8",
|
345
|
+
"comments": {
|
346
|
+
"none": [
|
347
|
+
{
|
348
|
+
"author": "tristan.watanabe@gmail.com",
|
349
|
+
"package": "@fluentui/react-tooltip",
|
350
|
+
"commit": "b69511e4262129a92e34f4bff8b2fe1aba44dd38",
|
351
|
+
"comment": "react-tooltip: Move to new common folder."
|
352
|
+
}
|
353
|
+
],
|
354
|
+
"prerelease": [
|
355
|
+
{
|
356
|
+
"author": "beachball",
|
357
|
+
"package": "@fluentui/react-tooltip",
|
358
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.8",
|
359
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"author": "beachball",
|
363
|
+
"package": "@fluentui/react-tooltip",
|
364
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.7",
|
365
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"author": "beachball",
|
369
|
+
"package": "@fluentui/react-tooltip",
|
370
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
|
371
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"author": "beachball",
|
375
|
+
"package": "@fluentui/react-tooltip",
|
376
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
377
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
378
|
+
},
|
379
|
+
{
|
380
|
+
"author": "beachball",
|
381
|
+
"package": "@fluentui/react-tooltip",
|
382
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
383
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
384
|
+
}
|
385
|
+
]
|
386
|
+
}
|
387
|
+
},
|
388
|
+
{
|
389
|
+
"date": "Mon, 25 Apr 2022 09:32:19 GMT",
|
390
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.7",
|
391
|
+
"version": "9.0.0-rc.7",
|
392
|
+
"comments": {
|
393
|
+
"prerelease": [
|
394
|
+
{
|
395
|
+
"author": "beachball",
|
396
|
+
"package": "@fluentui/react-tooltip",
|
397
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.7",
|
398
|
+
"commit": "02ca1d3c198452c1693067f5f18bd01b2ed5d6e6"
|
399
|
+
}
|
400
|
+
]
|
401
|
+
}
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"date": "Tue, 19 Apr 2022 19:17:03 GMT",
|
405
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.6",
|
406
|
+
"version": "9.0.0-rc.6",
|
407
|
+
"comments": {
|
408
|
+
"none": [
|
409
|
+
{
|
410
|
+
"author": "elcraig@microsoft.com",
|
411
|
+
"package": "@fluentui/react-tooltip",
|
412
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
413
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
414
|
+
},
|
10
415
|
{
|
11
416
|
"author": "email not defined",
|
12
417
|
"package": "@fluentui/react-tooltip",
|
13
|
-
"commit": "
|
14
|
-
"comment": "
|
418
|
+
"commit": "df80d6f3552e939c7eee343876251a873313139a",
|
419
|
+
"comment": "Updated documenation for guidance on interactive content in a Tooltip."
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"author": "mgodbolt@microsoft.com",
|
423
|
+
"package": "@fluentui/react-tooltip",
|
424
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
425
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
426
|
+
}
|
427
|
+
],
|
428
|
+
"prerelease": [
|
429
|
+
{
|
430
|
+
"author": "olfedias@microsoft.com",
|
431
|
+
"package": "@fluentui/react-tooltip",
|
432
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
433
|
+
"comment": "chore: Update Griffel to latest version"
|
434
|
+
},
|
435
|
+
{
|
436
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
437
|
+
"package": "@fluentui/react-tooltip",
|
438
|
+
"commit": "36aea1f643cc8a18befeff397dd9147aea591040",
|
439
|
+
"comment": "Removing star exports."
|
440
|
+
},
|
441
|
+
{
|
442
|
+
"author": "mgodbolt@microsoft.com",
|
443
|
+
"package": "@fluentui/react-tooltip",
|
444
|
+
"commit": "f10cc045484b962652a400ef2ef4f3412c8d168b",
|
445
|
+
"comment": "Add mountNode prop"
|
446
|
+
},
|
447
|
+
{
|
448
|
+
"author": "seanmonahan@microsoft.com",
|
449
|
+
"package": "@fluentui/react-tooltip",
|
450
|
+
"commit": "086a675fd0c648944ff4048450190a0a13467de3",
|
451
|
+
"comment": "Add static classnames to Tooltip"
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"author": "beachball",
|
455
|
+
"package": "@fluentui/react-tooltip",
|
456
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.6",
|
457
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"author": "beachball",
|
461
|
+
"package": "@fluentui/react-tooltip",
|
462
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.6",
|
463
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
464
|
+
},
|
465
|
+
{
|
466
|
+
"author": "beachball",
|
467
|
+
"package": "@fluentui/react-tooltip",
|
468
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
|
469
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
470
|
+
},
|
471
|
+
{
|
472
|
+
"author": "beachball",
|
473
|
+
"package": "@fluentui/react-tooltip",
|
474
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
475
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
476
|
+
},
|
477
|
+
{
|
478
|
+
"author": "beachball",
|
479
|
+
"package": "@fluentui/react-tooltip",
|
480
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
481
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
482
|
+
},
|
483
|
+
{
|
484
|
+
"author": "beachball",
|
485
|
+
"package": "@fluentui/react-tooltip",
|
486
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
|
487
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
488
|
+
}
|
489
|
+
]
|
490
|
+
}
|
491
|
+
},
|
492
|
+
{
|
493
|
+
"date": "Fri, 04 Mar 2022 05:17:31 GMT",
|
494
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.5",
|
495
|
+
"version": "9.0.0-rc.5",
|
496
|
+
"comments": {
|
497
|
+
"prerelease": [
|
498
|
+
{
|
499
|
+
"author": "dzearing@microsoft.com",
|
500
|
+
"package": "@fluentui/react-tooltip",
|
501
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
502
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
503
|
+
},
|
504
|
+
{
|
505
|
+
"author": "beachball",
|
506
|
+
"package": "@fluentui/react-tooltip",
|
507
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.5",
|
508
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"author": "beachball",
|
512
|
+
"package": "@fluentui/react-tooltip",
|
513
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.5",
|
514
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
515
|
+
},
|
516
|
+
{
|
517
|
+
"author": "beachball",
|
518
|
+
"package": "@fluentui/react-tooltip",
|
519
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
|
520
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
521
|
+
},
|
522
|
+
{
|
523
|
+
"author": "beachball",
|
524
|
+
"package": "@fluentui/react-tooltip",
|
525
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
526
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
527
|
+
},
|
528
|
+
{
|
529
|
+
"author": "beachball",
|
530
|
+
"package": "@fluentui/react-tooltip",
|
531
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
532
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
533
|
+
}
|
534
|
+
]
|
535
|
+
}
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"date": "Tue, 01 Mar 2022 02:17:40 GMT",
|
539
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.4",
|
540
|
+
"version": "9.0.0-rc.4",
|
541
|
+
"comments": {
|
542
|
+
"prerelease": [
|
543
|
+
{
|
544
|
+
"author": "beachball",
|
545
|
+
"package": "@fluentui/react-tooltip",
|
546
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.4",
|
547
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
548
|
+
},
|
549
|
+
{
|
550
|
+
"author": "beachball",
|
551
|
+
"package": "@fluentui/react-tooltip",
|
552
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.4",
|
553
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
554
|
+
},
|
555
|
+
{
|
556
|
+
"author": "beachball",
|
557
|
+
"package": "@fluentui/react-tooltip",
|
558
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
559
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
560
|
+
}
|
561
|
+
]
|
562
|
+
}
|
563
|
+
},
|
564
|
+
{
|
565
|
+
"date": "Fri, 18 Feb 2022 13:35:36 GMT",
|
566
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.3",
|
567
|
+
"version": "9.0.0-rc.3",
|
568
|
+
"comments": {
|
569
|
+
"prerelease": [
|
570
|
+
{
|
571
|
+
"author": "behowell@microsoft.com",
|
572
|
+
"package": "@fluentui/react-tooltip",
|
573
|
+
"commit": "50ae56ec346d762d66b3d74ed1127943ffda344f",
|
574
|
+
"comment": "Update documentation comments"
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"author": "lingfangao@hotmail.com",
|
578
|
+
"package": "@fluentui/react-tooltip",
|
579
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
580
|
+
"comment": "fix: Source maps contain original source code"
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"author": "olfedias@microsoft.com",
|
584
|
+
"package": "@fluentui/react-tooltip",
|
585
|
+
"commit": "2bf88fea066244bc078912bb6e45edb960f3b866",
|
586
|
+
"comment": "update trigger implementation to be consistent"
|
15
587
|
},
|
16
588
|
{
|
17
589
|
"author": "beachball",
|
18
590
|
"package": "@fluentui/react-tooltip",
|
19
|
-
"comment": "Bump @fluentui/react-portal to
|
20
|
-
"commit": "
|
591
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.3",
|
592
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
21
593
|
},
|
22
594
|
{
|
23
595
|
"author": "beachball",
|
24
596
|
"package": "@fluentui/react-tooltip",
|
25
|
-
"comment": "Bump @fluentui/react-positioning to
|
26
|
-
"commit": "
|
597
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.3",
|
598
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
27
599
|
},
|
28
600
|
{
|
29
601
|
"author": "beachball",
|
30
602
|
"package": "@fluentui/react-tooltip",
|
31
|
-
"comment": "Bump @fluentui/react-shared-contexts to
|
32
|
-
"commit": "
|
603
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
|
604
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
33
605
|
},
|
34
606
|
{
|
35
607
|
"author": "beachball",
|
36
608
|
"package": "@fluentui/react-tooltip",
|
37
|
-
"comment": "Bump @fluentui/react-theme to
|
38
|
-
"commit": "
|
609
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
|
610
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
39
611
|
},
|
40
612
|
{
|
41
613
|
"author": "beachball",
|
42
614
|
"package": "@fluentui/react-tooltip",
|
43
|
-
"comment": "Bump @fluentui/react-utilities to
|
44
|
-
"commit": "
|
615
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
616
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
45
617
|
},
|
46
618
|
{
|
47
619
|
"author": "beachball",
|
48
620
|
"package": "@fluentui/react-tooltip",
|
49
|
-
"comment": "Bump @fluentui/react-conformance-griffel to
|
50
|
-
"commit": "
|
621
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
622
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
51
623
|
}
|
52
624
|
]
|
53
625
|
}
|