@fluentui/react-tooltip 9.0.0-nightly.d730088d7f.0 → 9.0.0-rc.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/CHANGELOG.json +762 -25
  2. package/CHANGELOG.md +295 -111
  3. package/MIGRATION.md +51 -43
  4. package/Spec.md +201 -337
  5. package/dist/index.d.ts +157 -0
  6. package/{lib → dist}/tsdoc-metadata.json +0 -0
  7. package/lib/Tooltip.js.map +1 -1
  8. package/lib/components/Tooltip/Tooltip.js +9 -9
  9. package/lib/components/Tooltip/Tooltip.js.map +1 -1
  10. package/lib/components/Tooltip/Tooltip.types.js.map +1 -1
  11. package/lib/components/Tooltip/index.js +1 -1
  12. package/lib/components/Tooltip/index.js.map +1 -1
  13. package/lib/components/Tooltip/private/constants.js +14 -0
  14. package/lib/components/Tooltip/private/constants.js.map +1 -0
  15. package/lib/components/Tooltip/renderTooltip.js +10 -8
  16. package/lib/components/Tooltip/renderTooltip.js.map +1 -1
  17. package/lib/components/Tooltip/useTooltip.js +98 -127
  18. package/lib/components/Tooltip/useTooltip.js.map +1 -1
  19. package/lib/components/Tooltip/useTooltipStyles.js +59 -23
  20. package/lib/components/Tooltip/useTooltipStyles.js.map +1 -1
  21. package/lib/index.js +2 -1
  22. package/lib/index.js.map +1 -1
  23. package/lib-commonjs/Tooltip.js +1 -1
  24. package/lib-commonjs/Tooltip.js.map +1 -1
  25. package/lib-commonjs/components/Tooltip/Tooltip.js +11 -10
  26. package/lib-commonjs/components/Tooltip/Tooltip.js.map +1 -1
  27. package/lib-commonjs/components/Tooltip/Tooltip.types.js.map +1 -1
  28. package/lib-commonjs/components/Tooltip/index.js +2 -10
  29. package/lib-commonjs/components/Tooltip/index.js.map +1 -1
  30. package/lib-commonjs/components/Tooltip/private/constants.js +21 -0
  31. package/lib-commonjs/components/Tooltip/private/constants.js.map +1 -0
  32. package/lib-commonjs/components/Tooltip/renderTooltip.js +15 -14
  33. package/lib-commonjs/components/Tooltip/renderTooltip.js.map +1 -1
  34. package/lib-commonjs/components/Tooltip/useTooltip.js +106 -135
  35. package/lib-commonjs/components/Tooltip/useTooltip.js.map +1 -1
  36. package/lib-commonjs/components/Tooltip/useTooltipStyles.js +65 -26
  37. package/lib-commonjs/components/Tooltip/useTooltipStyles.js.map +1 -1
  38. package/lib-commonjs/index.js +39 -2
  39. package/lib-commonjs/index.js.map +1 -1
  40. package/package.json +21 -26
  41. package/dist/react-tooltip.d.ts +0 -162
  42. package/lib/Tooltip.d.ts +0 -1
  43. package/lib/common/isConformant.d.ts +0 -4
  44. package/lib/common/isConformant.js +0 -11
  45. package/lib/common/isConformant.js.map +0 -1
  46. package/lib/components/Tooltip/Tooltip.d.ts +0 -6
  47. package/lib/components/Tooltip/Tooltip.types.d.ts +0 -124
  48. package/lib/components/Tooltip/index.d.ts +0 -5
  49. package/lib/components/Tooltip/renderTooltip.d.ts +0 -5
  50. package/lib/components/Tooltip/useTooltip.d.ts +0 -13
  51. package/lib/components/Tooltip/useTooltipStyles.d.ts +0 -5
  52. package/lib/index.d.ts +0 -1
  53. package/lib-commonjs/Tooltip.d.ts +0 -1
  54. package/lib-commonjs/common/isConformant.d.ts +0 -4
  55. package/lib-commonjs/common/isConformant.js +0 -22
  56. package/lib-commonjs/common/isConformant.js.map +0 -1
  57. package/lib-commonjs/components/Tooltip/Tooltip.d.ts +0 -6
  58. package/lib-commonjs/components/Tooltip/Tooltip.types.d.ts +0 -124
  59. package/lib-commonjs/components/Tooltip/index.d.ts +0 -5
  60. package/lib-commonjs/components/Tooltip/renderTooltip.d.ts +0 -5
  61. package/lib-commonjs/components/Tooltip/useTooltip.d.ts +0 -13
  62. package/lib-commonjs/components/Tooltip/useTooltipStyles.d.ts +0 -5
  63. package/lib-commonjs/index.d.ts +0 -1
package/CHANGELOG.md CHANGED
@@ -1,31 +1,215 @@
1
1
  # Change Log - @fluentui/react-tooltip
2
2
 
3
- This log was last generated on Wed, 20 Oct 2021 09:19:30 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 12:10:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.d730088d7f.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-nightly.d730088d7f.0)
7
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.10)
8
8
 
