@fluentui/react-tooltip 9.0.0-rc.1 → 9.0.0-rc.10

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 (51) hide show
  1. package/CHANGELOG.json +401 -1
  2. package/CHANGELOG.md +215 -101
  3. package/MIGRATION.md +51 -43
  4. package/Spec.md +201 -337
  5. package/dist/{react-tooltip.d.ts → index.d.ts} +46 -34
  6. package/{lib → dist}/tsdoc-metadata.json +0 -0
  7. package/lib/Tooltip.js.map +1 -1
  8. package/lib/components/Tooltip/Tooltip.js.map +1 -1
  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.js.map +1 -1
  12. package/lib/components/Tooltip/renderTooltip.js +3 -1
  13. package/lib/components/Tooltip/renderTooltip.js.map +1 -1
  14. package/lib/components/Tooltip/useTooltip.js +27 -34
  15. package/lib/components/Tooltip/useTooltip.js.map +1 -1
  16. package/lib/components/Tooltip/useTooltipStyles.js +10 -1
  17. package/lib/components/Tooltip/useTooltipStyles.js.map +1 -1
  18. package/lib/index.js +2 -1
  19. package/lib/index.js.map +1 -1
  20. package/lib-commonjs/Tooltip.js.map +1 -1
  21. package/lib-commonjs/components/Tooltip/Tooltip.js.map +1 -1
  22. package/lib-commonjs/components/Tooltip/Tooltip.types.js.map +1 -1
  23. package/lib-commonjs/components/Tooltip/index.js.map +1 -1
  24. package/lib-commonjs/components/Tooltip/private/constants.js.map +1 -1
  25. package/lib-commonjs/components/Tooltip/renderTooltip.js +3 -1
  26. package/lib-commonjs/components/Tooltip/renderTooltip.js.map +1 -1
  27. package/lib-commonjs/components/Tooltip/useTooltip.js +27 -34
  28. package/lib-commonjs/components/Tooltip/useTooltip.js.map +1 -1
  29. package/lib-commonjs/components/Tooltip/useTooltipStyles.js +11 -2
  30. package/lib-commonjs/components/Tooltip/useTooltipStyles.js.map +1 -1
  31. package/lib-commonjs/index.js +39 -2
  32. package/lib-commonjs/index.js.map +1 -1
  33. package/package.json +19 -22
  34. package/lib/Tooltip.d.ts +0 -1
  35. package/lib/components/Tooltip/Tooltip.d.ts +0 -7
  36. package/lib/components/Tooltip/Tooltip.types.d.ts +0 -108
  37. package/lib/components/Tooltip/index.d.ts +0 -5
  38. package/lib/components/Tooltip/private/constants.d.ts +0 -12
  39. package/lib/components/Tooltip/renderTooltip.d.ts +0 -5
  40. package/lib/components/Tooltip/useTooltip.d.ts +0 -10
  41. package/lib/components/Tooltip/useTooltipStyles.d.ts +0 -6
  42. package/lib/index.d.ts +0 -1
  43. package/lib-commonjs/Tooltip.d.ts +0 -1
  44. package/lib-commonjs/components/Tooltip/Tooltip.d.ts +0 -7
  45. package/lib-commonjs/components/Tooltip/Tooltip.types.d.ts +0 -108
  46. package/lib-commonjs/components/Tooltip/index.d.ts +0 -5
  47. package/lib-commonjs/components/Tooltip/private/constants.d.ts +0 -12
  48. package/lib-commonjs/components/Tooltip/renderTooltip.d.ts +0 -5
  49. package/lib-commonjs/components/Tooltip/useTooltip.d.ts +0 -10
  50. package/lib-commonjs/components/Tooltip/useTooltipStyles.d.ts +0 -6
  51. package/lib-commonjs/index.d.ts +0 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,126 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:43:43 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 12:10:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.10)
