@fluentui/react-tooltip 0.0.0-nightlyfc5cfdc52420220215.1 → 0.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 (51) hide show
  1. package/CHANGELOG.json +589 -17
  2. package/CHANGELOG.md +281 -111
  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 +34 -41
  15. package/lib/components/Tooltip/useTooltip.js.map +1 -1
  16. package/lib/components/Tooltip/useTooltipStyles.js +20 -18
  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 +33 -40
  28. package/lib-commonjs/components/Tooltip/useTooltip.js.map +1 -1
  29. package/lib-commonjs/components/Tooltip/useTooltipStyles.js +21 -19
  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 +20 -25
  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,27 +1,197 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Tue, 15 Feb 2022 04:11:43 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 28 Jun 2022 04:30:41 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightlyfc5cfdc52420220215.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v0.0.0-nightlyfc5cfdc52420220215.1)
7
+ ## [0.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v0.0.0)
8
8
 
9
- Tue, 15 Feb 2022 04:11:43 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.1..@fluentui/react-tooltip_v0.0.0-nightlyfc5cfdc52420220215.1)
9
+ Tue, 28 Jun 2022 04:30:41 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.14..@fluentui/react-tooltip_v0.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 v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
16
+ - Bump @fluentui/react-positioning to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
18
+ - Bump @fluentui/react-theme to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
19
+ - Bump @fluentui/react-utilities to v0.0.0 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) by beachball)
20
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220628-0417.1 ([commit](https://github.com/microsoft/fluentui/commit/3dd54b72d321c3345a21b4175ffe89e7c457c094) 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
+
123
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.7)
124
+
125
+ Mon, 25 Apr 2022 09:32:19 GMT
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)
127
+
128
+ ### Changes
129
+
130
+ - Bump @fluentui/react-portal to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
131
+
132
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.6)
133
+
134
+ Tue, 19 Apr 2022 19:17:03 GMT
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)
136
+
137
+ ### Changes
138
+
139
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
140
+ - Removing star exports. ([PR #22156](https://github.com/microsoft/fluentui/pull/22156) by Humberto.Morimoto@microsoft.com)
141
+ - Add mountNode prop ([PR #22134](https://github.com/microsoft/fluentui/pull/22134) by mgodbolt@microsoft.com)
142
+ - Add static classnames to Tooltip ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
143
+ - Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
144
+ - Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
145
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
146
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
147
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
148
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
149
+
150
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.5)
151
+
152
+ Fri, 04 Mar 2022 05:17:31 GMT
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)
154
+
155
+ ### Changes
156
+
157
+ - 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)
158
+ - Bump @fluentui/react-portal to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
159
+ - Bump @fluentui/react-positioning to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
160
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
161
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
162
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
163
+
164
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.4)
165
+
166
+ Tue, 01 Mar 2022 02:17:40 GMT
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)
168
+
169
+ ### Changes
170
+
171
+ - Bump @fluentui/react-portal to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
172
+ - Bump @fluentui/react-positioning to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
173
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
174
+
175
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.3)
176
+
177
+ Fri, 18 Feb 2022 13:35:36 GMT
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)
11
179
 
12
180
  ### Changes
13
181
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by email not defined)
15
- - Bump @fluentui/react-portal to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
16
- - Bump @fluentui/react-positioning to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
17
- - Bump @fluentui/react-shared-contexts to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
18
- - Bump @fluentui/react-theme to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
19
- - Bump @fluentui/react-utilities to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
20
- - Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
182
+ - Update documentation comments ([PR #21736](https://github.com/microsoft/fluentui/pull/21736) by behowell@microsoft.com)
183
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
184
+ - update trigger implementation to be consistent ([PR #21626](https://github.com/microsoft/fluentui/pull/21626) by olfedias@microsoft.com)
185
+ - Bump @fluentui/react-portal to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
186
+ - Bump @fluentui/react-positioning to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
187
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
188
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
189
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
190
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
21
191
 
22
192
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.1)
23
193
 
24
- Thu, 10 Feb 2022 08:50:30 GMT
194
+ Thu, 10 Feb 2022 08:50:30 GMT
25
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)
26
196
 
27
197
  ### Changes
@@ -53,7 +223,7 @@ Thu, 10 Feb 2022 08:50:30 GMT
53
223
 
54
224
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.5)
55
225
 
56
- Thu, 25 Nov 2021 08:34:17 GMT
226
+ Thu, 25 Nov 2021 08:34:17 GMT
57
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)
58
228
 
