@fluentui/react-tooltip 0.0.0-nightlyfe9829e48120211112.1 → 0.0.0-nightlyff78d1e27a20220217.1

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