8
+
9
+ Mon, 23 May 2022 12:10:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.9..@fluentui/react-tooltip_v9.0.0-rc.10)
11
+
12
+ ### Changes
13
+
14
+ - Removing TooltipCommons type. ([PR #22953](https://github.com/microsoft/fluentui/pull/22953) by Humberto.Morimoto@microsoft.com)
15
+ - feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
16
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
17
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
18
+ - Bump @fluentui/react-portal to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
19
+ - Bump @fluentui/react-positioning to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
20
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
21
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
22
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
23
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
24
+
25
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.9)
26
+
27
+ Thu, 05 May 2022 18:26:30 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.8..@fluentui/react-tooltip_v9.0.0-rc.9)
29
+
30
+ ### Changes
31
+
32
+ - Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
33
+ - Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
34
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
35
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
36
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
37
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
38
+
39
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.8)
40
+
41
+ Wed, 04 May 2022 13:26:36 GMT
42
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.7..@fluentui/react-tooltip_v9.0.0-rc.8)
43
+
44
+ ### Changes
45
+
46
+ - Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
47
+ - Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
48
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
49
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
50
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
51
+
52
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.7)
53
+
54
+ Mon, 25 Apr 2022 09:32:19 GMT
55
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.6..@fluentui/react-tooltip_v9.0.0-rc.7)
56
+
57
+ ### Changes
58
+
59
+ - Bump @fluentui/react-portal to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
60
+
61
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.6)
62
+
63
+ Tue, 19 Apr 2022 19:17:03 GMT
64
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.5..@fluentui/react-tooltip_v9.0.0-rc.6)
65
+
66
+ ### Changes
67
+
68
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
69
+ - Removing star exports. ([PR #22156](https://github.com/microsoft/fluentui/pull/22156) by Humberto.Morimoto@microsoft.com)
70
+ - Add mountNode prop ([PR #22134](https://github.com/microsoft/fluentui/pull/22134) by mgodbolt@microsoft.com)
71
+ - Add static classnames to Tooltip ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
72
+ - Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
73
+ - Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
74
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
75
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
76
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
77
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
78
+
79
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.5)
80
+
81
+ Fri, 04 Mar 2022 05:17:31 GMT
82
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.4..@fluentui/react-tooltip_v9.0.0-rc.5)
83
+
84
+ ### Changes
85
+
86
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
87
+ - Bump @fluentui/react-portal to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
88
+ - Bump @fluentui/react-positioning to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
89
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
90
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
91
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
92
+
93
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.4)
94
+
95
+ Tue, 01 Mar 2022 02:17:40 GMT
96
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.3..@fluentui/react-tooltip_v9.0.0-rc.4)
97
+
98
+ ### Changes
99
+
100
+ - Bump @fluentui/react-portal to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
101
+ - Bump @fluentui/react-positioning to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
102
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
103
+
104
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.3)
105
+
106
+ Fri, 18 Feb 2022 13:35:36 GMT
107
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.1..@fluentui/react-tooltip_v9.0.0-rc.3)
108
+
109
+ ### Changes
110
+
111
+ - Update documentation comments ([PR #21736](https://github.com/microsoft/fluentui/pull/21736) by behowell@microsoft.com)
112
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
113
+ - update trigger implementation to be consistent ([PR #21626](https://github.com/microsoft/fluentui/pull/21626) by olfedias@microsoft.com)
114
+ - Bump @fluentui/react-portal to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
115
+ - Bump @fluentui/react-positioning to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
116
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
117
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
118
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
119
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
120
+
7
121
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.1)
8
122
 
9
- Thu, 10 Feb 2022 08:43:43 GMT
123
+ Thu, 10 Feb 2022 08:50:30 GMT
10
124
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.5..@fluentui/react-tooltip_v9.0.0-rc.1)
11
125
 
12
126
  ### Changes
@@ -38,7 +152,7 @@ Thu, 10 Feb 2022 08:43:43 GMT
38
152
 
39
153
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.5)
40
154
 
41
- Thu, 25 Nov 2021 08:34:17 GMT
155
+ Thu, 25 Nov 2021 08:34:17 GMT
42
156
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.4..@fluentui/react-tooltip_v9.0.0-beta.5)
43
157
 
44
158
  ### Changes
@@ -56,7 +170,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
56
170
 
57
171
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.4)
58
172
 
59
- Fri, 12 Nov 2021 13:25:09 GMT
173
+ Fri, 12 Nov 2021 13:25:09 GMT
60
174
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.3..@fluentui/react-tooltip_v9.0.0-beta.4)
61
175
 
62
176
  ### Changes
@@ -76,7 +190,7 @@ Fri, 12 Nov 2021 13:25:09 GMT
76
190
 
77
191
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.3)
78
192
 
79
- Wed, 27 Oct 2021 12:14:23 GMT
193
+ Wed, 27 Oct 2021 12:14:23 GMT
80
194
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.2..@fluentui/react-tooltip_v9.0.0-beta.3)
81
195
 
82
196
  ### Changes
@@ -95,7 +209,7 @@ Wed, 27 Oct 2021 12:14:23 GMT
95
209
 
96
210
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.2)
97
211
 
98
- Tue, 12 Oct 2021 19:45:58 GMT
212
+ Tue, 12 Oct 2021 19:45:58 GMT
99
213
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.1..@fluentui/react-tooltip_v9.0.0-beta.2)
100
214
 
101
215
  ### Changes
@@ -104,7 +218,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
104
218
 
105
219
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.1)
106
220
 
107
- Wed, 06 Oct 2021 10:37:22 GMT
221
+ Wed, 06 Oct 2021 10:37:22 GMT
108
222
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.96..@fluentui/react-tooltip_v9.0.0-beta.1)
109
223
 
110
224
  ### Changes
@@ -122,7 +236,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
122
236
 
123
237
  ## [9.0.0-alpha.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.96)
124
238
 
125
- Tue, 05 Oct 2021 12:47:58 GMT
239
+ Tue, 05 Oct 2021 12:47:58 GMT
126
240
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.95..@fluentui/react-tooltip_v9.0.0-alpha.96)
127
241
 
128
242
  ### Changes
@@ -135,7 +249,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
135
249
 
136
250
  ## [9.0.0-alpha.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.95)
137
251
 
138
- Tue, 05 Oct 2021 09:28:07 GMT
252
+ Tue, 05 Oct 2021 09:28:07 GMT
139
253
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.94..@fluentui/react-tooltip_v9.0.0-alpha.95)
140
254
 
141
255
  ### Changes
@@ -151,7 +265,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
151
265
 
152
266
  ## [9.0.0-alpha.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.94)
153
267
 
154
- Fri, 01 Oct 2021 14:13:08 GMT
268
+ Fri, 01 Oct 2021 14:13:08 GMT
155
269
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.92..@fluentui/react-tooltip_v9.0.0-alpha.94)
156
270
 
157
271
  ### Changes
@@ -169,7 +283,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
169
283
 
170
284
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.92)
171
285
 
172
- Fri, 01 Oct 2021 12:30:46 GMT
286
+ Fri, 01 Oct 2021 12:30:46 GMT
173
287
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.91..@fluentui/react-tooltip_v9.0.0-alpha.92)
174
288
 