9
- Wed, 20 Oct 2021 09:19:30 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.2..@fluentui/react-tooltip_v9.0.0-nightly.d730088d7f.0)
9
+ Mon, 23 May 2022 12:10:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.9..@fluentui/react-tooltip_v9.0.0-rc.10)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by email not defined)
15
- - added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by peter@draxler.ml)
16
- - Bump @fluentui/react-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
17
- - Bump @fluentui/react-portal to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
18
- - Bump @fluentui/react-positioning to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
19
- - Bump @fluentui/react-shared-contexts to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
20
- - Bump @fluentui/react-theme to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
21
- - Bump @fluentui/react-utilities to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
22
- - Bump @fluentui/babel-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
23
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
24
- - Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
14
+ - Removing TooltipCommons type. ([PR #22953](https://github.com/microsoft/fluentui/pull/22953) by Humberto.Morimoto@microsoft.com)
15
+ - feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
16
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
17
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
18
+ - Bump @fluentui/react-portal to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
19
+ - Bump @fluentui/react-positioning to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
20
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
21
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
22
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
23
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
24
+
25
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.9)
26
+
27
+ Thu, 05 May 2022 18:26:30 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.8..@fluentui/react-tooltip_v9.0.0-rc.9)
29
+
30
+ ### Changes
31
+
32
+ - Bump @fluentui/react-portal to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
33
+ - Bump @fluentui/react-positioning to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
34
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
35
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
36
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
37
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
38
+
39
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.8)
40
+
41
+ Wed, 04 May 2022 13:26:36 GMT
42
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.7..@fluentui/react-tooltip_v9.0.0-rc.8)
43
+
44
+ ### Changes
45
+
46
+ - Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
47
+ - Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
48
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
49
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
50
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
51
+
52
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.7)
53
+
54
+ Mon, 25 Apr 2022 09:32:19 GMT
55
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.6..@fluentui/react-tooltip_v9.0.0-rc.7)
56
+
57
+ ### Changes
58
+
59
+ - Bump @fluentui/react-portal to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
60
+
61
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.6)
62
+
63
+ Tue, 19 Apr 2022 19:17:03 GMT
64
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.5..@fluentui/react-tooltip_v9.0.0-rc.6)
65
+
66
+ ### Changes
67
+
68
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
69
+ - Removing star exports. ([PR #22156](https://github.com/microsoft/fluentui/pull/22156) by Humberto.Morimoto@microsoft.com)
70
+ - Add mountNode prop ([PR #22134](https://github.com/microsoft/fluentui/pull/22134) by mgodbolt@microsoft.com)
71
+ - Add static classnames to Tooltip ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
72
+ - Bump @fluentui/react-portal to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
73
+ - Bump @fluentui/react-positioning to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
74
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
75
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
76
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
77
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
78
+
79
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.5)
80
+
81
+ Fri, 04 Mar 2022 05:17:31 GMT
82
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.4..@fluentui/react-tooltip_v9.0.0-rc.5)
83
+
84
+ ### Changes
85
+
86
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
87
+ - Bump @fluentui/react-portal to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
88
+ - Bump @fluentui/react-positioning to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
89
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
90
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
91
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
92
+
93
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.4)
94
+
95
+ Tue, 01 Mar 2022 02:17:40 GMT
96
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.3..@fluentui/react-tooltip_v9.0.0-rc.4)
97
+
98
+ ### Changes
99
+
100
+ - Bump @fluentui/react-portal to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
101
+ - Bump @fluentui/react-positioning to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
102
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
103
+
104
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.3)
105
+
106
+ Fri, 18 Feb 2022 13:35:36 GMT
107
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.1..@fluentui/react-tooltip_v9.0.0-rc.3)
108
+
109
+ ### Changes
110
+
111
+ - Update documentation comments ([PR #21736](https://github.com/microsoft/fluentui/pull/21736) by behowell@microsoft.com)
112
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
113
+ - update trigger implementation to be consistent ([PR #21626](https://github.com/microsoft/fluentui/pull/21626) by olfedias@microsoft.com)
114
+ - Bump @fluentui/react-portal to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
115
+ - Bump @fluentui/react-positioning to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
116
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
117
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
118
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
119
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
120
+
121
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.1)
122
+
123
+ Thu, 10 Feb 2022 08:50:30 GMT
124
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.5..@fluentui/react-tooltip_v9.0.0-rc.1)
125
+
126
+ ### Changes
127
+
128
+ - BREAKING: implement `content` slot ([PR #21470](https://github.com/microsoft/fluentui/pull/21470) by olfedias@microsoft.com)
129
+ - Replace make-styles packages with griffel equivalents. ([PR #21422](https://github.com/microsoft/fluentui/pull/21422) by olfedias@microsoft.com)
130
+ - Replace `triggerAriaAttribute` prop with `relationship` and make it required with no default ([PR #21331](https://github.com/microsoft/fluentui/pull/21331) by behowell@microsoft.com)
131
+ - Update MenuTrigger and Tooltip to work together ([PR #21495](https://github.com/microsoft/fluentui/pull/21495) by behowell@microsoft.com)
132
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
133
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
134
+ - Move arrowHeight and tooltipBorderRadius into a shared constants.ts file ([PR #21204](https://github.com/microsoft/fluentui/pull/21204) by behowell@microsoft.com)
135
+ - Prevent Tooltip from overriding any aria-label, etc. props on its child ([PR #21532](https://github.com/microsoft/fluentui/pull/21532) by behowell@microsoft.com)
136
+ - Replacing use of functions in makeStyles with direct use of tokens. ([PR #21058](https://github.com/microsoft/fluentui/pull/21058) by Humberto.Morimoto@microsoft.com)
137
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
138
+ - update styles to not use CSS shorthands ([PR #20795](https://github.com/microsoft/fluentui/pull/20795) by olfedias@microsoft.com)
139
+ - BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
140
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
141
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
142
+ - Update documentation stories ([PR #21298](https://github.com/microsoft/fluentui/pull/21298) by behowell@microsoft.com)
143
+ - update types related to trigger (allow only React.ReactElement & null) ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
144
+ - Fix tooltip arrow rendering, and add high contrast border around Tooltip ([PR #21086](https://github.com/microsoft/fluentui/pull/21086) by behowell@microsoft.com)
145
+ - Remove Tooltip's inverted prop in favor of the appearance prop ([PR #21327](https://github.com/microsoft/fluentui/pull/21327) by behowell@microsoft.com)
146
+ - Bump @fluentui/react-portal to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
147
+ - Bump @fluentui/react-positioning to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
148
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
149
+ - Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
150
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
151
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
152
+
153
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.5)
154
+
155
+ Thu, 25 Nov 2021 08:34:17 GMT
156
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.4..@fluentui/react-tooltip_v9.0.0-beta.5)
157
+
158
+ ### Changes
159
+
160
+ - Add transparent outline to arrow for HC ([PR #20541](https://github.com/microsoft/fluentui/pull/20541) by lingfangao@hotmail.com)
161
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
162
+ - Bump @fluentui/react-portal to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
163
+ - Bump @fluentui/react-positioning to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
164
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
165
+ - Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
166
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
167
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
168
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
169
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
170
+
171
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.4)
172
+
173
+ Fri, 12 Nov 2021 13:25:09 GMT
174
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.3..@fluentui/react-tooltip_v9.0.0-beta.4)
175
+
176
+ ### Changes
177
+
178
+ - Updated stories to support codesandbox ([PR #20373](https://github.com/microsoft/fluentui/pull/20373) by gcox@microsoft.com)
179
+ - export static classes for components ([PR #20455](https://github.com/microsoft/fluentui/pull/20455) by olfedias@microsoft.com)
180
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
181
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
182
+ - Bump @fluentui/react-portal to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
183
+ - Bump @fluentui/react-positioning to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
184
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
185
+ - Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
186
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
187
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
188
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
189
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
190
+
191
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.3)
192
+
193
+ Wed, 27 Oct 2021 12:14:23 GMT
194
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.2..@fluentui/react-tooltip_v9.0.0-beta.3)
195
+
196
+ ### Changes
197
+
198
+ - Removed duplicate 'Tooltip' from story names ([PR #20271](https://github.com/microsoft/fluentui/pull/20271) by gcox@microsoft.com)
199
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
200
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
201
+ - Bump @fluentui/react-portal to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
202
+ - Bump @fluentui/react-positioning to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
203
+ - Bump @fluentui/react-shared-contexts to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
204
+ - Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
205
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
206
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
207
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
208
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
25
209
 
26
210
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.2)
27
211
 
28
- Tue, 12 Oct 2021 19:45:58 GMT
212
+ Tue, 12 Oct 2021 19:45:58 GMT
29
213
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.1..@fluentui/react-tooltip_v9.0.0-beta.2)
30
214
 
31
215
  ### Changes
@@ -34,7 +218,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
34
218
 
35
219
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.1)
36
220
 
37
- Wed, 06 Oct 2021 10:37:22 GMT
221
+ Wed, 06 Oct 2021 10:37:22 GMT
38
222
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.96..@fluentui/react-tooltip_v9.0.0-beta.1)
39
223
 
40
224
  ### Changes
@@ -52,7 +236,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
52
236
 
53
237
  ## [9.0.0-alpha.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.96)
54
238
 
55
- Tue, 05 Oct 2021 12:47:58 GMT
239
+ Tue, 05 Oct 2021 12:47:58 GMT
56
240
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.95..@fluentui/react-tooltip_v9.0.0-alpha.96)
57
241
 
58
242
  ### Changes
@@ -65,7 +249,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
65
249
 
66
250
  ## [9.0.0-alpha.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.95)
67
251
 
68
- Tue, 05 Oct 2021 09:28:07 GMT
252
+ Tue, 05 Oct 2021 09:28:07 GMT
69
253
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.94..@fluentui/react-tooltip_v9.0.0-alpha.95)
70
254
 
71
255
  ### Changes
@@ -81,7 +265,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
81
265
 
82
266
  ## [9.0.0-alpha.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.94)
83
267
 
84
- Fri, 01 Oct 2021 14:13:08 GMT
268
+ Fri, 01 Oct 2021 14:13:08 GMT
85
269
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.92..@fluentui/react-tooltip_v9.0.0-alpha.94)
86
270
 
87
271
  ### Changes
@@ -99,7 +283,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
99
283
 
100
284
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.92)
101
285
 
102
- Fri, 01 Oct 2021 12:30:46 GMT
286
+ Fri, 01 Oct 2021 12:30:46 GMT
103
287
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.91..@fluentui/react-tooltip_v9.0.0-alpha.92)
104
288
 
105
289
  ### Changes
@@ -108,7 +292,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
108
292
 
109
293
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.91)
110
294
 
111
- Fri, 01 Oct 2021 09:44:56 GMT
295
+ Fri, 01 Oct 2021 09:44:56 GMT
112
296
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.90..@fluentui/react-tooltip_v9.0.0-alpha.91)
113
297
 
114
298
  ### Changes
@@ -117,7 +301,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
117
301
 
118
302
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.90)
119
303
 
120
- Wed, 29 Sep 2021 08:06:11 GMT
304
+ Wed, 29 Sep 2021 08:06:11 GMT
121
305
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.89..@fluentui/react-tooltip_v9.0.0-alpha.90)
122
306
 
123
307
  ### Changes
@@ -133,7 +317,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
133
317
 
134
318
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.89)
135
319
 
136
- Mon, 27 Sep 2021 08:06:00 GMT
320
+ Mon, 27 Sep 2021 08:06:00 GMT
137
321
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.88..@fluentui/react-tooltip_v9.0.0-alpha.89)
138
322
 
139
323
  ### Changes
@@ -149,7 +333,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
149
333
 
150
334
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.88)
151
335
 
152
- Fri, 24 Sep 2021 09:17:17 GMT
336
+ Fri, 24 Sep 2021 09:17:17 GMT
153
337
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.87..@fluentui/react-tooltip_v9.0.0-alpha.88)
154
338
 
155
339
  ### Changes
@@ -164,7 +348,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
164
348
 
165
349
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.87)
166
350
 
167
- Thu, 23 Sep 2021 08:21:34 GMT
351
+ Thu, 23 Sep 2021 08:21:34 GMT
168
352
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.86..@fluentui/react-tooltip_v9.0.0-alpha.87)
169
353
 
170
354
  ### Changes
@@ -180,7 +364,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
180
364
 
181
365
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.86)
182
366
 
183
- Wed, 22 Sep 2021 10:10:07 GMT
367
+ Wed, 22 Sep 2021 10:10:07 GMT
184
368
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.85..@fluentui/react-tooltip_v9.0.0-alpha.86)
185
369
 
186
370
  ### Changes
@@ -195,7 +379,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
195
379
 
196
380
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.85)
197
381
 
198
- Tue, 21 Sep 2021 07:42:34 GMT
382
+ Tue, 21 Sep 2021 07:42:34 GMT
199
383
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.84..@fluentui/react-tooltip_v9.0.0-alpha.85)
200
384
 
201
385
  ### Changes
@@ -212,7 +396,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
212
396
 
213
397
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.84)
214
398
 