59
229
  ### Changes
@@ -71,7 +241,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
71
241
 
72
242
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.4)
73
243
 
74
- Fri, 12 Nov 2021 13:25:09 GMT
244
+ Fri, 12 Nov 2021 13:25:09 GMT
75
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)
76
246
 
77
247
  ### Changes
@@ -91,7 +261,7 @@ Fri, 12 Nov 2021 13:25:09 GMT
91
261
 
92
262
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.3)
93
263
 
94
- Wed, 27 Oct 2021 12:14:23 GMT
264
+ Wed, 27 Oct 2021 12:14:23 GMT
95
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)
96
266
 
97
267
  ### Changes
@@ -110,7 +280,7 @@ Wed, 27 Oct 2021 12:14:23 GMT
110
280
 
111
281
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.2)
112
282
 
113
- Tue, 12 Oct 2021 19:45:58 GMT
283
+ Tue, 12 Oct 2021 19:45:58 GMT
114
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)
115
285
 
116
286
  ### Changes
@@ -119,7 +289,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
119
289
 
120
290
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.1)
121
291
 
122
- Wed, 06 Oct 2021 10:37:22 GMT
292
+ Wed, 06 Oct 2021 10:37:22 GMT
123
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)
124
294
 
125
295
  ### Changes
@@ -137,7 +307,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
137
307
 
138
308
  ## [9.0.0-alpha.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.96)
139
309
 
140
- Tue, 05 Oct 2021 12:47:58 GMT
310
+ Tue, 05 Oct 2021 12:47:58 GMT
141
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)
142
312
 
143
313
  ### Changes
@@ -150,7 +320,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
150
320
 
151
321
  ## [9.0.0-alpha.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.95)
152
322
 
153
- Tue, 05 Oct 2021 09:28:07 GMT
323
+ Tue, 05 Oct 2021 09:28:07 GMT
154
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)
155
325
 
156
326
  ### Changes
@@ -166,7 +336,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
166
336
 
167
337
  ## [9.0.0-alpha.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.94)
168
338
 
169
- Fri, 01 Oct 2021 14:13:08 GMT
339
+ Fri, 01 Oct 2021 14:13:08 GMT
170
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)
171
341
 
172
342
  ### Changes
@@ -184,7 +354,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
184
354
 
185
355
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.92)
186
356
 
187
- Fri, 01 Oct 2021 12:30:46 GMT
357
+ Fri, 01 Oct 2021 12:30:46 GMT
188
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)
189
359
 
190
360
  ### Changes
@@ -193,7 +363,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
193
363
 
194
364
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.91)
195
365
 
196
- Fri, 01 Oct 2021 09:44:56 GMT
366
+ Fri, 01 Oct 2021 09:44:56 GMT
197
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)
198
368
 
199
369
  ### Changes
@@ -202,7 +372,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
202
372
 
203
373
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.90)
204
374
 
205
- Wed, 29 Sep 2021 08:06:11 GMT
375
+ Wed, 29 Sep 2021 08:06:11 GMT
206
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)
207
377
 
208
378
  ### Changes
@@ -218,7 +388,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
218
388
 
219
389
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.89)
220
390
 
221
- Mon, 27 Sep 2021 08:06:00 GMT
391
+ Mon, 27 Sep 2021 08:06:00 GMT
222
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)
223
393
 
224
394
  ### Changes
@@ -234,7 +404,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
234
404
 
235
405
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.88)
236
406
 
237
- Fri, 24 Sep 2021 09:17:17 GMT
407
+ Fri, 24 Sep 2021 09:17:17 GMT
238
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)
239
409
 
240
410
  ### Changes
@@ -249,7 +419,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
249
419
 
250
420
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.87)
251
421
 
252
- Thu, 23 Sep 2021 08:21:34 GMT
422
+ Thu, 23 Sep 2021 08:21:34 GMT
253
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)
254
424
 