175
289
  ### Changes
@@ -178,7 +292,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
178
292
 
179
293
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.91)
180
294
 
181
- Fri, 01 Oct 2021 09:44:56 GMT
295
+ Fri, 01 Oct 2021 09:44:56 GMT
182
296
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.90..@fluentui/react-tooltip_v9.0.0-alpha.91)
183
297
 
184
298
  ### Changes
@@ -187,7 +301,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
187
301
 
188
302
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.90)
189
303
 
190
- Wed, 29 Sep 2021 08:06:11 GMT
304
+ Wed, 29 Sep 2021 08:06:11 GMT
191
305
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.89..@fluentui/react-tooltip_v9.0.0-alpha.90)
192
306
 
193
307
  ### Changes
@@ -203,7 +317,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
203
317
 
204
318
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.89)
205
319
 
206
- Mon, 27 Sep 2021 08:06:00 GMT
320
+ Mon, 27 Sep 2021 08:06:00 GMT
207
321
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.88..@fluentui/react-tooltip_v9.0.0-alpha.89)
208
322
 
209
323
  ### Changes
@@ -219,7 +333,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
219
333
 
220
334
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.88)
221
335
 
222
- Fri, 24 Sep 2021 09:17:17 GMT
336
+ Fri, 24 Sep 2021 09:17:17 GMT
223
337
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.87..@fluentui/react-tooltip_v9.0.0-alpha.88)
224
338
 
225
339
  ### Changes
@@ -234,7 +348,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
234
348
 
235
349
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.87)
236
350
 
237
- Thu, 23 Sep 2021 08:21:34 GMT
351
+ Thu, 23 Sep 2021 08:21:34 GMT
238
352
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.86..@fluentui/react-tooltip_v9.0.0-alpha.87)
239
353
 
240
354
  ### Changes
@@ -250,7 +364,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
250
364
 
251
365
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.86)
252
366
 
253
- Wed, 22 Sep 2021 10:10:07 GMT
367
+ Wed, 22 Sep 2021 10:10:07 GMT
254
368
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.85..@fluentui/react-tooltip_v9.0.0-alpha.86)
255
369
 
256
370
  ### Changes
@@ -265,7 +379,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
265
379
 
266
380
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.85)
267
381
 
268
- Tue, 21 Sep 2021 07:42:34 GMT
382
+ Tue, 21 Sep 2021 07:42:34 GMT
269
383
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.84..@fluentui/react-tooltip_v9.0.0-alpha.85)
270
384
 
271
385
  ### Changes
@@ -282,7 +396,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
282
396
 
283
397
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.84)
284
398
 
285
- Mon, 20 Sep 2021 07:36:26 GMT
399
+ Mon, 20 Sep 2021 07:36:26 GMT
286
400
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.83..@fluentui/react-tooltip_v9.0.0-alpha.84)
287
401
 
288
402
  ### Changes
@@ -291,7 +405,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
291
405
 
292
406
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.83)
293
407
 
294
- Fri, 17 Sep 2021 07:35:26 GMT
408
+ Fri, 17 Sep 2021 07:35:26 GMT
295
409
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.82..@fluentui/react-tooltip_v9.0.0-alpha.83)
296
410
 
297
411
  ### Changes
@@ -301,7 +415,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
301
415
 
302
416
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.82)
303
417
 
304
- Thu, 16 Sep 2021 07:38:39 GMT
418
+ Thu, 16 Sep 2021 07:38:39 GMT
305
419
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.81..@fluentui/react-tooltip_v9.0.0-alpha.82)
306
420
 
307
421
  ### Changes
@@ -310,7 +424,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
310
424
 
311
425
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.81)
312
426
 
313
- Tue, 14 Sep 2021 20:09:02 GMT
427
+ Tue, 14 Sep 2021 20:09:02 GMT
314
428
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.80..@fluentui/react-tooltip_v9.0.0-alpha.81)
315
429
 
316
430
  ### Changes
@@ -319,7 +433,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
319
433
 
320
434
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.80)
321
435
 
322
- Fri, 10 Sep 2021 16:31:53 GMT
436
+ Fri, 10 Sep 2021 16:31:53 GMT
323
437
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.79..@fluentui/react-tooltip_v9.0.0-alpha.80)
324
438
 
325
439
  ### Changes
@@ -329,7 +443,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
329
443
 
330
444
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.79)
331
445
 
332
- Fri, 10 Sep 2021 07:39:51 GMT
446
+ Fri, 10 Sep 2021 07:39:51 GMT
333
447
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.78..@fluentui/react-tooltip_v9.0.0-alpha.79)
334
448
 
335
449
  ### Changes
@@ -338,7 +452,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
338
452
 
339
453
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.78)
340
454
 
341
- Wed, 08 Sep 2021 07:34:11 GMT
455
+ Wed, 08 Sep 2021 07:34:11 GMT
342
456
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.77..@fluentui/react-tooltip_v9.0.0-alpha.78)
343
457
 
344
458
  ### Changes
@@ -347,7 +461,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
347
461
 
348
462
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.77)
349
463
 
350
- Mon, 06 Sep 2021 07:34:53 GMT
464
+ Mon, 06 Sep 2021 07:34:53 GMT
351
465
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.76..@fluentui/react-tooltip_v9.0.0-alpha.77)
352
466
 
353
467
  ### Changes
@@ -356,7 +470,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
356
470
 
357
471
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.76)
358
472
 
