@fluentui/react-tooltip 9.0.0-rc.7 → 9.0.0

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 (40) hide show
  1. package/CHANGELOG.json +385 -1
  2. package/CHANGELOG.md +222 -106
  3. package/dist/{react-tooltip.d.ts → index.d.ts} +42 -51
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/components/Tooltip/Tooltip.js.map +1 -1
  6. package/lib/components/Tooltip/Tooltip.types.js.map +1 -1
  7. package/lib/components/Tooltip/renderTooltip.js.map +1 -1
  8. package/lib/components/Tooltip/useTooltip.js +11 -11
  9. package/lib/components/Tooltip/useTooltip.js.map +1 -1
  10. package/lib/components/Tooltip/useTooltipStyles.js +17 -24
  11. package/lib/components/Tooltip/useTooltipStyles.js.map +1 -1
  12. package/lib/index.js +1 -2
  13. package/lib/index.js.map +1 -1
  14. package/lib-commonjs/components/Tooltip/Tooltip.js.map +1 -1
  15. package/lib-commonjs/components/Tooltip/renderTooltip.js.map +1 -1
  16. package/lib-commonjs/components/Tooltip/useTooltip.js +10 -10
  17. package/lib-commonjs/components/Tooltip/useTooltip.js.map +1 -1
  18. package/lib-commonjs/components/Tooltip/useTooltipStyles.js +18 -25
  19. package/lib-commonjs/components/Tooltip/useTooltipStyles.js.map +1 -1
  20. package/lib-commonjs/index.js +1 -8
  21. package/lib-commonjs/index.js.map +1 -1
  22. package/package.json +12 -14
  23. package/lib/Tooltip.d.ts +0 -1
  24. package/lib/components/Tooltip/Tooltip.d.ts +0 -7
  25. package/lib/components/Tooltip/Tooltip.types.d.ts +0 -118
  26. package/lib/components/Tooltip/index.d.ts +0 -5
  27. package/lib/components/Tooltip/private/constants.d.ts +0 -12
  28. package/lib/components/Tooltip/renderTooltip.d.ts +0 -5
  29. package/lib/components/Tooltip/useTooltip.d.ts +0 -10
  30. package/lib/components/Tooltip/useTooltipStyles.d.ts +0 -11
  31. package/lib/index.d.ts +0 -2
  32. package/lib-commonjs/Tooltip.d.ts +0 -1
  33. package/lib-commonjs/components/Tooltip/Tooltip.d.ts +0 -7
  34. package/lib-commonjs/components/Tooltip/Tooltip.types.d.ts +0 -118
  35. package/lib-commonjs/components/Tooltip/index.d.ts +0 -5
  36. package/lib-commonjs/components/Tooltip/private/constants.d.ts +0 -12
  37. package/lib-commonjs/components/Tooltip/renderTooltip.d.ts +0 -5
  38. package/lib-commonjs/components/Tooltip/useTooltip.d.ts +0 -10
  39. package/lib-commonjs/components/Tooltip/useTooltipStyles.d.ts +0 -11
  40. package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,128 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Mon, 25 Apr 2022 09:31:20 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 28 Jun 2022 15:08:35 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0)
8
+
9
+ Tue, 28 Jun 2022 15:08:35 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.14..@fluentui/react-tooltip_v9.0.0)
11
+
12
+ ### Patches
13
+
14
+ - feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
15
+ - Bump @fluentui/react-portal to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
16
+ - Bump @fluentui/react-positioning to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
18
+ - Bump @fluentui/react-theme to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
20
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
21
+
22
+ ### Changes
23
+
24
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
25
+ - Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
26
+
27
+ ## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.14)
28
+
29
+ Thu, 23 Jun 2022 14:25:31 GMT
30
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.13..@fluentui/react-tooltip_v9.0.0-rc.14)
31
+
32
+ ### Changes
33
+
34
+ - Bump @fluentui/react-portal to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
35
+ - Bump @fluentui/react-positioning to v9.0.0-rc.12 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
36
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.11 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
37
+ - Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
38
+
39
+ ## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.13)
40
+
41
+ Tue, 31 May 2022 21:28:49 GMT
42
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.12..@fluentui/react-tooltip_v9.0.0-rc.13)
43
+
44
+ ### Changes
45
+
46
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
47
+ - updates import to react-shared-components ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by bernardo.sunderhus@gmail.com)
48
+ - Bump @fluentui/react-portal to v9.0.0-rc.13 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
49
+ - Bump @fluentui/react-positioning to v9.0.0-rc.11 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
50
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
51
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
52
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
53
+
54
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.12)
55
+
56
+ Thu, 26 May 2022 21:01:32 GMT
57
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.11..@fluentui/react-tooltip_v9.0.0-rc.12)
58
+
59
+ ### Changes
60
+
61
+ - Bump @fluentui/react-portal to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
62
+
63
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.11)
64
+
65
+ Mon, 23 May 2022 18:56:50 GMT
66
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.10..@fluentui/react-tooltip_v9.0.0-rc.11)
67
+
68
+ ### Changes
69
+
70
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
71
+ - BREAKING: changes to positioning prop ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by lingfangao@hotmail.com)
72
+ - Bump @fluentui/react-portal to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
73
+ - Bump @fluentui/react-positioning to v9.0.0-rc.10 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
74
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
75
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
76
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
77
+
78
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.10)
79
+
80
+ Mon, 23 May 2022 12:13:56 GMT
81
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.9..@fluentui/react-tooltip_v9.0.0-rc.10)
82
+
83
+ ### Changes
84
+
85
+ - Removing TooltipCommons type. ([PR #22953](https://github.com/microsoft/fluentui/pull/22953) by Humberto.Morimoto@microsoft.com)
86
+ - feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
87
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
88
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
89
+ - Bump @fluentui/react-portal to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
90
+ - Bump @fluentui/react-positioning to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
91
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
92
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
93
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
94
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
95
+
96
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.9)
97
+
98
+ Thu, 05 May 2022 18:26:30 GMT
99
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.8..@fluentui/react-tooltip_v9.0.0-rc.9)
100
+
101
+ ### Changes
102
+
103
+ - Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
104
+ - Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
105
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
106
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
107
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
108
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
109
+
110
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.8)
111
+
112
+ Wed, 04 May 2022 13:26:36 GMT
113
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.7..@fluentui/react-tooltip_v9.0.0-rc.8)
114
+
115
+ ### Changes
116
+
117
+ - Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
118
+ - Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
119
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
120
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
121
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
122
+
7
123
  ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.7)
