@fluentui/react-tooltip 0.0.0-nightly-20220302-0405.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/CHANGELOG.json +3319 -0
  2. package/CHANGELOG.md +1147 -0
  3. package/LICENSE +15 -0
  4. package/MIGRATION.md +68 -0
  5. package/README.md +5 -0
  6. package/Spec.md +374 -0
  7. package/dist/react-tooltip.d.ts +154 -0
  8. package/lib/Tooltip.d.ts +1 -0
  9. package/lib/Tooltip.js +2 -0
  10. package/lib/Tooltip.js.map +1 -0
  11. package/lib/components/Tooltip/Tooltip.d.ts +7 -0
  12. package/lib/components/Tooltip/Tooltip.js +15 -0
  13. package/lib/components/Tooltip/Tooltip.js.map +1 -0
  14. package/lib/components/Tooltip/Tooltip.types.d.ts +117 -0
  15. package/lib/components/Tooltip/Tooltip.types.js +2 -0
  16. package/lib/components/Tooltip/Tooltip.types.js.map +1 -0
  17. package/lib/components/Tooltip/index.d.ts +5 -0
  18. package/lib/components/Tooltip/index.js +6 -0
  19. package/lib/components/Tooltip/index.js.map +1 -0
  20. package/lib/components/Tooltip/private/constants.d.ts +12 -0
  21. package/lib/components/Tooltip/private/constants.js +14 -0
  22. package/lib/components/Tooltip/private/constants.js.map +1 -0
  23. package/lib/components/Tooltip/renderTooltip.d.ts +5 -0
  24. package/lib/components/Tooltip/renderTooltip.js +19 -0
  25. package/lib/components/Tooltip/renderTooltip.js.map +1 -0
  26. package/lib/components/Tooltip/useTooltip.d.ts +10 -0
  27. package/lib/components/Tooltip/useTooltip.js +193 -0
  28. package/lib/components/Tooltip/useTooltip.js.map +1 -0
  29. package/lib/components/Tooltip/useTooltipStyles.d.ts +6 -0
  30. package/lib/components/Tooltip/useTooltipStyles.js +95 -0
  31. package/lib/components/Tooltip/useTooltipStyles.js.map +1 -0
  32. package/lib/index.d.ts +1 -0
  33. package/lib/index.js +2 -0
  34. package/lib/index.js.map +1 -0
  35. package/lib/tsdoc-metadata.json +11 -0
  36. package/lib-commonjs/Tooltip.d.ts +1 -0
  37. package/lib-commonjs/Tooltip.js +10 -0
  38. package/lib-commonjs/Tooltip.js.map +1 -0
  39. package/lib-commonjs/components/Tooltip/Tooltip.d.ts +7 -0
  40. package/lib-commonjs/components/Tooltip/Tooltip.js +27 -0
  41. package/lib-commonjs/components/Tooltip/Tooltip.js.map +1 -0
  42. package/lib-commonjs/components/Tooltip/Tooltip.types.d.ts +117 -0
  43. package/lib-commonjs/components/Tooltip/Tooltip.types.js +6 -0
  44. package/lib-commonjs/components/Tooltip/Tooltip.types.js.map +1 -0
  45. package/lib-commonjs/components/Tooltip/index.d.ts +5 -0
  46. package/lib-commonjs/components/Tooltip/index.js +18 -0
  47. package/lib-commonjs/components/Tooltip/index.js.map +1 -0
  48. package/lib-commonjs/components/Tooltip/private/constants.d.ts +12 -0
  49. package/lib-commonjs/components/Tooltip/private/constants.js +21 -0
  50. package/lib-commonjs/components/Tooltip/private/constants.js.map +1 -0
  51. package/lib-commonjs/components/Tooltip/renderTooltip.d.ts +5 -0
  52. package/lib-commonjs/components/Tooltip/renderTooltip.js +31 -0
  53. package/lib-commonjs/components/Tooltip/renderTooltip.js.map +1 -0
  54. package/lib-commonjs/components/Tooltip/useTooltip.d.ts +10 -0
  55. package/lib-commonjs/components/Tooltip/useTooltip.js +207 -0
  56. package/lib-commonjs/components/Tooltip/useTooltip.js.map +1 -0
  57. package/lib-commonjs/components/Tooltip/useTooltipStyles.d.ts +6 -0
  58. package/lib-commonjs/components/Tooltip/useTooltipStyles.js +108 -0
  59. package/lib-commonjs/components/Tooltip/useTooltipStyles.js.map +1 -0
  60. package/lib-commonjs/index.d.ts +1 -0
  61. package/lib-commonjs/index.js +10 -0
  62. package/lib-commonjs/index.js.map +1 -0
  63. package/package.json +66 -0