359
- Thu, 02 Sep 2021 07:36:46 GMT
473
+ Thu, 02 Sep 2021 07:36:46 GMT
360
474
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.75..@fluentui/react-tooltip_v9.0.0-alpha.76)
361
475
 
362
476
  ### Patches
@@ -369,7 +483,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
369
483
 
370
484
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.75)
371
485
 
372
- Wed, 01 Sep 2021 07:39:56 GMT
486
+ Wed, 01 Sep 2021 07:39:56 GMT
373
487
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.74..@fluentui/react-tooltip_v9.0.0-alpha.75)
374
488
 
375
489
  ### Changes
@@ -378,7 +492,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
378
492
 
379
493
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.74)
380
494
 
381
- Tue, 31 Aug 2021 07:37:47 GMT
495
+ Tue, 31 Aug 2021 07:37:47 GMT
382
496
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.73..@fluentui/react-tooltip_v9.0.0-alpha.74)
383
497
 
384
498
  ### Changes
@@ -387,7 +501,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
387
501
 
388
502
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.73)
389
503
 
390
- Fri, 27 Aug 2021 07:33:32 GMT
504
+ Fri, 27 Aug 2021 07:33:32 GMT
391
505
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.72..@fluentui/react-tooltip_v9.0.0-alpha.73)
392
506
 
393
507
  ### Changes
@@ -396,7 +510,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
396
510
 
397
511
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.72)
398
512
 
399
- Thu, 26 Aug 2021 07:35:43 GMT
513
+ Thu, 26 Aug 2021 07:35:43 GMT
400
514
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.71..@fluentui/react-tooltip_v9.0.0-alpha.72)
401
515
 
402
516
  ### Changes
@@ -405,7 +519,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
405
519
 
406
520
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.71)
407
521
 
408
- Tue, 24 Aug 2021 07:34:48 GMT
522
+ Tue, 24 Aug 2021 07:34:48 GMT
409
523
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.70..@fluentui/react-tooltip_v9.0.0-alpha.71)
410
524
 
411
525
  ### Changes
@@ -414,7 +528,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
414
528
 
415
529
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.70)
416
530
 
417
- Fri, 20 Aug 2021 07:37:28 GMT
531
+ Fri, 20 Aug 2021 07:37:28 GMT
418
532
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.69..@fluentui/react-tooltip_v9.0.0-alpha.70)
419
533
 
420
534
  ### Changes
@@ -423,7 +537,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
423
537
 
424
538
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.69)
425
539
 
426
- Thu, 19 Aug 2021 07:41:35 GMT
540
+ Thu, 19 Aug 2021 07:41:35 GMT
427
541
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.68..@fluentui/react-tooltip_v9.0.0-alpha.69)
428
542
 
429
543
  ### Changes
@@ -432,7 +546,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
432
546
 
433
547
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.68)
434
548
 
435
- Mon, 16 Aug 2021 07:36:39 GMT
549
+ Mon, 16 Aug 2021 07:36:39 GMT
436
550
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.67..@fluentui/react-tooltip_v9.0.0-alpha.68)
437
551
 
438
552
  ### Changes
@@ -441,7 +555,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
441
555
 
442
556
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.67)
443
557
 
444
- Fri, 13 Aug 2021 07:36:34 GMT
558
+ Fri, 13 Aug 2021 07:36:34 GMT
445
559
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.66..@fluentui/react-tooltip_v9.0.0-alpha.67)
446
560
 
447
561
  ### Changes
@@ -450,7 +564,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
450
564
 
451
565
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.66)
452
566
 
453
- Wed, 11 Aug 2021 07:34:54 GMT
567
+ Wed, 11 Aug 2021 07:34:54 GMT
454
568
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.65..@fluentui/react-tooltip_v9.0.0-alpha.66)
455
569
 
456
570
  ### Changes
@@ -459,7 +573,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
459
573
 
460
574
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.65)
461
575
 
462
- Tue, 10 Aug 2021 07:33:28 GMT
576
+ Tue, 10 Aug 2021 07:33:28 GMT
463
577
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.64..@fluentui/react-tooltip_v9.0.0-alpha.65)
464
578
 
465
579
  ### Changes
@@ -468,7 +582,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
468
582
 
469
583
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.64)
470
584
 
471
- Fri, 06 Aug 2021 07:35:14 GMT
585
+ Fri, 06 Aug 2021 07:35:14 GMT
472
586
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.63..@fluentui/react-tooltip_v9.0.0-alpha.64)
473
587
 
474
588
  ### Changes
@@ -477,7 +591,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
477
591
 
478
592
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.63)
479
593
 
480
- Tue, 03 Aug 2021 07:39:30 GMT
594
+ Tue, 03 Aug 2021 07:39:30 GMT
481
595
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.62..@fluentui/react-tooltip_v9.0.0-alpha.63)
482
596
 
483
597
  ### Patches
@@ -492,7 +606,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
492
606
 
493
607
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.62)
494
608
 
495
- Mon, 02 Aug 2021 07:36:20 GMT
609
+ Mon, 02 Aug 2021 07:36:20 GMT
496
610
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.61..@fluentui/react-tooltip_v9.0.0-alpha.62)
497
611
 
498
612
  ### Changes
@@ -501,7 +615,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
501
615
 
502
616
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.61)
503
617
 
504
- Mon, 26 Jul 2021 07:37:30 GMT
618
+ Mon, 26 Jul 2021 07:37:30 GMT
505
619
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.60..@fluentui/react-tooltip_v9.0.0-alpha.61)
506
620
 
507
621
  ### Changes