255
425
  ### Changes
@@ -265,7 +435,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
265
435
 
266
436
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.86)
267
437
 
268
- Wed, 22 Sep 2021 10:10:07 GMT
438
+ Wed, 22 Sep 2021 10:10:07 GMT
269
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)
270
440
 
271
441
  ### Changes
@@ -280,7 +450,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
280
450
 
281
451
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.85)
282
452
 
283
- Tue, 21 Sep 2021 07:42:34 GMT
453
+ Tue, 21 Sep 2021 07:42:34 GMT
284
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)
285
455
 
286
456
  ### Changes
@@ -297,7 +467,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
297
467
 
298
468
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.84)
299
469
 
300
- Mon, 20 Sep 2021 07:36:26 GMT
470
+ Mon, 20 Sep 2021 07:36:26 GMT
301
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)
302
472
 
303
473
  ### Changes
@@ -306,7 +476,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
306
476
 
307
477
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.83)
308
478
 
309
- Fri, 17 Sep 2021 07:35:26 GMT
479
+ Fri, 17 Sep 2021 07:35:26 GMT
310
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)
311
481
 
312
482
  ### Changes
@@ -316,7 +486,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
316
486
 
317
487
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.82)
318
488
 
319
- Thu, 16 Sep 2021 07:38:39 GMT
489
+ Thu, 16 Sep 2021 07:38:39 GMT
320
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)
321
491
 
322
492
  ### Changes
@@ -325,7 +495,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
325
495
 
326
496
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.81)
327
497
 
328
- Tue, 14 Sep 2021 20:09:02 GMT
498
+ Tue, 14 Sep 2021 20:09:02 GMT
329
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)
330
500
 
331
501
  ### Changes
@@ -334,7 +504,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
334
504
 
335
505
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.80)
336
506
 
337
- Fri, 10 Sep 2021 16:31:53 GMT
507
+ Fri, 10 Sep 2021 16:31:53 GMT
338
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)
339
509
 
340
510
  ### Changes
@@ -344,7 +514,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
344
514
 
345
515
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.79)
346
516
 
347
- Fri, 10 Sep 2021 07:39:51 GMT
517
+ Fri, 10 Sep 2021 07:39:51 GMT
348
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)
349
519
 
350
520
  ### Changes
@@ -353,7 +523,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
353
523
 
354
524
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.78)
355
525
 
356
- Wed, 08 Sep 2021 07:34:11 GMT
526
+ Wed, 08 Sep 2021 07:34:11 GMT
357
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)
358
528
 
359
529
  ### Changes
@@ -362,7 +532,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
362
532
 
363
533
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.77)
364
534
 
365
- Mon, 06 Sep 2021 07:34:53 GMT
535
+ Mon, 06 Sep 2021 07:34:53 GMT
366
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)
367
537
 
368
538
  ### Changes
@@ -371,7 +541,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
371
541
 
372
542
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.76)
373
543
 
374
- Thu, 02 Sep 2021 07:36:46 GMT
544
+ Thu, 02 Sep 2021 07:36:46 GMT
375
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)
376
546
 
377
547
  ### Patches
@@ -384,7 +554,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
384
554
 
385
555
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.75)
386
556
 
387
- Wed, 01 Sep 2021 07:39:56 GMT
557
+ Wed, 01 Sep 2021 07:39:56 GMT
388
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)
389
559
 
390
560
  ### Changes
@@ -393,7 +563,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
393
563
 
394
564
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.74)
395
565
 
396
- Tue, 31 Aug 2021 07:37:47 GMT
566
+ Tue, 31 Aug 2021 07:37:47 GMT
397
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)
398
568
 
399
569
  ### Changes
@@ -402,7 +572,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
402
572
 
403
573
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.73)
404
574
 
405
- Fri, 27 Aug 2021 07:33:32 GMT
575
+ Fri, 27 Aug 2021 07:33:32 GMT
406
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)
407
577
 
408
578
  ### Changes
@@ -411,7 +581,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
411
581
 
412
582
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.72)
413
583
 
414
- Thu, 26 Aug 2021 07:35:43 GMT
584
+ Thu, 26 Aug 2021 07:35:43 GMT
415
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)
416
586
 