package/CHANGELOG.json ADDED
@@ -0,0 +1,3319 @@
1
+ {
2
+ "name": "@fluentui/react-tooltip",
3
+ "entries": [
4
+ {
5
+ "date": "Wed, 02 Mar 2022 04:14:58 GMT",
6
+ "tag": "@fluentui/react-tooltip_v0.0.0-nightly-20220302-0405.1",
7
+ "version": "0.0.0-nightly-20220302-0405.1",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui/react-tooltip",
13
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec",
14
+ "comment": "Release nightly v9"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-tooltip",
19
+ "comment": "Bump @fluentui/react-portal to v0.0.0-nightly-20220302-0405.1",
20
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-tooltip",
25
+ "comment": "Bump @fluentui/react-positioning to v0.0.0-nightly-20220302-0405.1",
26
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-tooltip",
31
+ "comment": "Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20220302-0405.1",
32
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-tooltip",
37
+ "comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220302-0405.1",
38
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-tooltip",
43
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220302-0405.1",
44
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-tooltip",
49
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220302-0405.1",
50
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
57
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.4",
58
+ "version": "9.0.0-rc.4",
59
+ "comments": {
60
+ "prerelease": [
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-tooltip",
64
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.4",
65
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-tooltip",
70
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.4",
71
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-tooltip",
76
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
77
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
78
+ }
79
+ ]
80
+ }
81
+ },
82
+ {
83
+ "date": "Fri, 18 Feb 2022 13:35:36 GMT",
84
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.3",
85
+ "version": "9.0.0-rc.3",
86
+ "comments": {
87
+ "prerelease": [
88
+ {
89
+ "author": "behowell@microsoft.com",
90
+ "package": "@fluentui/react-tooltip",
91
+ "commit": "50ae56ec346d762d66b3d74ed1127943ffda344f",
92
+ "comment": "Update documentation comments"
93
+ },
94
+ {
95
+ "author": "lingfangao@hotmail.com",
96
+ "package": "@fluentui/react-tooltip",
97
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
98
+ "comment": "fix: Source maps contain original source code"
99
+ },
100
+ {
101
+ "author": "olfedias@microsoft.com",
102
+ "package": "@fluentui/react-tooltip",
103
+ "commit": "2bf88fea066244bc078912bb6e45edb960f3b866",
104
+ "comment": "update trigger implementation to be consistent"
105
+ },
106
+ {
107
+ "author": "beachball",
108
+ "package": "@fluentui/react-tooltip",
109
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.3",
110
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
111
+ },
112
+ {
113
+ "author": "beachball",
114
+ "package": "@fluentui/react-tooltip",
115
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.3",
116
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
117
+ },
118
+ {
119
+ "author": "beachball",
120
+ "package": "@fluentui/react-tooltip",
121
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
122
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
123
+ },
124
+ {
125
+ "author": "beachball",
126
+ "package": "@fluentui/react-tooltip",
127
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
128
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
129
+ },
130
+ {
131
+ "author": "beachball",
132
+ "package": "@fluentui/react-tooltip",
133
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
134
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
135
+ },
136
+ {
137
+ "author": "beachball",
138
+ "package": "@fluentui/react-tooltip",
139
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
140
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
141
+ }
142
+ ]
143
+ }
144
+ },
145
+ {
146
+ "date": "Thu, 10 Feb 2022 08:50:30 GMT",
147
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.1",
148
+ "version": "9.0.0-rc.1",
149
+ "comments": {
150
+ "prerelease": [
151
+ {
152
+ "author": "olfedias@microsoft.com",
153
+ "package": "@fluentui/react-tooltip",
154
+ "commit": "02e6236e4db8e1b591223475896537e905bf3580",
155
+ "comment": "BREAKING: implement `content` slot"
156
+ },
157
+ {
158
+ "author": "olfedias@microsoft.com",
159
+ "package": "@fluentui/react-tooltip",
160
+ "commit": "17c0b18d7983d414095661bf9f57e14c0c22685d",
161
+ "comment": "Replace make-styles packages with griffel equivalents."
162
+ },
163
+ {
164
+ "author": "behowell@microsoft.com",
165
+ "package": "@fluentui/react-tooltip",
166
+ "commit": "58ae40d6817b1fa4e095a94707dfef5050aa4c11",
167
+ "comment": "Replace `triggerAriaAttribute` prop with `relationship` and make it required with no default"
168
+ },
169
+ {
170
+ "author": "behowell@microsoft.com",
171
+ "package": "@fluentui/react-tooltip",
172
+ "commit": "f30e7585a8d2abd9db06c4076f39a779008b0eca",
173
+ "comment": "Update MenuTrigger and Tooltip to work together"
174
+ },
175
+ {
176
+ "author": "mgodbolt@microsoft.com",
177
+ "package": "@fluentui/react-tooltip",
178
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
179
+ "comment": "remove export of commons types"
180
+ },
181
+ {
182
+ "author": "lingfangao@hotmail.com",
183
+ "package": "@fluentui/react-tooltip",
184
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
185
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
186
+ },
187
+ {
188
+ "author": "behowell@microsoft.com",
189
+ "package": "@fluentui/react-tooltip",
190
+ "commit": "caaf3307f864b04369c13fe69d7dc8fe7ab84735",
191
+ "comment": "Move arrowHeight and tooltipBorderRadius into a shared constants.ts file"
192
+ },
193
+ {
194
+ "author": "behowell@microsoft.com",
195
+ "package": "@fluentui/react-tooltip",
196
+ "commit": "2aacc839785a2f96d84a959aea207dfdb99116f8",
197
+ "comment": "Prevent Tooltip from overriding any aria-label, etc. props on its child"
198
+ },
199
+ {
200
+ "author": "Humberto.Morimoto@microsoft.com",
201
+ "package": "@fluentui/react-tooltip",
202
+ "commit": "9204703d0a42ee34a20ae4cf28952e13872647ba",
203
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
204
+ },
205
+ {
206
+ "author": "behowell@microsoft.com",
207
+ "package": "@fluentui/react-tooltip",
208
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
209
+ "comment": "Refactor component Slot typings"
210
+ },
211
+ {
212
+ "author": "olfedias@microsoft.com",
213
+ "package": "@fluentui/react-tooltip",
214
+ "commit": "1bbb753830028fbf133858d523ae2d56ceefeecf",
215
+ "comment": "update styles to not use CSS shorthands"
216
+ },
217
+ {
218
+ "author": "behowell@microsoft.com",
219
+ "package": "@fluentui/react-tooltip",
220
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
221
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
222
+ },
223
+ {
224
+ "author": "behowell@microsoft.com",
225
+ "package": "@fluentui/react-tooltip",
226
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
227
+ "comment": "Remove component's shorthandProps array"
228
+ },
229
+ {
230
+ "author": "Humberto.Morimoto@microsoft.com",
231
+ "package": "@fluentui/react-tooltip",
232
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
233
+ "comment": "Updating based on changes to composition types."
234
+ },
235
+ {
236
+ "author": "behowell@microsoft.com",
237
+ "package": "@fluentui/react-tooltip",
238
+ "commit": "97c3818f7faf8733a0cfc9c91f5e94ddb8652d3a",
239
+ "comment": "Update documentation stories"
240
+ },
241
+ {
242
+ "author": "olfedias@microsoft.com",
243
+ "package": "@fluentui/react-tooltip",
244
+ "commit": "aa6cfd8ac825b5a280206808101de549a91094fc",
245
+ "comment": "update types related to trigger (allow only React.ReactElement & null)"
246
+ },
247
+ {
248
+ "author": "behowell@microsoft.com",
249
+ "package": "@fluentui/react-tooltip",
250
+ "commit": "09804275c7f346db54c33d4ff347bffc33676014",
251
+ "comment": "Fix tooltip arrow rendering, and add high contrast border around Tooltip"
252
+ },
253
+ {
254
+ "author": "behowell@microsoft.com",
255
+ "package": "@fluentui/react-tooltip",
256
+ "commit": "1513362b9adaae5d7dbda6b364e40e736710a79f",
257
+ "comment": "Remove Tooltip's inverted prop in favor of the appearance prop"
258
+ },
259
+ {
260
+ "author": "beachball",
261
+ "package": "@fluentui/react-tooltip",
262
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.1",
263
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
264
+ },
265
+ {
266
+ "author": "beachball",
267
+ "package": "@fluentui/react-tooltip",
268
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.1",
269
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
270
+ },
271
+ {
272
+ "author": "beachball",
273
+ "package": "@fluentui/react-tooltip",
274
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
275
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
276
+ },
277
+ {
278
+ "author": "beachball",
279
+ "package": "@fluentui/react-tooltip",
280
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
281
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
282
+ },
283
+ {
284
+ "author": "beachball",
285
+ "package": "@fluentui/react-tooltip",
286
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
287
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
288
+ },
289
+ {
290
+ "author": "beachball",
291
+ "package": "@fluentui/react-tooltip",
292
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
293
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
294
+ }
295
+ ],
296
+ "none": [
297
+ {
298
+ "author": "olfedias@microsoft.com",
299
+ "package": "@fluentui/react-tooltip",
300
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
301
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
302
+ },
303
+ {
304
+ "author": "elcraig@microsoft.com",
305
+ "package": "@fluentui/react-tooltip",
306
+ "commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
307
+ "comment": "Remove outdated boilerplate comment in useTooltip"
308
+ },
309
+ {
310
+ "author": "martinhochel@microsoft.com",
311
+ "package": "@fluentui/react-tooltip",
312
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
313
+ "comment": "chore: use storybook runner for all vNext packages"
314
+ },
315
+ {
316
+ "author": "andredias@microsoft.com",
317
+ "package": "@fluentui/react-tooltip",
318
+ "commit": "b59f44ed5db37b457476fdb3ec86ff273b776646",
319
+ "comment": "Migrate package to use solution tsconfigs"
320
+ }
321
+ ]
322
+ }
323
+ },
324
+ {
325
+ "date": "Thu, 25 Nov 2021 08:34:17 GMT",
326
+ "tag": "@fluentui/react-tooltip_v9.0.0-beta.5",
327
+ "version": "9.0.0-beta.5",
328
+ "comments": {
329
+ "prerelease": [
330
+ {
331
+ "author": "lingfangao@hotmail.com",
332
+ "package": "@fluentui/react-tooltip",
333
+ "commit": "58db204f28af1d68df7260ff580cf91f0adcfb66",
334
+ "comment": "Add transparent outline to arrow for HC"
335
+ },
336
+ {
337
+ "author": "beachball",
338
+ "package": "@fluentui/react-tooltip",
339
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
340
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
341
+ },
342
+ {
343
+ "author": "beachball",
344
+ "package": "@fluentui/react-tooltip",
345
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.5",
346
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
347
+ },
348
+ {
349
+ "author": "beachball",
350
+ "package": "@fluentui/react-tooltip",
351
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-beta.4",
352
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
353
+ },
354
+ {
355
+ "author": "beachball",
356
+ "package": "@fluentui/react-tooltip",
357
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
358
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
359
+ },
360
+ {
361
+ "author": "beachball",
362
+ "package": "@fluentui/react-tooltip",
363
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
364
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
365
+ },
366
+ {
367
+ "author": "beachball",
368
+ "package": "@fluentui/react-tooltip",
369
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
370
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
371
+ },
372
+ {
373
+ "author": "beachball",
374
+ "package": "@fluentui/react-tooltip",
375
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
376
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
377
+ },
378
+ {
379
+ "author": "beachball",
380
+ "package": "@fluentui/react-tooltip",
381
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
382
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
383
+ },
384
+ {
385
+ "author": "beachball",
386
+ "package": "@fluentui/react-tooltip",
387
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
388
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
389
+ }
390
+ ]
391
+ }
392
+ },
393
+ {
394
+ "date": "Fri, 12 Nov 2021 13:25:09 GMT",
395
+ "tag": "@fluentui/react-tooltip_v9.0.0-beta.4",
396
+ "version": "9.0.0-beta.4",
397
+ "comments": {
398
+ "none": [
399
+ {
400
+ "author": "lingfangao@hotmail.com",
401
+ "package": "@fluentui/react-tooltip",
402
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
403
+ "comment": "Remove beta release tag"
404
+ }
405
+ ],
406
+ "prerelease": [
407
+ {
408
+ "author": "gcox@microsoft.com",
409
+ "package": "@fluentui/react-tooltip",
410
+ "commit": "d5810cfc819dcb2126ffaa081bf117fcae83dc73",
411
+ "comment": "Updated stories to support codesandbox"
412
+ },
413
+ {
414
+ "author": "olfedias@microsoft.com",
415
+ "package": "@fluentui/react-tooltip",
416
+ "commit": "f078af73d95d0f2c380144a40127bd08e389aa2d",
417
+ "comment": "export static classes for components"
418
+ },
419
+ {
420
+ "author": "gcox@microsoft.com",
421
+ "package": "@fluentui/react-tooltip",
422
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
423
+ "comment": "Updated beta and RC components to ES2019"
424
+ },
425
+ {
426
+ "author": "beachball",
427
+ "package": "@fluentui/react-tooltip",
428
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
429
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
430
+ },
431
+ {
432
+ "author": "beachball",
433
+ "package": "@fluentui/react-tooltip",
434
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.4",
435
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
436
+ },
437
+ {
438
+ "author": "beachball",
439
+ "package": "@fluentui/react-tooltip",
440
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-beta.3",
441
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
442
+ },
443
+ {
444
+ "author": "beachball",
445
+ "package": "@fluentui/react-tooltip",
446
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
447
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
448
+ },
449
+ {
450
+ "author": "beachball",
451
+ "package": "@fluentui/react-tooltip",
452
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
453
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
454
+ },
455
+ {
456
+ "author": "beachball",
457
+ "package": "@fluentui/react-tooltip",
458
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
459
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
460
+ },
461
+ {
462
+ "author": "beachball",
463
+ "package": "@fluentui/react-tooltip",
464
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
465
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
466
+ },
467
+ {
468
+ "author": "beachball",
469
+ "package": "@fluentui/react-tooltip",
470
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
471
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
472
+ },
473
+ {
474
+ "author": "beachball",
475
+ "package": "@fluentui/react-tooltip",
476
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
477
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
478
+ }
479
+ ]
480
+ }
481
+ },
482
+ {
483
+ "date": "Wed, 27 Oct 2021 12:14:23 GMT",
484
+ "tag": "@fluentui/react-tooltip_v9.0.0-beta.3",
485
+ "version": "9.0.0-beta.3",
486
+ "comments": {
487
+ "prerelease": [
488
+ {
489
+ "author": "gcox@microsoft.com",
490
+ "package": "@fluentui/react-tooltip",
491
+ "commit": "75a731d1410685b12a091dcd8a60c318f58260f6",
492
+ "comment": "Removed duplicate 'Tooltip' from story names"
493
+ },
494
+ {
495
+ "author": "peter@draxler.ml",
496
+ "package": "@fluentui/react-tooltip",
497
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
498
+ "comment": "added styling of documentation"
499
+ },
500
+ {
501
+ "author": "beachball",
502
+ "package": "@fluentui/react-tooltip",
503
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
504
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
505
+ },
506
+ {
507
+ "author": "beachball",
508
+ "package": "@fluentui/react-tooltip",
509
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.3",
510
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
511
+ },
512
+ {
513
+ "author": "beachball",
514
+ "package": "@fluentui/react-tooltip",
515
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-beta.2",
516
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
517
+ },
518
+ {
519
+ "author": "beachball",
520
+ "package": "@fluentui/react-tooltip",
521
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
522
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
523
+ },
524
+ {
525
+ "author": "beachball",
526
+ "package": "@fluentui/react-tooltip",
527
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
528
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
529
+ },
530
+ {
531
+ "author": "beachball",
532
+ "package": "@fluentui/react-tooltip",
533
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
534
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
535
+ },
536
+ {
537
+ "author": "beachball",
538
+ "package": "@fluentui/react-tooltip",
539
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
540
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
541
+ },
542
+ {
543
+ "author": "beachball",
544
+ "package": "@fluentui/react-tooltip",
545
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
546
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
547
+ },
548
+ {
549
+ "author": "beachball",
550
+ "package": "@fluentui/react-tooltip",
551
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
552
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
553
+ }
554
+ ]
555
+ }
556
+ },
557
+ {
558
+ "date": "Tue, 12 Oct 2021 19:45:58 GMT",
559
+ "tag": "@fluentui/react-tooltip_v9.0.0-beta.2",
560
+ "version": "9.0.0-beta.2",
561
+ "comments": {
562
+ "prerelease": [
563
+ {
564
+ "author": "beachball",
565
+ "package": "@fluentui/react-tooltip",
566
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.2",
567
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
568
+ }
569
+ ]
570
+ }
571
+ },
572
+ {
573
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
574
+ "tag": "@fluentui/react-tooltip_v9.0.0-beta.1",
575
+ "version": "9.0.0-beta.1",
576
+ "comments": {
577
+ "prerelease": [
578
+ {
579
+ "author": "lingfangao@hotmail.com",
580
+ "package": "@fluentui/react-tooltip",
581
+ "comment": "Bump all v9 components to beta prerelease tag",
582
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
583
+ },
584
+ {
585
+ "author": "beachball",
586
+ "package": "@fluentui/react-tooltip",
587
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
588
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
589
+ },
590
+ {
591
+ "author": "beachball",
592
+ "package": "@fluentui/react-tooltip",
593
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.1",
594
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
595
+ },
596
+ {
597
+ "author": "beachball",
598
+ "package": "@fluentui/react-tooltip",
599
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-beta.1",
600
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
601
+ },
602
+ {
603
+ "author": "beachball",
604
+ "package": "@fluentui/react-tooltip",
605
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.1",
606
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
607
+ },
608
+ {
609
+ "author": "beachball",
610
+ "package": "@fluentui/react-tooltip",
611
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.1",
612
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
613
+ },
614
+ {
615
+ "author": "beachball",
616
+ "package": "@fluentui/react-tooltip",
617
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
618
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
619
+ },
620
+ {
621
+ "author": "beachball",
622
+ "package": "@fluentui/react-tooltip",
623
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.1",
624
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
625
+ },
626
+ {
627
+ "author": "beachball",
628
+ "package": "@fluentui/react-tooltip",
629
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
630
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
631
+ },
632
+ {
633
+ "author": "beachball",
634
+ "package": "@fluentui/react-tooltip",
635
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1",
636
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
637
+ }
638
+ ]
639
+ }
640
+ },
641
+ {
642
+ "date": "Tue, 05 Oct 2021 12:47:58 GMT",
643
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.96",
644
+ "version": "9.0.0-alpha.96",
645
+ "comments": {
646
+ "prerelease": [
647
+ {
648
+ "author": "beachball",
649
+ "package": "@fluentui/react-tooltip",
650
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
651
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
652
+ },
653
+ {
654
+ "author": "beachball",
655
+ "package": "@fluentui/react-tooltip",
656
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.61",
657
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
658
+ },
659
+ {
660
+ "author": "beachball",
661
+ "package": "@fluentui/react-tooltip",
662
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.60",
663
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
664
+ },
665
+ {
666
+ "author": "beachball",
667
+ "package": "@fluentui/react-tooltip",
668
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
669
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
670
+ },
671
+ {
672
+ "author": "beachball",
673
+ "package": "@fluentui/react-tooltip",
674
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
675
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
676
+ }
677
+ ]
678
+ }
679
+ },
680
+ {
681
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
682
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.95",
683
+ "version": "9.0.0-alpha.95",
684
+ "comments": {
685
+ "prerelease": [
686
+ {
687
+ "author": "bsunderhus@microsoft.com",
688
+ "package": "@fluentui/react-tooltip",
689
+ "comment": "Adds ForwardRefComponent to react-tooltip components declaration",
690
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
691
+ },
692
+ {
693
+ "author": "beachball",
694
+ "package": "@fluentui/react-tooltip",
695
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
696
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
697
+ },
698
+ {
699
+ "author": "beachball",
700
+ "package": "@fluentui/react-tooltip",
701
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.60",
702
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
703
+ },
704
+ {
705
+ "author": "beachball",
706
+ "package": "@fluentui/react-tooltip",
707
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.65",
708
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
709
+ },
710
+ {
711
+ "author": "beachball",
712
+ "package": "@fluentui/react-tooltip",
713
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
714
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
715
+ },
716
+ {
717
+ "author": "beachball",
718
+ "package": "@fluentui/react-tooltip",
719
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.59",
720
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
721
+ },
722
+ {
723
+ "author": "beachball",
724
+ "package": "@fluentui/react-tooltip",
725
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
726
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
727
+ },
728
+ {
729
+ "author": "beachball",
730
+ "package": "@fluentui/react-tooltip",
731
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
732
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
733
+ }
734
+ ]
735
+ }
736
+ },
737
+ {
738
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
739
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.94",
740
+ "version": "9.0.0-alpha.94",
741
+ "comments": {
742
+ "prerelease": [
743
+ {
744
+ "author": "lingfangao@hotmail.com",
745
+ "package": "@fluentui/react-tooltip",
746
+ "comment": "Bump v9 prerelease versions to rerelease",
747
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
748
+ },
749
+ {
750
+ "author": "beachball",
751
+ "package": "@fluentui/react-tooltip",
752
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
753
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
754
+ },
755
+ {
756
+ "author": "beachball",
757
+ "package": "@fluentui/react-tooltip",
758
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.59",
759
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
760
+ },
761
+ {
762
+ "author": "beachball",
763
+ "package": "@fluentui/react-tooltip",
764
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.64",
765
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
766
+ },
767
+ {
768
+ "author": "beachball",
769
+ "package": "@fluentui/react-tooltip",
770
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.28",
771
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
772
+ },
773
+ {
774
+ "author": "beachball",
775
+ "package": "@fluentui/react-tooltip",
776
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.26",
777
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
778
+ },
779
+ {
780
+ "author": "beachball",
781
+ "package": "@fluentui/react-tooltip",
782
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
783
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
784
+ },
785
+ {
786
+ "author": "beachball",
787
+ "package": "@fluentui/react-tooltip",
788
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.58",
789
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
790
+ },
791
+ {
792
+ "author": "beachball",
793
+ "package": "@fluentui/react-tooltip",
794
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
795
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
796
+ },
797
+ {
798
+ "author": "beachball",
799
+ "package": "@fluentui/react-tooltip",
800
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
801
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
802
+ }
803
+ ]
804
+ }
805
+ },
806
+ {
807
+ "date": "Fri, 01 Oct 2021 12:30:46 GMT",
808
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.92",
809
+ "version": "9.0.0-alpha.92",
810
+ "comments": {
811
+ "prerelease": [
812
+ {
813
+ "author": "miroslav.stastny@microsoft.com",
814
+ "package": "@fluentui/react-tooltip",
815
+ "comment": "Apply tokens from refactored theme",
816
+ "commit": "c5f91bfccb65073eb01e4b4aa0b720bb6bf06b5d"
817
+ }
818
+ ]
819
+ }
820
+ },
821
+ {
822
+ "date": "Fri, 01 Oct 2021 09:44:56 GMT",
823
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.91",
824
+ "version": "9.0.0-alpha.91",
825
+ "comments": {
826
+ "prerelease": [
827
+ {
828
+ "author": "beachball",
829
+ "package": "@fluentui/react-tooltip",
830
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.57",
831
+ "commit": "0ebd18ceaba3d032748f76da4ce06fcf8942c6c5"
832
+ }
833
+ ]
834
+ }
835
+ },
836
+ {
837
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
838
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.90",
839
+ "version": "9.0.0-alpha.90",
840
+ "comments": {
841
+ "prerelease": [
842
+ {
843
+ "author": "beachball",
844
+ "package": "@fluentui/react-tooltip",
845
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
846
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
847
+ },
848
+ {
849
+ "author": "beachball",
850
+ "package": "@fluentui/react-tooltip",
851
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.56",
852
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
853
+ },
854
+ {
855
+ "author": "beachball",
856
+ "package": "@fluentui/react-tooltip",
857
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.62",
858
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
859
+ },
860
+ {
861
+ "author": "beachball",
862
+ "package": "@fluentui/react-tooltip",
863
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.26",
864
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
865
+ },
866
+ {
867
+ "author": "beachball",
868
+ "package": "@fluentui/react-tooltip",
869
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.24",
870
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
871
+ },
872
+ {
873
+ "author": "beachball",
874
+ "package": "@fluentui/react-tooltip",
875
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.56",
876
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
877
+ },
878
+ {
879
+ "author": "beachball",
880
+ "package": "@fluentui/react-tooltip",
881
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
882
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
883
+ },
884
+ {
885
+ "author": "beachball",
886
+ "package": "@fluentui/react-tooltip",
887
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
888
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
889
+ }
890
+ ]
891
+ }
892
+ },
893
+ {
894
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
895
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.89",
896
+ "version": "9.0.0-alpha.89",
897
+ "comments": {
898
+ "prerelease": [
899
+ {
900
+ "author": "behowell@microsoft.com",
901
+ "package": "@fluentui/react-tooltip",
902
+ "comment": "Refactor Tooltip to remove mergeProps",
903
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
904
+ },
905
+ {
906
+ "author": "beachball",
907
+ "package": "@fluentui/react-tooltip",
908
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
909
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
910
+ },
911
+ {
912
+ "author": "beachball",
913
+ "package": "@fluentui/react-tooltip",
914
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.55",
915
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
916
+ },
917
+ {
918
+ "author": "beachball",
919
+ "package": "@fluentui/react-tooltip",
920
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.61",
921
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
922
+ },
923
+ {
924
+ "author": "beachball",
925
+ "package": "@fluentui/react-tooltip",
926
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
927
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
928
+ },
929
+ {
930
+ "author": "beachball",
931
+ "package": "@fluentui/react-tooltip",
932
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.55",
933
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
934
+ },
935
+ {
936
+ "author": "beachball",
937
+ "package": "@fluentui/react-tooltip",
938
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
939
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
940
+ },
941
+ {
942
+ "author": "beachball",
943
+ "package": "@fluentui/react-tooltip",
944
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
945
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
946
+ }
947
+ ]
948
+ }
949
+ },
950
+ {
951
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
952
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.88",
953
+ "version": "9.0.0-alpha.88",
954
+ "comments": {
955
+ "prerelease": [
956
+ {
957
+ "author": "beachball",
958
+ "package": "@fluentui/react-tooltip",
959
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
960
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
961
+ },
962
+ {
963
+ "author": "beachball",
964
+ "package": "@fluentui/react-tooltip",
965
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.54",
966
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
967
+ },
968
+ {
969
+ "author": "beachball",
970
+ "package": "@fluentui/react-tooltip",
971
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.60",
972
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
973
+ },
974
+ {
975
+ "author": "beachball",
976
+ "package": "@fluentui/react-tooltip",
977
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
978
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
979
+ },
980
+ {
981
+ "author": "beachball",
982
+ "package": "@fluentui/react-tooltip",
983
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54",
984
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
985
+ },
986
+ {
987
+ "author": "beachball",
988
+ "package": "@fluentui/react-tooltip",
989
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
990
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
991
+ },
992
+ {
993
+ "author": "beachball",
994
+ "package": "@fluentui/react-tooltip",
995
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
996
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
997
+ }
998
+ ]
999
+ }
1000
+ },
1001
+ {
1002
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
1003
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.87",
1004
+ "version": "9.0.0-alpha.87",
1005
+ "comments": {
1006
+ "prerelease": [
1007
+ {
1008
+ "author": "gcox@microsoft.com",
1009
+ "package": "@fluentui/react-tooltip",
1010
+ "comment": "Updated ToolTipProps for consistency",
1011
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1012
+ },
1013
+ {
1014
+ "author": "beachball",
1015
+ "package": "@fluentui/react-tooltip",
1016
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
1017
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1018
+ },
1019
+ {
1020
+ "author": "beachball",
1021
+ "package": "@fluentui/react-tooltip",
1022
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.53",
1023
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1024
+ },
1025
+ {
1026
+ "author": "beachball",
1027
+ "package": "@fluentui/react-tooltip",
1028
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.59",
1029
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1030
+ },
1031
+ {
1032
+ "author": "beachball",
1033
+ "package": "@fluentui/react-tooltip",
1034
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
1035
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1036
+ },
1037
+ {
1038
+ "author": "beachball",
1039
+ "package": "@fluentui/react-tooltip",
1040
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.53",
1041
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1042
+ },
1043
+ {
1044
+ "author": "beachball",
1045
+ "package": "@fluentui/react-tooltip",
1046
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
1047
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1048
+ },
1049
+ {
1050
+ "author": "beachball",
1051
+ "package": "@fluentui/react-tooltip",
1052
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
1053
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
1054
+ }
1055
+ ]
1056
+ }
1057
+ },
1058
+ {
1059
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
1060
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.86",
1061
+ "version": "9.0.0-alpha.86",
1062
+ "comments": {
1063
+ "prerelease": [
1064
+ {
1065
+ "author": "beachball",
1066
+ "package": "@fluentui/react-tooltip",
1067
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
1068
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1069
+ },
1070
+ {
1071
+ "author": "beachball",
1072
+ "package": "@fluentui/react-tooltip",
1073
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.52",
1074
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1075
+ },
1076
+ {
1077
+ "author": "beachball",
1078
+ "package": "@fluentui/react-tooltip",
1079
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.58",
1080
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1081
+ },
1082
+ {
1083
+ "author": "beachball",
1084
+ "package": "@fluentui/react-tooltip",
1085
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
1086
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1087
+ },
1088
+ {
1089
+ "author": "beachball",
1090
+ "package": "@fluentui/react-tooltip",
1091
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.52",
1092
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1093
+ },
1094
+ {
1095
+ "author": "beachball",
1096
+ "package": "@fluentui/react-tooltip",
1097
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
1098
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1099
+ },
1100
+ {
1101
+ "author": "beachball",
1102
+ "package": "@fluentui/react-tooltip",
1103
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
1104
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
1105
+ }
1106
+ ]
1107
+ }
1108
+ },
1109
+ {
1110
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
1111
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.85",
1112
+ "version": "9.0.0-alpha.85",
1113
+ "comments": {
1114
+ "none": [
1115
+ {
1116
+ "author": "elcraig@microsoft.com",
1117
+ "package": "@fluentui/react-tooltip",
1118
+ "comment": "Remove unnecessary docCategory tags",
1119
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1120
+ }
1121
+ ],
1122
+ "prerelease": [
1123
+ {
1124
+ "author": "gcox@microsoft.com",
1125
+ "package": "@fluentui/react-tooltip",
1126
+ "comment": "Updating to types over interfaces",
1127
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1128
+ },
1129
+ {
1130
+ "author": "beachball",
1131
+ "package": "@fluentui/react-tooltip",
1132
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
1133
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1134
+ },
1135
+ {
1136
+ "author": "beachball",
1137
+ "package": "@fluentui/react-tooltip",
1138
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.51",
1139
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1140
+ },
1141
+ {
1142
+ "author": "beachball",
1143
+ "package": "@fluentui/react-tooltip",
1144
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.57",
1145
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1146
+ },
1147
+ {
1148
+ "author": "beachball",
1149
+ "package": "@fluentui/react-tooltip",
1150
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.25",
1151
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1152
+ },
1153
+ {
1154
+ "author": "beachball",
1155
+ "package": "@fluentui/react-tooltip",
1156
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.23",
1157
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1158
+ },
1159
+ {
1160
+ "author": "beachball",
1161
+ "package": "@fluentui/react-tooltip",
1162
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.51",
1163
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1164
+ },
1165
+ {
1166
+ "author": "beachball",
1167
+ "package": "@fluentui/react-tooltip",
1168
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
1169
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1170
+ },
1171
+ {
1172
+ "author": "beachball",
1173
+ "package": "@fluentui/react-tooltip",
1174
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
1175
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
1176
+ }
1177
+ ]
1178
+ }
1179
+ },
1180
+ {
1181
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
1182
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.84",
1183
+ "version": "9.0.0-alpha.84",
1184
+ "comments": {
1185
+ "none": [
1186
+ {
1187
+ "author": "lingfangao@hotmail.com",
1188
+ "package": "@fluentui/react-tooltip",
1189
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
1190
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
1191
+ }
1192
+ ],
1193
+ "prerelease": [
1194
+ {
1195
+ "author": "lingfangao@hotmail.com",
1196
+ "package": "@fluentui/react-tooltip",
1197
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
1198
+ "comment": "Bump @fluentui/react-tooltip to v9.0.0-alpha.84"
1199
+ }
1200
+ ]
1201
+ }
1202
+ },
1203
+ {
1204
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
1205
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.83",
1206
+ "version": "9.0.0-alpha.83",
1207
+ "comments": {
1208
+ "prerelease": [
1209
+ {
1210
+ "author": "Humberto.Morimoto@microsoft.com",
1211
+ "package": "@fluentui/react-tooltip",
1212
+ "comment": "Refactoring out functionality that applies trigger props to children as a utility.",
1213
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575"
1214
+ },
1215
+ {
1216
+ "author": "Humberto.Morimoto@microsoft.com",
1217
+ "package": "@fluentui/react-tooltip",
1218
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
1219
+ "comment": "Bump @fluentui/react-tooltip to v9.0.0-alpha.83"
1220
+ }
1221
+ ]
1222
+ }
1223
+ },
1224
+ {
1225
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
1226
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.82",
1227
+ "version": "9.0.0-alpha.82",
1228
+ "comments": {
1229
+ "prerelease": [
1230
+ {
1231
+ "author": "behowell@microsoft.com",
1232
+ "package": "@fluentui/react-tooltip",
1233
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
1234
+ "comment": "Bump @fluentui/react-tooltip to v9.0.0-alpha.82"
1235
+ }
1236
+ ]
1237
+ }
1238
+ },
1239
+ {
1240
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
1241
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.81",
1242
+ "version": "9.0.0-alpha.81",
1243
+ "comments": {
1244
+ "prerelease": [
1245
+ {
1246
+ "author": "bsunderhus@microsoft.com",
1247
+ "package": "@fluentui/react-tooltip",
1248
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
1249
+ "comment": "Bump @fluentui/react-tooltip to v9.0.0-alpha.81"
1250
+ }
1251
+ ]
1252
+ }
1253
+ },
1254
+ {
1255
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
1256
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.80",
1257
+ "version": "9.0.0-alpha.80",
1258
+ "comments": {
1259
+ "prerelease": [
1260
+ {
1261
+ "author": "lingfangao@hotmail.com",
1262
+ "package": "@fluentui/react-tooltip",
1263
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
1264
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
1265
+ },
1266
+ {
1267
+ "author": "lingfangao@hotmail.com",
1268
+ "package": "@fluentui/react-tooltip",
1269
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
1270
+ "comment": "Bump @fluentui/react-tooltip to v9.0.0-alpha.80"
1271
+ }
1272
+ ]
1273
+ }
1274
+ },
1275
+ {
1276
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
1277
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.79",
1278
+ "version": "9.0.0-alpha.79",
1279
+ "comments": {
1280
+ "prerelease": [
1281
+ {
1282
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.45",
1283
+ "author": "behowell@microsoft.com",
1284
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
1285
+ "package": "@fluentui/react-tooltip"
1286
+ }
1287
+ ]
1288
+ }
1289
+ },
1290
+ {
1291
+ "date": "Wed, 08 Sep 2021 07:34:11 GMT",
1292
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.78",
1293
+ "version": "9.0.0-alpha.78",
1294
+ "comments": {
1295
+ "prerelease": [
1296
+ {
1297
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.50",
1298
+ "author": "lingfangao@hotmail.com",
1299
+ "commit": "21f67e9922763bc9b50c9be8e5cc690d0ee3dac1",
1300
+ "package": "@fluentui/react-tooltip"
1301
+ }
1302
+ ]
1303
+ }
1304
+ },
1305
+ {
1306
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
1307
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.77",
1308
+ "version": "9.0.0-alpha.77",
1309
+ "comments": {
1310
+ "none": [
1311
+ {
1312
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.6",
1313
+ "author": "olfedias@microsoft.com",
1314
+ "commit": "37e0f35eb706d40c4537010de97db94a831022d3",
1315
+ "package": "@fluentui/react-tooltip"
1316
+ }
1317
+ ]
1318
+ }
1319
+ },
1320
+ {
1321
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
1322
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.77",
1323
+ "version": "9.0.0-alpha.77",
1324
+ "comments": {
1325
+ "prerelease": [
1326
+ {
1327
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.44",
1328
+ "author": "lingfangao@hotmail.com",
1329
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
1330
+ "package": "@fluentui/react-tooltip"
1331
+ }
1332
+ ]
1333
+ }
1334
+ },
1335
+ {
1336
+ "date": "Fri, 03 Sep 2021 00:13:07 GMT",
1337
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.76",
1338
+ "version": "9.0.0-alpha.76",
1339
+ "comments": {
1340
+ "none": [
1341
+ {
1342
+ "comment": "enable makeStyles conformance tests",
1343
+ "author": "olfedias@microsoft.com",
1344
+ "commit": "fc9bb3f48694a342862d0b0d775420eabc28625e",
1345
+ "package": "@fluentui/react-tooltip"
1346
+ }
1347
+ ]
1348
+ }
1349
+ },
1350
+ {
1351
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
1352
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.76",
1353
+ "version": "9.0.0-alpha.76",
1354
+ "comments": {
1355
+ "prerelease": [
1356
+ {
1357
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.43",
1358
+ "author": "olfedias@microsoft.com",
1359
+ "commit": "ff3225d408fa6a97628e3f08a5a11a196bef6934",
1360
+ "package": "@fluentui/react-tooltip"
1361
+ }
1362
+ ],
1363
+ "patch": [
1364
+ {
1365
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
1366
+ "author": "olfedias@microsoft.com",
1367
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
1368
+ "package": "@fluentui/react-tooltip"
1369
+ }
1370
+ ]
1371
+ }
1372
+ },
1373
+ {
1374
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
1375
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.75",
1376
+ "version": "9.0.0-alpha.75",
1377
+ "comments": {
1378
+ "prerelease": [
1379
+ {
1380
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.42",
1381
+ "author": "bsunderhus@microsoft.com",
1382
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
1383
+ "package": "@fluentui/react-tooltip"
1384
+ }
1385
+ ]
1386
+ }
1387
+ },
1388
+ {
1389
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
1390
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.74",
1391
+ "version": "9.0.0-alpha.74",
1392
+ "comments": {
1393
+ "prerelease": [
1394
+ {
1395
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.41",
1396
+ "author": "marata@microsoft.com",
1397
+ "commit": "4a7f81f3d92f128a672717eda660af3ba50ee71b",
1398
+ "package": "@fluentui/react-tooltip"
1399
+ }
1400
+ ]
1401
+ }
1402
+ },
1403
+ {
1404
+ "date": "Fri, 27 Aug 2021 07:33:32 GMT",
1405
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.73",
1406
+ "version": "9.0.0-alpha.73",
1407
+ "comments": {
1408
+ "prerelease": [
1409
+ {
1410
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.40",
1411
+ "author": "olfedias@microsoft.com",
1412
+ "commit": "a59db5b49ed755bf1b64ac0ac051d626ec50ffd3",
1413
+ "package": "@fluentui/react-tooltip"
1414
+ }
1415
+ ]
1416
+ }
1417
+ },
1418
+ {
1419
+ "date": "Thu, 26 Aug 2021 07:35:43 GMT",
1420
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.72",
1421
+ "version": "9.0.0-alpha.72",
1422
+ "comments": {
1423
+ "prerelease": [
1424
+ {
1425
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.39",
1426
+ "author": "martinhochel@microsoft.com",
1427
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
1428
+ "package": "@fluentui/react-tooltip"
1429
+ }
1430
+ ],
1431
+ "none": [
1432
+ {
1433
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1434
+ "author": "martinhochel@microsoft.com",
1435
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
1436
+ "package": "@fluentui/react-tooltip"
1437
+ },
1438
+ {
1439
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.40",
1440
+ "author": "martinhochel@microsoft.com",
1441
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
1442
+ "package": "@fluentui/react-tooltip"
1443
+ }
1444
+ ]
1445
+ }
1446
+ },
1447
+ {
1448
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
1449
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.71",
1450
+ "version": "9.0.0-alpha.71",
1451
+ "comments": {
1452
+ "prerelease": [
1453
+ {
1454
+ "comment": "Updating TypeScript type-only imports/exports to use import/export type syntax.",
1455
+ "author": "dzearing@hotmail.com",
1456
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1457
+ "package": "@fluentui/react-tooltip"
1458
+ }
1459
+ ],
1460
+ "none": [
1461
+ {
1462
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.1",
1463
+ "author": "dzearing@hotmail.com",
1464
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1465
+ "package": "@fluentui/react-tooltip"
1466
+ },
1467
+ {
1468
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
1469
+ "author": "dzearing@hotmail.com",
1470
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1471
+ "package": "@fluentui/react-tooltip"
1472
+ },
1473
+ {
1474
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1475
+ "author": "dzearing@hotmail.com",
1476
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1477
+ "package": "@fluentui/react-tooltip"
1478
+ },
1479
+ {
1480
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.40",
1481
+ "author": "dzearing@hotmail.com",
1482
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1483
+ "package": "@fluentui/react-tooltip"
1484
+ },
1485
+ {
1486
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.41",
1487
+ "author": "dzearing@hotmail.com",
1488
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1489
+ "package": "@fluentui/react-tooltip"
1490
+ },
1491
+ {
1492
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.59",
1493
+ "author": "dzearing@hotmail.com",
1494
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1495
+ "package": "@fluentui/react-tooltip"
1496
+ },
1497
+ {
1498
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.46",
1499
+ "author": "dzearing@hotmail.com",
1500
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1501
+ "package": "@fluentui/react-tooltip"
1502
+ },
1503
+ {
1504
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1505
+ "author": "dzearing@hotmail.com",
1506
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1507
+ "package": "@fluentui/react-tooltip"
1508
+ },
1509
+ {
1510
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.23",
1511
+ "author": "dzearing@hotmail.com",
1512
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1513
+ "package": "@fluentui/react-tooltip"
1514
+ },
1515
+ {
1516
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.22",
1517
+ "author": "dzearing@hotmail.com",
1518
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1519
+ "package": "@fluentui/react-tooltip"
1520
+ },
1521
+ {
1522
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1523
+ "author": "dzearing@hotmail.com",
1524
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1525
+ "package": "@fluentui/react-tooltip"
1526
+ }
1527
+ ]
1528
+ }
1529
+ },
1530
+ {
1531
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
1532
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.70",
1533
+ "version": "9.0.0-alpha.70",
1534
+ "comments": {
1535
+ "prerelease": [
1536
+ {
1537
+ "comment": "Update .npmignore",
1538
+ "author": "elcraig@microsoft.com",
1539
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1540
+ "package": "@fluentui/react-tooltip"
1541
+ }
1542
+ ],
1543
+ "none": [
1544
+ {
1545
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
1546
+ "author": "elcraig@microsoft.com",
1547
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1548
+ "package": "@fluentui/react-tooltip"
1549
+ },
1550
+ {
1551
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
1552
+ "author": "behowell@microsoft.com",
1553
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1554
+ "package": "@fluentui/react-tooltip"
1555
+ },
1556
+ {
1557
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1558
+ "author": "elcraig@microsoft.com",
1559
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1560
+ "package": "@fluentui/react-tooltip"
1561
+ },
1562
+ {
1563
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.39",
1564
+ "author": "elcraig@microsoft.com",
1565
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1566
+ "package": "@fluentui/react-tooltip"
1567
+ },
1568
+ {
1569
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
1570
+ "author": "elcraig@microsoft.com",
1571
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1572
+ "package": "@fluentui/react-tooltip"
1573
+ },
1574
+ {
1575
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.58",
1576
+ "author": "elcraig@microsoft.com",
1577
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1578
+ "package": "@fluentui/react-tooltip"
1579
+ },
1580
+ {
1581
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.45",
1582
+ "author": "elcraig@microsoft.com",
1583
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1584
+ "package": "@fluentui/react-tooltip"
1585
+ },
1586
+ {
1587
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1588
+ "author": "behowell@microsoft.com",
1589
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1590
+ "package": "@fluentui/react-tooltip"
1591
+ },
1592
+ {
1593
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.22",
1594
+ "author": "elcraig@microsoft.com",
1595
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1596
+ "package": "@fluentui/react-tooltip"
1597
+ },
1598
+ {
1599
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.21",
1600
+ "author": "elcraig@microsoft.com",
1601
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1602
+ "package": "@fluentui/react-tooltip"
1603
+ },
1604
+ {
1605
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1606
+ "author": "behowell@microsoft.com",
1607
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1608
+ "package": "@fluentui/react-tooltip"
1609
+ }
1610
+ ]
1611
+ }
1612
+ },
1613
+ {
1614
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
1615
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.69",
1616
+ "version": "9.0.0-alpha.69",
1617
+ "comments": {
1618
+ "prerelease": [
1619
+ {
1620
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.37",
1621
+ "author": "bsunderhus@microsoft.com",
1622
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
1623
+ "package": "@fluentui/react-tooltip"
1624
+ }
1625
+ ]
1626
+ }
1627
+ },
1628
+ {
1629
+ "date": "Wed, 18 Aug 2021 07:33:54 GMT",
1630
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.68",
1631
+ "version": "9.0.0-alpha.68",
1632
+ "comments": {
1633
+ "none": [
1634
+ {
1635
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.36",
1636
+ "author": "martinhochel@microsoft.com",
1637
+ "commit": "5dfa622011b10aaab3ab1fb3fc2e5f77c8a13166",
1638
+ "package": "@fluentui/react-tooltip"
1639
+ }
1640
+ ]
1641
+ }
1642
+ },
1643
+ {
1644
+ "date": "Mon, 16 Aug 2021 07:36:39 GMT",
1645
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.68",
1646
+ "version": "9.0.0-alpha.68",
1647
+ "comments": {
1648
+ "prerelease": [
1649
+ {
1650
+ "comment": "feat(Tooltip): replace align, position, coverTarget, offset props with single `positioning` shorthand prop",
1651
+ "author": "lingfan.gao@microsoft.com",
1652
+ "commit": "9a29ba46e28735f7e10d06627a90931ec5a250c8",
1653
+ "package": "@fluentui/react-tooltip"
1654
+ }
1655
+ ]
1656
+ }
1657
+ },
1658
+ {
1659
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
1660
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.67",
1661
+ "version": "9.0.0-alpha.67",
1662
+ "comments": {
1663
+ "prerelease": [
1664
+ {
1665
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.37",
1666
+ "author": "olfedias@microsoft.com",
1667
+ "commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
1668
+ "package": "@fluentui/react-tooltip"
1669
+ }
1670
+ ]
1671
+ }
1672
+ },
1673
+ {
1674
+ "date": "Wed, 11 Aug 2021 07:34:54 GMT",
1675
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.66",
1676
+ "version": "9.0.0-alpha.66",
1677
+ "comments": {
1678
+ "prerelease": [
1679
+ {
1680
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.35",
1681
+ "author": "olfedias@microsoft.com",
1682
+ "commit": "954ba1d43684df75942a18c0ef05dc99187729ff",
1683
+ "package": "@fluentui/react-tooltip"
1684
+ }
1685
+ ]
1686
+ }
1687
+ },
1688
+ {
1689
+ "date": "Tue, 10 Aug 2021 07:33:28 GMT",
1690
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.65",
1691
+ "version": "9.0.0-alpha.65",
1692
+ "comments": {
1693
+ "prerelease": [
1694
+ {
1695
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.41",
1696
+ "author": "olfedias@microsoft.com",
1697
+ "commit": "57a2bc1f8a6ec7859bf4a3509696681d39602561",
1698
+ "package": "@fluentui/react-tooltip"
1699
+ }
1700
+ ]
1701
+ }
1702
+ },
1703
+ {
1704
+ "date": "Mon, 09 Aug 2021 07:35:14 GMT",
1705
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.64",
1706
+ "version": "9.0.0-alpha.64",
1707
+ "comments": {
1708
+ "none": [
1709
+ {
1710
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
1711
+ "author": "czearing@outlook.com",
1712
+ "commit": "c8aa3a59fbe9a59ca90077418d7c82de9f31ee13",
1713
+ "package": "@fluentui/react-tooltip"
1714
+ }
1715
+ ]
1716
+ }
1717
+ },
1718
+ {
1719
+ "date": "Fri, 06 Aug 2021 07:35:14 GMT",
1720
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.64",
1721
+ "version": "9.0.0-alpha.64",
1722
+ "comments": {
1723
+ "prerelease": [
1724
+ {
1725
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
1726
+ "author": "jspurlin@microsoft.com",
1727
+ "commit": "8a09087b4215a36a50b6d3478cd2b74155c9c630",
1728
+ "package": "@fluentui/react-tooltip"
1729
+ }
1730
+ ]
1731
+ }
1732
+ },
1733
+ {
1734
+ "date": "Wed, 04 Aug 2021 07:34:12 GMT",
1735
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.63",
1736
+ "version": "9.0.0-alpha.63",
1737
+ "comments": {
1738
+ "none": [
1739
+ {
1740
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.33",
1741
+ "author": "czearing@outlook.com",
1742
+ "commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
1743
+ "package": "@fluentui/react-tooltip"
1744
+ }
1745
+ ]
1746
+ }
1747
+ },
1748
+ {
1749
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
1750
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.63",
1751
+ "version": "9.0.0-alpha.63",
1752
+ "comments": {
1753
+ "patch": [
1754
+ {
1755
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
1756
+ "author": "behowell@microsoft.com",
1757
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1758
+ "package": "@fluentui/react-tooltip"
1759
+ },
1760
+ {
1761
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1762
+ "author": "behowell@microsoft.com",
1763
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1764
+ "package": "@fluentui/react-tooltip"
1765
+ },
1766
+ {
1767
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1768
+ "author": "behowell@microsoft.com",
1769
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1770
+ "package": "@fluentui/react-tooltip"
1771
+ }
1772
+ ],
1773
+ "prerelease": [
1774
+ {
1775
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.33",
1776
+ "author": "behowell@microsoft.com",
1777
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1778
+ "package": "@fluentui/react-tooltip"
1779
+ }
1780
+ ]
1781
+ }
1782
+ },
1783
+ {
1784
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
1785
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.62",
1786
+ "version": "9.0.0-alpha.62",
1787
+ "comments": {
1788
+ "prerelease": [
1789
+ {
1790
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.32",
1791
+ "author": "lingfan.gao@microsoft.com",
1792
+ "commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
1793
+ "package": "@fluentui/react-tooltip"
1794
+ }
1795
+ ]
1796
+ }
1797
+ },
1798
+ {
1799
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
1800
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.61",
1801
+ "version": "9.0.0-alpha.61",
1802
+ "comments": {
1803
+ "none": [
1804
+ {
1805
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.31",
1806
+ "author": "olfedias@microsoft.com",
1807
+ "commit": "8c249a1c1a8dcc4b0d9877e5d5e8e6d126063788",
1808
+ "package": "@fluentui/react-tooltip"
1809
+ }
1810
+ ],
1811
+ "prerelease": [
1812
+ {
1813
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.33",
1814
+ "author": "olfedias@microsoft.com",
1815
+ "commit": "19db6cb57a237073b0bb50d07eb921b1ce2e0c61",
1816
+ "package": "@fluentui/react-tooltip"
1817
+ }
1818
+ ]
1819
+ }
1820
+ },
1821
+ {
1822
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
1823
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.60",
1824
+ "version": "9.0.0-alpha.60",
1825
+ "comments": {
1826
+ "prerelease": [
1827
+ {
1828
+ "comment": "Change visual defaults for tooltip. Replace `subtle` prop with `inverted`, and `noArrow` with `pointing`",
1829
+ "author": "behowell@microsoft.com",
1830
+ "commit": "88d001eab596145d095a32d2911e9cf88648902e",
1831
+ "package": "@fluentui/react-tooltip"
1832
+ },
1833
+ {
1834
+ "comment": "Replace onlyIfTruncated with onBeforeShow event. Add onShow/onHide events. Add TooltipImperativeApi to programatically show/hide tooltip.",
1835
+ "author": "behowell@microsoft.com",
1836
+ "commit": "d38109a7fd40e187aca862046219cf9a7ca66131",
1837
+ "package": "@fluentui/react-tooltip"
1838
+ }
1839
+ ]
1840
+ }
1841
+ },
1842
+ {
1843
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
1844
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.59",
1845
+ "version": "9.0.0-alpha.59",
1846
+ "comments": {
1847
+ "prerelease": [
1848
+ {
1849
+ "comment": "Move useTimeout into react-utilities",
1850
+ "author": "behowell@microsoft.com",
1851
+ "commit": "2e257154d0448b8d4fd64142f93fcc9a225995cc",
1852
+ "package": "@fluentui/react-tooltip"
1853
+ }
1854
+ ],
1855
+ "none": [
1856
+ {
1857
+ "comment": "react-tooltip migration to new DX",
1858
+ "author": "tkrasniqi@microsoft.com",
1859
+ "commit": "e2360defc46ab144907bcd01b12e76fe35c4edbf",
1860
+ "package": "@fluentui/react-tooltip"
1861
+ }
1862
+ ]
1863
+ }
1864
+ },
1865
+ {
1866
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
1867
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.58",
1868
+ "version": "9.0.0-alpha.58",
1869
+ "comments": {
1870
+ "prerelease": [
1871
+ {
1872
+ "comment": "Fix tooltip styling broken by a change in makeStyles",
1873
+ "author": "behowell@microsoft.com",
1874
+ "commit": "ebe7ee3a98fef921bad5fb998ff40a62a479bd79",
1875
+ "package": "@fluentui/react-tooltip"
1876
+ }
1877
+ ],
1878
+ "none": [
1879
+ {
1880
+ "comment": "Sync babel-make-styles with published version",
1881
+ "author": "elcraig@microsoft.com",
1882
+ "commit": "d57f601738c32dfa1e651529d8edfec10a6b46b7",
1883
+ "package": "@fluentui/react-tooltip"
1884
+ },
1885
+ {
1886
+ "comment": "add bundle size fixtures",
1887
+ "author": "olfedias@microsoft.com",
1888
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
1889
+ "package": "@fluentui/react-tooltip"
1890
+ },
1891
+ {
1892
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.28",
1893
+ "author": "olfedias@microsoft.com",
1894
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1895
+ "package": "@fluentui/react-tooltip"
1896
+ },
1897
+ {
1898
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.30",
1899
+ "author": "olfedias@microsoft.com",
1900
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
1901
+ "package": "@fluentui/react-tooltip"
1902
+ },
1903
+ {
1904
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.34",
1905
+ "author": "olfedias@microsoft.com",
1906
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
1907
+ "package": "@fluentui/react-tooltip"
1908
+ },
1909
+ {
1910
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.17",
1911
+ "author": "olfedias@microsoft.com",
1912
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1913
+ "package": "@fluentui/react-tooltip"
1914
+ },
1915
+ {
1916
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.25",
1917
+ "author": "olfedias@microsoft.com",
1918
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1919
+ "package": "@fluentui/react-tooltip"
1920
+ },
1921
+ {
1922
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.49",
1923
+ "author": "olfedias@microsoft.com",
1924
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1925
+ "package": "@fluentui/react-tooltip"
1926
+ },
1927
+ {
1928
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
1929
+ "author": "olfedias@microsoft.com",
1930
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
1931
+ "package": "@fluentui/react-tooltip"
1932
+ }
1933
+ ]
1934
+ }
1935
+ },
1936
+ {
1937
+ "date": "Fri, 16 Jul 2021 22:53:17 GMT",
1938
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.57",
1939
+ "version": "9.0.0-alpha.57",
1940
+ "comments": {
1941
+ "prerelease": [
1942
+ {
1943
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.26",
1944
+ "author": "olfedias@microsoft.com",
1945
+ "commit": "91e053b6cfb80ed71f99957fc1e6b92f67920ab3",
1946
+ "package": "@fluentui/react-tooltip"
1947
+ }
1948
+ ]
1949
+ }
1950
+ },
1951
+ {
1952
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
1953
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.56",
1954
+ "version": "9.0.0-alpha.56",
1955
+ "comments": {
1956
+ "prerelease": [
1957
+ {
1958
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.25",
1959
+ "author": "bsunderhus@microsoft.com",
1960
+ "commit": "b60234948eacb8c6fa9d08ab8e98d963f583d475",
1961
+ "package": "@fluentui/react-tooltip"
1962
+ }
1963
+ ]
1964
+ }
1965
+ },
1966
+ {
1967
+ "date": "Tue, 13 Jul 2021 22:32:58 GMT",
1968
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.55",
1969
+ "version": "9.0.0-alpha.55",
1970
+ "comments": {
1971
+ "patch": [
1972
+ {
1973
+ "comment": "Bump @fluentui/react-conformance to v0.4.3",
1974
+ "author": "elcraig@microsoft.com",
1975
+ "commit": "12b74625dec55bd1919f6370513043d87705e5ea",
1976
+ "package": "@fluentui/react-tooltip"
1977
+ }
1978
+ ],
1979
+ "prerelease": [
1980
+ {
1981
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.29",
1982
+ "author": "elcraig@microsoft.com",
1983
+ "commit": "12b74625dec55bd1919f6370513043d87705e5ea",
1984
+ "package": "@fluentui/react-tooltip"
1985
+ }
1986
+ ]
1987
+ }
1988
+ },
1989
+ {
1990
+ "date": "Tue, 13 Jul 2021 07:35:36 GMT",
1991
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.54",
1992
+ "version": "9.0.0-alpha.54",
1993
+ "comments": {
1994
+ "prerelease": [
1995
+ {
1996
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.24",
1997
+ "author": "behowell@microsoft.com",
1998
+ "commit": "8e5969e291bcafac21df12c9fb591bdd5654c613",
1999
+ "package": "@fluentui/react-tooltip"
2000
+ }
2001
+ ]
2002
+ }
2003
+ },
2004
+ {
2005
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
2006
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.53",
2007
+ "version": "9.0.0-alpha.53",
2008
+ "comments": {
2009
+ "patch": [
2010
+ {
2011
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
2012
+ "author": "martinhochel@microsoft.com",
2013
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
2014
+ "package": "@fluentui/react-tooltip"
2015
+ },
2016
+ {
2017
+ "comment": "Bump @fluentui/react-conformance to v0.4.2",
2018
+ "author": "martinhochel@microsoft.com",
2019
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
2020
+ "package": "@fluentui/react-tooltip"
2021
+ },
2022
+ {
2023
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2024
+ "author": "martinhochel@microsoft.com",
2025
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
2026
+ "package": "@fluentui/react-tooltip"
2027
+ }
2028
+ ],
2029
+ "prerelease": [
2030
+ {
2031
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.23",
2032
+ "author": "martinhochel@microsoft.com",
2033
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
2034
+ "package": "@fluentui/react-tooltip"
2035
+ }
2036
+ ]
2037
+ }
2038
+ },
2039
+ {
2040
+ "date": "Fri, 02 Jul 2021 23:15:55 GMT",
2041
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.52",
2042
+ "version": "9.0.0-alpha.52",
2043
+ "comments": {
2044
+ "prerelease": [
2045
+ {
2046
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.22",
2047
+ "author": "olfedias@microsoft.com",
2048
+ "commit": "936b45148b58d15c9c843f0503f7bdf12b9da4e9",
2049
+ "package": "@fluentui/react-tooltip"
2050
+ }
2051
+ ]
2052
+ }
2053
+ },
2054
+ {
2055
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
2056
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.51",
2057
+ "version": "9.0.0-alpha.51",
2058
+ "comments": {
2059
+ "prerelease": [
2060
+ {
2061
+ "comment": "Rename typings and getSlots to have the Compat Suffix",
2062
+ "author": "bsunderhus@microsoft.com",
2063
+ "commit": "c939e67b1840a9eb5f7706afcda8c14df8f18d33",
2064
+ "package": "@fluentui/react-tooltip"
2065
+ }
2066
+ ]
2067
+ }
2068
+ },
2069
+ {
2070
+ "date": "Thu, 01 Jul 2021 07:35:05 GMT",
2071
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.50",
2072
+ "version": "9.0.0-alpha.50",
2073
+ "comments": {
2074
+ "prerelease": [
2075
+ {
2076
+ "comment": "use react-shared-contexts instead of react-theme-provider",
2077
+ "author": "olfedias@microsoft.com",
2078
+ "commit": "76680e02208f2e8a479a60289ba9f6b9e27c9f5d",
2079
+ "package": "@fluentui/react-tooltip"
2080
+ }
2081
+ ]
2082
+ }
2083
+ },
2084
+ {
2085
+ "date": "Wed, 30 Jun 2021 07:38:35 GMT",
2086
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.49",
2087
+ "version": "9.0.0-alpha.49",
2088
+ "comments": {
2089
+ "prerelease": [
2090
+ {
2091
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.46",
2092
+ "author": "tristan.watanabe@gmail.com",
2093
+ "commit": "804ca93da84e19cec0737729473be5034a2e4939",
2094
+ "package": "@fluentui/react-tooltip"
2095
+ }
2096
+ ]
2097
+ }
2098
+ },
2099
+ {
2100
+ "date": "Tue, 29 Jun 2021 07:33:32 GMT",
2101
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.48",
2102
+ "version": "9.0.0-alpha.48",
2103
+ "comments": {
2104
+ "prerelease": [
2105
+ {
2106
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.45",
2107
+ "author": "olfedias@microsoft.com",
2108
+ "commit": "073ea5f67e3088a92f68caeeca32ef96410aabc5",
2109
+ "package": "@fluentui/react-tooltip"
2110
+ }
2111
+ ],
2112
+ "none": [
2113
+ {
2114
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.22",
2115
+ "author": "lingfan.gao@microsoft.com",
2116
+ "commit": "4f907a837f3b85923178b611e4fbb0d9ac222dda",
2117
+ "package": "@fluentui/react-tooltip"
2118
+ }
2119
+ ]
2120
+ }
2121
+ },
2122
+ {
2123
+ "date": "Mon, 28 Jun 2021 07:35:16 GMT",
2124
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.47",
2125
+ "version": "9.0.0-alpha.47",
2126
+ "comments": {
2127
+ "none": [
2128
+ {
2129
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.44",
2130
+ "author": "olfedias@microsoft.com",
2131
+ "commit": "bf6fd1290ea6c6861a5d80f704e0d6d0cadb71e0",
2132
+ "package": "@fluentui/react-tooltip"
2133
+ }
2134
+ ]
2135
+ }
2136
+ },
2137
+ {
2138
+ "date": "Wed, 23 Jun 2021 07:31:49 GMT",
2139
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.47",
2140
+ "version": "9.0.0-alpha.47",
2141
+ "comments": {
2142
+ "none": [
2143
+ {
2144
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.44",
2145
+ "author": "olfedias@microsoft.com",
2146
+ "commit": "6aa065bafaa4a169b771706bc93c2faff9ac78a7",
2147
+ "package": "@fluentui/react-tooltip"
2148
+ }
2149
+ ]
2150
+ }
2151
+ },
2152
+ {
2153
+ "date": "Tue, 22 Jun 2021 07:35:11 GMT",
2154
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.47",
2155
+ "version": "9.0.0-alpha.47",
2156
+ "comments": {
2157
+ "prerelease": [
2158
+ {
2159
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.44",
2160
+ "author": "olfedias@microsoft.com",
2161
+ "commit": "3fccf5c8a8ea30529b736b9189e294969242f886",
2162
+ "package": "@fluentui/react-tooltip"
2163
+ }
2164
+ ]
2165
+ }
2166
+ },
2167
+ {
2168
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
2169
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.46",
2170
+ "version": "9.0.0-alpha.46",
2171
+ "comments": {
2172
+ "none": [
2173
+ {
2174
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.43",
2175
+ "author": "miroslav.stastny@microsoft.com",
2176
+ "commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
2177
+ "package": "@fluentui/react-tooltip"
2178
+ }
2179
+ ]
2180
+ }
2181
+ },
2182
+ {
2183
+ "date": "Fri, 18 Jun 2021 07:30:58 GMT",
2184
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.46",
2185
+ "version": "9.0.0-alpha.46",
2186
+ "comments": {
2187
+ "none": [
2188
+ {
2189
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.29",
2190
+ "author": "lingfan.gao@microsoft.com",
2191
+ "commit": "1817a5e193448ab6f456e3bd9445e537fd64348c",
2192
+ "package": "@fluentui/react-tooltip"
2193
+ }
2194
+ ]
2195
+ }
2196
+ },
2197
+ {
2198
+ "date": "Thu, 17 Jun 2021 07:34:11 GMT",
2199
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.46",
2200
+ "version": "9.0.0-alpha.46",
2201
+ "comments": {
2202
+ "prerelease": [
2203
+ {
2204
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.21",
2205
+ "author": "lingfan.gao@microsoft.com",
2206
+ "commit": "fc966e8121161aa0a2f339e5a44dc998e318c5c1",
2207
+ "package": "@fluentui/react-tooltip"
2208
+ }
2209
+ ]
2210
+ }
2211
+ },
2212
+ {
2213
+ "date": "Wed, 16 Jun 2021 07:34:24 GMT",
2214
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.45",
2215
+ "version": "9.0.0-alpha.45",
2216
+ "comments": {
2217
+ "prerelease": [
2218
+ {
2219
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.29",
2220
+ "author": "lingfan.gao@microsoft.com",
2221
+ "commit": "823b75aaf95a5324a8ef0e504f65706c5769fb85",
2222
+ "package": "@fluentui/react-tooltip"
2223
+ }
2224
+ ]
2225
+ }
2226
+ },
2227
+ {
2228
+ "date": "Tue, 15 Jun 2021 07:40:20 GMT",
2229
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.44",
2230
+ "version": "9.0.0-alpha.44",
2231
+ "comments": {
2232
+ "prerelease": [
2233
+ {
2234
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.21",
2235
+ "author": "lingfan.gao@microsoft.com",
2236
+ "commit": "a224777cc0089bd715cc304282115a2cd9929889",
2237
+ "package": "@fluentui/react-tooltip"
2238
+ }
2239
+ ]
2240
+ }
2241
+ },
2242
+ {
2243
+ "date": "Mon, 07 Jun 2021 07:38:15 GMT",
2244
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.43",
2245
+ "version": "9.0.0-alpha.43",
2246
+ "comments": {
2247
+ "patch": [
2248
+ {
2249
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.1",
2250
+ "author": "martinhochel@microsoft.com",
2251
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
2252
+ "package": "@fluentui/react-tooltip"
2253
+ },
2254
+ {
2255
+ "comment": "Bump @fluentui/react-conformance to v0.4.1",
2256
+ "author": "martinhochel@microsoft.com",
2257
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
2258
+ "package": "@fluentui/react-tooltip"
2259
+ },
2260
+ {
2261
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2262
+ "author": "martinhochel@microsoft.com",
2263
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
2264
+ "package": "@fluentui/react-tooltip"
2265
+ }
2266
+ ],
2267
+ "prerelease": [
2268
+ {
2269
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.42",
2270
+ "author": "martinhochel@microsoft.com",
2271
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
2272
+ "package": "@fluentui/react-tooltip"
2273
+ }
2274
+ ]
2275
+ }
2276
+ },
2277
+ {
2278
+ "date": "Fri, 04 Jun 2021 07:37:23 GMT",
2279
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.42",
2280
+ "version": "9.0.0-alpha.42",
2281
+ "comments": {
2282
+ "prerelease": [
2283
+ {
2284
+ "comment": "Moving onlyChild to @fluentui/react-utilities.",
2285
+ "author": "Humberto.Morimoto@microsoft.com",
2286
+ "commit": "1ca8c8f0c4eb633e6b34c0b6182c09103d4c7fcb",
2287
+ "package": "@fluentui/react-tooltip"
2288
+ }
2289
+ ]
2290
+ }
2291
+ },
2292
+ {
2293
+ "date": "Thu, 03 Jun 2021 07:36:03 GMT",
2294
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.41",
2295
+ "version": "9.0.0-alpha.41",
2296
+ "comments": {
2297
+ "none": [
2298
+ {
2299
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.13",
2300
+ "author": "martinhochel@microsoft.com",
2301
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
2302
+ "package": "@fluentui/react-tooltip"
2303
+ },
2304
+ {
2305
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.40",
2306
+ "author": "martinhochel@microsoft.com",
2307
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
2308
+ "package": "@fluentui/react-tooltip"
2309
+ },
2310
+ {
2311
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.39",
2312
+ "author": "martinhochel@microsoft.com",
2313
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
2314
+ "package": "@fluentui/react-tooltip"
2315
+ },
2316
+ {
2317
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.15",
2318
+ "author": "martinhochel@microsoft.com",
2319
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
2320
+ "package": "@fluentui/react-tooltip"
2321
+ },
2322
+ {
2323
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26",
2324
+ "author": "martinhochel@microsoft.com",
2325
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
2326
+ "package": "@fluentui/react-tooltip"
2327
+ },
2328
+ {
2329
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.25",
2330
+ "author": "martinhochel@microsoft.com",
2331
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
2332
+ "package": "@fluentui/react-tooltip"
2333
+ }
2334
+ ],
2335
+ "prerelease": [
2336
+ {
2337
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.18",
2338
+ "author": "martinhochel@microsoft.com",
2339
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
2340
+ "package": "@fluentui/react-tooltip"
2341
+ }
2342
+ ]
2343
+ }
2344
+ },
2345
+ {
2346
+ "date": "Wed, 02 Jun 2021 07:37:15 GMT",
2347
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.40",
2348
+ "version": "9.0.0-alpha.40",
2349
+ "comments": {
2350
+ "prerelease": [
2351
+ {
2352
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.39",
2353
+ "author": "bsunderhus@microsoft.com",
2354
+ "commit": "7f5734bd8a2a124969c6402534605fe0ee9df4af",
2355
+ "package": "@fluentui/react-tooltip"
2356
+ }
2357
+ ]
2358
+ }
2359
+ },
2360
+ {
2361
+ "date": "Tue, 01 Jun 2021 07:31:58 GMT",
2362
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.39",
2363
+ "version": "9.0.0-alpha.39",
2364
+ "comments": {
2365
+ "none": [
2366
+ {
2367
+ "comment": "Revert \"chore: enable Jest aliases for converged packages (#18337)\"",
2368
+ "author": "olfedias@microsoft.com",
2369
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
2370
+ "package": "@fluentui/react-tooltip"
2371
+ }
2372
+ ]
2373
+ }
2374
+ },
2375
+ {
2376
+ "date": "Fri, 28 May 2021 07:33:57 GMT",
2377
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.39",
2378
+ "version": "9.0.0-alpha.39",
2379
+ "comments": {
2380
+ "none": [
2381
+ {
2382
+ "comment": "enable Jest aliases",
2383
+ "author": "olfedias@microsoft.com",
2384
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
2385
+ "package": "@fluentui/react-tooltip"
2386
+ },
2387
+ {
2388
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.12",
2389
+ "author": "olfedias@microsoft.com",
2390
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
2391
+ "package": "@fluentui/react-tooltip"
2392
+ },
2393
+ {
2394
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.13",
2395
+ "author": "olfedias@microsoft.com",
2396
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
2397
+ "package": "@fluentui/react-tooltip"
2398
+ },
2399
+ {
2400
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.38",
2401
+ "author": "olfedias@microsoft.com",
2402
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
2403
+ "package": "@fluentui/react-tooltip"
2404
+ },
2405
+ {
2406
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26",
2407
+ "author": "lingfan.gao@microsoft.com",
2408
+ "commit": "53145c8f329f92f25d1ce2cd132e6dc4ee4ce43a",
2409
+ "package": "@fluentui/react-tooltip"
2410
+ }
2411
+ ],
2412
+ "prerelease": [
2413
+ {
2414
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.24",
2415
+ "author": "lingfan.gao@microsoft.com",
2416
+ "commit": "53145c8f329f92f25d1ce2cd132e6dc4ee4ce43a",
2417
+ "package": "@fluentui/react-tooltip"
2418
+ }
2419
+ ]
2420
+ }
2421
+ },
2422
+ {
2423
+ "date": "Wed, 26 May 2021 07:35:43 GMT",
2424
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.38",
2425
+ "version": "9.0.0-alpha.38",
2426
+ "comments": {
2427
+ "none": [
2428
+ {
2429
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.38",
2430
+ "author": "olfedias@microsoft.com",
2431
+ "commit": "d2504c72ec7fba0cf4dcf1984c2e1a9322720225",
2432
+ "package": "@fluentui/react-tooltip"
2433
+ }
2434
+ ],
2435
+ "prerelease": [
2436
+ {
2437
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.16",
2438
+ "author": "lingfan.gao@microsoft.com",
2439
+ "commit": "6ffca36c9537a1852d8ec26478b8b7aeb059e17c",
2440
+ "package": "@fluentui/react-tooltip"
2441
+ }
2442
+ ]
2443
+ }
2444
+ },
2445
+ {
2446
+ "date": "Fri, 21 May 2021 07:34:54 GMT",
2447
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.37",
2448
+ "version": "9.0.0-alpha.37",
2449
+ "comments": {
2450
+ "prerelease": [
2451
+ {
2452
+ "comment": "Clean up TooltipState type",
2453
+ "author": "behowell@microsoft.com",
2454
+ "commit": "aabab8dedf6aa56a403b314157bcef84b6bcd585",
2455
+ "package": "@fluentui/react-tooltip"
2456
+ }
2457
+ ],
2458
+ "none": [
2459
+ {
2460
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.22",
2461
+ "author": "miroslav.stastny@microsoft.com",
2462
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
2463
+ "package": "@fluentui/react-tooltip"
2464
+ },
2465
+ {
2466
+ "comment": "Bump @fluentui/react-theme to v9.0.0-alpha.13",
2467
+ "author": "miroslav.stastny@microsoft.com",
2468
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
2469
+ "package": "@fluentui/react-tooltip"
2470
+ },
2471
+ {
2472
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.11",
2473
+ "author": "miroslav.stastny@microsoft.com",
2474
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
2475
+ "package": "@fluentui/react-tooltip"
2476
+ },
2477
+ {
2478
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.37",
2479
+ "author": "miroslav.stastny@microsoft.com",
2480
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
2481
+ "package": "@fluentui/react-tooltip"
2482
+ },
2483
+ {
2484
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.37",
2485
+ "author": "miroslav.stastny@microsoft.com",
2486
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
2487
+ "package": "@fluentui/react-tooltip"
2488
+ },
2489
+ {
2490
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.14",
2491
+ "author": "miroslav.stastny@microsoft.com",
2492
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
2493
+ "package": "@fluentui/react-tooltip"
2494
+ },
2495
+ {
2496
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.15",
2497
+ "author": "miroslav.stastny@microsoft.com",
2498
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
2499
+ "package": "@fluentui/react-tooltip"
2500
+ },
2501
+ {
2502
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-alpha.12",
2503
+ "author": "miroslav.stastny@microsoft.com",
2504
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
2505
+ "package": "@fluentui/react-tooltip"
2506
+ }
2507
+ ]
2508
+ }
2509
+ },
2510
+ {
2511
+ "date": "Thu, 20 May 2021 07:41:54 GMT",
2512
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.36",
2513
+ "version": "9.0.0-alpha.36",
2514
+ "comments": {
2515
+ "none": [
2516
+ {
2517
+ "comment": "Update conformance tests in all packages to use a package-level isConformant wrapper with appropriate generics for props",
2518
+ "author": "elcraig@microsoft.com",
2519
+ "commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
2520
+ "package": "@fluentui/react-tooltip"
2521
+ }
2522
+ ],
2523
+ "prerelease": [
2524
+ {
2525
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.36",
2526
+ "author": "elcraig@microsoft.com",
2527
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
2528
+ "package": "@fluentui/react-tooltip"
2529
+ }
2530
+ ],
2531
+ "patch": [
2532
+ {
2533
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.0",
2534
+ "author": "elcraig@microsoft.com",
2535
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
2536
+ "package": "@fluentui/react-tooltip"
2537
+ },
2538
+ {
2539
+ "comment": "Bump @fluentui/react-conformance to v0.4.0",
2540
+ "author": "elcraig@microsoft.com",
2541
+ "commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
2542
+ "package": "@fluentui/react-tooltip"
2543
+ },
2544
+ {
2545
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2546
+ "author": "elcraig@microsoft.com",
2547
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
2548
+ "package": "@fluentui/react-tooltip"
2549
+ }
2550
+ ]
2551
+ }
2552
+ },
2553
+ {
2554
+ "date": "Wed, 19 May 2021 07:34:20 GMT",
2555
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.35",
2556
+ "version": "9.0.0-alpha.35",
2557
+ "comments": {
2558
+ "none": [
2559
+ {
2560
+ "comment": "Update snapshots referencing months (#10023)",
2561
+ "author": "lingfan.gao@microsoft.com",
2562
+ "commit": "90cd8ca21a6904680a1a06ba4800053dc69a9a48",
2563
+ "package": "@fluentui/react-tooltip"
2564
+ }
2565
+ ],
2566
+ "prerelease": [
2567
+ {
2568
+ "comment": "chore: add more Babel plugins",
2569
+ "author": "olfedias@microsoft.com",
2570
+ "commit": "975140887c6ad2391f8db63003ed440239ec9c25",
2571
+ "package": "@fluentui/react-tooltip"
2572
+ }
2573
+ ],
2574
+ "patch": [
2575
+ {
2576
+ "comment": "Bump @fluentui/react-conformance to v0.3.1",
2577
+ "author": "martinhochel@microsoft.com",
2578
+ "commit": "616b4b7c381c757871e8a590564d8eff7337834c",
2579
+ "package": "@fluentui/react-tooltip"
2580
+ }
2581
+ ]
2582
+ }
2583
+ },
2584
+ {
2585
+ "date": "Tue, 18 May 2021 07:34:38 GMT",
2586
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.34",
2587
+ "version": "9.0.0-alpha.34",
2588
+ "comments": {
2589
+ "prerelease": [
2590
+ {
2591
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.34",
2592
+ "author": "olfedias@microsoft.com",
2593
+ "commit": "c845a5045c99d8d83b2584cee016b1701cd3de57",
2594
+ "package": "@fluentui/react-tooltip"
2595
+ }
2596
+ ]
2597
+ }
2598
+ },
2599
+ {
2600
+ "date": "Thu, 13 May 2021 07:36:55 GMT",
2601
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.33",
2602
+ "version": "9.0.0-alpha.33",
2603
+ "comments": {
2604
+ "prerelease": [
2605
+ {
2606
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.33",
2607
+ "author": "olfedias@microsoft.com",
2608
+ "commit": "fb53fd67729d8236e0681d74322717f6974c8b72",
2609
+ "package": "@fluentui/react-tooltip"
2610
+ }
2611
+ ]
2612
+ }
2613
+ },
2614
+ {
2615
+ "date": "Wed, 12 May 2021 07:36:20 GMT",
2616
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.32",
2617
+ "version": "9.0.0-alpha.32",
2618
+ "comments": {
2619
+ "prerelease": [
2620
+ {
2621
+ "comment": "Significantly refactor Tooltip to simplify the API",
2622
+ "author": "behowell@microsoft.com",
2623
+ "commit": "e0b7d62f54c1b6e7ff8847ec60307ebac692ff7e",
2624
+ "package": "@fluentui/react-tooltip"
2625
+ }
2626
+ ]
2627
+ }
2628
+ },
2629
+ {
2630
+ "date": "Mon, 10 May 2021 07:36:07 GMT",
2631
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.31",
2632
+ "version": "9.0.0-alpha.31",
2633
+ "comments": {
2634
+ "prerelease": [
2635
+ {
2636
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.31",
2637
+ "author": "olfedias@microsoft.com",
2638
+ "commit": "78c12235fcfebe43b7a77d36cbdfc67461ec32dc",
2639
+ "package": "@fluentui/react-tooltip"
2640
+ }
2641
+ ]
2642
+ }
2643
+ },
2644
+ {
2645
+ "date": "Wed, 05 May 2021 07:36:50 GMT",
2646
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.30",
2647
+ "version": "9.0.0-alpha.30",
2648
+ "comments": {
2649
+ "prerelease": [
2650
+ {
2651
+ "comment": "transform styles with Babel plugin",
2652
+ "author": "olfedias@microsoft.com",
2653
+ "commit": "a48d8dfd969f944c44b8c902cc9d418c333d063d",
2654
+ "package": "@fluentui/react-tooltip"
2655
+ }
2656
+ ]
2657
+ }
2658
+ },
2659
+ {
2660
+ "date": "Tue, 04 May 2021 07:36:35 GMT",
2661
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.29",
2662
+ "version": "9.0.0-alpha.29",
2663
+ "comments": {
2664
+ "none": [
2665
+ {
2666
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.7",
2667
+ "author": "lingfan.gao@microsoft.com",
2668
+ "commit": "fc9f3355d4910d7acc44442fa13e1dee9fc12d66",
2669
+ "package": "@fluentui/react-tooltip"
2670
+ }
2671
+ ],
2672
+ "prerelease": [
2673
+ {
2674
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.17",
2675
+ "author": "lingfan.gao@microsoft.com",
2676
+ "commit": "2aa0cde53c7bfda08651bc9e5bbe9a31d3a40b4f",
2677
+ "package": "@fluentui/react-tooltip"
2678
+ }
2679
+ ]
2680
+ }
2681
+ },
2682
+ {
2683
+ "date": "Mon, 03 May 2021 07:45:19 GMT",
2684
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.28",
2685
+ "version": "9.0.0-alpha.28",
2686
+ "comments": {
2687
+ "prerelease": [
2688
+ {
2689
+ "comment": "Bump @fluentui/react-portal to v9.0.0-alpha.7",
2690
+ "author": "lingfan.gao@microsoft.com",
2691
+ "commit": "5e6aa4df0c03051e59d686d24b35f01c721a3b4e",
2692
+ "package": "@fluentui/react-tooltip"
2693
+ }
2694
+ ]
2695
+ }
2696
+ },
2697
+ {
2698
+ "date": "Fri, 30 Apr 2021 07:42:23 GMT",
2699
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.27",
2700
+ "version": "9.0.0-alpha.27",
2701
+ "comments": {
2702
+ "prerelease": [
2703
+ {
2704
+ "comment": "fix snapshots",
2705
+ "author": "olfedias@microsoft.com",
2706
+ "commit": "2a95add2ed379f3e061339d86ae03199ef0d5080",
2707
+ "package": "@fluentui/react-tooltip"
2708
+ },
2709
+ {
2710
+ "comment": "Upgrade to ts 4.0",
2711
+ "author": "joschect@microsoft.com",
2712
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
2713
+ "package": "@fluentui/react-tooltip"
2714
+ },
2715
+ {
2716
+ "comment": "use Portal component",
2717
+ "author": "olfedias@microsoft.com",
2718
+ "commit": "3fd25b692c526ce3560f79a7bfe94fe74b3d1d59",
2719
+ "package": "@fluentui/react-tooltip"
2720
+ }
2721
+ ],
2722
+ "patch": [
2723
+ {
2724
+ "comment": "Bump @fluentui/eslint-plugin to v1.2.0",
2725
+ "author": "joschect@microsoft.com",
2726
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
2727
+ "package": "@fluentui/react-tooltip"
2728
+ },
2729
+ {
2730
+ "comment": "Bump @fluentui/react-conformance to v0.3.0",
2731
+ "author": "joschect@microsoft.com",
2732
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
2733
+ "package": "@fluentui/react-tooltip"
2734
+ },
2735
+ {
2736
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2737
+ "author": "joschect@microsoft.com",
2738
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
2739
+ "package": "@fluentui/react-tooltip"
2740
+ }
2741
+ ]
2742
+ }
2743
+ },
2744
+ {
2745
+ "date": "Tue, 27 Apr 2021 07:34:03 GMT",
2746
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.26",
2747
+ "version": "9.0.0-alpha.26",
2748
+ "comments": {
2749
+ "prerelease": [
2750
+ {
2751
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.27",
2752
+ "author": "bsunderhus@microsoft.com",
2753
+ "commit": "fdb1af09ba60238bb1c3913af6a6a6fe98f49034",
2754
+ "package": "@fluentui/react-tooltip"
2755
+ }
2756
+ ]
2757
+ }
2758
+ },
2759
+ {
2760
+ "date": "Mon, 26 Apr 2021 07:34:31 GMT",
2761
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.25",
2762
+ "version": "9.0.0-alpha.25",
2763
+ "comments": {
2764
+ "prerelease": [
2765
+ {
2766
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.26",
2767
+ "author": "bsunderhus@microsoft.com",
2768
+ "commit": "76e2027d772bc9d19d3d217c449c5965262f73c4",
2769
+ "package": "@fluentui/react-tooltip"
2770
+ }
2771
+ ]
2772
+ }
2773
+ },
2774
+ {
2775
+ "date": "Fri, 23 Apr 2021 07:37:10 GMT",
2776
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.24",
2777
+ "version": "9.0.0-alpha.24",
2778
+ "comments": {
2779
+ "prerelease": [
2780
+ {
2781
+ "comment": "use useIsomorphicLayoutEffect to remove a warning during SSR",
2782
+ "author": "olfedias@microsoft.com",
2783
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
2784
+ "package": "@fluentui/react-tooltip"
2785
+ }
2786
+ ],
2787
+ "patch": [
2788
+ {
2789
+ "comment": "Bump @fluentui/eslint-plugin to v1.1.1",
2790
+ "author": "olfedias@microsoft.com",
2791
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
2792
+ "package": "@fluentui/react-tooltip"
2793
+ },
2794
+ {
2795
+ "comment": "Bump @fluentui/react-conformance to v0.2.6",
2796
+ "author": "olfedias@microsoft.com",
2797
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
2798
+ "package": "@fluentui/react-tooltip"
2799
+ },
2800
+ {
2801
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2802
+ "author": "olfedias@microsoft.com",
2803
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
2804
+ "package": "@fluentui/react-tooltip"
2805
+ }
2806
+ ]
2807
+ }
2808
+ },
2809
+ {
2810
+ "date": "Thu, 22 Apr 2021 07:33:28 GMT",
2811
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.23",
2812
+ "version": "9.0.0-alpha.23",
2813
+ "comments": {
2814
+ "none": [
2815
+ {
2816
+ "comment": "Adds snapshot serializer to converged component",
2817
+ "author": "bsunderhus@microsoft.com",
2818
+ "commit": "bf7ee8d466296bd5974bd5abf9aaa20868aa9add",
2819
+ "package": "@fluentui/react-tooltip"
2820
+ }
2821
+ ],
2822
+ "prerelease": [
2823
+ {
2824
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.24",
2825
+ "author": "bsunderhus@microsoft.com",
2826
+ "commit": "bf7ee8d466296bd5974bd5abf9aaa20868aa9add",
2827
+ "package": "@fluentui/react-tooltip"
2828
+ }
2829
+ ]
2830
+ }
2831
+ },
2832
+ {
2833
+ "date": "Wed, 21 Apr 2021 07:31:50 GMT",
2834
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.22",
2835
+ "version": "9.0.0-alpha.22",
2836
+ "comments": {
2837
+ "prerelease": [
2838
+ {
2839
+ "comment": "Rename ax() to mergeClasses()",
2840
+ "author": "miroslav.stastny@microsoft.com",
2841
+ "commit": "64da065944467537d8f23a97ef4c19c3d60a529b",
2842
+ "package": "@fluentui/react-tooltip"
2843
+ }
2844
+ ],
2845
+ "none": [
2846
+ {
2847
+ "comment": "Bump @fluentui/react-conformance to v0.2.5",
2848
+ "author": "martinhochel@microsoft.com",
2849
+ "commit": "c12557d08ab5673ec3d3ba9747cfec64f39309eb",
2850
+ "package": "@fluentui/react-tooltip"
2851
+ },
2852
+ {
2853
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.23",
2854
+ "author": "miroslav.stastny@microsoft.com",
2855
+ "commit": "64da065944467537d8f23a97ef4c19c3d60a529b",
2856
+ "package": "@fluentui/react-tooltip"
2857
+ }
2858
+ ]
2859
+ }
2860
+ },
2861
+ {
2862
+ "date": "Tue, 20 Apr 2021 07:31:35 GMT",
2863
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.21",
2864
+ "version": "9.0.0-alpha.21",
2865
+ "comments": {
2866
+ "prerelease": [
2867
+ {
2868
+ "comment": "Rename `document` props to `targetDocument`",
2869
+ "author": "lingfan.gao@microsoft.com",
2870
+ "commit": "01e2e2ce7b042308c503e642a1bb94ff371b7dd1",
2871
+ "package": "@fluentui/react-tooltip"
2872
+ }
2873
+ ]
2874
+ }
2875
+ },
2876
+ {
2877
+ "date": "Mon, 19 Apr 2021 07:33:33 GMT",
2878
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.20",
2879
+ "version": "9.0.0-alpha.20",
2880
+ "comments": {
2881
+ "none": [
2882
+ {
2883
+ "comment": "Remove unneeded react-app-polyfill devDependency",
2884
+ "author": "elcraig@microsoft.com",
2885
+ "commit": "fdc32557d49e5d70ea7e4af8957102d415b44547",
2886
+ "package": "@fluentui/react-tooltip"
2887
+ }
2888
+ ]
2889
+ }
2890
+ },
2891
+ {
2892
+ "date": "Fri, 16 Apr 2021 18:08:21 GMT",
2893
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.20",
2894
+ "version": "9.0.0-alpha.20",
2895
+ "comments": {
2896
+ "prerelease": [
2897
+ {
2898
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.22",
2899
+ "author": "bsunderhus@microsoft.com",
2900
+ "commit": "e158c65f9712556cfcca1e80c7156889885c95b0",
2901
+ "package": "@fluentui/react-tooltip"
2902
+ }
2903
+ ]
2904
+ }
2905
+ },
2906
+ {
2907
+ "date": "Fri, 16 Apr 2021 07:32:08 GMT",
2908
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.19",
2909
+ "version": "9.0.0-alpha.19",
2910
+ "comments": {
2911
+ "prerelease": [
2912
+ {
2913
+ "comment": "Implement Tooltip and TooltipProvider",
2914
+ "author": "behowell@microsoft.com",
2915
+ "commit": "cd0cdb18546e8f62d07a5807f77ccd6cc16c23d5",
2916
+ "package": "@fluentui/react-tooltip"
2917
+ },
2918
+ {
2919
+ "comment": "Add Tooltip Spec",
2920
+ "author": "behowell@microsoft.com",
2921
+ "commit": "1128796527cca196b3cd1fd111693a197ca351ae",
2922
+ "package": "@fluentui/react-tooltip"
2923
+ }
2924
+ ]
2925
+ }
2926
+ },
2927
+ {
2928
+ "date": "Wed, 14 Apr 2021 07:34:12 GMT",
2929
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.18",
2930
+ "version": "9.0.0-alpha.18",
2931
+ "comments": {
2932
+ "prerelease": [
2933
+ {
2934
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.21",
2935
+ "author": "bsunderhus@microsoft.com",
2936
+ "commit": "1b2e9185653032fed3dce7d3a919f8d6e95550c7",
2937
+ "package": "@fluentui/react-tooltip"
2938
+ }
2939
+ ]
2940
+ }
2941
+ },
2942
+ {
2943
+ "date": "Fri, 09 Apr 2021 23:42:49 GMT",
2944
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.17",
2945
+ "version": "9.0.0-alpha.17",
2946
+ "comments": {
2947
+ "none": [
2948
+ {
2949
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.20",
2950
+ "author": "olfedias@microsoft.com",
2951
+ "commit": "3febbf40a59f1acb8e37516559fed1dd6f5b62fb",
2952
+ "package": "@fluentui/react-tooltip"
2953
+ }
2954
+ ]
2955
+ }
2956
+ },
2957
+ {
2958
+ "date": "Fri, 09 Apr 2021 07:31:06 GMT",
2959
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.17",
2960
+ "version": "9.0.0-alpha.17",
2961
+ "comments": {
2962
+ "prerelease": [
2963
+ {
2964
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.20",
2965
+ "author": "olfedias@microsoft.com",
2966
+ "commit": "876c6d64de40213f9cc15062464bb13f702002fd",
2967
+ "package": "@fluentui/react-tooltip"
2968
+ }
2969
+ ]
2970
+ }
2971
+ },
2972
+ {
2973
+ "date": "Thu, 08 Apr 2021 07:33:06 GMT",
2974
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.16",
2975
+ "version": "9.0.0-alpha.16",
2976
+ "comments": {
2977
+ "prerelease": [
2978
+ {
2979
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.19",
2980
+ "author": "olfedias@microsoft.com",
2981
+ "commit": "45f6f31cefc412032a792179308ad837af63155a",
2982
+ "package": "@fluentui/react-tooltip"
2983
+ }
2984
+ ]
2985
+ }
2986
+ },
2987
+ {
2988
+ "date": "Thu, 01 Apr 2021 20:13:37 GMT",
2989
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.15",
2990
+ "version": "9.0.0-alpha.15",
2991
+ "comments": {
2992
+ "prerelease": [
2993
+ {
2994
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.18",
2995
+ "author": "bsunderhus@microsoft.com",
2996
+ "commit": "dec60bc3ea87901ff8c2c52989301ae8f4229721",
2997
+ "package": "@fluentui/react-tooltip"
2998
+ }
2999
+ ]
3000
+ }
3001
+ },
3002
+ {
3003
+ "date": "Wed, 31 Mar 2021 00:53:43 GMT",
3004
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.14",
3005
+ "version": "9.0.0-alpha.14",
3006
+ "comments": {
3007
+ "patch": [
3008
+ {
3009
+ "comment": "Bump @fluentui/eslint-plugin to v1.1.0",
3010
+ "author": "elcraig@microsoft.com",
3011
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
3012
+ "package": "@fluentui/react-tooltip"
3013
+ },
3014
+ {
3015
+ "comment": "Bump @fluentui/react-conformance to v0.2.5",
3016
+ "author": "elcraig@microsoft.com",
3017
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
3018
+ "package": "@fluentui/react-tooltip"
3019
+ },
3020
+ {
3021
+ "comment": "Bump @fluentui/scripts to v1.0.0",
3022
+ "author": "elcraig@microsoft.com",
3023
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
3024
+ "package": "@fluentui/react-tooltip"
3025
+ }
3026
+ ],
3027
+ "prerelease": [
3028
+ {
3029
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.14",
3030
+ "author": "elcraig@microsoft.com",
3031
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
3032
+ "package": "@fluentui/react-tooltip"
3033
+ }
3034
+ ]
3035
+ }
3036
+ },
3037
+ {
3038
+ "date": "Tue, 30 Mar 2021 07:34:45 GMT",
3039
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.13",
3040
+ "version": "9.0.0-alpha.13",
3041
+ "comments": {
3042
+ "prerelease": [
3043
+ {
3044
+ "comment": "chore: restore \"sideEffects\" to enable treeshaking",
3045
+ "author": "olfedias@microsoft.com",
3046
+ "commit": "8d6eb6f174660017e96d2c539a08e1d64ccdf4a3",
3047
+ "package": "@fluentui/react-tooltip"
3048
+ }
3049
+ ]
3050
+ }
3051
+ },
3052
+ {
3053
+ "date": "Fri, 26 Mar 2021 07:32:34 GMT",
3054
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.12",
3055
+ "version": "9.0.0-alpha.12",
3056
+ "comments": {
3057
+ "prerelease": [
3058
+ {
3059
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.15",
3060
+ "author": "lingfan.gao@microsoft.com",
3061
+ "commit": "8b5295e082e07dbe428bff7b9548c80c338f07c8",
3062
+ "package": "@fluentui/react-tooltip"
3063
+ }
3064
+ ]
3065
+ }
3066
+ },
3067
+ {
3068
+ "date": "Thu, 25 Mar 2021 07:33:24 GMT",
3069
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.11",
3070
+ "version": "9.0.0-alpha.11",
3071
+ "comments": {
3072
+ "prerelease": [
3073
+ {
3074
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.14",
3075
+ "author": "olfedias@microsoft.com",
3076
+ "commit": "66638eed425fff31d69182529b03268836c5e1ec",
3077
+ "package": "@fluentui/react-tooltip"
3078
+ }
3079
+ ]
3080
+ }
3081
+ },
3082
+ {
3083
+ "date": "Tue, 23 Mar 2021 07:31:43 GMT",
3084
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.10",
3085
+ "version": "9.0.0-alpha.10",
3086
+ "comments": {
3087
+ "prerelease": [
3088
+ {
3089
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.13",
3090
+ "author": "lingfan.gao@microsoft.com",
3091
+ "commit": "fc0d87258337229e59ec1c1fec87dc91193858f1",
3092
+ "package": "@fluentui/react-tooltip"
3093
+ }
3094
+ ]
3095
+ }
3096
+ },
3097
+ {
3098
+ "date": "Mon, 22 Mar 2021 07:34:09 GMT",
3099
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.9",
3100
+ "version": "9.0.0-alpha.9",
3101
+ "comments": {
3102
+ "none": [
3103
+ {
3104
+ "comment": "chore: apply single version policy on @testing-library packages",
3105
+ "author": "martinhochel@microsoft.com",
3106
+ "commit": "25c4ce7c54a2a65d3db4e5f2b13785468b669329",
3107
+ "package": "@fluentui/react-tooltip"
3108
+ }
3109
+ ]
3110
+ }
3111
+ },
3112
+ {
3113
+ "date": "Thu, 18 Mar 2021 20:15:34 GMT",
3114
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.9",
3115
+ "version": "9.0.0-alpha.9",
3116
+ "comments": {
3117
+ "prerelease": [
3118
+ {
3119
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.12",
3120
+ "author": "lingfan.gao@microsoft.com",
3121
+ "commit": "165259181dd79866dc7ae5fa57c10a0f209d668f",
3122
+ "package": "@fluentui/react-tooltip"
3123
+ }
3124
+ ]
3125
+ }
3126
+ },
3127
+ {
3128
+ "date": "Wed, 17 Mar 2021 07:35:44 GMT",
3129
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.8",
3130
+ "version": "9.0.0-alpha.8",
3131
+ "comments": {
3132
+ "none": [
3133
+ {
3134
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.11",
3135
+ "author": "olfedias@microsoft.com",
3136
+ "commit": "51902da6d01f0e9a790ca686e32eb94b31ecf733",
3137
+ "package": "@fluentui/react-tooltip"
3138
+ }
3139
+ ]
3140
+ }
3141
+ },
3142
+ {
3143
+ "date": "Tue, 16 Mar 2021 07:32:44 GMT",
3144
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.8",
3145
+ "version": "9.0.0-alpha.8",
3146
+ "comments": {
3147
+ "patch": [
3148
+ {
3149
+ "comment": "Bump @fluentui/react-conformance to v0.2.4",
3150
+ "author": "elcraig@microsoft.com",
3151
+ "commit": "8bbe3d16c5c00716dfcbafa6d693437b8d090da3",
3152
+ "package": "@fluentui/react-tooltip"
3153
+ }
3154
+ ],
3155
+ "prerelease": [
3156
+ {
3157
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.11",
3158
+ "author": "elcraig@microsoft.com",
3159
+ "commit": "8bbe3d16c5c00716dfcbafa6d693437b8d090da3",
3160
+ "package": "@fluentui/react-tooltip"
3161
+ }
3162
+ ]
3163
+ }
3164
+ },
3165
+ {
3166
+ "date": "Mon, 15 Mar 2021 07:36:20 GMT",
3167
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.7",
3168
+ "version": "9.0.0-alpha.7",
3169
+ "comments": {
3170
+ "prerelease": [
3171
+ {
3172
+ "comment": "Remove set-version references",
3173
+ "author": "elcraig@microsoft.com",
3174
+ "commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
3175
+ "package": "@fluentui/react-tooltip"
3176
+ }
3177
+ ],
3178
+ "none": [
3179
+ {
3180
+ "comment": "Remove unneeded scripts",
3181
+ "author": "elcraig@microsoft.com",
3182
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
3183
+ "package": "@fluentui/react-tooltip"
3184
+ },
3185
+ {
3186
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.10",
3187
+ "author": "elcraig@microsoft.com",
3188
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
3189
+ "package": "@fluentui/react-tooltip"
3190
+ },
3191
+ {
3192
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.10",
3193
+ "author": "elcraig@microsoft.com",
3194
+ "commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
3195
+ "package": "@fluentui/react-tooltip"
3196
+ },
3197
+ {
3198
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.8",
3199
+ "author": "elcraig@microsoft.com",
3200
+ "commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
3201
+ "package": "@fluentui/react-tooltip"
3202
+ }
3203
+ ]
3204
+ }
3205
+ },
3206
+ {
3207
+ "date": "Fri, 12 Mar 2021 20:04:27 GMT",
3208
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.6",
3209
+ "version": "9.0.0-alpha.6",
3210
+ "comments": {
3211
+ "patch": [
3212
+ {
3213
+ "comment": "Bump @fluentui/react-conformance to v0.2.3",
3214
+ "author": "martinhochel@microsoft.com",
3215
+ "commit": "860bb829b416a8ee63fb25d11da7ad9c67d9312c",
3216
+ "package": "@fluentui/react-tooltip"
3217
+ }
3218
+ ],
3219
+ "prerelease": [
3220
+ {
3221
+ "comment": "Bump @fluentui/react-theme-provider to v9.0.0-alpha.9",
3222
+ "author": "elcraig@microsoft.com",
3223
+ "commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
3224
+ "package": "@fluentui/react-tooltip"
3225
+ }
3226
+ ],
3227
+ "none": [
3228
+ {
3229
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.9",
3230
+ "author": "elcraig@microsoft.com",
3231
+ "commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
3232
+ "package": "@fluentui/react-tooltip"
3233
+ },
3234
+ {
3235
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.7",
3236
+ "author": "elcraig@microsoft.com",
3237
+ "commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
3238
+ "package": "@fluentui/react-tooltip"
3239
+ }
3240
+ ]
3241
+ }
3242
+ },
3243
+ {
3244
+ "date": "Wed, 10 Mar 2021 07:34:39 GMT",
3245
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.5",
3246
+ "version": "9.0.0-alpha.5",
3247
+ "comments": {
3248
+ "prerelease": [
3249
+ {
3250
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.8",
3251
+ "author": "lingfan.gao@microsoft.com",
3252
+ "commit": "458d1a05b3288c5d36da578f954df06f227066bf",
3253
+ "package": "@fluentui/react-tooltip"
3254
+ }
3255
+ ]
3256
+ }
3257
+ },
3258
+ {
3259
+ "date": "Fri, 05 Mar 2021 20:30:59 GMT",
3260
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.4",
3261
+ "version": "9.0.0-alpha.4",
3262
+ "comments": {
3263
+ "prerelease": [
3264
+ {
3265
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.7",
3266
+ "author": "lingfan.gao@microsoft.com",
3267
+ "commit": "f7b97e9dc1cf0fec0201533042db4befb800cbd0",
3268
+ "package": "@fluentui/react-tooltip"
3269
+ }
3270
+ ]
3271
+ }
3272
+ },
3273
+ {
3274
+ "date": "Wed, 03 Mar 2021 00:10:09 GMT",
3275
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.3",
3276
+ "version": "9.0.0-alpha.3",
3277
+ "comments": {
3278
+ "prerelease": [
3279
+ {
3280
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.5",
3281
+ "author": "elcraig@microsoft.com",
3282
+ "commit": "9fa8d85af3c60daab15f5a91ec876c8648b018f2",
3283
+ "package": "@fluentui/react-tooltip"
3284
+ }
3285
+ ]
3286
+ }
3287
+ },
3288
+ {
3289
+ "date": "Tue, 02 Mar 2021 07:24:27 GMT",
3290
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.2",
3291
+ "version": "9.0.0-alpha.2",
3292
+ "comments": {
3293
+ "prerelease": [
3294
+ {
3295
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.5",
3296
+ "author": "behowell@microsoft.com",
3297
+ "commit": "b97a96052d0b4c0c1d2f280bdb01f443f8d9bc63",
3298
+ "package": "@fluentui/react-tooltip"
3299
+ }
3300
+ ]
3301
+ }
3302
+ },
3303
+ {
3304
+ "date": "Fri, 26 Feb 2021 07:20:54 GMT",
3305
+ "tag": "@fluentui/react-tooltip_v9.0.0-alpha.1",
3306
+ "version": "9.0.0-alpha.1",
3307
+ "comments": {
3308
+ "prerelease": [
3309
+ {
3310
+ "comment": "Add react-tooltip package",
3311
+ "author": "behowell@microsoft.com",
3312
+ "commit": "2aa9b8664158bd60365c3a5a901f5d5fe08ed44d",
3313
+ "package": "@fluentui/react-tooltip"
3314
+ }
3315
+ ]
3316
+ }
3317
+ }
3318
+ ]
3319
+ }