@@ -510,7 +624,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
510
624
 
511
625
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.60)
512
626
 
513
- Fri, 23 Jul 2021 07:38:19 GMT
627
+ Fri, 23 Jul 2021 07:38:19 GMT
514
628
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.59..@fluentui/react-tooltip_v9.0.0-alpha.60)
515
629
 
516
630
  ### Changes
@@ -520,7 +634,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
520
634
 
521
635
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.59)
522
636
 
523
- Thu, 22 Jul 2021 07:36:55 GMT
637
+ Thu, 22 Jul 2021 07:36:55 GMT
524
638
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.58..@fluentui/react-tooltip_v9.0.0-alpha.59)
525
639
 
526
640
  ### Changes
@@ -529,7 +643,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
529
643
 
530
644
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.58)
531
645
 
532
- Tue, 20 Jul 2021 22:23:17 GMT
646
+ Tue, 20 Jul 2021 22:23:17 GMT
533
647
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.57..@fluentui/react-tooltip_v9.0.0-alpha.58)
534
648
 
535
649
  ### Changes
@@ -538,7 +652,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
538
652
 
539
653
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.57)
540
654
 
541
- Fri, 16 Jul 2021 22:53:17 GMT
655
+ Fri, 16 Jul 2021 22:53:17 GMT
542
656
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.56..@fluentui/react-tooltip_v9.0.0-alpha.57)
543
657
 
544
658
  ### Changes
@@ -547,7 +661,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
547
661
 
548
662
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.56)
549
663
 
550
- Thu, 15 Jul 2021 07:36:18 GMT
664
+ Thu, 15 Jul 2021 07:36:18 GMT
551
665
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.55..@fluentui/react-tooltip_v9.0.0-alpha.56)
552
666
 
553
667
  ### Changes
@@ -556,7 +670,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
556
670
 
557
671
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.55)
558
672
 
559
- Tue, 13 Jul 2021 22:32:58 GMT
673
+ Tue, 13 Jul 2021 22:32:58 GMT
560
674
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.54..@fluentui/react-tooltip_v9.0.0-alpha.55)
561
675
 
562
676
  ### Patches
@@ -569,7 +683,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
569
683
 
570
684
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.54)
571
685
 
572
- Tue, 13 Jul 2021 07:35:36 GMT
686
+ Tue, 13 Jul 2021 07:35:36 GMT
573
687
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.53..@fluentui/react-tooltip_v9.0.0-alpha.54)
574
688
 
575
689
  ### Changes
@@ -578,7 +692,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
578
692
 
579
693
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.53)
580
694
 
581
- Fri, 09 Jul 2021 07:39:31 GMT
695
+ Fri, 09 Jul 2021 07:39:31 GMT
582
696
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.52..@fluentui/react-tooltip_v9.0.0-alpha.53)
583
697
 
584
698
  ### Patches
@@ -593,7 +707,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
593
707
 
594
708
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.52)
595
709
 
596
- Fri, 02 Jul 2021 23:15:55 GMT
710
+ Fri, 02 Jul 2021 23:15:55 GMT
597
711
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.51..@fluentui/react-tooltip_v9.0.0-alpha.52)
598
712
 
599
713
  ### Changes
@@ -602,7 +716,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
602
716
 
603
717
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.51)
604
718
 
605
- Fri, 02 Jul 2021 07:37:06 GMT
719
+ Fri, 02 Jul 2021 07:37:06 GMT
606
720
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.50..@fluentui/react-tooltip_v9.0.0-alpha.51)
607
721
 
608
722
  ### Changes
@@ -611,7 +725,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
611
725
 
612
726
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.50)
613
727
 
614
- Thu, 01 Jul 2021 07:35:05 GMT
728
+ Thu, 01 Jul 2021 07:35:05 GMT
615
729
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.49..@fluentui/react-tooltip_v9.0.0-alpha.50)
616
730
 
617
731
  ### Changes
@@ -620,7 +734,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
620
734
 
621
735
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.49)
622
736
 
623
- Wed, 30 Jun 2021 07:38:35 GMT
737
+ Wed, 30 Jun 2021 07:38:35 GMT
624
738
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.48..@fluentui/react-tooltip_v9.0.0-alpha.49)
625
739
 
626
740
  ### Changes
@@ -629,7 +743,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
629
743
 
630
744
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.48)
631
745
 
632
- Tue, 29 Jun 2021 07:33:32 GMT
746
+ Tue, 29 Jun 2021 07:33:32 GMT
633
747
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.47..@fluentui/react-tooltip_v9.0.0-alpha.48)
634
748
 
635
749
  ### Changes
@@ -638,7 +752,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
638
752
 
639
753
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.47)
640
754
 
641
- Tue, 22 Jun 2021 07:35:11 GMT
755
+ Tue, 22 Jun 2021 07:35:11 GMT
642
756
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.46..@fluentui/react-tooltip_v9.0.0-alpha.47)
643
757
 
644
758
  ### Changes
@@ -647,7 +761,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
647
761
 
648
762
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.46)
649
763
 
650
- Thu, 17 Jun 2021 07:34:11 GMT
764
+ Thu, 17 Jun 2021 07:34:11 GMT
651
765
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.45..@fluentui/react-tooltip_v9.0.0-alpha.46)
652
766
 
653
767
  ### Changes
@@ -656,7 +770,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
656
770
 
657
771
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.45)
658
772
 
659
- Wed, 16 Jun 2021 07:34:24 GMT
773
+ Wed, 16 Jun 2021 07:34:24 GMT
660
774
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.44..@fluentui/react-tooltip_v9.0.0-alpha.45)
661
775
 