417
587
  ### Changes
@@ -420,7 +590,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
420
590
 
421
591
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.71)
422
592
 
423
- Tue, 24 Aug 2021 07:34:48 GMT
593
+ Tue, 24 Aug 2021 07:34:48 GMT
424
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)
425
595
 
426
596
  ### Changes
@@ -429,7 +599,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
429
599
 
430
600
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.70)
431
601
 
432
- Fri, 20 Aug 2021 07:37:28 GMT
602
+ Fri, 20 Aug 2021 07:37:28 GMT
433
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)
434
604
 
435
605
  ### Changes
@@ -438,7 +608,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
438
608
 
439
609
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.69)
440
610
 
441
- Thu, 19 Aug 2021 07:41:35 GMT
611
+ Thu, 19 Aug 2021 07:41:35 GMT
442
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)
443
613
 
444
614
  ### Changes
@@ -447,7 +617,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
447
617
 
448
618
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.68)
449
619
 
450
- Mon, 16 Aug 2021 07:36:39 GMT
620
+ Mon, 16 Aug 2021 07:36:39 GMT
451
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)
452
622
 
453
623
  ### Changes
@@ -456,7 +626,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
456
626
 
457
627
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.67)
458
628
 
459
- Fri, 13 Aug 2021 07:36:34 GMT
629
+ Fri, 13 Aug 2021 07:36:34 GMT
460
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)
461
631
 
462
632
  ### Changes
@@ -465,7 +635,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
465
635
 
466
636
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.66)
467
637
 
468
- Wed, 11 Aug 2021 07:34:54 GMT
638
+ Wed, 11 Aug 2021 07:34:54 GMT
469
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)
470
640
 
471
641
  ### Changes
@@ -474,7 +644,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
474
644
 
475
645
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.65)
476
646
 
477
- Tue, 10 Aug 2021 07:33:28 GMT
647
+ Tue, 10 Aug 2021 07:33:28 GMT
478
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)
479
649
 
480
650
  ### Changes
@@ -483,7 +653,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
483
653
 
484
654
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.64)
485
655
 
486
- Fri, 06 Aug 2021 07:35:14 GMT
656
+ Fri, 06 Aug 2021 07:35:14 GMT
487
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)
488
658
 
489
659
  ### Changes
@@ -492,7 +662,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
492
662
 
493
663
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.63)
494
664
 
495
- Tue, 03 Aug 2021 07:39:30 GMT
665
+ Tue, 03 Aug 2021 07:39:30 GMT
496
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)
497
667
 
498
668
  ### Patches
@@ -507,7 +677,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
507
677
 
508
678
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.62)
509
679
 
510
- Mon, 02 Aug 2021 07:36:20 GMT
680
+ Mon, 02 Aug 2021 07:36:20 GMT
511
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)
512
682
 
513
683
  ### Changes
@@ -516,7 +686,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
516
686
 
517
687
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.61)
518
688
 
519
- Mon, 26 Jul 2021 07:37:30 GMT
689
+ Mon, 26 Jul 2021 07:37:30 GMT
520
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)
521
691
 
522
692
  ### Changes
@@ -525,7 +695,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
525
695
 
526
696
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.60)
527
697
 
528
- Fri, 23 Jul 2021 07:38:19 GMT
698
+ Fri, 23 Jul 2021 07:38:19 GMT
529
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)
530
700
 
531
701
  ### Changes
@@ -535,7 +705,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
535
705
 
536
706
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.59)
537
707
 
538
- Thu, 22 Jul 2021 07:36:55 GMT
708
+ Thu, 22 Jul 2021 07:36:55 GMT
539
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)
540
710
 
541
711
  ### Changes
@@ -544,7 +714,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
544
714
 
545
715
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.58)
546
716
 
547
- Tue, 20 Jul 2021 22:23:17 GMT
717
+ Tue, 20 Jul 2021 22:23:17 GMT
548
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)
549
719
 
550
720
  ### Changes
@@ -553,7 +723,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
553
723
 
554
724
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.57)
555
725
 
556
- Fri, 16 Jul 2021 22:53:17 GMT
726
+ Fri, 16 Jul 2021 22:53:17 GMT
557
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)
558
728
 
