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