662
776
  ### Changes
@@ -665,7 +779,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
665
779
 
666
780
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.44)
667
781
 
668
- Tue, 15 Jun 2021 07:40:20 GMT
782
+ Tue, 15 Jun 2021 07:40:20 GMT
669
783
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.43..@fluentui/react-tooltip_v9.0.0-alpha.44)
670
784
 
671
785
  ### Changes
@@ -674,7 +788,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
674
788
 
675
789
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.43)
676
790
 
677
- Mon, 07 Jun 2021 07:38:15 GMT
791
+ Mon, 07 Jun 2021 07:38:15 GMT
678
792
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.42..@fluentui/react-tooltip_v9.0.0-alpha.43)
679
793
 
680
794
  ### Patches
@@ -689,7 +803,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
689
803
 
690
804
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.42)
691
805
 
692
- Fri, 04 Jun 2021 07:37:23 GMT
806
+ Fri, 04 Jun 2021 07:37:23 GMT
693
807
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.41..@fluentui/react-tooltip_v9.0.0-alpha.42)
694
808
 
695
809
  ### Changes
@@ -698,7 +812,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
698
812
 
699
813
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.41)
700
814
 
701
- Thu, 03 Jun 2021 07:36:03 GMT
815
+ Thu, 03 Jun 2021 07:36:03 GMT
702
816
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.40..@fluentui/react-tooltip_v9.0.0-alpha.41)
703
817
 
704
818
  ### Changes
@@ -707,7 +821,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
707
821
 
708
822
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.40)
709
823
 
710
- Wed, 02 Jun 2021 07:37:15 GMT
824
+ Wed, 02 Jun 2021 07:37:15 GMT
711
825
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.39..@fluentui/react-tooltip_v9.0.0-alpha.40)
712
826
 
713
827
  ### Changes
@@ -716,7 +830,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
716
830
 
717
831
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.39)
718
832
 
719
- Fri, 28 May 2021 07:33:57 GMT
833
+ Fri, 28 May 2021 07:33:57 GMT
720
834
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.38..@fluentui/react-tooltip_v9.0.0-alpha.39)
721
835
 
722
836
  ### Changes
@@ -725,7 +839,7 @@ Fri, 28 May 2021 07:33:57 GMT
725
839
 
726
840
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.38)
727
841
 
728
- Wed, 26 May 2021 07:35:43 GMT
842
+ Wed, 26 May 2021 07:35:43 GMT
729
843
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.37..@fluentui/react-tooltip_v9.0.0-alpha.38)
730
844
 
731
845
  ### Changes
@@ -734,7 +848,7 @@ Wed, 26 May 2021 07:35:43 GMT
734
848
 
735
849
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.37)
736
850
 
737
- Fri, 21 May 2021 07:34:54 GMT
851
+ Fri, 21 May 2021 07:34:54 GMT
738
852
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.36..@fluentui/react-tooltip_v9.0.0-alpha.37)
739
853
 
740
854
  ### Changes
@@ -743,7 +857,7 @@ Fri, 21 May 2021 07:34:54 GMT
743
857
 
744
858
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.36)
745
859
 
746
- Thu, 20 May 2021 07:41:54 GMT
860
+ Thu, 20 May 2021 07:41:54 GMT
747
861
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.35..@fluentui/react-tooltip_v9.0.0-alpha.36)
748
862
 
749
863
  ### Patches
@@ -758,7 +872,7 @@ Thu, 20 May 2021 07:41:54 GMT
758
872
 
759
873
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.35)
760
874
 
761
- Wed, 19 May 2021 07:34:20 GMT
875
+ Wed, 19 May 2021 07:34:20 GMT
762
876
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.34..@fluentui/react-tooltip_v9.0.0-alpha.35)
763
877
 
764
878
  ### Patches
@@ -771,7 +885,7 @@ Wed, 19 May 2021 07:34:20 GMT
771
885
 
772
886
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.34)
773
887
 
774
- Tue, 18 May 2021 07:34:38 GMT
888
+ Tue, 18 May 2021 07:34:38 GMT
775
889
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.33..@fluentui/react-tooltip_v9.0.0-alpha.34)
776
890
 
777
891
  ### Changes
@@ -780,7 +894,7 @@ Tue, 18 May 2021 07:34:38 GMT
780
894
 
781
895
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.33)
782
896
 
783
- Thu, 13 May 2021 07:36:55 GMT
897
+ Thu, 13 May 2021 07:36:55 GMT
784
898
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.32..@fluentui/react-tooltip_v9.0.0-alpha.33)
785
899
 
786
900
  ### Changes
@@ -789,7 +903,7 @@ Thu, 13 May 2021 07:36:55 GMT
789
903
 
790
904
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.32)
791
905
 
792
- Wed, 12 May 2021 07:36:20 GMT
906
+ Wed, 12 May 2021 07:36:20 GMT
793
907
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.31..@fluentui/react-tooltip_v9.0.0-alpha.32)
794
908
 
795
909
  ### Changes
@@ -798,7 +912,7 @@ Wed, 12 May 2021 07:36:20 GMT
798
912
 
799
913
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.31)
800
914
 
801
- Mon, 10 May 2021 07:36:07 GMT
915
+ Mon, 10 May 2021 07:36:07 GMT
802
916
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.30..@fluentui/react-tooltip_v9.0.0-alpha.31)
803
917
 
804
918
  ### Changes