559
729
  ### Changes
@@ -562,7 +732,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
562
732
 
563
733
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.56)
564
734
 
565
- Thu, 15 Jul 2021 07:36:18 GMT
735
+ Thu, 15 Jul 2021 07:36:18 GMT
566
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)
567
737
 
568
738
  ### Changes
@@ -571,7 +741,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
571
741
 
572
742
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.55)
573
743
 
574
- Tue, 13 Jul 2021 22:32:58 GMT
744
+ Tue, 13 Jul 2021 22:32:58 GMT
575
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)
576
746
 
577
747
  ### Patches
@@ -584,7 +754,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
584
754
 
585
755
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.54)
586
756
 
587
- Tue, 13 Jul 2021 07:35:36 GMT
757
+ Tue, 13 Jul 2021 07:35:36 GMT
588
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)
589
759
 
590
760
  ### Changes
@@ -593,7 +763,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
593
763
 
594
764
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.53)
595
765
 
596
- Fri, 09 Jul 2021 07:39:31 GMT
766
+ Fri, 09 Jul 2021 07:39:31 GMT
597
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)
598
768
 
599
769
  ### Patches
@@ -608,7 +778,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
608
778
 
609
779
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.52)
610
780
 
611
- Fri, 02 Jul 2021 23:15:55 GMT
781
+ Fri, 02 Jul 2021 23:15:55 GMT
612
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)
613
783
 
614
784
  ### Changes
@@ -617,7 +787,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
617
787
 
618
788
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.51)
619
789
 
620
- Fri, 02 Jul 2021 07:37:06 GMT
790
+ Fri, 02 Jul 2021 07:37:06 GMT
621
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)
622
792
 
623
793
  ### Changes
@@ -626,7 +796,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
626
796
 
627
797
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.50)
628
798
 
629
- Thu, 01 Jul 2021 07:35:05 GMT
799
+ Thu, 01 Jul 2021 07:35:05 GMT
630
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)
631
801
 
632
802
  ### Changes
@@ -635,7 +805,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
635
805
 
636
806
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.49)
637
807
 
638
- Wed, 30 Jun 2021 07:38:35 GMT
808
+ Wed, 30 Jun 2021 07:38:35 GMT
639
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)
640
810
 
641
811
  ### Changes
@@ -644,7 +814,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
644
814
 
645
815
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.48)
646
816
 
647
- Tue, 29 Jun 2021 07:33:32 GMT
817
+ Tue, 29 Jun 2021 07:33:32 GMT
648
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)
649
819
 
650
820
  ### Changes
@@ -653,7 +823,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
653
823
 
654
824
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.47)
655
825
 
656
- Tue, 22 Jun 2021 07:35:11 GMT
826
+ Tue, 22 Jun 2021 07:35:11 GMT
657
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)
658
828
 
659
829
  ### Changes
@@ -662,7 +832,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
662
832
 
663
833
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.46)
664
834
 
665
- Thu, 17 Jun 2021 07:34:11 GMT
835
+ Thu, 17 Jun 2021 07:34:11 GMT
666
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)
667
837
 
668
838
  ### Changes
@@ -671,7 +841,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
671
841
 
672
842
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.45)
673
843
 
674
- Wed, 16 Jun 2021 07:34:24 GMT
844
+ Wed, 16 Jun 2021 07:34:24 GMT
675
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)
676
846
 
677
847
  ### Changes
@@ -680,7 +850,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
680
850
 
681
851
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.44)
682
852
 
683
- Tue, 15 Jun 2021 07:40:20 GMT
853
+ Tue, 15 Jun 2021 07:40:20 GMT
684
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)
685
855
 
686
856
  ### Changes
@@ -689,7 +859,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
689
859
 
690
860
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.43)
691
861
 
692
- Mon, 07 Jun 2021 07:38:15 GMT
862
+ Mon, 07 Jun 2021 07:38:15 GMT
693
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)
694
864
 
695
865
  ### Patches
@@ -704,7 +874,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
704
874
 
705
875
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.42)
706
876
 
707
- Fri, 04 Jun 2021 07:37:23 GMT
877
+ Fri, 04 Jun 2021 07:37:23 GMT
708
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)
709
879
 