8
124
 
9
- Mon, 25 Apr 2022 09:31:20 GMT
125
+ Mon, 25 Apr 2022 09:32:19 GMT
10
126
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.6..@fluentui/react-tooltip_v9.0.0-rc.7)
11
127
 
12
128
  ### Changes
@@ -15,7 +131,7 @@ Mon, 25 Apr 2022 09:31:20 GMT
15
131
 
16
132
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.6)
17
133
 
18
- Tue, 19 Apr 2022 19:17:03 GMT
134
+ Tue, 19 Apr 2022 19:17:03 GMT
19
135
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.5..@fluentui/react-tooltip_v9.0.0-rc.6)
20
136
 
21
137
  ### Changes
@@ -33,7 +149,7 @@ Tue, 19 Apr 2022 19:17:03 GMT
33
149
 
34
150
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.5)
35
151
 
36
- Fri, 04 Mar 2022 05:17:31 GMT
152
+ Fri, 04 Mar 2022 05:17:31 GMT
37
153
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.4..@fluentui/react-tooltip_v9.0.0-rc.5)
38
154
 
39
155
  ### Changes
@@ -47,7 +163,7 @@ Fri, 04 Mar 2022 05:17:31 GMT
47
163
 
48
164
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.4)
49
165
 
50
- Tue, 01 Mar 2022 02:17:40 GMT
166
+ Tue, 01 Mar 2022 02:17:40 GMT
51
167
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.3..@fluentui/react-tooltip_v9.0.0-rc.4)
52
168
 
53
169
  ### Changes
@@ -58,7 +174,7 @@ Tue, 01 Mar 2022 02:17:40 GMT
58
174
 
59
175
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.3)
60
176
 
61
- Fri, 18 Feb 2022 13:35:36 GMT
177
+ Fri, 18 Feb 2022 13:35:36 GMT
62
178
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.1..@fluentui/react-tooltip_v9.0.0-rc.3)
63
179
 
64
180
  ### Changes
@@ -75,7 +191,7 @@ Fri, 18 Feb 2022 13:35:36 GMT
75
191
 
76
192
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.1)
77
193
 
78
- Thu, 10 Feb 2022 08:50:30 GMT
194
+ Thu, 10 Feb 2022 08:50:30 GMT
79
195
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.5..@fluentui/react-tooltip_v9.0.0-rc.1)
80
196
 
81
197
  ### Changes
@@ -107,7 +223,7 @@ Thu, 10 Feb 2022 08:50:30 GMT
107
223
 
108
224
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.5)
109
225
 
110
- Thu, 25 Nov 2021 08:34:17 GMT
226
+ Thu, 25 Nov 2021 08:34:17 GMT
111
227
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.4..@fluentui/react-tooltip_v9.0.0-beta.5)
112
228
 
113
229
  ### Changes
@@ -125,7 +241,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
125
241
 
126
242
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.4)
127
243
 
128
- Fri, 12 Nov 2021 13:25:09 GMT
244
+ Fri, 12 Nov 2021 13:25:09 GMT
129
245
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.3..@fluentui/react-tooltip_v9.0.0-beta.4)
130
246
 
131
247
  ### Changes
@@ -145,7 +261,7 @@ Fri, 12 Nov 2021 13:25:09 GMT
145
261
 
146
262
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.3)
147
263
 
148
- Wed, 27 Oct 2021 12:14:23 GMT
264
+ Wed, 27 Oct 2021 12:14:23 GMT
149
265
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.2..@fluentui/react-tooltip_v9.0.0-beta.3)
150
266
 
151
267
  ### Changes
@@ -164,7 +280,7 @@ Wed, 27 Oct 2021 12:14:23 GMT
164
280
 
165
281
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.2)
166
282
 
167
- Tue, 12 Oct 2021 19:45:58 GMT
283
+ Tue, 12 Oct 2021 19:45:58 GMT
168
284
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.1..@fluentui/react-tooltip_v9.0.0-beta.2)
169
285
 
170
286
  ### Changes
@@ -173,7 +289,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
173
289
 
174
290
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.1)
175
291
 
176
- Wed, 06 Oct 2021 10:37:22 GMT
292
+ Wed, 06 Oct 2021 10:37:22 GMT
177
293
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.96..@fluentui/react-tooltip_v9.0.0-beta.1)
178
294
 
179
295
  ### Changes
@@ -191,7 +307,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
191
307
 
192
308
  ## [9.0.0-alpha.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.96)
193
309
 
194
- Tue, 05 Oct 2021 12:47:58 GMT
310
+ Tue, 05 Oct 2021 12:47:58 GMT
195
311
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.95..@fluentui/react-tooltip_v9.0.0-alpha.96)
196
312
 
197
313
  ### Changes
@@ -204,7 +320,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
204
320
 
205
321
  ## [9.0.0-alpha.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.95)
206
322
 
