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