710
880
  ### Changes
@@ -713,7 +883,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
713
883
 
714
884
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.41)
715
885
 
716
- Thu, 03 Jun 2021 07:36:03 GMT
886
+ Thu, 03 Jun 2021 07:36:03 GMT
717
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)
718
888
 
719
889
  ### Changes
@@ -722,7 +892,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
722
892
 
723
893
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.40)
724
894
 
725
- Wed, 02 Jun 2021 07:37:15 GMT
895
+ Wed, 02 Jun 2021 07:37:15 GMT
726
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)
727
897
 
728
898
  ### Changes
@@ -731,7 +901,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
731
901
 
732
902
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.39)
733
903
 
734
- Fri, 28 May 2021 07:33:57 GMT
904
+ Fri, 28 May 2021 07:33:57 GMT
735
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)
736
906
 
737
907
  ### Changes
@@ -740,7 +910,7 @@ Fri, 28 May 2021 07:33:57 GMT
740
910
 
741
911
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.38)
742
912
 
743
- Wed, 26 May 2021 07:35:43 GMT
913
+ Wed, 26 May 2021 07:35:43 GMT
744
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)
745
915
 
746
916
  ### Changes
@@ -749,7 +919,7 @@ Wed, 26 May 2021 07:35:43 GMT
749
919
 
750
920
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.37)
751
921
 
752
- Fri, 21 May 2021 07:34:54 GMT
922
+ Fri, 21 May 2021 07:34:54 GMT
753
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)
754
924
 
755
925
  ### Changes
@@ -758,7 +928,7 @@ Fri, 21 May 2021 07:34:54 GMT
758
928
 
759
929
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.36)
760
930
 
761
- Thu, 20 May 2021 07:41:54 GMT
931
+ Thu, 20 May 2021 07:41:54 GMT
762
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)
763
933
 
764
934
  ### Patches
@@ -773,7 +943,7 @@ Thu, 20 May 2021 07:41:54 GMT
773
943
 
774
944
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.35)
775
945
 
776
- Wed, 19 May 2021 07:34:20 GMT
946
+ Wed, 19 May 2021 07:34:20 GMT
777
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)
778
948
 
779
949
  ### Patches
@@ -786,7 +956,7 @@ Wed, 19 May 2021 07:34:20 GMT
786
956
 
787
957
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.34)
788
958
 
789
- Tue, 18 May 2021 07:34:38 GMT
959
+ Tue, 18 May 2021 07:34:38 GMT
790
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)
791
961
 
792
962
  ### Changes
@@ -795,7 +965,7 @@ Tue, 18 May 2021 07:34:38 GMT
795
965
 
796
966
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.33)
797
967
 
798
- Thu, 13 May 2021 07:36:55 GMT
968
+ Thu, 13 May 2021 07:36:55 GMT
799
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)
800
970
 
801
971
  ### Changes
@@ -804,7 +974,7 @@ Thu, 13 May 2021 07:36:55 GMT
804
974
 
805
975
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.32)
806
976
 
807
- Wed, 12 May 2021 07:36:20 GMT
977
+ Wed, 12 May 2021 07:36:20 GMT
808
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)
809
979
 
810
980
  ### Changes
@@ -813,7 +983,7 @@ Wed, 12 May 2021 07:36:20 GMT
813
983
 
814
984
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.31)
815
985
 
816
- Mon, 10 May 2021 07:36:07 GMT
986
+ Mon, 10 May 2021 07:36:07 GMT
817
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)
818
988
 
819
989
  ### Changes
@@ -822,7 +992,7 @@ Mon, 10 May 2021 07:36:07 GMT
822
992
 
823
993
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.30)
824
994
 
825
- Wed, 05 May 2021 07:36:50 GMT
995
+ Wed, 05 May 2021 07:36:50 GMT
826
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)
827
997
 
828
998
  ### Changes
@@ -831,7 +1001,7 @@ Wed, 05 May 2021 07:36:50 GMT
831
1001
 
832
1002
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.29)
833
1003
 
834
- Tue, 04 May 2021 07:36:35 GMT
1004
+ Tue, 04 May 2021 07:36:35 GMT
835
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)
836
1006
 