@@ -807,7 +921,7 @@ Mon, 10 May 2021 07:36:07 GMT
807
921
 
808
922
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.30)
809
923
 
810
- Wed, 05 May 2021 07:36:50 GMT
924
+ Wed, 05 May 2021 07:36:50 GMT
811
925
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.29..@fluentui/react-tooltip_v9.0.0-alpha.30)
812
926
 
813
927
  ### Changes
@@ -816,7 +930,7 @@ Wed, 05 May 2021 07:36:50 GMT
816
930
 
817
931
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.29)
818
932
 
819
- Tue, 04 May 2021 07:36:35 GMT
933
+ Tue, 04 May 2021 07:36:35 GMT
820
934
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.28..@fluentui/react-tooltip_v9.0.0-alpha.29)
821
935
 
822
936
  ### Changes
@@ -825,7 +939,7 @@ Tue, 04 May 2021 07:36:35 GMT
825
939
 
826
940
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.28)
827
941
 
828
- Mon, 03 May 2021 07:45:19 GMT
942
+ Mon, 03 May 2021 07:45:19 GMT
829
943
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.27..@fluentui/react-tooltip_v9.0.0-alpha.28)
830
944
 
831
945
  ### Changes
@@ -834,7 +948,7 @@ Mon, 03 May 2021 07:45:19 GMT
834
948
 
835
949
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.27)
836
950
 
837
- Fri, 30 Apr 2021 07:42:23 GMT
951
+ Fri, 30 Apr 2021 07:42:23 GMT
838
952
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.26..@fluentui/react-tooltip_v9.0.0-alpha.27)
839
953
 
840
954
  ### Patches
@@ -851,7 +965,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
851
965
 
852
966
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.26)
853
967
 
854
- Tue, 27 Apr 2021 07:34:03 GMT
968
+ Tue, 27 Apr 2021 07:34:03 GMT
855
969
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.25..@fluentui/react-tooltip_v9.0.0-alpha.26)
856
970
 
857
971
  ### Changes
@@ -860,7 +974,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
860
974
 
861
975
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.25)
862
976
 
863
- Mon, 26 Apr 2021 07:34:31 GMT
977
+ Mon, 26 Apr 2021 07:34:31 GMT
864
978
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.24..@fluentui/react-tooltip_v9.0.0-alpha.25)
865
979
 
866
980
  ### Changes
@@ -869,7 +983,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
869
983
 
870
984
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.24)
871
985
 
872
- Fri, 23 Apr 2021 07:37:10 GMT
986
+ Fri, 23 Apr 2021 07:37:10 GMT
873
987
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.23..@fluentui/react-tooltip_v9.0.0-alpha.24)
874
988
 
875
989
  ### Patches
@@ -884,7 +998,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
884
998
 
885
999
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.23)
886
1000
 
887
- Thu, 22 Apr 2021 07:33:28 GMT
1001
+ Thu, 22 Apr 2021 07:33:28 GMT
888
1002
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.22..@fluentui/react-tooltip_v9.0.0-alpha.23)
889
1003
 
890
1004
  ### Changes
@@ -893,7 +1007,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
893
1007
 
894
1008
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.22)
895
1009
 
896
- Wed, 21 Apr 2021 07:31:50 GMT
1010
+ Wed, 21 Apr 2021 07:31:50 GMT
897
1011
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.21..@fluentui/react-tooltip_v9.0.0-alpha.22)
898
1012
 
899
1013
  ### Changes
@@ -902,7 +1016,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
902
1016
 
903
1017
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.21)
904
1018
 
905
- Tue, 20 Apr 2021 07:31:35 GMT
1019
+ Tue, 20 Apr 2021 07:31:35 GMT
906
1020
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.20..@fluentui/react-tooltip_v9.0.0-alpha.21)
907
1021
 
908
1022
  ### Changes
@@ -911,7 +1025,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
911
1025
 
912
1026
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.20)
913
1027
 
914
- Fri, 16 Apr 2021 18:08:21 GMT
1028
+ Fri, 16 Apr 2021 18:08:21 GMT
915
1029
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.19..@fluentui/react-tooltip_v9.0.0-alpha.20)
916
1030
 
917
1031
  ### Changes
@@ -920,7 +1034,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
920
1034
 
921
1035
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.19)
922
1036
 
923
- Fri, 16 Apr 2021 07:32:08 GMT
1037
+ Fri, 16 Apr 2021 07:32:08 GMT
924
1038
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.18..@fluentui/react-tooltip_v9.0.0-alpha.19)
925
1039
 
926
1040
  ### Changes
@@ -930,7 +1044,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
930
1044
 
931
1045
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.18)
932
1046
 
933
- Wed, 14 Apr 2021 07:34:12 GMT
1047
+ Wed, 14 Apr 2021 07:34:12 GMT
934
1048
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.17..@fluentui/react-tooltip_v9.0.0-alpha.18)
935
1049
 
936
1050
  ### Changes
@@ -939,7 +1053,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
939
1053
 
940
1054
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.17)
941
1055
 
942
- Fri, 09 Apr 2021 07:31:06 GMT
1056
+ Fri, 09 Apr 2021 07:31:06 GMT
943
1057
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.16..@fluentui/react-tooltip_v9.0.0-alpha.17)
944
1058
 
945
1059
  ### Changes
@@ -948,7 +1062,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
948
1062
 
949
1063
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.16)
950
1064
 
951
- Thu, 08 Apr 2021 07:33:06 GMT
1065
+ Thu, 08 Apr 2021 07:33:06 GMT
952
1066
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.15..@fluentui/react-tooltip_v9.0.0-alpha.16)
953
1067
 