207
- Tue, 05 Oct 2021 09:28:07 GMT
323
+ Tue, 05 Oct 2021 09:28:07 GMT
208
324
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.94..@fluentui/react-tooltip_v9.0.0-alpha.95)
209
325
 
210
326
  ### Changes
@@ -220,7 +336,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
220
336
 
221
337
  ## [9.0.0-alpha.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.94)
222
338
 
223
- Fri, 01 Oct 2021 14:13:08 GMT
339
+ Fri, 01 Oct 2021 14:13:08 GMT
224
340
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.92..@fluentui/react-tooltip_v9.0.0-alpha.94)
225
341
 
226
342
  ### Changes
@@ -238,7 +354,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
238
354
 
239
355
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.92)
240
356
 
241
- Fri, 01 Oct 2021 12:30:46 GMT
357
+ Fri, 01 Oct 2021 12:30:46 GMT
242
358
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.91..@fluentui/react-tooltip_v9.0.0-alpha.92)
243
359
 
244
360
  ### Changes
@@ -247,7 +363,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
247
363
 
248
364
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.91)
249
365
 
250
- Fri, 01 Oct 2021 09:44:56 GMT
366
+ Fri, 01 Oct 2021 09:44:56 GMT
251
367
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.90..@fluentui/react-tooltip_v9.0.0-alpha.91)
252
368
 
253
369
  ### Changes
@@ -256,7 +372,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
256
372
 
257
373
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.90)
258
374
 
259
- Wed, 29 Sep 2021 08:06:11 GMT
375
+ Wed, 29 Sep 2021 08:06:11 GMT
260
376
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.89..@fluentui/react-tooltip_v9.0.0-alpha.90)
261
377
 
262
378
  ### Changes
@@ -272,7 +388,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
272
388
 
273
389
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.89)
274
390
 
275
- Mon, 27 Sep 2021 08:06:00 GMT
391
+ Mon, 27 Sep 2021 08:06:00 GMT
276
392
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.88..@fluentui/react-tooltip_v9.0.0-alpha.89)
277
393
 
278
394
  ### Changes
@@ -288,7 +404,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
288
404
 
289
405
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.88)
290
406
 
291
- Fri, 24 Sep 2021 09:17:17 GMT
407
+ Fri, 24 Sep 2021 09:17:17 GMT
292
408
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.87..@fluentui/react-tooltip_v9.0.0-alpha.88)
293
409
 
294
410
  ### Changes
@@ -303,7 +419,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
303
419
 
304
420
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.87)
305
421
 
306
- Thu, 23 Sep 2021 08:21:34 GMT
422
+ Thu, 23 Sep 2021 08:21:34 GMT
307
423
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.86..@fluentui/react-tooltip_v9.0.0-alpha.87)
308
424
 
309
425
  ### Changes
@@ -319,7 +435,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
319
435
 
320
436
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.86)
321
437
 
322
- Wed, 22 Sep 2021 10:10:07 GMT
438
+ Wed, 22 Sep 2021 10:10:07 GMT
323
439
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.85..@fluentui/react-tooltip_v9.0.0-alpha.86)
324
440
 
325
441
  ### Changes
@@ -334,7 +450,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
334
450
 
335
451
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.85)
336
452
 
337
- Tue, 21 Sep 2021 07:42:34 GMT
453
+ Tue, 21 Sep 2021 07:42:34 GMT
338
454
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.84..@fluentui/react-tooltip_v9.0.0-alpha.85)
339
455
 
340
456
  ### Changes
@@ -351,7 +467,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
351
467
 
352
468
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.84)
353
469
 
354
- Mon, 20 Sep 2021 07:36:26 GMT
470
+ Mon, 20 Sep 2021 07:36:26 GMT
355
471
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.83..@fluentui/react-tooltip_v9.0.0-alpha.84)
356
472
 
357
473
  ### Changes
@@ -360,7 +476,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
360
476
 
361
477
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.83)
362
478
 
363
- Fri, 17 Sep 2021 07:35:26 GMT
479
+ Fri, 17 Sep 2021 07:35:26 GMT
364
480
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.82..@fluentui/react-tooltip_v9.0.0-alpha.83)
365
481
 
366
482
  ### Changes
@@ -370,7 +486,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
370
486
 
371
487
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.82)
372
488
 
373
- Thu, 16 Sep 2021 07:38:39 GMT
489
+ Thu, 16 Sep 2021 07:38:39 GMT
374
490
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.81..@fluentui/react-tooltip_v9.0.0-alpha.82)
375
491
 
376
492
  ### Changes
@@ -379,7 +495,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
379
495
 
380
496
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.81)
381
497
 
382
- Tue, 14 Sep 2021 20:09:02 GMT
498
+ Tue, 14 Sep 2021 20:09:02 GMT
383
499
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.80..@fluentui/react-tooltip_v9.0.0-alpha.81)
384
500
 
385
501
  ### Changes
@@ -388,7 +504,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
388
504
 
389
505
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.80)
390
506
 
391
- Fri, 10 Sep 2021 16:31:53 GMT
507
+ Fri, 10 Sep 2021 16:31:53 GMT
392
508
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.79..@fluentui/react-tooltip_v9.0.0-alpha.80)
393
509
 
394
510
  ### Changes
@@ -398,7 +514,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
398
514
 
399
515
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.79)
400
516
 
401
- Fri, 10 Sep 2021 07:39:51 GMT
517
+ Fri, 10 Sep 2021 07:39:51 GMT
402
518
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.78..@fluentui/react-tooltip_v9.0.0-alpha.79)
403
519
 
404
520
  ### Changes
@@ -407,7 +523,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
407
523
 
408
524
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.78)
409
525
 