837
1007
  ### Changes
@@ -840,7 +1010,7 @@ Tue, 04 May 2021 07:36:35 GMT
840
1010
 
841
1011
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.28)
842
1012
 
843
- Mon, 03 May 2021 07:45:19 GMT
1013
+ Mon, 03 May 2021 07:45:19 GMT
844
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)
845
1015
 
846
1016
  ### Changes
@@ -849,7 +1019,7 @@ Mon, 03 May 2021 07:45:19 GMT
849
1019
 
850
1020
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.27)
851
1021
 
852
- Fri, 30 Apr 2021 07:42:23 GMT
1022
+ Fri, 30 Apr 2021 07:42:23 GMT
853
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)
854
1024
 
855
1025
  ### Patches
@@ -866,7 +1036,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
866
1036
 
867
1037
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.26)
868
1038
 
869
- Tue, 27 Apr 2021 07:34:03 GMT
1039
+ Tue, 27 Apr 2021 07:34:03 GMT
870
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)
871
1041
 
872
1042
  ### Changes
@@ -875,7 +1045,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
875
1045
 
876
1046
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.25)
877
1047
 
878
- Mon, 26 Apr 2021 07:34:31 GMT
1048
+ Mon, 26 Apr 2021 07:34:31 GMT
879
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)
880
1050
 
881
1051
  ### Changes
@@ -884,7 +1054,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
884
1054
 
885
1055
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.24)
886
1056
 
887
- Fri, 23 Apr 2021 07:37:10 GMT
1057
+ Fri, 23 Apr 2021 07:37:10 GMT
888
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)
889
1059
 
890
1060
  ### Patches
@@ -899,7 +1069,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
899
1069
 
900
1070
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.23)
901
1071
 
902
- Thu, 22 Apr 2021 07:33:28 GMT
1072
+ Thu, 22 Apr 2021 07:33:28 GMT
903
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)
904
1074
 
905
1075
  ### Changes
@@ -908,7 +1078,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
908
1078
 
909
1079
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.22)
910
1080
 
911
- Wed, 21 Apr 2021 07:31:50 GMT
1081
+ Wed, 21 Apr 2021 07:31:50 GMT
912
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)
913
1083
 
914
1084
  ### Changes
@@ -917,7 +1087,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
917
1087
 
918
1088
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.21)
919
1089
 
920
- Tue, 20 Apr 2021 07:31:35 GMT
1090
+ Tue, 20 Apr 2021 07:31:35 GMT
921
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)
922
1092
 
923
1093
  ### Changes
@@ -926,7 +1096,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
926
1096
 
927
1097
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.20)
928
1098
 
929
- Fri, 16 Apr 2021 18:08:21 GMT
1099
+ Fri, 16 Apr 2021 18:08:21 GMT
930
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)
931
1101
 
932
1102
  ### Changes
@@ -935,7 +1105,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
935
1105
 
936
1106
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.19)
937
1107
 
938
- Fri, 16 Apr 2021 07:32:08 GMT
1108
+ Fri, 16 Apr 2021 07:32:08 GMT
939
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)
940
1110
 
941
1111
  ### Changes
@@ -945,7 +1115,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
945
1115
 
946
1116
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.18)
947
1117
 
948
- Wed, 14 Apr 2021 07:34:12 GMT
1118
+ Wed, 14 Apr 2021 07:34:12 GMT
949
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)
950
1120
 
951
1121
  ### Changes
@@ -954,7 +1124,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
954
1124
 
955
1125
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.17)
956
1126
 
957
- Fri, 09 Apr 2021 07:31:06 GMT
1127
+ Fri, 09 Apr 2021 07:31:06 GMT
958
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)
959
1129
 
960
1130
  ### Changes
@@ -963,7 +1133,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
963
1133
 
964
1134
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.16)
965
1135
 
966
- Thu, 08 Apr 2021 07:33:06 GMT
1136
+ Thu, 08 Apr 2021 07:33:06 GMT
967
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)
968
1138
 
969
1139
  ### Changes
@@ -972,7 +1142,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
972
1142
 
973
1143
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.15)
974
1144
 