215
- Mon, 20 Sep 2021 07:36:26 GMT
399
+ Mon, 20 Sep 2021 07:36:26 GMT
216
400
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.83..@fluentui/react-tooltip_v9.0.0-alpha.84)
217
401
 
218
402
  ### Changes
@@ -221,7 +405,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
221
405
 
222
406
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.83)
223
407
 
224
- Fri, 17 Sep 2021 07:35:26 GMT
408
+ Fri, 17 Sep 2021 07:35:26 GMT
225
409
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.82..@fluentui/react-tooltip_v9.0.0-alpha.83)
226
410
 
227
411
  ### Changes
@@ -231,7 +415,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
231
415
 
232
416
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.82)
233
417
 
234
- Thu, 16 Sep 2021 07:38:39 GMT
418
+ Thu, 16 Sep 2021 07:38:39 GMT
235
419
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.81..@fluentui/react-tooltip_v9.0.0-alpha.82)
236
420
 
237
421
  ### Changes
@@ -240,7 +424,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
240
424
 
241
425
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.81)
242
426
 
243
- Tue, 14 Sep 2021 20:09:02 GMT
427
+ Tue, 14 Sep 2021 20:09:02 GMT
244
428
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.80..@fluentui/react-tooltip_v9.0.0-alpha.81)
245
429
 