410
- Wed, 08 Sep 2021 07:34:11 GMT
526
+ Wed, 08 Sep 2021 07:34:11 GMT
411
527
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.77..@fluentui/react-tooltip_v9.0.0-alpha.78)
412
528
 
413
529
  ### Changes
@@ -416,7 +532,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
416
532
 
417
533
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.77)
418
534
 
419
- Mon, 06 Sep 2021 07:34:53 GMT
535
+ Mon, 06 Sep 2021 07:34:53 GMT
420
536
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.76..@fluentui/react-tooltip_v9.0.0-alpha.77)
421
537
 
422
538
  ### Changes
@@ -425,7 +541,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
425
541
 
426
542
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.76)
427
543
 
428
- Thu, 02 Sep 2021 07:36:46 GMT
544
+ Thu, 02 Sep 2021 07:36:46 GMT
429
545
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.75..@fluentui/react-tooltip_v9.0.0-alpha.76)
430
546
 
431
547
  ### Patches
@@ -438,7 +554,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
438
554
 
439
555
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.75)
440
556
 
441
- Wed, 01 Sep 2021 07:39:56 GMT
557
+ Wed, 01 Sep 2021 07:39:56 GMT
442
558
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.74..@fluentui/react-tooltip_v9.0.0-alpha.75)
443
559
 
444
560
  ### Changes
@@ -447,7 +563,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
447
563
 
448
564
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.74)
449
565
 
450
- Tue, 31 Aug 2021 07:37:47 GMT
566
+ Tue, 31 Aug 2021 07:37:47 GMT
451
567
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.73..@fluentui/react-tooltip_v9.0.0-alpha.74)
452
568
 
453
569
  ### Changes
@@ -456,7 +572,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
456
572
 
457
573
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.73)
458
574
 
459
- Fri, 27 Aug 2021 07:33:32 GMT
575
+ Fri, 27 Aug 2021 07:33:32 GMT
460
576
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.72..@fluentui/react-tooltip_v9.0.0-alpha.73)
461
577
 
462
578
  ### Changes
@@ -465,7 +581,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
465
581
 
466
582
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.72)
467
583
 
468
- Thu, 26 Aug 2021 07:35:43 GMT
584
+ Thu, 26 Aug 2021 07:35:43 GMT
469
585
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.71..@fluentui/react-tooltip_v9.0.0-alpha.72)
470
586
 
471
587
  ### Changes
@@ -474,7 +590,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
474
590
 
475
591
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.71)
476
592
 
477
- Tue, 24 Aug 2021 07:34:48 GMT
593
+ Tue, 24 Aug 2021 07:34:48 GMT
478
594
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.70..@fluentui/react-tooltip_v9.0.0-alpha.71)
479
595
 
480
596
  ### Changes
@@ -483,7 +599,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
483
599
 
484
600
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.70)
485
601
 
486
- Fri, 20 Aug 2021 07:37:28 GMT
602
+ Fri, 20 Aug 2021 07:37:28 GMT
487
603
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.69..@fluentui/react-tooltip_v9.0.0-alpha.70)
488
604
 
489
605
  ### Changes
@@ -492,7 +608,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
492
608
 
493
609
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.69)
494
610
 
495
- Thu, 19 Aug 2021 07:41:35 GMT
611
+ Thu, 19 Aug 2021 07:41:35 GMT
496
612
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.68..@fluentui/react-tooltip_v9.0.0-alpha.69)
497
613
 
498
614
  ### Changes
@@ -501,7 +617,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
501
617
 
502
618
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.68)
503
619
 
504
- Mon, 16 Aug 2021 07:36:39 GMT
620
+ Mon, 16 Aug 2021 07:36:39 GMT
505
621
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.67..@fluentui/react-tooltip_v9.0.0-alpha.68)
506
622
 
507
623
  ### Changes
@@ -510,7 +626,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
510
626
 
511
627
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.67)
512
628
 
513
- Fri, 13 Aug 2021 07:36:34 GMT
629
+ Fri, 13 Aug 2021 07:36:34 GMT
514
630
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.66..@fluentui/react-tooltip_v9.0.0-alpha.67)
515
631
 
516
632
  ### Changes
@@ -519,7 +635,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
519
635
 
520
636
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.66)
521
637
 
522
- Wed, 11 Aug 2021 07:34:54 GMT
638
+ Wed, 11 Aug 2021 07:34:54 GMT
523
639
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.65..@fluentui/react-tooltip_v9.0.0-alpha.66)
524
640
 
525
641
  ### Changes
@@ -528,7 +644,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
528
644
 
529
645
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.65)
530
646
 
531
- Tue, 10 Aug 2021 07:33:28 GMT
647
+ Tue, 10 Aug 2021 07:33:28 GMT
532
648
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.64..@fluentui/react-tooltip_v9.0.0-alpha.65)
533
649
 
534
650
  ### Changes
@@ -537,7 +653,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
537
653
 
538
654
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.64)
539
655
 
540
- Fri, 06 Aug 2021 07:35:14 GMT
656
+ Fri, 06 Aug 2021 07:35:14 GMT
541
657
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.63..@fluentui/react-tooltip_v9.0.0-alpha.64)
542
658
 
543
659
  ### Changes
@@ -546,7 +662,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
546
662
 
547
663
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.63)
548
664
 
549
- Tue, 03 Aug 2021 07:39:30 GMT
665
+ Tue, 03 Aug 2021 07:39:30 GMT
550
666
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.62..@fluentui/react-tooltip_v9.0.0-alpha.63)
551
667
 
552
668
  ### Patches
@@ -561,7 +677,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
561
677
 
562
678
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.62)
563
679
 
564
- Mon, 02 Aug 2021 07:36:20 GMT
680
+ Mon, 02 Aug 2021 07:36:20 GMT
565
681
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.61..@fluentui/react-tooltip_v9.0.0-alpha.62)
566
682
 
