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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. package/CHANGELOG.json +467 -1
  2. package/CHANGELOG.md +239 -101
  3. package/MIGRATION.md +51 -43
  4. package/Spec.md +201 -337
  5. package/dist/{react-tooltip.d.ts → index.d.ts} +42 -35
  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 +32 -39
  15. package/lib/components/Tooltip/useTooltip.js.map +1 -1
  16. package/lib/components/Tooltip/useTooltipStyles.js +4 -2
  17. package/lib/components/Tooltip/useTooltipStyles.js.map +1 -1
  18. package/lib/index.js +1 -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 +31 -38
  28. package/lib-commonjs/components/Tooltip/useTooltip.js.map +1 -1
  29. package/lib-commonjs/components/Tooltip/useTooltipStyles.js +5 -3
  30. package/lib-commonjs/components/Tooltip/useTooltipStyles.js.map +1 -1
  31. package/lib-commonjs/index.js +32 -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,150 @@
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 Thu, 26 May 2022 21:00:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.12)
8
+
9
+ Thu, 26 May 2022 21:00:08 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.11..@fluentui/react-tooltip_v9.0.0-rc.12)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-portal to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
15
+
16
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.11)
17
+
18
+ Mon, 23 May 2022 18:56:50 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.10..@fluentui/react-tooltip_v9.0.0-rc.11)
20
+
21
+ ### Changes
22
+
23
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
24
+ - BREAKING: changes to positioning prop ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
25
+ - Bump @fluentui/react-portal to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
26
+ - Bump @fluentui/react-positioning to v9.0.0-rc.10 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
27
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
28
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
29
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
30
+
31
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.10)
32
+
33
+ Mon, 23 May 2022 12:13:56 GMT
34
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.9..@fluentui/react-tooltip_v9.0.0-rc.10)
35
+
36
+ ### Changes
37
+
38
+ - Removing TooltipCommons type. ([PR #22953](https://github.com/microsoft/fluentui/pull/22953) by Humberto.Morimoto@microsoft.com)
39
+ - feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
40
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
41
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
42
+ - Bump @fluentui/react-portal to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
43
+ - Bump @fluentui/react-positioning to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
44
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
45
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
46
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
47
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
48
+
49
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.9)
50
+
51
+ Thu, 05 May 2022 18:26:30 GMT
52
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.8..@fluentui/react-tooltip_v9.0.0-rc.9)
53
+
54
+ ### Changes
55
+
56
+ - Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
57
+ - Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
58
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
59
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
60
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
61
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
62
+
63
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.8)
64
+
65
+ Wed, 04 May 2022 13:26:36 GMT
66
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.7..@fluentui/react-tooltip_v9.0.0-rc.8)
67
+
68
+ ### Changes
69
+
70
+ - Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
71
+ - Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
72
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
73
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
74
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
75
+
76
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.7)
77
+
78
+ Mon, 25 Apr 2022 09:32:19 GMT
79
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.6..@fluentui/react-tooltip_v9.0.0-rc.7)
80
+
81
+ ### Changes
82
+
83
+ - Bump @fluentui/react-portal to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
84
+
85
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.6)
86
+
87
+ Tue, 19 Apr 2022 19:17:03 GMT
88
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.5..@fluentui/react-tooltip_v9.0.0-rc.6)
89
+
90
+ ### Changes
91
+
92
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
93
+ - Removing star exports. ([PR #22156](https://github.com/microsoft/fluentui/pull/22156) by Humberto.Morimoto@microsoft.com)
94
+ - Add mountNode prop ([PR #22134](https://github.com/microsoft/fluentui/pull/22134) by mgodbolt@microsoft.com)
95
+ - Add static classnames to Tooltip ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
96
+ - Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
97
+ - Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
98
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
99
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
100
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
101
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
102
+
103
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.5)
104
+
105
+ Fri, 04 Mar 2022 05:17:31 GMT
106
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.4..@fluentui/react-tooltip_v9.0.0-rc.5)
107
+
108
+ ### Changes
109
+
110
+ - 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)
111
+ - Bump @fluentui/react-portal to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
112
+ - Bump @fluentui/react-positioning to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
113
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
114
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
115
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
116
+
117
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.4)
118
+
119
+ Tue, 01 Mar 2022 02:17:40 GMT
120
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.3..@fluentui/react-tooltip_v9.0.0-rc.4)
121
+
122
+ ### Changes
123
+
124
+ - Bump @fluentui/react-portal to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
125
+ - Bump @fluentui/react-positioning to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
126
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
127
+
128
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.3)
129
+
130
+ Fri, 18 Feb 2022 13:35:36 GMT
131
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.1..@fluentui/react-tooltip_v9.0.0-rc.3)
132
+
133
+ ### Changes
134
+
135
+ - Update documentation comments ([PR #21736](https://github.com/microsoft/fluentui/pull/21736) by behowell@microsoft.com)
136
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
137
+ - update trigger implementation to be consistent ([PR #21626](https://github.com/microsoft/fluentui/pull/21626) by olfedias@microsoft.com)
138
+ - Bump @fluentui/react-portal to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
139
+ - Bump @fluentui/react-positioning to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
140
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
141
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
142
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
143
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
144
+
7
145
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.1)
8
146
 
9
- Thu, 10 Feb 2022 08:43:43 GMT
147
+ Thu, 10 Feb 2022 08:50:30 GMT
10
148
  [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
149
 
12
150
  ### Changes
@@ -38,7 +176,7 @@ Thu, 10 Feb 2022 08:43:43 GMT
38
176
 
39
177
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.5)
40
178
 
41
- Thu, 25 Nov 2021 08:34:17 GMT
179
+ Thu, 25 Nov 2021 08:34:17 GMT
42
180
  [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
181
 
44
182
  ### Changes
@@ -56,7 +194,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
56
194
 
57
195
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.4)
58
196
 
59
- Fri, 12 Nov 2021 13:25:09 GMT
197
+ Fri, 12 Nov 2021 13:25:09 GMT
60
198
  [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
199
 
62
200
  ### Changes
@@ -76,7 +214,7 @@ Fri, 12 Nov 2021 13:25:09 GMT
76
214
 
77
215
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.3)
78
216
 
79
- Wed, 27 Oct 2021 12:14:23 GMT
217
+ Wed, 27 Oct 2021 12:14:23 GMT
80
218
  [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
219
 
82
220
  ### Changes
@@ -95,7 +233,7 @@ Wed, 27 Oct 2021 12:14:23 GMT
95
233
 
96
234
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.2)
97
235
 
98
- Tue, 12 Oct 2021 19:45:58 GMT
236
+ Tue, 12 Oct 2021 19:45:58 GMT
99
237
  [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
238
 
101
239
  ### Changes
@@ -104,7 +242,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
104
242
 
105
243
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.1)
106
244
 
107
- Wed, 06 Oct 2021 10:37:22 GMT
245
+ Wed, 06 Oct 2021 10:37:22 GMT
108
246
  [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
247
 
110
248
  ### Changes
@@ -122,7 +260,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
122
260
 
123
261
  ## [9.0.0-alpha.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.96)
124
262
 
125
- Tue, 05 Oct 2021 12:47:58 GMT
263
+ Tue, 05 Oct 2021 12:47:58 GMT
126
264
  [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
265
 
128
266
  ### Changes
@@ -135,7 +273,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
135
273
 
136
274
  ## [9.0.0-alpha.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.95)
137
275
 
138
- Tue, 05 Oct 2021 09:28:07 GMT
276
+ Tue, 05 Oct 2021 09:28:07 GMT
139
277
  [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
278
 
141
279
  ### Changes
@@ -151,7 +289,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
151
289
 
152
290
  ## [9.0.0-alpha.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.94)
153
291
 
154
- Fri, 01 Oct 2021 14:13:08 GMT
292
+ Fri, 01 Oct 2021 14:13:08 GMT
155
293
  [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
294
 
157
295
  ### Changes
@@ -169,7 +307,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
169
307
 
170
308
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.92)
171
309
 
172
- Fri, 01 Oct 2021 12:30:46 GMT
310
+ Fri, 01 Oct 2021 12:30:46 GMT
173
311
  [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
312
 
175
313
  ### Changes
@@ -178,7 +316,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
178
316
 
179
317
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.91)
180
318
 
181
- Fri, 01 Oct 2021 09:44:56 GMT
319
+ Fri, 01 Oct 2021 09:44:56 GMT
182
320
  [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
321
 
184
322
  ### Changes
@@ -187,7 +325,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
187
325
 
188
326
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.90)
189
327
 
190
- Wed, 29 Sep 2021 08:06:11 GMT
328
+ Wed, 29 Sep 2021 08:06:11 GMT
191
329
  [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
330
 
193
331
  ### Changes
@@ -203,7 +341,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
203
341
 
204
342
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.89)
205
343
 
206
- Mon, 27 Sep 2021 08:06:00 GMT
344
+ Mon, 27 Sep 2021 08:06:00 GMT
207
345
  [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
346
 
209
347
  ### Changes
@@ -219,7 +357,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
219
357
 
220
358
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.88)
221
359
 
222
- Fri, 24 Sep 2021 09:17:17 GMT
360
+ Fri, 24 Sep 2021 09:17:17 GMT
223
361
  [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
362
 
225
363
  ### Changes
@@ -234,7 +372,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
234
372
 
235
373
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.87)
236
374
 
237
- Thu, 23 Sep 2021 08:21:34 GMT
375
+ Thu, 23 Sep 2021 08:21:34 GMT
238
376
  [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
377
 
240
378
  ### Changes
@@ -250,7 +388,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
250
388
 
251
389
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.86)
252
390
 
253
- Wed, 22 Sep 2021 10:10:07 GMT
391
+ Wed, 22 Sep 2021 10:10:07 GMT
254
392
  [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
393
 
256
394
  ### Changes
@@ -265,7 +403,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
265
403
 
266
404
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.85)
267
405
 
268
- Tue, 21 Sep 2021 07:42:34 GMT
406
+ Tue, 21 Sep 2021 07:42:34 GMT
269
407
  [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
408
 
271
409
  ### Changes
@@ -282,7 +420,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
282
420
 
283
421
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.84)
284
422
 
285
- Mon, 20 Sep 2021 07:36:26 GMT
423
+ Mon, 20 Sep 2021 07:36:26 GMT
286
424
  [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
425
 
288
426
  ### Changes
@@ -291,7 +429,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
291
429
 
292
430
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.83)
293
431
 
294
- Fri, 17 Sep 2021 07:35:26 GMT
432
+ Fri, 17 Sep 2021 07:35:26 GMT
295
433
  [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
434
 
297
435
  ### Changes
@@ -301,7 +439,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
301
439
 
302
440
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.82)
303
441
 
304
- Thu, 16 Sep 2021 07:38:39 GMT
442
+ Thu, 16 Sep 2021 07:38:39 GMT
305
443
  [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
444
 
307
445
  ### Changes
@@ -310,7 +448,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
310
448
 
311
449
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.81)
312
450
 
313
- Tue, 14 Sep 2021 20:09:02 GMT
451
+ Tue, 14 Sep 2021 20:09:02 GMT
314
452
  [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
453
 
316
454
  ### Changes
@@ -319,7 +457,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
319
457
 
320
458
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.80)
321
459
 
322
- Fri, 10 Sep 2021 16:31:53 GMT
460
+ Fri, 10 Sep 2021 16:31:53 GMT
323
461
  [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
462
 
325
463
  ### Changes
@@ -329,7 +467,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
329
467
 
330
468
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.79)
331
469
 
332
- Fri, 10 Sep 2021 07:39:51 GMT
470
+ Fri, 10 Sep 2021 07:39:51 GMT
333
471
  [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
472
 
335
473
  ### Changes
@@ -338,7 +476,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
338
476
 
339
477
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.78)
340
478
 
341
- Wed, 08 Sep 2021 07:34:11 GMT
479
+ Wed, 08 Sep 2021 07:34:11 GMT
342
480
  [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
481
 
344
482
  ### Changes
@@ -347,7 +485,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
347
485
 
348
486
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.77)
349
487
 
350
- Mon, 06 Sep 2021 07:34:53 GMT
488
+ Mon, 06 Sep 2021 07:34:53 GMT
351
489
  [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
490
 
353
491
  ### Changes
@@ -356,7 +494,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
356
494
 
357
495
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.76)
358
496
 
359
- Thu, 02 Sep 2021 07:36:46 GMT
497
+ Thu, 02 Sep 2021 07:36:46 GMT
360
498
  [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
499
 
362
500
  ### Patches
@@ -369,7 +507,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
369
507
 
370
508
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.75)
371
509
 
372
- Wed, 01 Sep 2021 07:39:56 GMT
510
+ Wed, 01 Sep 2021 07:39:56 GMT
373
511
  [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
512
 
375
513
  ### Changes
@@ -378,7 +516,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
378
516
 
379
517
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.74)
380
518
 
381
- Tue, 31 Aug 2021 07:37:47 GMT
519
+ Tue, 31 Aug 2021 07:37:47 GMT
382
520
  [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
521
 
384
522
  ### Changes
@@ -387,7 +525,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
387
525
 
388
526
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.73)
389
527
 
390
- Fri, 27 Aug 2021 07:33:32 GMT
528
+ Fri, 27 Aug 2021 07:33:32 GMT
391
529
  [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
530
 
393
531
  ### Changes
@@ -396,7 +534,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
396
534
 
397
535
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.72)
398
536
 
399
- Thu, 26 Aug 2021 07:35:43 GMT
537
+ Thu, 26 Aug 2021 07:35:43 GMT
400
538
  [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
539
 
402
540
  ### Changes
@@ -405,7 +543,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
405
543
 
406
544
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.71)
407
545
 
408
- Tue, 24 Aug 2021 07:34:48 GMT
546
+ Tue, 24 Aug 2021 07:34:48 GMT
409
547
  [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
548
 
411
549
  ### Changes
@@ -414,7 +552,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
414
552
 
415
553
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.70)
416
554
 
417
- Fri, 20 Aug 2021 07:37:28 GMT
555
+ Fri, 20 Aug 2021 07:37:28 GMT
418
556
  [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
557
 
420
558
  ### Changes
@@ -423,7 +561,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
423
561
 
424
562
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.69)
425
563
 
426
- Thu, 19 Aug 2021 07:41:35 GMT
564
+ Thu, 19 Aug 2021 07:41:35 GMT
427
565
  [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
566
 
429
567
  ### Changes
@@ -432,7 +570,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
432
570
 
433
571
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.68)
434
572
 
435
- Mon, 16 Aug 2021 07:36:39 GMT
573
+ Mon, 16 Aug 2021 07:36:39 GMT
436
574
  [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
575
 
438
576
  ### Changes
@@ -441,7 +579,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
441
579
 
442
580
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.67)
443
581
 
444
- Fri, 13 Aug 2021 07:36:34 GMT
582
+ Fri, 13 Aug 2021 07:36:34 GMT
445
583
  [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
584
 
447
585
  ### Changes
@@ -450,7 +588,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
450
588
 
451
589
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.66)
452
590
 
453
- Wed, 11 Aug 2021 07:34:54 GMT
591
+ Wed, 11 Aug 2021 07:34:54 GMT
454
592
  [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
593
 
456
594
  ### Changes
@@ -459,7 +597,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
459
597
 
460
598
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.65)
461
599
 
462
- Tue, 10 Aug 2021 07:33:28 GMT
600
+ Tue, 10 Aug 2021 07:33:28 GMT
463
601
  [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
602
 
465
603
  ### Changes
@@ -468,7 +606,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
468
606
 
469
607
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.64)
470
608
 
471
- Fri, 06 Aug 2021 07:35:14 GMT
609
+ Fri, 06 Aug 2021 07:35:14 GMT
472
610
  [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
611
 
474
612
  ### Changes
@@ -477,7 +615,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
477
615
 
478
616
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.63)
479
617
 
480
- Tue, 03 Aug 2021 07:39:30 GMT
618
+ Tue, 03 Aug 2021 07:39:30 GMT
481
619
  [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
620
 
483
621
  ### Patches
@@ -492,7 +630,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
492
630
 
493
631
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.62)
494
632
 
495
- Mon, 02 Aug 2021 07:36:20 GMT
633
+ Mon, 02 Aug 2021 07:36:20 GMT
496
634
  [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
635
 
498
636
  ### Changes
@@ -501,7 +639,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
501
639
 
502
640
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.61)
503
641
 
504
- Mon, 26 Jul 2021 07:37:30 GMT
642
+ Mon, 26 Jul 2021 07:37:30 GMT
505
643
  [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
644
 
507
645
  ### Changes
@@ -510,7 +648,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
510
648
 
511
649
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.60)
512
650
 
513
- Fri, 23 Jul 2021 07:38:19 GMT
651
+ Fri, 23 Jul 2021 07:38:19 GMT
514
652
  [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
653
 
516
654
  ### Changes
@@ -520,7 +658,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
520
658
 
521
659
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.59)
522
660
 
523
- Thu, 22 Jul 2021 07:36:55 GMT
661
+ Thu, 22 Jul 2021 07:36:55 GMT
524
662
  [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
663
 
526
664
  ### Changes
@@ -529,7 +667,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
529
667
 
530
668
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.58)
531
669
 
532
- Tue, 20 Jul 2021 22:23:17 GMT
670
+ Tue, 20 Jul 2021 22:23:17 GMT
533
671
  [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
672
 
535
673
  ### Changes
@@ -538,7 +676,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
538
676
 
539
677
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.57)
540
678
 
541
- Fri, 16 Jul 2021 22:53:17 GMT
679
+ Fri, 16 Jul 2021 22:53:17 GMT
542
680
  [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
681
 
544
682
  ### Changes
@@ -547,7 +685,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
547
685
 
548
686
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.56)
549
687
 
550
- Thu, 15 Jul 2021 07:36:18 GMT
688
+ Thu, 15 Jul 2021 07:36:18 GMT
551
689
  [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
690
 
553
691
  ### Changes
@@ -556,7 +694,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
556
694
 
557
695
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.55)
558
696
 
559
- Tue, 13 Jul 2021 22:32:58 GMT
697
+ Tue, 13 Jul 2021 22:32:58 GMT
560
698
  [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
699
 
562
700
  ### Patches
@@ -569,7 +707,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
569
707
 
570
708
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.54)
571
709
 
572
- Tue, 13 Jul 2021 07:35:36 GMT
710
+ Tue, 13 Jul 2021 07:35:36 GMT
573
711
  [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
712
 
575
713
  ### Changes
@@ -578,7 +716,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
578
716
 
579
717
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.53)
580
718
 
581
- Fri, 09 Jul 2021 07:39:31 GMT
719
+ Fri, 09 Jul 2021 07:39:31 GMT
582
720
  [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
721
 
584
722
  ### Patches
@@ -593,7 +731,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
593
731
 
594
732
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.52)
595
733
 
596
- Fri, 02 Jul 2021 23:15:55 GMT
734
+ Fri, 02 Jul 2021 23:15:55 GMT
597
735
  [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
736
 
599
737
  ### Changes
@@ -602,7 +740,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
602
740
 
603
741
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.51)
604
742
 
605
- Fri, 02 Jul 2021 07:37:06 GMT
743
+ Fri, 02 Jul 2021 07:37:06 GMT
606
744
  [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
745
 
608
746
  ### Changes
@@ -611,7 +749,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
611
749
 
612
750
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.50)
613
751
 
614
- Thu, 01 Jul 2021 07:35:05 GMT
752
+ Thu, 01 Jul 2021 07:35:05 GMT
615
753
  [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
754
 
617
755
  ### Changes
@@ -620,7 +758,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
620
758
 
621
759
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.49)
622
760
 
623
- Wed, 30 Jun 2021 07:38:35 GMT
761
+ Wed, 30 Jun 2021 07:38:35 GMT
624
762
  [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
763
 
626
764
  ### Changes
@@ -629,7 +767,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
629
767
 
630
768
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.48)
631
769
 
632
- Tue, 29 Jun 2021 07:33:32 GMT
770
+ Tue, 29 Jun 2021 07:33:32 GMT
633
771
  [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
772
 
635
773
  ### Changes
@@ -638,7 +776,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
638
776
 
639
777
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.47)
640
778
 
641
- Tue, 22 Jun 2021 07:35:11 GMT
779
+ Tue, 22 Jun 2021 07:35:11 GMT
642
780
  [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
781
 
644
782
  ### Changes
@@ -647,7 +785,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
647
785
 
648
786
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.46)
649
787
 
650
- Thu, 17 Jun 2021 07:34:11 GMT
788
+ Thu, 17 Jun 2021 07:34:11 GMT
651
789
  [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
790
 
653
791
  ### Changes
@@ -656,7 +794,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
656
794
 
657
795
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.45)
658
796
 
659
- Wed, 16 Jun 2021 07:34:24 GMT
797
+ Wed, 16 Jun 2021 07:34:24 GMT
660
798
  [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
799
 
662
800
  ### Changes
@@ -665,7 +803,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
665
803
 
666
804
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.44)
667
805
 
668
- Tue, 15 Jun 2021 07:40:20 GMT
806
+ Tue, 15 Jun 2021 07:40:20 GMT
669
807
  [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
808
 
671
809
  ### Changes
@@ -674,7 +812,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
674
812
 
675
813
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.43)
676
814
 
677
- Mon, 07 Jun 2021 07:38:15 GMT
815
+ Mon, 07 Jun 2021 07:38:15 GMT
678
816
  [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
817
 
680
818
  ### Patches
@@ -689,7 +827,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
689
827
 
690
828
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.42)
691
829
 
692
- Fri, 04 Jun 2021 07:37:23 GMT
830
+ Fri, 04 Jun 2021 07:37:23 GMT
693
831
  [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
832
 
695
833
  ### Changes
@@ -698,7 +836,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
698
836
 
699
837
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.41)
700
838
 
701
- Thu, 03 Jun 2021 07:36:03 GMT
839
+ Thu, 03 Jun 2021 07:36:03 GMT
702
840
  [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
841
 
704
842
  ### Changes
@@ -707,7 +845,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
707
845
 
708
846
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.40)
709
847
 
710
- Wed, 02 Jun 2021 07:37:15 GMT
848
+ Wed, 02 Jun 2021 07:37:15 GMT
711
849
  [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
850
 
713
851
  ### Changes
@@ -716,7 +854,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
716
854
 
717
855
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.39)
718
856
 
719
- Fri, 28 May 2021 07:33:57 GMT
857
+ Fri, 28 May 2021 07:33:57 GMT
720
858
  [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
859
 
722
860
  ### Changes
@@ -725,7 +863,7 @@ Fri, 28 May 2021 07:33:57 GMT
725
863
 
726
864
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.38)
727
865
 
728
- Wed, 26 May 2021 07:35:43 GMT
866
+ Wed, 26 May 2021 07:35:43 GMT
729
867
  [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
868
 
731
869
  ### Changes
@@ -734,7 +872,7 @@ Wed, 26 May 2021 07:35:43 GMT
734
872
 
735
873
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.37)
736
874
 
737
- Fri, 21 May 2021 07:34:54 GMT
875
+ Fri, 21 May 2021 07:34:54 GMT
738
876
  [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
877
 
740
878
  ### Changes
@@ -743,7 +881,7 @@ Fri, 21 May 2021 07:34:54 GMT
743
881
 
744
882
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.36)
745
883
 
746
- Thu, 20 May 2021 07:41:54 GMT
884
+ Thu, 20 May 2021 07:41:54 GMT
747
885
  [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
886
 
749
887
  ### Patches
@@ -758,7 +896,7 @@ Thu, 20 May 2021 07:41:54 GMT
758
896
 
759
897
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.35)
760
898
 
761
- Wed, 19 May 2021 07:34:20 GMT
899
+ Wed, 19 May 2021 07:34:20 GMT
762
900
  [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
901
 
764
902
  ### Patches
@@ -771,7 +909,7 @@ Wed, 19 May 2021 07:34:20 GMT
771
909
 
772
910
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.34)
773
911
 
774
- Tue, 18 May 2021 07:34:38 GMT
912
+ Tue, 18 May 2021 07:34:38 GMT
775
913
  [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
914
 
777
915
  ### Changes
@@ -780,7 +918,7 @@ Tue, 18 May 2021 07:34:38 GMT
780
918
 
781
919
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.33)
782
920
 
783
- Thu, 13 May 2021 07:36:55 GMT
921
+ Thu, 13 May 2021 07:36:55 GMT
784
922
  [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
923
 
786
924
  ### Changes
@@ -789,7 +927,7 @@ Thu, 13 May 2021 07:36:55 GMT
789
927
 
790
928
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.32)
791
929
 
792
- Wed, 12 May 2021 07:36:20 GMT
930
+ Wed, 12 May 2021 07:36:20 GMT
793
931
  [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
932
 
795
933
  ### Changes
@@ -798,7 +936,7 @@ Wed, 12 May 2021 07:36:20 GMT
798
936
 
799
937
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.31)
800
938
 
801
- Mon, 10 May 2021 07:36:07 GMT
939
+ Mon, 10 May 2021 07:36:07 GMT
802
940
  [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
941
 
804
942
  ### Changes
@@ -807,7 +945,7 @@ Mon, 10 May 2021 07:36:07 GMT
807
945
 
808
946
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.30)
809
947
 
810
- Wed, 05 May 2021 07:36:50 GMT
948
+ Wed, 05 May 2021 07:36:50 GMT
811
949
  [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
950
 
813
951
  ### Changes
@@ -816,7 +954,7 @@ Wed, 05 May 2021 07:36:50 GMT
816
954
 
817
955
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.29)
818
956
 
819
- Tue, 04 May 2021 07:36:35 GMT
957
+ Tue, 04 May 2021 07:36:35 GMT
820
958
  [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
959
 
822
960
  ### Changes
@@ -825,7 +963,7 @@ Tue, 04 May 2021 07:36:35 GMT
825
963
 
826
964
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.28)
827
965
 
828
- Mon, 03 May 2021 07:45:19 GMT
966
+ Mon, 03 May 2021 07:45:19 GMT
829
967
  [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
968
 
831
969
  ### Changes
@@ -834,7 +972,7 @@ Mon, 03 May 2021 07:45:19 GMT
834
972
 
835
973
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.27)
836
974
 
837
- Fri, 30 Apr 2021 07:42:23 GMT
975
+ Fri, 30 Apr 2021 07:42:23 GMT
838
976
  [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
977
 
840
978
  ### Patches
@@ -851,7 +989,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
851
989
 
852
990
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.26)
853
991
 
854
- Tue, 27 Apr 2021 07:34:03 GMT
992
+ Tue, 27 Apr 2021 07:34:03 GMT
855
993
  [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
994
 
857
995
  ### Changes
@@ -860,7 +998,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
860
998
 
861
999
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.25)
862
1000
 
863
- Mon, 26 Apr 2021 07:34:31 GMT
1001
+ Mon, 26 Apr 2021 07:34:31 GMT
864
1002
  [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
1003
 
866
1004
  ### Changes
@@ -869,7 +1007,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
869
1007
 
870
1008
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.24)
871
1009
 
872
- Fri, 23 Apr 2021 07:37:10 GMT
1010
+ Fri, 23 Apr 2021 07:37:10 GMT
873
1011
  [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
1012
 
875
1013
  ### Patches
@@ -884,7 +1022,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
884
1022
 
885
1023
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.23)
886
1024
 
887
- Thu, 22 Apr 2021 07:33:28 GMT
1025
+ Thu, 22 Apr 2021 07:33:28 GMT
888
1026
  [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
1027
 
890
1028
  ### Changes
@@ -893,7 +1031,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
893
1031
 
894
1032
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.22)
895
1033
 
896
- Wed, 21 Apr 2021 07:31:50 GMT
1034
+ Wed, 21 Apr 2021 07:31:50 GMT
897
1035
  [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
1036
 
899
1037
  ### Changes
@@ -902,7 +1040,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
902
1040
 
903
1041
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.21)
904
1042
 
905
- Tue, 20 Apr 2021 07:31:35 GMT
1043
+ Tue, 20 Apr 2021 07:31:35 GMT
906
1044
  [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
1045
 
908
1046
  ### Changes
@@ -911,7 +1049,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
911
1049
 
912
1050
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.20)
913
1051
 
914
- Fri, 16 Apr 2021 18:08:21 GMT
1052
+ Fri, 16 Apr 2021 18:08:21 GMT
915
1053
  [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
1054
 
917
1055
  ### Changes
@@ -920,7 +1058,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
920
1058
 
921
1059
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.19)
922
1060
 
923
- Fri, 16 Apr 2021 07:32:08 GMT
1061
+ Fri, 16 Apr 2021 07:32:08 GMT
924
1062
  [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
1063
 
926
1064
  ### Changes
@@ -930,7 +1068,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
930
1068
 
931
1069
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.18)
932
1070
 
933
- Wed, 14 Apr 2021 07:34:12 GMT
1071
+ Wed, 14 Apr 2021 07:34:12 GMT
934
1072
  [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
1073
 
936
1074
  ### Changes
@@ -939,7 +1077,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
939
1077
 
940
1078
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.17)
941
1079
 
942
- Fri, 09 Apr 2021 07:31:06 GMT
1080
+ Fri, 09 Apr 2021 07:31:06 GMT
943
1081
  [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
1082
 
945
1083
  ### Changes
@@ -948,7 +1086,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
948
1086
 
949
1087
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.16)
950
1088
 
951
- Thu, 08 Apr 2021 07:33:06 GMT
1089
+ Thu, 08 Apr 2021 07:33:06 GMT
952
1090
  [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
1091
 
954
1092
  ### Changes
@@ -957,7 +1095,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
957
1095
 
958
1096
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.15)
959
1097
 
960
- Thu, 01 Apr 2021 20:13:37 GMT
1098
+ Thu, 01 Apr 2021 20:13:37 GMT
961
1099
  [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
1100
 
963
1101
  ### Changes
@@ -966,7 +1104,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
966
1104
 
967
1105
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.14)
968
1106
 
969
- Wed, 31 Mar 2021 00:53:43 GMT
1107
+ Wed, 31 Mar 2021 00:53:43 GMT
970
1108
  [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
1109
 
972
1110
  ### Patches
@@ -981,7 +1119,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
981
1119
 
982
1120
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.13)
983
1121
 
984
- Tue, 30 Mar 2021 07:34:45 GMT
1122
+ Tue, 30 Mar 2021 07:34:45 GMT
985
1123
  [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
1124
 
987
1125
  ### Changes
@@ -990,7 +1128,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
990
1128
 
991
1129
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.12)
992
1130
 
993
- Fri, 26 Mar 2021 07:32:34 GMT
1131
+ Fri, 26 Mar 2021 07:32:34 GMT
994
1132
  [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
1133
 
996
1134
  ### Changes
@@ -999,7 +1137,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
999
1137
 
1000
1138
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.11)
1001
1139
 
1002
- Thu, 25 Mar 2021 07:33:24 GMT
1140
+ Thu, 25 Mar 2021 07:33:24 GMT
1003
1141
  [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
1142
 
1005
1143
  ### Changes
@@ -1008,7 +1146,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1008
1146
 
1009
1147
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.10)
1010
1148
 
1011
- Tue, 23 Mar 2021 07:31:43 GMT
1149
+ Tue, 23 Mar 2021 07:31:43 GMT
1012
1150
  [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
1151
 
1014
1152
  ### Changes
@@ -1017,7 +1155,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1017
1155
 
1018
1156
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.9)
1019
1157
 
1020
- Thu, 18 Mar 2021 20:15:34 GMT
1158
+ Thu, 18 Mar 2021 20:15:34 GMT
1021
1159
  [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
1160
 
1023
1161
  ### Changes
@@ -1026,7 +1164,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1026
1164
 
1027
1165
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.8)
1028
1166
 
1029
- Tue, 16 Mar 2021 07:32:44 GMT
1167
+ Tue, 16 Mar 2021 07:32:44 GMT
1030
1168
  [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
1169
 
1032
1170
  ### Patches
@@ -1039,7 +1177,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1039
1177
 
1040
1178
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.7)
1041
1179
 
1042
- Mon, 15 Mar 2021 07:36:20 GMT
1180
+ Mon, 15 Mar 2021 07:36:20 GMT
1043
1181
  [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
1182
 
1045
1183
  ### Changes
@@ -1048,7 +1186,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
1048
1186
 
1049
1187
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.6)
1050
1188
 
1051
- Fri, 12 Mar 2021 20:04:27 GMT
1189
+ Fri, 12 Mar 2021 20:04:27 GMT
1052
1190
  [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
1191
 
1054
1192
  ### Patches
@@ -1061,7 +1199,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1061
1199
 
1062
1200
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.5)
1063
1201
 
1064
- Wed, 10 Mar 2021 07:34:39 GMT
1202
+ Wed, 10 Mar 2021 07:34:39 GMT
1065
1203
  [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
1204
 
1067
1205
  ### Changes
@@ -1070,7 +1208,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1070
1208
 
1071
1209
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.4)
1072
1210
 
1073
- Fri, 05 Mar 2021 20:30:59 GMT
1211
+ Fri, 05 Mar 2021 20:30:59 GMT
1074
1212
  [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
1213
 
1076
1214
  ### Changes
@@ -1079,7 +1217,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1079
1217
 
1080
1218
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.3)
1081
1219
 
1082
- Wed, 03 Mar 2021 00:10:09 GMT
1220
+ Wed, 03 Mar 2021 00:10:09 GMT
1083
1221
  [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
1222
 
1085
1223
  ### Changes
@@ -1088,7 +1226,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1088
1226
 
1089
1227
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.2)
1090
1228
 
1091
- Tue, 02 Mar 2021 07:24:27 GMT
1229
+ Tue, 02 Mar 2021 07:24:27 GMT
1092
1230
  [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
1231
 
1094
1232
  ### Changes