246
430
  ### Changes
@@ -249,7 +433,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
249
433
 
250
434
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.80)
251
435
 
252
- Fri, 10 Sep 2021 16:31:53 GMT
436
+ Fri, 10 Sep 2021 16:31:53 GMT
253
437
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.79..@fluentui/react-tooltip_v9.0.0-alpha.80)
254
438
 
255
439
  ### Changes
@@ -259,7 +443,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
259
443
 
260
444
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.79)
261
445
 
262
- Fri, 10 Sep 2021 07:39:51 GMT
446
+ Fri, 10 Sep 2021 07:39:51 GMT
263
447
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.78..@fluentui/react-tooltip_v9.0.0-alpha.79)
264
448
 
265
449
  ### Changes
@@ -268,7 +452,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
268
452
 
269
453
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.78)
270
454
 
271
- Wed, 08 Sep 2021 07:34:11 GMT
455
+ Wed, 08 Sep 2021 07:34:11 GMT
272
456
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.77..@fluentui/react-tooltip_v9.0.0-alpha.78)
273
457
 
274
458
  ### Changes
@@ -277,7 +461,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
277
461
 
278
462
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.77)
279
463
 
280
- Mon, 06 Sep 2021 07:34:53 GMT
464
+ Mon, 06 Sep 2021 07:34:53 GMT
281
465
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.76..@fluentui/react-tooltip_v9.0.0-alpha.77)
282
466
 
283
467
  ### Changes
@@ -286,7 +470,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
286
470
 
287
471
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.76)
288
472
 
289
- Thu, 02 Sep 2021 07:36:46 GMT
473
+ Thu, 02 Sep 2021 07:36:46 GMT
290
474
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.75..@fluentui/react-tooltip_v9.0.0-alpha.76)
291
475
 
292
476
  ### Patches
@@ -299,7 +483,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
299
483
 
300
484
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.75)
301
485
 
302
- Wed, 01 Sep 2021 07:39:56 GMT
486
+ Wed, 01 Sep 2021 07:39:56 GMT
303
487
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.74..@fluentui/react-tooltip_v9.0.0-alpha.75)
304
488
 
305
489
  ### Changes
@@ -308,7 +492,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
308
492
 
309
493
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.74)
310
494
 
311
- Tue, 31 Aug 2021 07:37:47 GMT
495
+ Tue, 31 Aug 2021 07:37:47 GMT
312
496
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.73..@fluentui/react-tooltip_v9.0.0-alpha.74)
313
497
 
314
498
  ### Changes
@@ -317,7 +501,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
317
501
 
318
502
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.73)
319
503
 
320
- Fri, 27 Aug 2021 07:33:32 GMT
504
+ Fri, 27 Aug 2021 07:33:32 GMT
321
505
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.72..@fluentui/react-tooltip_v9.0.0-alpha.73)
322
506
 
323
507
  ### Changes
@@ -326,7 +510,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
326
510
 
327
511
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.72)
328
512
 
329
- Thu, 26 Aug 2021 07:35:43 GMT
513
+ Thu, 26 Aug 2021 07:35:43 GMT
330
514
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.71..@fluentui/react-tooltip_v9.0.0-alpha.72)
331
515
 
332
516
  ### Changes
@@ -335,7 +519,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
335
519
 
336
520
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.71)
337
521
 
338
- Tue, 24 Aug 2021 07:34:48 GMT
522
+ Tue, 24 Aug 2021 07:34:48 GMT
339
523
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.70..@fluentui/react-tooltip_v9.0.0-alpha.71)
340
524
 
341
525
  ### Changes
@@ -344,7 +528,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
344
528
 
345
529
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.70)
346
530
 
347
- Fri, 20 Aug 2021 07:37:28 GMT
531
+ Fri, 20 Aug 2021 07:37:28 GMT
348
532
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.69..@fluentui/react-tooltip_v9.0.0-alpha.70)
349
533
 
350
534
  ### Changes
@@ -353,7 +537,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
353
537
 
354
538
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.69)
355
539
 
356
- Thu, 19 Aug 2021 07:41:35 GMT
540
+ Thu, 19 Aug 2021 07:41:35 GMT
357
541
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.68..@fluentui/react-tooltip_v9.0.0-alpha.69)
358
542
 
359
543
  ### Changes
@@ -362,7 +546,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
362
546
 
363
547
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.68)
364
548
 
365
- Mon, 16 Aug 2021 07:36:39 GMT
549
+ Mon, 16 Aug 2021 07:36:39 GMT
366
550
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.67..@fluentui/react-tooltip_v9.0.0-alpha.68)
367
551
 
368
552
  ### Changes
@@ -371,7 +555,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
371
555
 
372
556
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.67)
373
557
 