567
683
  ### Changes
@@ -570,7 +686,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
570
686
 
571
687
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.61)
572
688
 
573
- Mon, 26 Jul 2021 07:37:30 GMT
689
+ Mon, 26 Jul 2021 07:37:30 GMT
574
690
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.60..@fluentui/react-tooltip_v9.0.0-alpha.61)
575
691
 
576
692
  ### Changes
@@ -579,7 +695,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
579
695
 
580
696
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.60)
581
697
 
582
- Fri, 23 Jul 2021 07:38:19 GMT
698
+ Fri, 23 Jul 2021 07:38:19 GMT
583
699
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.59..@fluentui/react-tooltip_v9.0.0-alpha.60)
584
700
 
585
701
  ### Changes
@@ -589,7 +705,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
589
705
 
590
706
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.59)
591
707
 
592
- Thu, 22 Jul 2021 07:36:55 GMT
708
+ Thu, 22 Jul 2021 07:36:55 GMT
593
709
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.58..@fluentui/react-tooltip_v9.0.0-alpha.59)
594
710
 
595
711
  ### Changes
@@ -598,7 +714,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
598
714
 
599
715
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.58)
600
716
 
601
- Tue, 20 Jul 2021 22:23:17 GMT
717
+ Tue, 20 Jul 2021 22:23:17 GMT
602
718
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.57..@fluentui/react-tooltip_v9.0.0-alpha.58)
603
719
 
604
720
  ### Changes
@@ -607,7 +723,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
607
723
 
608
724
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.57)
609
725
 
610
- Fri, 16 Jul 2021 22:53:17 GMT
726
+ Fri, 16 Jul 2021 22:53:17 GMT
611
727
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.56..@fluentui/react-tooltip_v9.0.0-alpha.57)
612
728
 
613
729
  ### Changes
@@ -616,7 +732,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
616
732
 
617
733
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.56)
618
734
 
619
- Thu, 15 Jul 2021 07:36:18 GMT
735
+ Thu, 15 Jul 2021 07:36:18 GMT
620
736
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.55..@fluentui/react-tooltip_v9.0.0-alpha.56)
621
737
 
622
738
  ### Changes
@@ -625,7 +741,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
625
741
 
626
742
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.55)
627
743
 
628
- Tue, 13 Jul 2021 22:32:58 GMT
744
+ Tue, 13 Jul 2021 22:32:58 GMT
629
745
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.54..@fluentui/react-tooltip_v9.0.0-alpha.55)
630
746
 
631
747
  ### Patches
@@ -638,7 +754,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
638
754
 
639
755
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.54)
640
756
 
641
- Tue, 13 Jul 2021 07:35:36 GMT
757
+ Tue, 13 Jul 2021 07:35:36 GMT
642
758
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.53..@fluentui/react-tooltip_v9.0.0-alpha.54)
643
759
 
644
760
  ### Changes
@@ -647,7 +763,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
647
763
 
648
764
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.53)
649
765
 
650
- Fri, 09 Jul 2021 07:39:31 GMT
766
+ Fri, 09 Jul 2021 07:39:31 GMT
651
767
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.52..@fluentui/react-tooltip_v9.0.0-alpha.53)
652
768
 
653
769
  ### Patches
@@ -662,7 +778,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
662
778
 
663
779
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.52)
664
780
 
665
- Fri, 02 Jul 2021 23:15:55 GMT
781
+ Fri, 02 Jul 2021 23:15:55 GMT
666
782
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.51..@fluentui/react-tooltip_v9.0.0-alpha.52)
667
783
 
668
784
  ### Changes
@@ -671,7 +787,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
671
787
 
672
788
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.51)
673
789
 
674
- Fri, 02 Jul 2021 07:37:06 GMT
790
+ Fri, 02 Jul 2021 07:37:06 GMT
675
791
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.50..@fluentui/react-tooltip_v9.0.0-alpha.51)
676
792
 
677
793
  ### Changes
@@ -680,7 +796,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
680
796
 
681
797
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.50)
682
798
 
683
- Thu, 01 Jul 2021 07:35:05 GMT
799
+ Thu, 01 Jul 2021 07:35:05 GMT
684
800
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.49..@fluentui/react-tooltip_v9.0.0-alpha.50)
685
801
 
686
802
  ### Changes
@@ -689,7 +805,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
689
805
 
690
806
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.49)
691
807
 
692
- Wed, 30 Jun 2021 07:38:35 GMT
808
+ Wed, 30 Jun 2021 07:38:35 GMT
693
809
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.48..@fluentui/react-tooltip_v9.0.0-alpha.49)
694
810
 
695
811
  ### Changes
@@ -698,7 +814,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
698
814
 
699
815
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.48)
700
816
 
701
- Tue, 29 Jun 2021 07:33:32 GMT
817
+ Tue, 29 Jun 2021 07:33:32 GMT
702
818
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.47..@fluentui/react-tooltip_v9.0.0-alpha.48)
703
819
 
704
820
  ### Changes
@@ -707,7 +823,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
707
823
 
708
824
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.47)
709
825
 
710
- Tue, 22 Jun 2021 07:35:11 GMT
826
+ Tue, 22 Jun 2021 07:35:11 GMT
711
827
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.46..@fluentui/react-tooltip_v9.0.0-alpha.47)
712
828
 
713
829
  ### Changes
@@ -716,7 +832,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
716
832
 
717
833
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.46)
718
834
 
719
- Thu, 17 Jun 2021 07:34:11 GMT
835
+ Thu, 17 Jun 2021 07:34:11 GMT
720
836
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.45..@fluentui/react-tooltip_v9.0.0-alpha.46)
721
837
 