975
- Thu, 01 Apr 2021 20:13:37 GMT
1145
+ Thu, 01 Apr 2021 20:13:37 GMT
976
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)
977
1147
 
978
1148
  ### Changes
@@ -981,7 +1151,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
981
1151
 
982
1152
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.14)
983
1153
 
984
- Wed, 31 Mar 2021 00:53:43 GMT
1154
+ Wed, 31 Mar 2021 00:53:43 GMT
985
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)
986
1156
 
987
1157
  ### Patches
@@ -996,7 +1166,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
996
1166
 
997
1167
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.13)
998
1168
 
999
- Tue, 30 Mar 2021 07:34:45 GMT
1169
+ Tue, 30 Mar 2021 07:34:45 GMT
1000
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)
1001
1171
 
1002
1172
  ### Changes
@@ -1005,7 +1175,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
1005
1175
 
1006
1176
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.12)
1007
1177
 
1008
- Fri, 26 Mar 2021 07:32:34 GMT
1178
+ Fri, 26 Mar 2021 07:32:34 GMT
1009
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)
1010
1180
 
1011
1181
  ### Changes
@@ -1014,7 +1184,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1014
1184
 
1015
1185
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.11)
1016
1186
 
1017
- Thu, 25 Mar 2021 07:33:24 GMT
1187
+ Thu, 25 Mar 2021 07:33:24 GMT
1018
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)
1019
1189
 
1020
1190
  ### Changes
@@ -1023,7 +1193,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1023
1193
 
1024
1194
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.10)
1025
1195
 
1026
- Tue, 23 Mar 2021 07:31:43 GMT
1196
+ Tue, 23 Mar 2021 07:31:43 GMT
1027
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)
1028
1198
 
1029
1199
  ### Changes
@@ -1032,7 +1202,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1032
1202
 
1033
1203
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.9)
1034
1204
 
1035
- Thu, 18 Mar 2021 20:15:34 GMT
1205
+ Thu, 18 Mar 2021 20:15:34 GMT
1036
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)
1037
1207
 
1038
1208
  ### Changes
@@ -1041,7 +1211,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1041
1211
 
1042
1212
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.8)
1043
1213
 
1044
- Tue, 16 Mar 2021 07:32:44 GMT
1214
+ Tue, 16 Mar 2021 07:32:44 GMT
1045
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)
1046
1216
 
1047
1217
  ### Patches
@@ -1054,7 +1224,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1054
1224
 
1055
1225
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.7)
1056
1226
 
1057
- Mon, 15 Mar 2021 07:36:20 GMT
1227
+ Mon, 15 Mar 2021 07:36:20 GMT
1058
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)
1059
1229
 
1060
1230
  ### Changes
@@ -1063,7 +1233,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
1063
1233
 
1064
1234
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.6)
1065
1235
 
1066
- Fri, 12 Mar 2021 20:04:27 GMT
1236
+ Fri, 12 Mar 2021 20:04:27 GMT
1067
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)
1068
1238
 
1069
1239
  ### Patches
@@ -1076,7 +1246,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1076
1246
 
1077
1247
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.5)
1078
1248
 
1079
- Wed, 10 Mar 2021 07:34:39 GMT
1249
+ Wed, 10 Mar 2021 07:34:39 GMT
1080
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)
1081
1251
 
1082
1252
  ### Changes
@@ -1085,7 +1255,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1085
1255
 
1086
1256
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.4)
1087
1257
 
1088
- Fri, 05 Mar 2021 20:30:59 GMT
1258
+ Fri, 05 Mar 2021 20:30:59 GMT
1089
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)
1090
1260
 
1091
1261
  ### Changes
@@ -1094,7 +1264,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1094
1264
 
1095
1265
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.3)
1096
1266
 
1097
- Wed, 03 Mar 2021 00:10:09 GMT
1267
+ Wed, 03 Mar 2021 00:10:09 GMT
1098
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)
1099
1269
 
1100
1270
  ### Changes
@@ -1103,7 +1273,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1103
1273
 
1104
1274
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.2)
1105
1275
 
1106
- Tue, 02 Mar 2021 07:24:27 GMT
1276
+ Tue, 02 Mar 2021 07:24:27 GMT
1107
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)
1108
1278
 
1109
1279
  ### Changes