374
- Fri, 13 Aug 2021 07:36:34 GMT
558
+ Fri, 13 Aug 2021 07:36:34 GMT
375
559
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.66..@fluentui/react-tooltip_v9.0.0-alpha.67)
376
560
 
377
561
  ### Changes
@@ -380,7 +564,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
380
564
 
381
565
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.66)
382
566
 
383
- Wed, 11 Aug 2021 07:34:54 GMT
567
+ Wed, 11 Aug 2021 07:34:54 GMT
384
568
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.65..@fluentui/react-tooltip_v9.0.0-alpha.66)
385
569
 
386
570
  ### Changes
@@ -389,7 +573,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
389
573
 
390
574
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.65)
391
575
 
392
- Tue, 10 Aug 2021 07:33:28 GMT
576
+ Tue, 10 Aug 2021 07:33:28 GMT
393
577
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.64..@fluentui/react-tooltip_v9.0.0-alpha.65)
394
578
 
395
579
  ### Changes
@@ -398,7 +582,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
398
582
 
399
583
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.64)
400
584
 
401
- Fri, 06 Aug 2021 07:35:14 GMT
585
+ Fri, 06 Aug 2021 07:35:14 GMT
402
586
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.63..@fluentui/react-tooltip_v9.0.0-alpha.64)
403
587
 
404
588
  ### Changes
@@ -407,7 +591,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
407
591
 
408
592
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.63)
409
593
 
410
- Tue, 03 Aug 2021 07:39:30 GMT
594
+ Tue, 03 Aug 2021 07:39:30 GMT
411
595
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.62..@fluentui/react-tooltip_v9.0.0-alpha.63)
412
596
 
413
597
  ### Patches
@@ -422,7 +606,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
422
606
 
423
607
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.62)
424
608
 
425
- Mon, 02 Aug 2021 07:36:20 GMT
609
+ Mon, 02 Aug 2021 07:36:20 GMT
426
610
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.61..@fluentui/react-tooltip_v9.0.0-alpha.62)
427
611
 
428
612
  ### Changes
@@ -431,7 +615,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
431
615
 
432
616
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.61)
433
617
 
434
- Mon, 26 Jul 2021 07:37:30 GMT
618
+ Mon, 26 Jul 2021 07:37:30 GMT
435
619
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.60..@fluentui/react-tooltip_v9.0.0-alpha.61)
436
620
 
437
621
  ### Changes
@@ -440,7 +624,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
440
624
 
441
625
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.60)
442
626
 
443
- Fri, 23 Jul 2021 07:38:19 GMT
627
+ Fri, 23 Jul 2021 07:38:19 GMT
444
628
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.59..@fluentui/react-tooltip_v9.0.0-alpha.60)
445
629
 
446
630
  ### Changes
@@ -450,7 +634,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
450
634
 
451
635
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.59)
452
636
 
453
- Thu, 22 Jul 2021 07:36:55 GMT
637
+ Thu, 22 Jul 2021 07:36:55 GMT
454
638
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.58..@fluentui/react-tooltip_v9.0.0-alpha.59)
455
639
 
456
640
  ### Changes
@@ -459,7 +643,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
459
643
 
460
644
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.58)
461
645
 
462
- Tue, 20 Jul 2021 22:23:17 GMT
646
+ Tue, 20 Jul 2021 22:23:17 GMT
463
647
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.57..@fluentui/react-tooltip_v9.0.0-alpha.58)
464
648
 
465
649
  ### Changes
@@ -468,7 +652,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
468
652
 
469
653
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.57)
470
654
 
471
- Fri, 16 Jul 2021 22:53:17 GMT
655
+ Fri, 16 Jul 2021 22:53:17 GMT
472
656
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.56..@fluentui/react-tooltip_v9.0.0-alpha.57)
473
657
 
474
658
  ### Changes
@@ -477,7 +661,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
477
661
 
478
662
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.56)
479
663
 
480
- Thu, 15 Jul 2021 07:36:18 GMT
664
+ Thu, 15 Jul 2021 07:36:18 GMT
481
665
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.55..@fluentui/react-tooltip_v9.0.0-alpha.56)
482
666
 
483
667
  ### Changes
@@ -486,7 +670,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
486
670
 
487
671
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.55)
488
672
 
489
- Tue, 13 Jul 2021 22:32:58 GMT
673
+ Tue, 13 Jul 2021 22:32:58 GMT
490
674
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.54..@fluentui/react-tooltip_v9.0.0-alpha.55)
491
675
 
492
676
  ### Patches
@@ -499,7 +683,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
499
683
 
500
684
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.54)
501
685
 
502
- Tue, 13 Jul 2021 07:35:36 GMT
686
+ Tue, 13 Jul 2021 07:35:36 GMT
503
687
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.53..@fluentui/react-tooltip_v9.0.0-alpha.54)
504
688
 
505
689
  ### Changes
@@ -508,7 +692,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
508
692
 
509
693
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.53)
510
694
 
511
- Fri, 09 Jul 2021 07:39:31 GMT
695
+ Fri, 09 Jul 2021 07:39:31 GMT
512
696
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.52..@fluentui/react-tooltip_v9.0.0-alpha.53)
513
697
 
514
698
  ### Patches
@@ -523,7 +707,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
523
707
 
524
708
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.52)
525
709
 
526
- Fri, 02 Jul 2021 23:15:55 GMT
710
+ Fri, 02 Jul 2021 23:15:55 GMT
527
711
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.51..@fluentui/react-tooltip_v9.0.0-alpha.52)
528
712
 
529
713
  ### Changes
@@ -532,7 +716,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
532
716
 
533
717
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.51)
534
718
 
535
- Fri, 02 Jul 2021 07:37:06 GMT
719
+ Fri, 02 Jul 2021 07:37:06 GMT
536
720
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.50..@fluentui/react-tooltip_v9.0.0-alpha.51)
537
721
 
538
722
  ### Changes
@@ -541,7 +725,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
541
725
 
542
726
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.50)
543
727
 