722
838
  ### Changes
@@ -725,7 +841,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
725
841
 
726
842
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.45)
727
843
 
728
- Wed, 16 Jun 2021 07:34:24 GMT
844
+ Wed, 16 Jun 2021 07:34:24 GMT
729
845
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.44..@fluentui/react-tooltip_v9.0.0-alpha.45)
730
846
 
731
847
  ### Changes
@@ -734,7 +850,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
734
850
 
735
851
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.44)
736
852
 
737
- Tue, 15 Jun 2021 07:40:20 GMT
853
+ Tue, 15 Jun 2021 07:40:20 GMT
738
854
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.43..@fluentui/react-tooltip_v9.0.0-alpha.44)
739
855
 
740
856
  ### Changes
@@ -743,7 +859,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
743
859
 
744
860
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.43)
745
861
 
746
- Mon, 07 Jun 2021 07:38:15 GMT
862
+ Mon, 07 Jun 2021 07:38:15 GMT
747
863
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.42..@fluentui/react-tooltip_v9.0.0-alpha.43)
748
864
 
749
865
  ### Patches
@@ -758,7 +874,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
758
874
 
759
875
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.42)
760
876
 
761
- Fri, 04 Jun 2021 07:37:23 GMT
877
+ Fri, 04 Jun 2021 07:37:23 GMT
762
878
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.41..@fluentui/react-tooltip_v9.0.0-alpha.42)
763
879
 
764
880
  ### Changes
@@ -767,7 +883,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
767
883
 
768
884
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.41)
769
885
 
770
- Thu, 03 Jun 2021 07:36:03 GMT
886
+ Thu, 03 Jun 2021 07:36:03 GMT
771
887
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.40..@fluentui/react-tooltip_v9.0.0-alpha.41)
772
888
 
773
889
  ### Changes
@@ -776,7 +892,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
776
892
 
777
893
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.40)
778
894
 
779
- Wed, 02 Jun 2021 07:37:15 GMT
895
+ Wed, 02 Jun 2021 07:37:15 GMT
780
896
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.39..@fluentui/react-tooltip_v9.0.0-alpha.40)
781
897
 
782
898
  ### Changes
@@ -785,7 +901,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
785
901
 
786
902
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.39)
787
903
 
788
- Fri, 28 May 2021 07:33:57 GMT
904
+ Fri, 28 May 2021 07:33:57 GMT
789
905
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.38..@fluentui/react-tooltip_v9.0.0-alpha.39)
790
906
 
791
907
  ### Changes
@@ -794,7 +910,7 @@ Fri, 28 May 2021 07:33:57 GMT
794
910
 
795
911
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.38)
796
912
 
797
- Wed, 26 May 2021 07:35:43 GMT
913
+ Wed, 26 May 2021 07:35:43 GMT
798
914
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.37..@fluentui/react-tooltip_v9.0.0-alpha.38)
799
915
 
800
916
  ### Changes
@@ -803,7 +919,7 @@ Wed, 26 May 2021 07:35:43 GMT
803
919
 
804
920
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.37)
805
921
 
806
- Fri, 21 May 2021 07:34:54 GMT
922
+ Fri, 21 May 2021 07:34:54 GMT
807
923
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.36..@fluentui/react-tooltip_v9.0.0-alpha.37)
808
924
 
809
925
  ### Changes
@@ -812,7 +928,7 @@ Fri, 21 May 2021 07:34:54 GMT
812
928
 
813
929
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.36)
814
930
 
815
- Thu, 20 May 2021 07:41:54 GMT
931
+ Thu, 20 May 2021 07:41:54 GMT
816
932
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.35..@fluentui/react-tooltip_v9.0.0-alpha.36)
817
933
 
818
934
  ### Patches
@@ -827,7 +943,7 @@ Thu, 20 May 2021 07:41:54 GMT
827
943
 
828
944
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.35)
829
945
 
830
- Wed, 19 May 2021 07:34:20 GMT
946
+ Wed, 19 May 2021 07:34:20 GMT
831
947
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.34..@fluentui/react-tooltip_v9.0.0-alpha.35)
832
948
 
833
949
  ### Patches
@@ -840,7 +956,7 @@ Wed, 19 May 2021 07:34:20 GMT
840
956
 
841
957
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.34)
842
958
 
843
- Tue, 18 May 2021 07:34:38 GMT
959
+ Tue, 18 May 2021 07:34:38 GMT
844
960
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.33..@fluentui/react-tooltip_v9.0.0-alpha.34)
845
961
 
846
962
  ### Changes
@@ -849,7 +965,7 @@ Tue, 18 May 2021 07:34:38 GMT
849
965
 
850
966
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.33)
851
967
 
852
- Thu, 13 May 2021 07:36:55 GMT
968
+ Thu, 13 May 2021 07:36:55 GMT
853
969
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.32..@fluentui/react-tooltip_v9.0.0-alpha.33)
854
970
 
855
971
  ### Changes
@@ -858,7 +974,7 @@ Thu, 13 May 2021 07:36:55 GMT
858
974
 
859
975
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.32)
860
976
 
861
- Wed, 12 May 2021 07:36:20 GMT
977
+ Wed, 12 May 2021 07:36:20 GMT
862
978
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.31..@fluentui/react-tooltip_v9.0.0-alpha.32)
863
979
 
864
980
  ### Changes
@@ -867,7 +983,7 @@ Wed, 12 May 2021 07:36:20 GMT
867
983
 
868
984
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.31)
869
985
 
870
- Mon, 10 May 2021 07:36:07 GMT
986
+ Mon, 10 May 2021 07:36:07 GMT
871
987
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.30..@fluentui/react-tooltip_v9.0.0-alpha.31)
872
988
 
