@fluentui/react-tooltip 9.0.0-nightly.b5b7401007.0 → 9.0.0-rc.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/CHANGELOG.json +422 -28
  2. package/CHANGELOG.md +105 -19
  3. package/MIGRATION.md +51 -43
  4. package/Spec.md +201 -337
  5. package/dist/react-tooltip.d.ts +40 -48
  6. package/lib/Tooltip.js.map +1 -1
  7. package/lib/components/Tooltip/Tooltip.d.ts +3 -2
  8. package/lib/components/Tooltip/Tooltip.js +9 -9
  9. package/lib/components/Tooltip/Tooltip.js.map +1 -1
  10. package/lib/components/Tooltip/Tooltip.types.d.ts +32 -39
  11. package/lib/components/Tooltip/Tooltip.types.js.map +1 -1
  12. package/lib/components/Tooltip/index.d.ts +1 -1
  13. package/lib/components/Tooltip/index.js +1 -1
  14. package/lib/components/Tooltip/index.js.map +1 -1
  15. package/lib/components/Tooltip/private/constants.d.ts +12 -0
  16. package/lib/components/Tooltip/private/constants.js +14 -0
  17. package/lib/components/Tooltip/private/constants.js.map +1 -0
  18. package/lib/components/Tooltip/renderTooltip.d.ts +1 -1
  19. package/lib/components/Tooltip/renderTooltip.js +8 -8
  20. package/lib/components/Tooltip/renderTooltip.js.map +1 -1
  21. package/lib/components/Tooltip/useTooltip.d.ts +3 -6
  22. package/lib/components/Tooltip/useTooltip.js +96 -127
  23. package/lib/components/Tooltip/useTooltip.js.map +1 -1
  24. package/lib/components/Tooltip/useTooltipStyles.d.ts +2 -1
  25. package/lib/components/Tooltip/useTooltipStyles.js +50 -23
  26. package/lib/components/Tooltip/useTooltipStyles.js.map +1 -1
  27. package/lib/index.js.map +1 -1
  28. package/lib-commonjs/Tooltip.js +1 -1
  29. package/lib-commonjs/Tooltip.js.map +1 -1
  30. package/lib-commonjs/components/Tooltip/Tooltip.d.ts +3 -2
  31. package/lib-commonjs/components/Tooltip/Tooltip.js +11 -10
  32. package/lib-commonjs/components/Tooltip/Tooltip.js.map +1 -1
  33. package/lib-commonjs/components/Tooltip/Tooltip.types.d.ts +32 -39
  34. package/lib-commonjs/components/Tooltip/Tooltip.types.js.map +1 -1
  35. package/lib-commonjs/components/Tooltip/index.d.ts +1 -1
  36. package/lib-commonjs/components/Tooltip/index.js +2 -10
  37. package/lib-commonjs/components/Tooltip/index.js.map +1 -1
  38. package/lib-commonjs/components/Tooltip/private/constants.d.ts +12 -0
  39. package/lib-commonjs/components/Tooltip/private/constants.js +21 -0
  40. package/lib-commonjs/components/Tooltip/private/constants.js.map +1 -0
  41. package/lib-commonjs/components/Tooltip/renderTooltip.d.ts +1 -1
  42. package/lib-commonjs/components/Tooltip/renderTooltip.js +13 -14
  43. package/lib-commonjs/components/Tooltip/renderTooltip.js.map +1 -1
  44. package/lib-commonjs/components/Tooltip/useTooltip.d.ts +3 -6
  45. package/lib-commonjs/components/Tooltip/useTooltip.js +104 -135
  46. package/lib-commonjs/components/Tooltip/useTooltip.js.map +1 -1
  47. package/lib-commonjs/components/Tooltip/useTooltipStyles.d.ts +2 -1
  48. package/lib-commonjs/components/Tooltip/useTooltipStyles.js +56 -26
  49. package/lib-commonjs/components/Tooltip/useTooltipStyles.js.map +1 -1
  50. package/lib-commonjs/index.js +1 -1
  51. package/lib-commonjs/index.js.map +1 -1
  52. package/package.json +12 -14
  53. package/lib/common/isConformant.d.ts +0 -4
  54. package/lib/common/isConformant.js +0 -11
  55. package/lib/common/isConformant.js.map +0 -1
  56. package/lib-commonjs/common/isConformant.d.ts +0 -4
  57. package/lib-commonjs/common/isConformant.js +0 -22
  58. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,82 +2,476 @@