544
- Thu, 01 Jul 2021 07:35:05 GMT
728
+ Thu, 01 Jul 2021 07:35:05 GMT
545
729
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.49..@fluentui/react-tooltip_v9.0.0-alpha.50)
546
730
 
547
731
  ### Changes
@@ -550,7 +734,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
550
734
 
551
735
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.49)
552
736
 
553
- Wed, 30 Jun 2021 07:38:35 GMT
737
+ Wed, 30 Jun 2021 07:38:35 GMT
554
738
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.48..@fluentui/react-tooltip_v9.0.0-alpha.49)
555
739
 
556
740
  ### Changes
@@ -559,7 +743,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
559
743
 
560
744
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.48)
561
745
 
562
- Tue, 29 Jun 2021 07:33:32 GMT
746
+ Tue, 29 Jun 2021 07:33:32 GMT
563
747
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.47..@fluentui/react-tooltip_v9.0.0-alpha.48)
564
748
 
565
749
  ### Changes
@@ -568,7 +752,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
568
752
 
569
753
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.47)
570
754
 
571
- Tue, 22 Jun 2021 07:35:11 GMT
755
+ Tue, 22 Jun 2021 07:35:11 GMT
572
756
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.46..@fluentui/react-tooltip_v9.0.0-alpha.47)
573
757
 
574
758
  ### Changes
@@ -577,7 +761,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
577
761
 
578
762
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.46)
579
763
 
580
- Thu, 17 Jun 2021 07:34:11 GMT
764
+ Thu, 17 Jun 2021 07:34:11 GMT
581
765
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.45..@fluentui/react-tooltip_v9.0.0-alpha.46)
582
766
 
583
767
  ### Changes
@@ -586,7 +770,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
586
770
 
587
771
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.45)
588
772
 
589
- Wed, 16 Jun 2021 07:34:24 GMT
773
+ Wed, 16 Jun 2021 07:34:24 GMT
590
774
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.44..@fluentui/react-tooltip_v9.0.0-alpha.45)
591
775
 
592
776
  ### Changes
@@ -595,7 +779,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
595
779
 
596
780
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.44)
597
781
 
598
- Tue, 15 Jun 2021 07:40:20 GMT
782
+ Tue, 15 Jun 2021 07:40:20 GMT
599
783
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.43..@fluentui/react-tooltip_v9.0.0-alpha.44)
600
784
 
601
785
  ### Changes
@@ -604,7 +788,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
604
788
 
605
789
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.43)
606
790
 
607
- Mon, 07 Jun 2021 07:38:15 GMT
791
+ Mon, 07 Jun 2021 07:38:15 GMT
608
792
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.42..@fluentui/react-tooltip_v9.0.0-alpha.43)
609
793
 
610
794
  ### Patches
@@ -619,7 +803,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
619
803
 
620
804
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.42)
621
805
 
622
- Fri, 04 Jun 2021 07:37:23 GMT
806
+ Fri, 04 Jun 2021 07:37:23 GMT
623
807
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.41..@fluentui/react-tooltip_v9.0.0-alpha.42)
624
808
 
625
809
  ### Changes
@@ -628,7 +812,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
628
812
 
629
813
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.41)
630
814
 
631
- Thu, 03 Jun 2021 07:36:03 GMT
815
+ Thu, 03 Jun 2021 07:36:03 GMT
632
816
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.40..@fluentui/react-tooltip_v9.0.0-alpha.41)
633
817
 
634
818
  ### Changes
@@ -637,7 +821,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
637
821
 
638
822
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.40)
639
823
 
640
- Wed, 02 Jun 2021 07:37:15 GMT
824
+ Wed, 02 Jun 2021 07:37:15 GMT
641
825
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.39..@fluentui/react-tooltip_v9.0.0-alpha.40)
642
826
 
643
827
  ### Changes
@@ -646,7 +830,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
646
830
 
647
831
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.39)
648
832
 
649
- Fri, 28 May 2021 07:33:57 GMT
833
+ Fri, 28 May 2021 07:33:57 GMT
650
834
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.38..@fluentui/react-tooltip_v9.0.0-alpha.39)
651
835
 
652
836
  ### Changes
@@ -655,7 +839,7 @@ Fri, 28 May 2021 07:33:57 GMT
655
839
 
656
840
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.38)
657
841
 
658
- Wed, 26 May 2021 07:35:43 GMT
842
+ Wed, 26 May 2021 07:35:43 GMT
659
843
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.37..@fluentui/react-tooltip_v9.0.0-alpha.38)
660
844
 
661
845
  ### Changes
@@ -664,7 +848,7 @@ Wed, 26 May 2021 07:35:43 GMT
664
848
 
665
849
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.37)
666
850
 
667
- Fri, 21 May 2021 07:34:54 GMT
851
+ Fri, 21 May 2021 07:34:54 GMT
668
852
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.36..@fluentui/react-tooltip_v9.0.0-alpha.37)
669
853
 
670
854
  ### Changes
@@ -673,7 +857,7 @@ Fri, 21 May 2021 07:34:54 GMT
673
857
 
674
858
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.36)
675
859
 
676
- Thu, 20 May 2021 07:41:54 GMT
860
+ Thu, 20 May 2021 07:41:54 GMT
677
861
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.35..@fluentui/react-tooltip_v9.0.0-alpha.36)
678
862
 
679
863
  ### Patches
@@ -688,7 +872,7 @@ Thu, 20 May 2021 07:41:54 GMT
688
872
 
689
873
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.35)
690
874
 
691
- Wed, 19 May 2021 07:34:20 GMT
875
+ Wed, 19 May 2021 07:34:20 GMT
692
876
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.34..@fluentui/react-tooltip_v9.0.0-alpha.35)
693
877
 
694
878
  ### Patches
@@ -701,7 +885,7 @@ Wed, 19 May 2021 07:34:20 GMT
701
885
 
702
886
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.34)
703
887
 
704
- Tue, 18 May 2021 07:34:38 GMT
888
+ Tue, 18 May 2021 07:34:38 GMT
705
889
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.33..@fluentui/react-tooltip_v9.0.0-alpha.34)
706
890
 