873
989
  ### Changes
@@ -876,7 +992,7 @@ Mon, 10 May 2021 07:36:07 GMT
876
992
 
877
993
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.30)
878
994
 
879
- Wed, 05 May 2021 07:36:50 GMT
995
+ Wed, 05 May 2021 07:36:50 GMT
880
996
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.29..@fluentui/react-tooltip_v9.0.0-alpha.30)
881
997
 
882
998
  ### Changes
@@ -885,7 +1001,7 @@ Wed, 05 May 2021 07:36:50 GMT
885
1001
 
886
1002
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.29)
887
1003
 
888
- Tue, 04 May 2021 07:36:35 GMT
1004
+ Tue, 04 May 2021 07:36:35 GMT
889
1005
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.28..@fluentui/react-tooltip_v9.0.0-alpha.29)
890
1006
 
891
1007
  ### Changes
@@ -894,7 +1010,7 @@ Tue, 04 May 2021 07:36:35 GMT
894
1010
 
895
1011
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.28)
896
1012
 
897
- Mon, 03 May 2021 07:45:19 GMT
1013
+ Mon, 03 May 2021 07:45:19 GMT
898
1014
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.27..@fluentui/react-tooltip_v9.0.0-alpha.28)
899
1015
 
900
1016
  ### Changes
@@ -903,7 +1019,7 @@ Mon, 03 May 2021 07:45:19 GMT
903
1019
 
904
1020
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.27)
905
1021
 
906
- Fri, 30 Apr 2021 07:42:23 GMT
1022
+ Fri, 30 Apr 2021 07:42:23 GMT
907
1023
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.26..@fluentui/react-tooltip_v9.0.0-alpha.27)
908
1024
 
909
1025
  ### Patches
@@ -920,7 +1036,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
920
1036
 
921
1037
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.26)
922
1038
 
923
- Tue, 27 Apr 2021 07:34:03 GMT
1039
+ Tue, 27 Apr 2021 07:34:03 GMT
924
1040
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.25..@fluentui/react-tooltip_v9.0.0-alpha.26)
925
1041
 
926
1042
  ### Changes
@@ -929,7 +1045,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
929
1045
 
930
1046
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.25)
931
1047
 
932
- Mon, 26 Apr 2021 07:34:31 GMT
1048
+ Mon, 26 Apr 2021 07:34:31 GMT
933
1049
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.24..@fluentui/react-tooltip_v9.0.0-alpha.25)
934
1050
 
935
1051
  ### Changes
@@ -938,7 +1054,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
938
1054
 
939
1055
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.24)
940
1056
 
941
- Fri, 23 Apr 2021 07:37:10 GMT
1057
+ Fri, 23 Apr 2021 07:37:10 GMT
942
1058
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.23..@fluentui/react-tooltip_v9.0.0-alpha.24)
943
1059
 
944
1060
  ### Patches
@@ -953,7 +1069,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
953
1069
 
954
1070
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.23)
955
1071
 
956
- Thu, 22 Apr 2021 07:33:28 GMT
1072
+ Thu, 22 Apr 2021 07:33:28 GMT
957
1073
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.22..@fluentui/react-tooltip_v9.0.0-alpha.23)
958
1074
 
959
1075
  ### Changes
@@ -962,7 +1078,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
962
1078
 
963
1079
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.22)
964
1080
 
965
- Wed, 21 Apr 2021 07:31:50 GMT
1081
+ Wed, 21 Apr 2021 07:31:50 GMT
966
1082
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.21..@fluentui/react-tooltip_v9.0.0-alpha.22)
967
1083
 
968
1084
  ### Changes
@@ -971,7 +1087,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
971
1087
 
972
1088
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.21)
973
1089
 
974
- Tue, 20 Apr 2021 07:31:35 GMT
1090
+ Tue, 20 Apr 2021 07:31:35 GMT
975
1091
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.20..@fluentui/react-tooltip_v9.0.0-alpha.21)
976
1092
 
977
1093
  ### Changes
@@ -980,7 +1096,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
980
1096
 
981
1097
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.20)
982
1098
 
983
- Fri, 16 Apr 2021 18:08:21 GMT
1099
+ Fri, 16 Apr 2021 18:08:21 GMT
984
1100
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.19..@fluentui/react-tooltip_v9.0.0-alpha.20)
985
1101
 
986
1102
  ### Changes
@@ -989,7 +1105,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
989
1105
 
990
1106
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.19)
991
1107
 
992
- Fri, 16 Apr 2021 07:32:08 GMT
1108
+ Fri, 16 Apr 2021 07:32:08 GMT
993
1109
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.18..@fluentui/react-tooltip_v9.0.0-alpha.19)
994
1110
 
995
1111
  ### Changes
@@ -999,7 +1115,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
999
1115
 
1000
1116
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.18)
1001
1117
 
1002
- Wed, 14 Apr 2021 07:34:12 GMT
1118
+ Wed, 14 Apr 2021 07:34:12 GMT
1003
1119
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.17..@fluentui/react-tooltip_v9.0.0-alpha.18)
1004
1120
 
1005
1121
  ### Changes
@@ -1008,7 +1124,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
1008
1124
 
1009
1125
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.17)
1010
1126
 
1011
- Fri, 09 Apr 2021 07:31:06 GMT
1127
+ Fri, 09 Apr 2021 07:31:06 GMT
1012
1128
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.16..@fluentui/react-tooltip_v9.0.0-alpha.17)
1013
1129
 
1014
1130
  ### Changes
@@ -1017,7 +1133,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
1017
1133
 
1018
1134
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.16)
1019
1135
 