954
1068
  ### Changes
@@ -957,7 +1071,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
957
1071
 
958
1072
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.15)
959
1073
 
960
- Thu, 01 Apr 2021 20:13:37 GMT
1074
+ Thu, 01 Apr 2021 20:13:37 GMT
961
1075
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.14..@fluentui/react-tooltip_v9.0.0-alpha.15)
962
1076
 
963
1077
  ### Changes
@@ -966,7 +1080,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
966
1080
 
967
1081
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.14)
968
1082
 
969
- Wed, 31 Mar 2021 00:53:43 GMT
1083
+ Wed, 31 Mar 2021 00:53:43 GMT
970
1084
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.13..@fluentui/react-tooltip_v9.0.0-alpha.14)
971
1085
 
972
1086
  ### Patches
@@ -981,7 +1095,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
981
1095
 
982
1096
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.13)
983
1097
 
984
- Tue, 30 Mar 2021 07:34:45 GMT
1098
+ Tue, 30 Mar 2021 07:34:45 GMT
985
1099
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.12..@fluentui/react-tooltip_v9.0.0-alpha.13)
986
1100
 
987
1101
  ### Changes
@@ -990,7 +1104,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
990
1104
 
991
1105
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.12)
992
1106
 
993
- Fri, 26 Mar 2021 07:32:34 GMT
1107
+ Fri, 26 Mar 2021 07:32:34 GMT
994
1108
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.11..@fluentui/react-tooltip_v9.0.0-alpha.12)
995
1109
 
996
1110
  ### Changes
@@ -999,7 +1113,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
999
1113
 
1000
1114
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.11)
1001
1115
 
1002
- Thu, 25 Mar 2021 07:33:24 GMT
1116
+ Thu, 25 Mar 2021 07:33:24 GMT
1003
1117
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.10..@fluentui/react-tooltip_v9.0.0-alpha.11)
1004
1118
 
1005
1119
  ### Changes
@@ -1008,7 +1122,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1008
1122
 
1009
1123
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.10)
1010
1124
 
1011
- Tue, 23 Mar 2021 07:31:43 GMT
1125
+ Tue, 23 Mar 2021 07:31:43 GMT
1012
1126
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.9..@fluentui/react-tooltip_v9.0.0-alpha.10)
1013
1127
 
1014
1128
  ### Changes
@@ -1017,7 +1131,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1017
1131
 
1018
1132
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.9)
1019
1133
 
1020
- Thu, 18 Mar 2021 20:15:34 GMT
1134
+ Thu, 18 Mar 2021 20:15:34 GMT
1021
1135
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.8..@fluentui/react-tooltip_v9.0.0-alpha.9)
1022
1136
 
1023
1137
  ### Changes
@@ -1026,7 +1140,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1026
1140
 
1027
1141
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.8)
1028
1142
 
1029
- Tue, 16 Mar 2021 07:32:44 GMT
1143
+ Tue, 16 Mar 2021 07:32:44 GMT
1030
1144
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.7..@fluentui/react-tooltip_v9.0.0-alpha.8)
1031
1145
 
1032
1146
  ### Patches
@@ -1039,7 +1153,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1039
1153
 
1040
1154
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.7)
1041
1155
 
1042
- Mon, 15 Mar 2021 07:36:20 GMT
1156
+ Mon, 15 Mar 2021 07:36:20 GMT
1043
1157
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.6..@fluentui/react-tooltip_v9.0.0-alpha.7)
1044
1158
 
1045
1159
  ### Changes
@@ -1048,7 +1162,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
1048
1162
 
1049
1163
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.6)
1050
1164
 
1051
- Fri, 12 Mar 2021 20:04:27 GMT
1165
+ Fri, 12 Mar 2021 20:04:27 GMT
1052
1166
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.5..@fluentui/react-tooltip_v9.0.0-alpha.6)
1053
1167
 
1054
1168
  ### Patches
@@ -1061,7 +1175,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1061
1175
 
1062
1176
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.5)
1063
1177
 
1064
- Wed, 10 Mar 2021 07:34:39 GMT
1178
+ Wed, 10 Mar 2021 07:34:39 GMT
1065
1179
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.4..@fluentui/react-tooltip_v9.0.0-alpha.5)
1066
1180
 
1067
1181
  ### Changes
@@ -1070,7 +1184,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1070
1184
 
1071
1185
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.4)
1072
1186
 
1073
- Fri, 05 Mar 2021 20:30:59 GMT
1187
+ Fri, 05 Mar 2021 20:30:59 GMT
1074
1188
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.3..@fluentui/react-tooltip_v9.0.0-alpha.4)
1075
1189
 
1076
1190
  ### Changes
@@ -1079,7 +1193,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1079
1193
 
1080
1194
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.3)
1081
1195
 
1082
- Wed, 03 Mar 2021 00:10:09 GMT
1196
+ Wed, 03 Mar 2021 00:10:09 GMT
1083
1197
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.2..@fluentui/react-tooltip_v9.0.0-alpha.3)
1084
1198
 
1085
1199
  ### Changes
@@ -1088,7 +1202,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1088
1202
 
1089
1203
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.2)
1090
1204
 
1091
- Tue, 02 Mar 2021 07:24:27 GMT
1205
+ Tue, 02 Mar 2021 07:24:27 GMT
1092
1206
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.1..@fluentui/react-tooltip_v9.0.0-alpha.2)
1093
1207
 
1094
1208
  ### Changes