707
891
  ### Changes
@@ -710,7 +894,7 @@ Tue, 18 May 2021 07:34:38 GMT
710
894
 
711
895
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.33)
712
896
 
713
- Thu, 13 May 2021 07:36:55 GMT
897
+ Thu, 13 May 2021 07:36:55 GMT
714
898
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.32..@fluentui/react-tooltip_v9.0.0-alpha.33)
715
899
 
716
900
  ### Changes
@@ -719,7 +903,7 @@ Thu, 13 May 2021 07:36:55 GMT
719
903
 
720
904
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.32)
721
905
 
722
- Wed, 12 May 2021 07:36:20 GMT
906
+ Wed, 12 May 2021 07:36:20 GMT
723
907
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.31..@fluentui/react-tooltip_v9.0.0-alpha.32)
724
908
 
725
909
  ### Changes
@@ -728,7 +912,7 @@ Wed, 12 May 2021 07:36:20 GMT
728
912
 
729
913
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.31)
730
914
 
731
- Mon, 10 May 2021 07:36:07 GMT
915
+ Mon, 10 May 2021 07:36:07 GMT
732
916
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.30..@fluentui/react-tooltip_v9.0.0-alpha.31)
733
917
 
734
918
  ### Changes
@@ -737,7 +921,7 @@ Mon, 10 May 2021 07:36:07 GMT
737
921
 
738
922
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.30)
739
923
 
740
- Wed, 05 May 2021 07:36:50 GMT
924
+ Wed, 05 May 2021 07:36:50 GMT
741
925
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.29..@fluentui/react-tooltip_v9.0.0-alpha.30)
742
926
 
743
927
  ### Changes
@@ -746,7 +930,7 @@ Wed, 05 May 2021 07:36:50 GMT
746
930
 
747
931
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.29)
748
932
 
749
- Tue, 04 May 2021 07:36:35 GMT
933
+ Tue, 04 May 2021 07:36:35 GMT
750
934
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.28..@fluentui/react-tooltip_v9.0.0-alpha.29)
751
935
 
752
936
  ### Changes
@@ -755,7 +939,7 @@ Tue, 04 May 2021 07:36:35 GMT
755
939
 
756
940
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.28)
757
941
 
758
- Mon, 03 May 2021 07:45:19 GMT
942
+ Mon, 03 May 2021 07:45:19 GMT
759
943
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.27..@fluentui/react-tooltip_v9.0.0-alpha.28)
760
944
 
761
945
  ### Changes
@@ -764,7 +948,7 @@ Mon, 03 May 2021 07:45:19 GMT
764
948
 
765
949
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.27)
766
950
 
767
- Fri, 30 Apr 2021 07:42:23 GMT
951
+ Fri, 30 Apr 2021 07:42:23 GMT
768
952
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.26..@fluentui/react-tooltip_v9.0.0-alpha.27)
769
953
 
770
954
  ### Patches
@@ -781,7 +965,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
781
965
 
782
966
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.26)
783
967
 
784
- Tue, 27 Apr 2021 07:34:03 GMT
968
+ Tue, 27 Apr 2021 07:34:03 GMT
785
969
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.25..@fluentui/react-tooltip_v9.0.0-alpha.26)
786
970
 
787
971
  ### Changes
@@ -790,7 +974,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
790
974
 
791
975
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.25)
792
976
 
793
- Mon, 26 Apr 2021 07:34:31 GMT
977
+ Mon, 26 Apr 2021 07:34:31 GMT
794
978
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.24..@fluentui/react-tooltip_v9.0.0-alpha.25)
795
979
 
796
980
  ### Changes
@@ -799,7 +983,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
799
983
 
800
984
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.24)
801
985
 
802
- Fri, 23 Apr 2021 07:37:10 GMT
986
+ Fri, 23 Apr 2021 07:37:10 GMT
803
987
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.23..@fluentui/react-tooltip_v9.0.0-alpha.24)
804
988
 
805
989
  ### Patches
@@ -814,7 +998,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
814
998
 
815
999
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.23)
816
1000
 
817
- Thu, 22 Apr 2021 07:33:28 GMT
1001
+ Thu, 22 Apr 2021 07:33:28 GMT
818
1002
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.22..@fluentui/react-tooltip_v9.0.0-alpha.23)
819
1003
 
820
1004
  ### Changes
@@ -823,7 +1007,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
823
1007
 
824
1008
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.22)
825
1009
 
826
- Wed, 21 Apr 2021 07:31:50 GMT
1010
+ Wed, 21 Apr 2021 07:31:50 GMT
827
1011
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.21..@fluentui/react-tooltip_v9.0.0-alpha.22)
828
1012
 
829
1013
  ### Changes
@@ -832,7 +1016,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
832
1016
 
833
1017
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.21)
834
1018
 
835
- Tue, 20 Apr 2021 07:31:35 GMT
1019
+ Tue, 20 Apr 2021 07:31:35 GMT
836
1020
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.20..@fluentui/react-tooltip_v9.0.0-alpha.21)
837
1021
 
838
1022
  ### Changes
@@ -841,7 +1025,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
841
1025
 
842
1026
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.20)
843
1027
 
844
- Fri, 16 Apr 2021 18:08:21 GMT
1028
+ Fri, 16 Apr 2021 18:08:21 GMT
845
1029
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.19..@fluentui/react-tooltip_v9.0.0-alpha.20)
846
1030
 
847
1031
  ### Changes
@@ -850,7 +1034,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
850
1034
 
851
1035
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.19)
852
1036
 
853
- Fri, 16 Apr 2021 07:32:08 GMT
1037
+ Fri, 16 Apr 2021 07:32:08 GMT
854
1038
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.18..@fluentui/react-tooltip_v9.0.0-alpha.19)
855
1039
 
856
1040
  ### Changes
@@ -860,7 +1044,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
860
1044
 
861
1045
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.18)
862
1046
 
863
- Wed, 14 Apr 2021 07:34:12 GMT
1047
+ Wed, 14 Apr 2021 07:34:12 GMT
864
1048
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.17..@fluentui/react-tooltip_v9.0.0-alpha.18)
865
1049
 