2
2
  "name": "@fluentui/react-tooltip",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 26 Oct 2021 09:22:36 GMT",
6
- "tag": "@fluentui/react-tooltip_v9.0.0-nightly.b5b7401007.0",
7
- "version": "9.0.0-nightly.b5b7401007.0",
5
+ "date": "Fri, 18 Feb 2022 13:33:51 GMT",
6
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.3",
7
+ "version": "9.0.0-rc.3",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
11
+ "author": "behowell@microsoft.com",
12
+ "package": "@fluentui/react-tooltip",
13
+ "commit": "50ae56ec346d762d66b3d74ed1127943ffda344f",
14
+ "comment": "Update documentation comments"
15
+ },
16
+ {
17
+ "author": "lingfangao@hotmail.com",
18
+ "package": "@fluentui/react-tooltip",
19
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
20
+ "comment": "fix: Source maps contain original source code"
21
+ },
22
+ {
23
+ "author": "olfedias@microsoft.com",
24
+ "package": "@fluentui/react-tooltip",
25
+ "commit": "2bf88fea066244bc078912bb6e45edb960f3b866",
26
+ "comment": "update trigger implementation to be consistent"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-tooltip",
31
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.3",
32
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-tooltip",
37
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.3",
38
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-tooltip",
43
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
44
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-tooltip",
49
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
50
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-tooltip",
55
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
56
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-tooltip",
61
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
62
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Thu, 10 Feb 2022 08:50:30 GMT",
69
+ "tag": "@fluentui/react-tooltip_v9.0.0-rc.1",
70
+ "version": "9.0.0-rc.1",
71
+ "comments": {
72
+ "prerelease": [
73
+ {
74
+ "author": "olfedias@microsoft.com",
75
+ "package": "@fluentui/react-tooltip",
76
+ "commit": "02e6236e4db8e1b591223475896537e905bf3580",
77
+ "comment": "BREAKING: implement `content` slot"
78
+ },
79
+ {
80
+ "author": "olfedias@microsoft.com",
81
+ "package": "@fluentui/react-tooltip",
82
+ "commit": "17c0b18d7983d414095661bf9f57e14c0c22685d",
83
+ "comment": "Replace make-styles packages with griffel equivalents."
84
+ },
85
+ {
86
+ "author": "behowell@microsoft.com",
87
+ "package": "@fluentui/react-tooltip",
88
+ "commit": "58ae40d6817b1fa4e095a94707dfef5050aa4c11",
89
+ "comment": "Replace `triggerAriaAttribute` prop with `relationship` and make it required with no default"
90
+ },
91
+ {
92
+ "author": "behowell@microsoft.com",
93
+ "package": "@fluentui/react-tooltip",
94
+ "commit": "f30e7585a8d2abd9db06c4076f39a779008b0eca",
95
+ "comment": "Update MenuTrigger and Tooltip to work together"
96
+ },
97
+ {
98
+ "author": "mgodbolt@microsoft.com",
99
+ "package": "@fluentui/react-tooltip",
100
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
101
+ "comment": "remove export of commons types"
102
+ },
103
+ {
104
+ "author": "lingfangao@hotmail.com",
105
+ "package": "@fluentui/react-tooltip",
106
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
107
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
108
+ },
109
+ {
110
+ "author": "behowell@microsoft.com",
12
111
  "package": "@fluentui/react-tooltip",
13
- "comment": "Release nightly v9",
14
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
112
+ "commit": "caaf3307f864b04369c13fe69d7dc8fe7ab84735",
113
+ "comment": "Move arrowHeight and tooltipBorderRadius into a shared constants.ts file"
15
114
  },
115
+ {
116
+ "author": "behowell@microsoft.com",
117
+ "package": "@fluentui/react-tooltip",
118
+ "commit": "2aacc839785a2f96d84a959aea207dfdb99116f8",
119
+ "comment": "Prevent Tooltip from overriding any aria-label, etc. props on its child"
120
+ },
121
+ {
122
+ "author": "Humberto.Morimoto@microsoft.com",
123
+ "package": "@fluentui/react-tooltip",
124
+ "commit": "9204703d0a42ee34a20ae4cf28952e13872647ba",
125
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
126
+ },
127
+ {
128
+ "author": "behowell@microsoft.com",
129
+ "package": "@fluentui/react-tooltip",
130
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
131
+ "comment": "Refactor component Slot typings"
132
+ },
133
+ {
134
+ "author": "olfedias@microsoft.com",
135
+ "package": "@fluentui/react-tooltip",
136
+ "commit": "1bbb753830028fbf133858d523ae2d56ceefeecf",
137
+ "comment": "update styles to not use CSS shorthands"
138
+ },
139
+ {
140
+ "author": "behowell@microsoft.com",
141
+ "package": "@fluentui/react-tooltip",
142
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
143
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
144
+ },
145
+ {
146
+ "author": "behowell@microsoft.com",
147
+ "package": "@fluentui/react-tooltip",
148
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
149
+ "comment": "Remove component's shorthandProps array"
150
+ },
151
+ {
152
+ "author": "Humberto.Morimoto@microsoft.com",
153
+ "package": "@fluentui/react-tooltip",
154
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
155
+ "comment": "Updating based on changes to composition types."
156
+ },
157
+ {
158
+ "author": "behowell@microsoft.com",
159
+ "package": "@fluentui/react-tooltip",
160
+ "commit": "97c3818f7faf8733a0cfc9c91f5e94ddb8652d3a",
161
+ "comment": "Update documentation stories"
162
+ },
163
+ {
164
+ "author": "olfedias@microsoft.com",
165
+ "package": "@fluentui/react-tooltip",
166
+ "commit": "aa6cfd8ac825b5a280206808101de549a91094fc",
167
+ "comment": "update types related to trigger (allow only React.ReactElement & null)"
168
+ },
169
+ {
170
+ "author": "behowell@microsoft.com",
171
+ "package": "@fluentui/react-tooltip",
172
+ "commit": "09804275c7f346db54c33d4ff347bffc33676014",
173
+ "comment": "Fix tooltip arrow rendering, and add high contrast border around Tooltip"
174
+ },
175
+ {
176
+ "author": "behowell@microsoft.com",
177
+ "package": "@fluentui/react-tooltip",
178
+ "commit": "1513362b9adaae5d7dbda6b364e40e736710a79f",
179
+ "comment": "Remove Tooltip's inverted prop in favor of the appearance prop"
180
+ },
181
+ {
182
+ "author": "beachball",
183
+ "package": "@fluentui/react-tooltip",
184
+ "comment": "Bump @fluentui/react-portal to v9.0.0-rc.1",
185
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
186
+ },
187
+ {
188
+ "author": "beachball",
189
+ "package": "@fluentui/react-tooltip",
190
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-rc.1",
191
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
192
+ },
193
+ {
194
+ "author": "beachball",
195
+ "package": "@fluentui/react-tooltip",
196
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
197
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
198
+ },
199
+ {
200
+ "author": "beachball",
201
+ "package": "@fluentui/react-tooltip",
202
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
203
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
204
+ },
205
+ {
206
+ "author": "beachball",
207
+ "package": "@fluentui/react-tooltip",
208
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
209
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
210
+ },
211
+ {
212
+ "author": "beachball",
213
+ "package": "@fluentui/react-tooltip",
214
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
215
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
216
+ }
217
+ ],
218
+ "none": [
219
+ {
220
+ "author": "olfedias@microsoft.com",
221
+ "package": "@fluentui/react-tooltip",
222
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
223
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
224
+ },
225
+ {
226
+ "author": "elcraig@microsoft.com",
227
+ "package": "@fluentui/react-tooltip",
228
+ "commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
229
+ "comment": "Remove outdated boilerplate comment in useTooltip"
230
+ },
231
+ {
232
+ "author": "martinhochel@microsoft.com",
233
+ "package": "@fluentui/react-tooltip",
234
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
235
+ "comment": "chore: use storybook runner for all vNext packages"
236
+ },
237
+ {
238
+ "author": "andredias@microsoft.com",
239
+ "package": "@fluentui/react-tooltip",
240
+ "commit": "b59f44ed5db37b457476fdb3ec86ff273b776646",
241
+ "comment": "Migrate package to use solution tsconfigs"
242
+ }
243
+ ]
244
+ }
245
+ },
246
+ {
247
+ "date": "Thu, 25 Nov 2021 08:34:17 GMT",
248
+ "tag": "@fluentui/react-tooltip_v9.0.0-beta.5",
249
+ "version": "9.0.0-beta.5",
250
+ "comments": {
251
+ "prerelease": [
252
+ {
253
+ "author": "lingfangao@hotmail.com",
254
+ "package": "@fluentui/react-tooltip",
255
+ "commit": "58db204f28af1d68df7260ff580cf91f0adcfb66",
256
+ "comment": "Add transparent outline to arrow for HC"
257
+ },
258
+ {
259
+ "author": "beachball",
260
+ "package": "@fluentui/react-tooltip",
261
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
262
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
263
+ },
264
+ {
265
+ "author": "beachball",
266
+ "package": "@fluentui/react-tooltip",
267
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.5",
268
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
269
+ },
270
+ {
271
+ "author": "beachball",
272
+ "package": "@fluentui/react-tooltip",
273
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-beta.4",
274
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
275
+ },
276
+ {
277
+ "author": "beachball",
278
+ "package": "@fluentui/react-tooltip",
279
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
280
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
281
+ },
282
+ {
283
+ "author": "beachball",
284
+ "package": "@fluentui/react-tooltip",
285
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
286
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
287
+ },
288
+ {
289
+ "author": "beachball",
290
+ "package": "@fluentui/react-tooltip",
291
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
292
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
293
+ },
294
+ {
295
+ "author": "beachball",
296
+ "package": "@fluentui/react-tooltip",
297
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
298
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
299
+ },
300
+ {
301
+ "author": "beachball",
302
+ "package": "@fluentui/react-tooltip",
303
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
304
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
305
+ },
306
+ {
307
+ "author": "beachball",
308
+ "package": "@fluentui/react-tooltip",
309
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
310
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
311
+ }
312
+ ]
313
+ }
314
+ },
315
+ {
316
+ "date": "Fri, 12 Nov 2021 13:25:09 GMT",
317
+ "tag": "@fluentui/react-tooltip_v9.0.0-beta.4",
318
+ "version": "9.0.0-beta.4",
319
+ "comments": {
320
+ "none": [
321
+ {
322
+ "author": "lingfangao@hotmail.com",
323
+ "package": "@fluentui/react-tooltip",
324
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
325
+ "comment": "Remove beta release tag"
326
+ }
327
+ ],
328
+ "prerelease": [
329
+ {
330
+ "author": "gcox@microsoft.com",
331
+ "package": "@fluentui/react-tooltip",
332
+ "commit": "d5810cfc819dcb2126ffaa081bf117fcae83dc73",
333
+ "comment": "Updated stories to support codesandbox"
334
+ },
335
+ {
336
+ "author": "olfedias@microsoft.com",
337
+ "package": "@fluentui/react-tooltip",
338
+ "commit": "f078af73d95d0f2c380144a40127bd08e389aa2d",
339
+ "comment": "export static classes for components"
340
+ },
341
+ {
342
+ "author": "gcox@microsoft.com",
343
+ "package": "@fluentui/react-tooltip",
344
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
345
+ "comment": "Updated beta and RC components to ES2019"
346
+ },
347
+ {
348
+ "author": "beachball",
349
+ "package": "@fluentui/react-tooltip",
350
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
351
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
352
+ },
353
+ {
354
+ "author": "beachball",
355
+ "package": "@fluentui/react-tooltip",
356
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.4",
357
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
358
+ },
359
+ {
360
+ "author": "beachball",
361
+ "package": "@fluentui/react-tooltip",
362
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-beta.3",
363
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
364
+ },
365
+ {
366
+ "author": "beachball",
367
+ "package": "@fluentui/react-tooltip",
368
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
369
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
370
+ },
371
+ {
372
+ "author": "beachball",
373
+ "package": "@fluentui/react-tooltip",
374
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
375
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
376
+ },
377
+ {
378
+ "author": "beachball",
379
+ "package": "@fluentui/react-tooltip",
380
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
381
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
382
+ },
383
+ {
384
+ "author": "beachball",
385
+ "package": "@fluentui/react-tooltip",
386
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
387
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
388
+ },
389
+ {
390
+ "author": "beachball",
391
+ "package": "@fluentui/react-tooltip",
392
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
393
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
394
+ },
395
+ {
396
+ "author": "beachball",
397
+ "package": "@fluentui/react-tooltip",
398
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
399
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
400
+ }
401
+ ]
402
+ }
403
+ },
404
+ {
405
+ "date": "Wed, 27 Oct 2021 12:14:23 GMT",
406
+ "tag": "@fluentui/react-tooltip_v9.0.0-beta.3",
407
+ "version": "9.0.0-beta.3",
408
+ "comments": {
409
+ "prerelease": [
16
410
  {
17
411
  "author": "gcox@microsoft.com",
18
412
  "package": "@fluentui/react-tooltip",
19
- "comment": "Removed duplicate 'Tooltip' from story names",
20
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
413
+ "commit": "75a731d1410685b12a091dcd8a60c318f58260f6",
414
+ "comment": "Removed duplicate 'Tooltip' from story names"
21
415
  },
22
416
  {
23
417
  "author": "peter@draxler.ml",
24
418
  "package": "@fluentui/react-tooltip",
25
- "comment": "added styling of documentation",
26
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
419
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
420
+ "comment": "added styling of documentation"
27
421
  },
28
422
  {
29
423
  "author": "beachball",
30
424
  "package": "@fluentui/react-tooltip",
31
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.b5b7401007.0",
32
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
425
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
426
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
33
427
  },
34
428
  {
35
429
  "author": "beachball",
36
430
  "package": "@fluentui/react-tooltip",
37
- "comment": "Bump @fluentui/react-portal to v9.0.0-nightly.b5b7401007.0",
38
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
431
+ "comment": "Bump @fluentui/react-portal to v9.0.0-beta.3",
432
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
39
433
  },
40
434
  {
41
435
  "author": "beachball",
42
436
  "package": "@fluentui/react-tooltip",
43
- "comment": "Bump @fluentui/react-positioning to v9.0.0-nightly.b5b7401007.0",
44
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
437
+ "comment": "Bump @fluentui/react-positioning to v9.0.0-beta.2",
438
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
45
439
  },
46
440
  {
47
441
  "author": "beachball",
48
442
  "package": "@fluentui/react-tooltip",
49
- "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-nightly.b5b7401007.0",
50
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
443
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
444
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
51
445
  },
52
446
  {
53
447
  "author": "beachball",
54
448
  "package": "@fluentui/react-tooltip",
55
- "comment": "Bump @fluentui/react-theme to v9.0.0-nightly.b5b7401007.0",
56
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
449
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
450
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
57
451
  },
58
452
  {
59
453
  "author": "beachball",
60
454
  "package": "@fluentui/react-tooltip",
61
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.b5b7401007.0",
62
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
455
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
456
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
63
457
  },
64
458
  {
65
459
  "author": "beachball",
66
460
  "package": "@fluentui/react-tooltip",
67
- "comment": "Bump @fluentui/babel-make-styles to v9.0.0-nightly.b5b7401007.0",
68
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
461
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
462
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
69
463
  },
70
464
  {
71
465
  "author": "beachball",
72
466
  "package": "@fluentui/react-tooltip",
73
- "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.b5b7401007.0",
74
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
467
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
468
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
75
469
  },
76
470
  {
77
471
  "author": "beachball",
78
472
  "package": "@fluentui/react-tooltip",
79
- "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.b5b7401007.0",
80
- "commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
473
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
474
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
81
475
  }
82
476
  ]
83
477
  }
package/CHANGELOG.md CHANGED
@@ -1,28 +1,114 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Tue, 26 Oct 2021 09:22:36 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 18 Feb 2022 13:33:51 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.b5b7401007.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-nightly.b5b7401007.0)
7
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.3)
8
8
 