1020
- Thu, 08 Apr 2021 07:33:06 GMT
1136
+ Thu, 08 Apr 2021 07:33:06 GMT
1021
1137
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.15..@fluentui/react-tooltip_v9.0.0-alpha.16)
1022
1138
 
1023
1139
  ### Changes
@@ -1026,7 +1142,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
1026
1142
 
1027
1143
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.15)
1028
1144
 
1029
- Thu, 01 Apr 2021 20:13:37 GMT
1145
+ Thu, 01 Apr 2021 20:13:37 GMT
1030
1146
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.14..@fluentui/react-tooltip_v9.0.0-alpha.15)
1031
1147
 
1032
1148
  ### Changes
@@ -1035,7 +1151,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
1035
1151
 
1036
1152
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.14)
1037
1153
 
1038
- Wed, 31 Mar 2021 00:53:43 GMT
1154
+ Wed, 31 Mar 2021 00:53:43 GMT
1039
1155
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.13..@fluentui/react-tooltip_v9.0.0-alpha.14)
1040
1156
 
1041
1157
  ### Patches
@@ -1050,7 +1166,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
1050
1166
 
1051
1167
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.13)
1052
1168
 
1053
- Tue, 30 Mar 2021 07:34:45 GMT
1169
+ Tue, 30 Mar 2021 07:34:45 GMT
1054
1170
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.12..@fluentui/react-tooltip_v9.0.0-alpha.13)
1055
1171
 
1056
1172
  ### Changes
@@ -1059,7 +1175,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
1059
1175
 
1060
1176
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.12)
1061
1177
 
1062
- Fri, 26 Mar 2021 07:32:34 GMT
1178
+ Fri, 26 Mar 2021 07:32:34 GMT
1063
1179
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.11..@fluentui/react-tooltip_v9.0.0-alpha.12)
1064
1180
 
1065
1181
  ### Changes
@@ -1068,7 +1184,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1068
1184
 
1069
1185
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.11)
1070
1186
 
1071
- Thu, 25 Mar 2021 07:33:24 GMT
1187
+ Thu, 25 Mar 2021 07:33:24 GMT
1072
1188
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.10..@fluentui/react-tooltip_v9.0.0-alpha.11)
1073
1189
 
1074
1190
  ### Changes
@@ -1077,7 +1193,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1077
1193
 
1078
1194
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.10)
1079
1195
 
1080
- Tue, 23 Mar 2021 07:31:43 GMT
1196
+ Tue, 23 Mar 2021 07:31:43 GMT
1081
1197
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.9..@fluentui/react-tooltip_v9.0.0-alpha.10)
1082
1198
 
1083
1199
  ### Changes
@@ -1086,7 +1202,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1086
1202
 
1087
1203
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.9)
1088
1204
 
1089
- Thu, 18 Mar 2021 20:15:34 GMT
1205
+ Thu, 18 Mar 2021 20:15:34 GMT
1090
1206
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.8..@fluentui/react-tooltip_v9.0.0-alpha.9)
1091
1207
 
1092
1208
  ### Changes
@@ -1095,7 +1211,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1095
1211
 
1096
1212
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.8)
1097
1213
 
1098
- Tue, 16 Mar 2021 07:32:44 GMT
1214
+ Tue, 16 Mar 2021 07:32:44 GMT
1099
1215
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.7..@fluentui/react-tooltip_v9.0.0-alpha.8)
1100
1216
 
1101
1217
  ### Patches
@@ -1108,7 +1224,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1108
1224
 
1109
1225
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.7)
1110
1226
 
1111
- Mon, 15 Mar 2021 07:36:20 GMT
1227
+ Mon, 15 Mar 2021 07:36:20 GMT
1112
1228
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.6..@fluentui/react-tooltip_v9.0.0-alpha.7)
1113
1229
 
1114
1230
  ### Changes
@@ -1117,7 +1233,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
1117
1233
 
1118
1234
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.6)
1119
1235
 
1120
- Fri, 12 Mar 2021 20:04:27 GMT
1236
+ Fri, 12 Mar 2021 20:04:27 GMT
1121
1237
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.5..@fluentui/react-tooltip_v9.0.0-alpha.6)
1122
1238
 
1123
1239
  ### Patches
@@ -1130,7 +1246,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1130
1246
 
1131
1247
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.5)
1132
1248
 
1133
- Wed, 10 Mar 2021 07:34:39 GMT
1249
+ Wed, 10 Mar 2021 07:34:39 GMT
1134
1250
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.4..@fluentui/react-tooltip_v9.0.0-alpha.5)
1135
1251
 
1136
1252
  ### Changes
@@ -1139,7 +1255,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1139
1255
 
1140
1256
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.4)
1141
1257
 
1142
- Fri, 05 Mar 2021 20:30:59 GMT
1258
+ Fri, 05 Mar 2021 20:30:59 GMT
1143
1259
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.3..@fluentui/react-tooltip_v9.0.0-alpha.4)
1144
1260
 
1145
1261
  ### Changes
@@ -1148,7 +1264,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1148
1264
 
1149
1265
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.3)
1150
1266
 
1151
- Wed, 03 Mar 2021 00:10:09 GMT
1267
+ Wed, 03 Mar 2021 00:10:09 GMT
1152
1268
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.2..@fluentui/react-tooltip_v9.0.0-alpha.3)
1153
1269
 
1154
1270
  ### Changes
@@ -1157,7 +1273,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1157
1273
 
1158
1274
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.2)
1159
1275
 
1160
- Tue, 02 Mar 2021 07:24:27 GMT
1276
+ Tue, 02 Mar 2021 07:24:27 GMT
1161
1277
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.1..@fluentui/react-tooltip_v9.0.0-alpha.2)
1162
1278
 
1163
1279
  ### Changes