866
1050
  ### Changes
@@ -869,7 +1053,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
869
1053
 
870
1054
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.17)
871
1055
 
872
- Fri, 09 Apr 2021 07:31:06 GMT
1056
+ Fri, 09 Apr 2021 07:31:06 GMT
873
1057
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.16..@fluentui/react-tooltip_v9.0.0-alpha.17)
874
1058
 
875
1059
  ### Changes
@@ -878,7 +1062,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
878
1062
 
879
1063
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.16)
880
1064
 
881
- Thu, 08 Apr 2021 07:33:06 GMT
1065
+ Thu, 08 Apr 2021 07:33:06 GMT
882
1066
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.15..@fluentui/react-tooltip_v9.0.0-alpha.16)
883
1067
 
884
1068
  ### Changes
@@ -887,7 +1071,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
887
1071
 
888
1072
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.15)
889
1073
 
890
- Thu, 01 Apr 2021 20:13:37 GMT
1074
+ Thu, 01 Apr 2021 20:13:37 GMT
891
1075
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.14..@fluentui/react-tooltip_v9.0.0-alpha.15)
892
1076
 
893
1077
  ### Changes
@@ -896,7 +1080,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
896
1080
 
897
1081
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.14)
898
1082
 
899
- Wed, 31 Mar 2021 00:53:43 GMT
1083
+ Wed, 31 Mar 2021 00:53:43 GMT
900
1084
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.13..@fluentui/react-tooltip_v9.0.0-alpha.14)
901
1085
 
902
1086
  ### Patches
@@ -911,7 +1095,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
911
1095
 
912
1096
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.13)
913
1097
 
914
- Tue, 30 Mar 2021 07:34:45 GMT
1098
+ Tue, 30 Mar 2021 07:34:45 GMT
915
1099
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.12..@fluentui/react-tooltip_v9.0.0-alpha.13)
916
1100
 
917
1101
  ### Changes
@@ -920,7 +1104,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
920
1104
 
921
1105
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.12)
922
1106
 
923
- Fri, 26 Mar 2021 07:32:34 GMT
1107
+ Fri, 26 Mar 2021 07:32:34 GMT
924
1108
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.11..@fluentui/react-tooltip_v9.0.0-alpha.12)
925
1109
 
926
1110
  ### Changes
@@ -929,7 +1113,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
929
1113
 
930
1114
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.11)
931
1115
 
932
- Thu, 25 Mar 2021 07:33:24 GMT
1116
+ Thu, 25 Mar 2021 07:33:24 GMT
933
1117
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.10..@fluentui/react-tooltip_v9.0.0-alpha.11)
934
1118
 
935
1119
  ### Changes
@@ -938,7 +1122,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
938
1122
 
939
1123
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.10)
940
1124
 
941
- Tue, 23 Mar 2021 07:31:43 GMT
1125
+ Tue, 23 Mar 2021 07:31:43 GMT
942
1126
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.9..@fluentui/react-tooltip_v9.0.0-alpha.10)
943
1127
 
944
1128
  ### Changes
@@ -947,7 +1131,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
947
1131
 
948
1132
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.9)
949
1133
 
950
- Thu, 18 Mar 2021 20:15:34 GMT
1134
+ Thu, 18 Mar 2021 20:15:34 GMT
951
1135
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.8..@fluentui/react-tooltip_v9.0.0-alpha.9)
952
1136
 
953
1137
  ### Changes
@@ -956,7 +1140,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
956
1140
 
957
1141
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.8)
958
1142
 
959
- Tue, 16 Mar 2021 07:32:44 GMT
1143
+ Tue, 16 Mar 2021 07:32:44 GMT
960
1144
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.7..@fluentui/react-tooltip_v9.0.0-alpha.8)
961
1145
 
962
1146
  ### Patches
@@ -969,7 +1153,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
969
1153
 
970
1154
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.7)
971
1155
 
972
- Mon, 15 Mar 2021 07:36:20 GMT
1156
+ Mon, 15 Mar 2021 07:36:20 GMT
973
1157
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.6..@fluentui/react-tooltip_v9.0.0-alpha.7)
974
1158
 
975
1159
  ### Changes
@@ -978,7 +1162,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
978
1162
 
979
1163
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.6)
980
1164
 
981
- Fri, 12 Mar 2021 20:04:27 GMT
1165
+ Fri, 12 Mar 2021 20:04:27 GMT
982
1166
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.5..@fluentui/react-tooltip_v9.0.0-alpha.6)
983
1167
 
984
1168
  ### Patches
@@ -991,7 +1175,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
991
1175
 
992
1176
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.5)
993
1177
 
994
- Wed, 10 Mar 2021 07:34:39 GMT
1178
+ Wed, 10 Mar 2021 07:34:39 GMT
995
1179
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.4..@fluentui/react-tooltip_v9.0.0-alpha.5)
996
1180
 
997
1181
  ### Changes
@@ -1000,7 +1184,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1000
1184
 
1001
1185
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.4)
1002
1186
 
1003
- Fri, 05 Mar 2021 20:30:59 GMT
1187
+ Fri, 05 Mar 2021 20:30:59 GMT
1004
1188
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.3..@fluentui/react-tooltip_v9.0.0-alpha.4)
1005
1189
 
1006
1190
  ### Changes
@@ -1009,7 +1193,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1009
1193
 
1010
1194
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.3)
1011
1195
 
1012
- Wed, 03 Mar 2021 00:10:09 GMT
1196
+ Wed, 03 Mar 2021 00:10:09 GMT
1013
1197
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.2..@fluentui/react-tooltip_v9.0.0-alpha.3)
1014
1198
 
1015
1199
  ### Changes
@@ -1018,7 +1202,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1018
1202
 
1019
1203
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.2)
1020
1204
 
1021
- Tue, 02 Mar 2021 07:24:27 GMT
1205
+ Tue, 02 Mar 2021 07:24:27 GMT
1022
1206
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.1..@fluentui/react-tooltip_v9.0.0-alpha.2)
1023
1207
 
1024
1208
  ### Changes