9
- Tue, 26 Oct 2021 09:22:36 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.2..@fluentui/react-tooltip_v9.0.0-nightly.b5b7401007.0)
11
-
12
- ### Changes
13
-
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by email not defined)
15
- - Removed duplicate 'Tooltip' from story names ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by gcox@microsoft.com)
16
- - added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by peter@draxler.ml)
17
- - Bump @fluentui/react-make-styles to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
18
- - Bump @fluentui/react-portal to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
19
- - Bump @fluentui/react-positioning to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
20
- - Bump @fluentui/react-shared-contexts to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
21
- - Bump @fluentui/react-theme to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
22
- - Bump @fluentui/react-utilities to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
23
- - Bump @fluentui/babel-make-styles to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
24
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
25
- - Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.b5b7401007.0 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by beachball)
9
+ Fri, 18 Feb 2022 13:33:51 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.1..@fluentui/react-tooltip_v9.0.0-rc.3)
11
+
12
+ ### Changes
13
+
14
+ - Update documentation comments ([PR #21736](https://github.com/microsoft/fluentui/pull/21736) by behowell@microsoft.com)
15
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
16
+ - update trigger implementation to be consistent ([PR #21626](https://github.com/microsoft/fluentui/pull/21626) by olfedias@microsoft.com)
17
+ - Bump @fluentui/react-portal to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
18
+ - Bump @fluentui/react-positioning to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
19
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
20
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
21
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
22
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
23
+
24
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.1)
25
+
26
+ Thu, 10 Feb 2022 08:50:30 GMT
27
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.5..@fluentui/react-tooltip_v9.0.0-rc.1)
28
+
29
+ ### Changes
30
+
31
+ - BREAKING: implement `content` slot ([PR #21470](https://github.com/microsoft/fluentui/pull/21470) by olfedias@microsoft.com)
32
+ - Replace make-styles packages with griffel equivalents. ([PR #21422](https://github.com/microsoft/fluentui/pull/21422) by olfedias@microsoft.com)
33
+ - Replace `triggerAriaAttribute` prop with `relationship` and make it required with no default ([PR #21331](https://github.com/microsoft/fluentui/pull/21331) by behowell@microsoft.com)
34
+ - Update MenuTrigger and Tooltip to work together ([PR #21495](https://github.com/microsoft/fluentui/pull/21495) by behowell@microsoft.com)
35
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
36
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
37
+ - Move arrowHeight and tooltipBorderRadius into a shared constants.ts file ([PR #21204](https://github.com/microsoft/fluentui/pull/21204) by behowell@microsoft.com)
38
+ - Prevent Tooltip from overriding any aria-label, etc. props on its child ([PR #21532](https://github.com/microsoft/fluentui/pull/21532) by behowell@microsoft.com)
39
+ - Replacing use of functions in makeStyles with direct use of tokens. ([PR #21058](https://github.com/microsoft/fluentui/pull/21058) by Humberto.Morimoto@microsoft.com)
40
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
41
+ - update styles to not use CSS shorthands ([PR #20795](https://github.com/microsoft/fluentui/pull/20795) by olfedias@microsoft.com)
42
+ - BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
43
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
44
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
45
+ - Update documentation stories ([PR #21298](https://github.com/microsoft/fluentui/pull/21298) by behowell@microsoft.com)
46
+ - update types related to trigger (allow only React.ReactElement & null) ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
47
+ - Fix tooltip arrow rendering, and add high contrast border around Tooltip ([PR #21086](https://github.com/microsoft/fluentui/pull/21086) by behowell@microsoft.com)
48
+ - Remove Tooltip's inverted prop in favor of the appearance prop ([PR #21327](https://github.com/microsoft/fluentui/pull/21327) by behowell@microsoft.com)
49
+ - Bump @fluentui/react-portal to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
50
+ - Bump @fluentui/react-positioning to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
51
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
52
+ - Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
53
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
54
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
55
+
56
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.5)
57
+
58
+ Thu, 25 Nov 2021 08:34:17 GMT
59
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.4..@fluentui/react-tooltip_v9.0.0-beta.5)
60
+
61
+ ### Changes
62
+
63
+ - Add transparent outline to arrow for HC ([PR #20541](https://github.com/microsoft/fluentui/pull/20541) by lingfangao@hotmail.com)
64
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
65
+ - Bump @fluentui/react-portal to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
66
+ - Bump @fluentui/react-positioning to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
67
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
68
+ - Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
69
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
70
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
71
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
72
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
73
+
74
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.4)
75
+
76
+ Fri, 12 Nov 2021 13:25:09 GMT
77
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.3..@fluentui/react-tooltip_v9.0.0-beta.4)
78
+
79
+ ### Changes
80
+
81
+ - Updated stories to support codesandbox ([PR #20373](https://github.com/microsoft/fluentui/pull/20373) by gcox@microsoft.com)
82
+ - export static classes for components ([PR #20455](https://github.com/microsoft/fluentui/pull/20455) by olfedias@microsoft.com)
83
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
84
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
85
+ - Bump @fluentui/react-portal to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
86
+ - Bump @fluentui/react-positioning to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
87
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
88
+ - Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
89
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
90
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
91
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
92
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
93
+
94
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.3)
95
+
96
+ Wed, 27 Oct 2021 12:14:23 GMT
97
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.2..@fluentui/react-tooltip_v9.0.0-beta.3)
98
+
99
+ ### Changes
100
+
101
+ - Removed duplicate 'Tooltip' from story names ([PR #20271](https://github.com/microsoft/fluentui/pull/20271) by gcox@microsoft.com)
102
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
103
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
104
+ - Bump @fluentui/react-portal to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
105
+ - Bump @fluentui/react-positioning to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
106
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
107
+ - Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
108
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
109
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
110
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
111
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
26
112
 
27
113
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.2)
28
114