@fluentui/react-tooltip 9.0.0-rc.7 → 9.0.0-rc.8
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 +48 -1
- package/CHANGELOG.md +119 -106
- package/dist/{react-tooltip.d.ts → index.d.ts} +0 -0
- package/package.json +8 -8
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,54 @@
|
|
|
2
2
|
"name": "@fluentui/react-tooltip",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 04 May 2022 13:24:03 GMT",
|
|
6
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.8",
|
|
7
|
+
"version": "9.0.0-rc.8",
|
|
8
|
+
"comments": {
|
|
9
|
+
"none": [
|
|
10
|
+
{
|
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
|
12
|
+
"package": "@fluentui/react-tooltip",
|
|
13
|
+
"commit": "b69511e4262129a92e34f4bff8b2fe1aba44dd38",
|
|
14
|
+
"comment": "react-tooltip: Move to new common folder."
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"prerelease": [
|
|
18
|
+
{
|
|
19
|
+
"author": "beachball",
|
|
20
|
+
"package": "@fluentui/react-tooltip",
|
|
21
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.8",
|
|
22
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"author": "beachball",
|
|
26
|
+
"package": "@fluentui/react-tooltip",
|
|
27
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.7",
|
|
28
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"author": "beachball",
|
|
32
|
+
"package": "@fluentui/react-tooltip",
|
|
33
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
|
|
34
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"author": "beachball",
|
|
38
|
+
"package": "@fluentui/react-tooltip",
|
|
39
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
|
40
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"author": "beachball",
|
|
44
|
+
"package": "@fluentui/react-tooltip",
|
|
45
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
|
46
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"date": "Mon, 25 Apr 2022 09:32:19 GMT",
|
|
6
53
|
"tag": "@fluentui/react-tooltip_v9.0.0-rc.7",
|
|
7
54
|
"version": "9.0.0-rc.7",
|
|
8
55
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,25 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-tooltip
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 04 May 2022 13:24:03 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.8)
|
|
8
|
+
|
|
9
|
+
Wed, 04 May 2022 13:24:03 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.7..@fluentui/react-tooltip_v9.0.0-rc.8)
|
|
11
|
+
|
|
12
|
+
### Changes
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
15
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
16
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
17
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
18
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
|
19
|
+
|
|
7
20
|
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.7)
|
|
8
21
|
|
|
9
|
-
Mon, 25 Apr 2022 09:
|
|
22
|
+
Mon, 25 Apr 2022 09:32:19 GMT
|
|
10
23
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.6..@fluentui/react-tooltip_v9.0.0-rc.7)
|
|
11
24
|
|
|
12
25
|
### Changes
|
|
@@ -15,7 +28,7 @@ Mon, 25 Apr 2022 09:31:20 GMT
|
|
|
15
28
|
|
|
16
29
|
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.6)
|
|
17
30
|
|
|
18
|
-
Tue, 19 Apr 2022 19:17:03 GMT
|
|
31
|
+
Tue, 19 Apr 2022 19:17:03 GMT
|
|
19
32
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.5..@fluentui/react-tooltip_v9.0.0-rc.6)
|
|
20
33
|
|
|
21
34
|
### Changes
|
|
@@ -33,7 +46,7 @@ Tue, 19 Apr 2022 19:17:03 GMT
|
|
|
33
46
|
|
|
34
47
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.5)
|
|
35
48
|
|
|
36
|
-
Fri, 04 Mar 2022 05:17:31 GMT
|
|
49
|
+
Fri, 04 Mar 2022 05:17:31 GMT
|
|
37
50
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.4..@fluentui/react-tooltip_v9.0.0-rc.5)
|
|
38
51
|
|
|
39
52
|
### Changes
|
|
@@ -47,7 +60,7 @@ Fri, 04 Mar 2022 05:17:31 GMT
|
|
|
47
60
|
|
|
48
61
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.4)
|
|
49
62
|
|
|
50
|
-
Tue, 01 Mar 2022 02:17:40 GMT
|
|
63
|
+
Tue, 01 Mar 2022 02:17:40 GMT
|
|
51
64
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.3..@fluentui/react-tooltip_v9.0.0-rc.4)
|
|
52
65
|
|
|
53
66
|
### Changes
|
|
@@ -58,7 +71,7 @@ Tue, 01 Mar 2022 02:17:40 GMT
|
|
|
58
71
|
|
|
59
72
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.3)
|
|
60
73
|
|
|
61
|
-
Fri, 18 Feb 2022 13:35:36 GMT
|
|
74
|
+
Fri, 18 Feb 2022 13:35:36 GMT
|
|
62
75
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-rc.1..@fluentui/react-tooltip_v9.0.0-rc.3)
|
|
63
76
|
|
|
64
77
|
### Changes
|
|
@@ -75,7 +88,7 @@ Fri, 18 Feb 2022 13:35:36 GMT
|
|
|
75
88
|
|
|
76
89
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.1)
|
|
77
90
|
|
|
78
|
-
Thu, 10 Feb 2022 08:50:30 GMT
|
|
91
|
+
Thu, 10 Feb 2022 08:50:30 GMT
|
|
79
92
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.5..@fluentui/react-tooltip_v9.0.0-rc.1)
|
|
80
93
|
|
|
81
94
|
### Changes
|
|
@@ -107,7 +120,7 @@ Thu, 10 Feb 2022 08:50:30 GMT
|
|
|
107
120
|
|
|
108
121
|
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.5)
|
|
109
122
|
|
|
110
|
-
Thu, 25 Nov 2021 08:34:17 GMT
|
|
123
|
+
Thu, 25 Nov 2021 08:34:17 GMT
|
|
111
124
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.4..@fluentui/react-tooltip_v9.0.0-beta.5)
|
|
112
125
|
|
|
113
126
|
### Changes
|
|
@@ -125,7 +138,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
|
|
|
125
138
|
|
|
126
139
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.4)
|
|
127
140
|
|
|
128
|
-
Fri, 12 Nov 2021 13:25:09 GMT
|
|
141
|
+
Fri, 12 Nov 2021 13:25:09 GMT
|
|
129
142
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.3..@fluentui/react-tooltip_v9.0.0-beta.4)
|
|
130
143
|
|
|
131
144
|
### Changes
|
|
@@ -145,7 +158,7 @@ Fri, 12 Nov 2021 13:25:09 GMT
|
|
|
145
158
|
|
|
146
159
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.3)
|
|
147
160
|
|
|
148
|
-
Wed, 27 Oct 2021 12:14:23 GMT
|
|
161
|
+
Wed, 27 Oct 2021 12:14:23 GMT
|
|
149
162
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.2..@fluentui/react-tooltip_v9.0.0-beta.3)
|
|
150
163
|
|
|
151
164
|
### Changes
|
|
@@ -164,7 +177,7 @@ Wed, 27 Oct 2021 12:14:23 GMT
|
|
|
164
177
|
|
|
165
178
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.2)
|
|
166
179
|
|
|
167
|
-
Tue, 12 Oct 2021 19:45:58 GMT
|
|
180
|
+
Tue, 12 Oct 2021 19:45:58 GMT
|
|
168
181
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.1..@fluentui/react-tooltip_v9.0.0-beta.2)
|
|
169
182
|
|
|
170
183
|
### Changes
|
|
@@ -173,7 +186,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
|
|
|
173
186
|
|
|
174
187
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.1)
|
|
175
188
|
|
|
176
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
|
189
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
|
177
190
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.96..@fluentui/react-tooltip_v9.0.0-beta.1)
|
|
178
191
|
|
|
179
192
|
### Changes
|
|
@@ -191,7 +204,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
|
191
204
|
|
|
192
205
|
## [9.0.0-alpha.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.96)
|
|
193
206
|
|
|
194
|
-
Tue, 05 Oct 2021 12:47:58 GMT
|
|
207
|
+
Tue, 05 Oct 2021 12:47:58 GMT
|
|
195
208
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.95..@fluentui/react-tooltip_v9.0.0-alpha.96)
|
|
196
209
|
|
|
197
210
|
### Changes
|
|
@@ -204,7 +217,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
|
|
|
204
217
|
|
|
205
218
|
## [9.0.0-alpha.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.95)
|
|
206
219
|
|
|
207
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
|
220
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
|
208
221
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.94..@fluentui/react-tooltip_v9.0.0-alpha.95)
|
|
209
222
|
|
|
210
223
|
### Changes
|
|
@@ -220,7 +233,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
|
220
233
|
|
|
221
234
|
## [9.0.0-alpha.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.94)
|
|
222
235
|
|
|
223
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
|
236
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
|
224
237
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.92..@fluentui/react-tooltip_v9.0.0-alpha.94)
|
|
225
238
|
|
|
226
239
|
### Changes
|
|
@@ -238,7 +251,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
|
238
251
|
|
|
239
252
|
## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.92)
|
|
240
253
|
|
|
241
|
-
Fri, 01 Oct 2021 12:30:46 GMT
|
|
254
|
+
Fri, 01 Oct 2021 12:30:46 GMT
|
|
242
255
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.91..@fluentui/react-tooltip_v9.0.0-alpha.92)
|
|
243
256
|
|
|
244
257
|
### Changes
|
|
@@ -247,7 +260,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
|
|
|
247
260
|
|
|
248
261
|
## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.91)
|
|
249
262
|
|
|
250
|
-
Fri, 01 Oct 2021 09:44:56 GMT
|
|
263
|
+
Fri, 01 Oct 2021 09:44:56 GMT
|
|
251
264
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.90..@fluentui/react-tooltip_v9.0.0-alpha.91)
|
|
252
265
|
|
|
253
266
|
### Changes
|
|
@@ -256,7 +269,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
|
|
|
256
269
|
|
|
257
270
|
## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.90)
|
|
258
271
|
|
|
259
|
-
Wed, 29 Sep 2021 08:06:11 GMT
|
|
272
|
+
Wed, 29 Sep 2021 08:06:11 GMT
|
|
260
273
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.89..@fluentui/react-tooltip_v9.0.0-alpha.90)
|
|
261
274
|
|
|
262
275
|
### Changes
|
|
@@ -272,7 +285,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
|
|
|
272
285
|
|
|
273
286
|
## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.89)
|
|
274
287
|
|
|
275
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
|
288
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
|
276
289
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.88..@fluentui/react-tooltip_v9.0.0-alpha.89)
|
|
277
290
|
|
|
278
291
|
### Changes
|
|
@@ -288,7 +301,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
|
288
301
|
|
|
289
302
|
## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.88)
|
|
290
303
|
|
|
291
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
|
304
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
|
292
305
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.87..@fluentui/react-tooltip_v9.0.0-alpha.88)
|
|
293
306
|
|
|
294
307
|
### Changes
|
|
@@ -303,7 +316,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
|
303
316
|
|
|
304
317
|
## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.87)
|
|
305
318
|
|
|
306
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
|
319
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
|
307
320
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.86..@fluentui/react-tooltip_v9.0.0-alpha.87)
|
|
308
321
|
|
|
309
322
|
### Changes
|
|
@@ -319,7 +332,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
|
319
332
|
|
|
320
333
|
## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.86)
|
|
321
334
|
|
|
322
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
|
335
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
|
323
336
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.85..@fluentui/react-tooltip_v9.0.0-alpha.86)
|
|
324
337
|
|
|
325
338
|
### Changes
|
|
@@ -334,7 +347,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
|
334
347
|
|
|
335
348
|
## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.85)
|
|
336
349
|
|
|
337
|
-
Tue, 21 Sep 2021 07:42:34 GMT
|
|
350
|
+
Tue, 21 Sep 2021 07:42:34 GMT
|
|
338
351
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.84..@fluentui/react-tooltip_v9.0.0-alpha.85)
|
|
339
352
|
|
|
340
353
|
### Changes
|
|
@@ -351,7 +364,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
|
|
|
351
364
|
|
|
352
365
|
## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.84)
|
|
353
366
|
|
|
354
|
-
Mon, 20 Sep 2021 07:36:26 GMT
|
|
367
|
+
Mon, 20 Sep 2021 07:36:26 GMT
|
|
355
368
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.83..@fluentui/react-tooltip_v9.0.0-alpha.84)
|
|
356
369
|
|
|
357
370
|
### Changes
|
|
@@ -360,7 +373,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
|
|
|
360
373
|
|
|
361
374
|
## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.83)
|
|
362
375
|
|
|
363
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
|
376
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
|
364
377
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.82..@fluentui/react-tooltip_v9.0.0-alpha.83)
|
|
365
378
|
|
|
366
379
|
### Changes
|
|
@@ -370,7 +383,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
|
370
383
|
|
|
371
384
|
## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.82)
|
|
372
385
|
|
|
373
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
|
386
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
|
374
387
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.81..@fluentui/react-tooltip_v9.0.0-alpha.82)
|
|
375
388
|
|
|
376
389
|
### Changes
|
|
@@ -379,7 +392,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
|
379
392
|
|
|
380
393
|
## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.81)
|
|
381
394
|
|
|
382
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
|
395
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
|
383
396
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.80..@fluentui/react-tooltip_v9.0.0-alpha.81)
|
|
384
397
|
|
|
385
398
|
### Changes
|
|
@@ -388,7 +401,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
|
388
401
|
|
|
389
402
|
## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.80)
|
|
390
403
|
|
|
391
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
|
404
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
|
392
405
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.79..@fluentui/react-tooltip_v9.0.0-alpha.80)
|
|
393
406
|
|
|
394
407
|
### Changes
|
|
@@ -398,7 +411,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
|
398
411
|
|
|
399
412
|
## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.79)
|
|
400
413
|
|
|
401
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
|
414
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
|
402
415
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.78..@fluentui/react-tooltip_v9.0.0-alpha.79)
|
|
403
416
|
|
|
404
417
|
### Changes
|
|
@@ -407,7 +420,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
|
407
420
|
|
|
408
421
|
## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.78)
|
|
409
422
|
|
|
410
|
-
Wed, 08 Sep 2021 07:34:11 GMT
|
|
423
|
+
Wed, 08 Sep 2021 07:34:11 GMT
|
|
411
424
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.77..@fluentui/react-tooltip_v9.0.0-alpha.78)
|
|
412
425
|
|
|
413
426
|
### Changes
|
|
@@ -416,7 +429,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
|
|
|
416
429
|
|
|
417
430
|
## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.77)
|
|
418
431
|
|
|
419
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
|
432
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
|
420
433
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.76..@fluentui/react-tooltip_v9.0.0-alpha.77)
|
|
421
434
|
|
|
422
435
|
### Changes
|
|
@@ -425,7 +438,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
|
425
438
|
|
|
426
439
|
## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.76)
|
|
427
440
|
|
|
428
|
-
Thu, 02 Sep 2021 07:36:46 GMT
|
|
441
|
+
Thu, 02 Sep 2021 07:36:46 GMT
|
|
429
442
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.75..@fluentui/react-tooltip_v9.0.0-alpha.76)
|
|
430
443
|
|
|
431
444
|
### Patches
|
|
@@ -438,7 +451,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
|
|
|
438
451
|
|
|
439
452
|
## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.75)
|
|
440
453
|
|
|
441
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
|
454
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
|
442
455
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.74..@fluentui/react-tooltip_v9.0.0-alpha.75)
|
|
443
456
|
|
|
444
457
|
### Changes
|
|
@@ -447,7 +460,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
|
447
460
|
|
|
448
461
|
## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.74)
|
|
449
462
|
|
|
450
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
|
463
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
|
451
464
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.73..@fluentui/react-tooltip_v9.0.0-alpha.74)
|
|
452
465
|
|
|
453
466
|
### Changes
|
|
@@ -456,7 +469,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
|
456
469
|
|
|
457
470
|
## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.73)
|
|
458
471
|
|
|
459
|
-
Fri, 27 Aug 2021 07:33:32 GMT
|
|
472
|
+
Fri, 27 Aug 2021 07:33:32 GMT
|
|
460
473
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.72..@fluentui/react-tooltip_v9.0.0-alpha.73)
|
|
461
474
|
|
|
462
475
|
### Changes
|
|
@@ -465,7 +478,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
|
|
|
465
478
|
|
|
466
479
|
## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.72)
|
|
467
480
|
|
|
468
|
-
Thu, 26 Aug 2021 07:35:43 GMT
|
|
481
|
+
Thu, 26 Aug 2021 07:35:43 GMT
|
|
469
482
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.71..@fluentui/react-tooltip_v9.0.0-alpha.72)
|
|
470
483
|
|
|
471
484
|
### Changes
|
|
@@ -474,7 +487,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
|
|
|
474
487
|
|
|
475
488
|
## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.71)
|
|
476
489
|
|
|
477
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
|
490
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
|
478
491
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.70..@fluentui/react-tooltip_v9.0.0-alpha.71)
|
|
479
492
|
|
|
480
493
|
### Changes
|
|
@@ -483,7 +496,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
|
483
496
|
|
|
484
497
|
## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.70)
|
|
485
498
|
|
|
486
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
|
499
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
|
487
500
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.69..@fluentui/react-tooltip_v9.0.0-alpha.70)
|
|
488
501
|
|
|
489
502
|
### Changes
|
|
@@ -492,7 +505,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
|
492
505
|
|
|
493
506
|
## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.69)
|
|
494
507
|
|
|
495
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
|
508
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
|
496
509
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.68..@fluentui/react-tooltip_v9.0.0-alpha.69)
|
|
497
510
|
|
|
498
511
|
### Changes
|
|
@@ -501,7 +514,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
|
501
514
|
|
|
502
515
|
## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.68)
|
|
503
516
|
|
|
504
|
-
Mon, 16 Aug 2021 07:36:39 GMT
|
|
517
|
+
Mon, 16 Aug 2021 07:36:39 GMT
|
|
505
518
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.67..@fluentui/react-tooltip_v9.0.0-alpha.68)
|
|
506
519
|
|
|
507
520
|
### Changes
|
|
@@ -510,7 +523,7 @@ Mon, 16 Aug 2021 07:36:39 GMT
|
|
|
510
523
|
|
|
511
524
|
## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.67)
|
|
512
525
|
|
|
513
|
-
Fri, 13 Aug 2021 07:36:34 GMT
|
|
526
|
+
Fri, 13 Aug 2021 07:36:34 GMT
|
|
514
527
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.66..@fluentui/react-tooltip_v9.0.0-alpha.67)
|
|
515
528
|
|
|
516
529
|
### Changes
|
|
@@ -519,7 +532,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
|
|
|
519
532
|
|
|
520
533
|
## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.66)
|
|
521
534
|
|
|
522
|
-
Wed, 11 Aug 2021 07:34:54 GMT
|
|
535
|
+
Wed, 11 Aug 2021 07:34:54 GMT
|
|
523
536
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.65..@fluentui/react-tooltip_v9.0.0-alpha.66)
|
|
524
537
|
|
|
525
538
|
### Changes
|
|
@@ -528,7 +541,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
|
|
|
528
541
|
|
|
529
542
|
## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.65)
|
|
530
543
|
|
|
531
|
-
Tue, 10 Aug 2021 07:33:28 GMT
|
|
544
|
+
Tue, 10 Aug 2021 07:33:28 GMT
|
|
532
545
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.64..@fluentui/react-tooltip_v9.0.0-alpha.65)
|
|
533
546
|
|
|
534
547
|
### Changes
|
|
@@ -537,7 +550,7 @@ Tue, 10 Aug 2021 07:33:28 GMT
|
|
|
537
550
|
|
|
538
551
|
## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.64)
|
|
539
552
|
|
|
540
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
|
553
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
|
541
554
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.63..@fluentui/react-tooltip_v9.0.0-alpha.64)
|
|
542
555
|
|
|
543
556
|
### Changes
|
|
@@ -546,7 +559,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
|
546
559
|
|
|
547
560
|
## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.63)
|
|
548
561
|
|
|
549
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
|
562
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
|
550
563
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.62..@fluentui/react-tooltip_v9.0.0-alpha.63)
|
|
551
564
|
|
|
552
565
|
### Patches
|
|
@@ -561,7 +574,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
|
561
574
|
|
|
562
575
|
## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.62)
|
|
563
576
|
|
|
564
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
|
577
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
|
565
578
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.61..@fluentui/react-tooltip_v9.0.0-alpha.62)
|
|
566
579
|
|
|
567
580
|
### Changes
|
|
@@ -570,7 +583,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
|
570
583
|
|
|
571
584
|
## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.61)
|
|
572
585
|
|
|
573
|
-
Mon, 26 Jul 2021 07:37:30 GMT
|
|
586
|
+
Mon, 26 Jul 2021 07:37:30 GMT
|
|
574
587
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.60..@fluentui/react-tooltip_v9.0.0-alpha.61)
|
|
575
588
|
|
|
576
589
|
### Changes
|
|
@@ -579,7 +592,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
|
|
|
579
592
|
|
|
580
593
|
## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.60)
|
|
581
594
|
|
|
582
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
|
595
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
|
583
596
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.59..@fluentui/react-tooltip_v9.0.0-alpha.60)
|
|
584
597
|
|
|
585
598
|
### Changes
|
|
@@ -589,7 +602,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
|
589
602
|
|
|
590
603
|
## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.59)
|
|
591
604
|
|
|
592
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
|
605
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
|
593
606
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.58..@fluentui/react-tooltip_v9.0.0-alpha.59)
|
|
594
607
|
|
|
595
608
|
### Changes
|
|
@@ -598,7 +611,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
|
598
611
|
|
|
599
612
|
## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.58)
|
|
600
613
|
|
|
601
|
-
Tue, 20 Jul 2021 22:23:17 GMT
|
|
614
|
+
Tue, 20 Jul 2021 22:23:17 GMT
|
|
602
615
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.57..@fluentui/react-tooltip_v9.0.0-alpha.58)
|
|
603
616
|
|
|
604
617
|
### Changes
|
|
@@ -607,7 +620,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
|
|
|
607
620
|
|
|
608
621
|
## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.57)
|
|
609
622
|
|
|
610
|
-
Fri, 16 Jul 2021 22:53:17 GMT
|
|
623
|
+
Fri, 16 Jul 2021 22:53:17 GMT
|
|
611
624
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.56..@fluentui/react-tooltip_v9.0.0-alpha.57)
|
|
612
625
|
|
|
613
626
|
### Changes
|
|
@@ -616,7 +629,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
|
|
|
616
629
|
|
|
617
630
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.56)
|
|
618
631
|
|
|
619
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
|
632
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
|
620
633
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.55..@fluentui/react-tooltip_v9.0.0-alpha.56)
|
|
621
634
|
|
|
622
635
|
### Changes
|
|
@@ -625,7 +638,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
|
625
638
|
|
|
626
639
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.55)
|
|
627
640
|
|
|
628
|
-
Tue, 13 Jul 2021 22:32:58 GMT
|
|
641
|
+
Tue, 13 Jul 2021 22:32:58 GMT
|
|
629
642
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.54..@fluentui/react-tooltip_v9.0.0-alpha.55)
|
|
630
643
|
|
|
631
644
|
### Patches
|
|
@@ -638,7 +651,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
|
|
|
638
651
|
|
|
639
652
|
## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.54)
|
|
640
653
|
|
|
641
|
-
Tue, 13 Jul 2021 07:35:36 GMT
|
|
654
|
+
Tue, 13 Jul 2021 07:35:36 GMT
|
|
642
655
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.53..@fluentui/react-tooltip_v9.0.0-alpha.54)
|
|
643
656
|
|
|
644
657
|
### Changes
|
|
@@ -647,7 +660,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
|
|
|
647
660
|
|
|
648
661
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.53)
|
|
649
662
|
|
|
650
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
|
663
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
|
651
664
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.52..@fluentui/react-tooltip_v9.0.0-alpha.53)
|
|
652
665
|
|
|
653
666
|
### Patches
|
|
@@ -662,7 +675,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
|
662
675
|
|
|
663
676
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.52)
|
|
664
677
|
|
|
665
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
|
678
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
|
666
679
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.51..@fluentui/react-tooltip_v9.0.0-alpha.52)
|
|
667
680
|
|
|
668
681
|
### Changes
|
|
@@ -671,7 +684,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
|
671
684
|
|
|
672
685
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.51)
|
|
673
686
|
|
|
674
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
|
687
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
|
675
688
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.50..@fluentui/react-tooltip_v9.0.0-alpha.51)
|
|
676
689
|
|
|
677
690
|
### Changes
|
|
@@ -680,7 +693,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
|
680
693
|
|
|
681
694
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.50)
|
|
682
695
|
|
|
683
|
-
Thu, 01 Jul 2021 07:35:05 GMT
|
|
696
|
+
Thu, 01 Jul 2021 07:35:05 GMT
|
|
684
697
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.49..@fluentui/react-tooltip_v9.0.0-alpha.50)
|
|
685
698
|
|
|
686
699
|
### Changes
|
|
@@ -689,7 +702,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
|
|
|
689
702
|
|
|
690
703
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.49)
|
|
691
704
|
|
|
692
|
-
Wed, 30 Jun 2021 07:38:35 GMT
|
|
705
|
+
Wed, 30 Jun 2021 07:38:35 GMT
|
|
693
706
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.48..@fluentui/react-tooltip_v9.0.0-alpha.49)
|
|
694
707
|
|
|
695
708
|
### Changes
|
|
@@ -698,7 +711,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
|
|
|
698
711
|
|
|
699
712
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.48)
|
|
700
713
|
|
|
701
|
-
Tue, 29 Jun 2021 07:33:32 GMT
|
|
714
|
+
Tue, 29 Jun 2021 07:33:32 GMT
|
|
702
715
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.47..@fluentui/react-tooltip_v9.0.0-alpha.48)
|
|
703
716
|
|
|
704
717
|
### Changes
|
|
@@ -707,7 +720,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
|
|
|
707
720
|
|
|
708
721
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.47)
|
|
709
722
|
|
|
710
|
-
Tue, 22 Jun 2021 07:35:11 GMT
|
|
723
|
+
Tue, 22 Jun 2021 07:35:11 GMT
|
|
711
724
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.46..@fluentui/react-tooltip_v9.0.0-alpha.47)
|
|
712
725
|
|
|
713
726
|
### Changes
|
|
@@ -716,7 +729,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
|
|
|
716
729
|
|
|
717
730
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.46)
|
|
718
731
|
|
|
719
|
-
Thu, 17 Jun 2021 07:34:11 GMT
|
|
732
|
+
Thu, 17 Jun 2021 07:34:11 GMT
|
|
720
733
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.45..@fluentui/react-tooltip_v9.0.0-alpha.46)
|
|
721
734
|
|
|
722
735
|
### Changes
|
|
@@ -725,7 +738,7 @@ Thu, 17 Jun 2021 07:34:11 GMT
|
|
|
725
738
|
|
|
726
739
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.45)
|
|
727
740
|
|
|
728
|
-
Wed, 16 Jun 2021 07:34:24 GMT
|
|
741
|
+
Wed, 16 Jun 2021 07:34:24 GMT
|
|
729
742
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.44..@fluentui/react-tooltip_v9.0.0-alpha.45)
|
|
730
743
|
|
|
731
744
|
### Changes
|
|
@@ -734,7 +747,7 @@ Wed, 16 Jun 2021 07:34:24 GMT
|
|
|
734
747
|
|
|
735
748
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.44)
|
|
736
749
|
|
|
737
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
|
750
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
|
738
751
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.43..@fluentui/react-tooltip_v9.0.0-alpha.44)
|
|
739
752
|
|
|
740
753
|
### Changes
|
|
@@ -743,7 +756,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
|
743
756
|
|
|
744
757
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.43)
|
|
745
758
|
|
|
746
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
|
759
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
|
747
760
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.42..@fluentui/react-tooltip_v9.0.0-alpha.43)
|
|
748
761
|
|
|
749
762
|
### Patches
|
|
@@ -758,7 +771,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
|
758
771
|
|
|
759
772
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.42)
|
|
760
773
|
|
|
761
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
|
774
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
|
762
775
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.41..@fluentui/react-tooltip_v9.0.0-alpha.42)
|
|
763
776
|
|
|
764
777
|
### Changes
|
|
@@ -767,7 +780,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
|
767
780
|
|
|
768
781
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.41)
|
|
769
782
|
|
|
770
|
-
Thu, 03 Jun 2021 07:36:03 GMT
|
|
783
|
+
Thu, 03 Jun 2021 07:36:03 GMT
|
|
771
784
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.40..@fluentui/react-tooltip_v9.0.0-alpha.41)
|
|
772
785
|
|
|
773
786
|
### Changes
|
|
@@ -776,7 +789,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
|
|
|
776
789
|
|
|
777
790
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.40)
|
|
778
791
|
|
|
779
|
-
Wed, 02 Jun 2021 07:37:15 GMT
|
|
792
|
+
Wed, 02 Jun 2021 07:37:15 GMT
|
|
780
793
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.39..@fluentui/react-tooltip_v9.0.0-alpha.40)
|
|
781
794
|
|
|
782
795
|
### Changes
|
|
@@ -785,7 +798,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
|
|
|
785
798
|
|
|
786
799
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.39)
|
|
787
800
|
|
|
788
|
-
Fri, 28 May 2021 07:33:57 GMT
|
|
801
|
+
Fri, 28 May 2021 07:33:57 GMT
|
|
789
802
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.38..@fluentui/react-tooltip_v9.0.0-alpha.39)
|
|
790
803
|
|
|
791
804
|
### Changes
|
|
@@ -794,7 +807,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
|
794
807
|
|
|
795
808
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.38)
|
|
796
809
|
|
|
797
|
-
Wed, 26 May 2021 07:35:43 GMT
|
|
810
|
+
Wed, 26 May 2021 07:35:43 GMT
|
|
798
811
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.37..@fluentui/react-tooltip_v9.0.0-alpha.38)
|
|
799
812
|
|
|
800
813
|
### Changes
|
|
@@ -803,7 +816,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
|
803
816
|
|
|
804
817
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.37)
|
|
805
818
|
|
|
806
|
-
Fri, 21 May 2021 07:34:54 GMT
|
|
819
|
+
Fri, 21 May 2021 07:34:54 GMT
|
|
807
820
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.36..@fluentui/react-tooltip_v9.0.0-alpha.37)
|
|
808
821
|
|
|
809
822
|
### Changes
|
|
@@ -812,7 +825,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
|
812
825
|
|
|
813
826
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.36)
|
|
814
827
|
|
|
815
|
-
Thu, 20 May 2021 07:41:54 GMT
|
|
828
|
+
Thu, 20 May 2021 07:41:54 GMT
|
|
816
829
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.35..@fluentui/react-tooltip_v9.0.0-alpha.36)
|
|
817
830
|
|
|
818
831
|
### Patches
|
|
@@ -827,7 +840,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
|
827
840
|
|
|
828
841
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.35)
|
|
829
842
|
|
|
830
|
-
Wed, 19 May 2021 07:34:20 GMT
|
|
843
|
+
Wed, 19 May 2021 07:34:20 GMT
|
|
831
844
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.34..@fluentui/react-tooltip_v9.0.0-alpha.35)
|
|
832
845
|
|
|
833
846
|
### Patches
|
|
@@ -840,7 +853,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
|
840
853
|
|
|
841
854
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.34)
|
|
842
855
|
|
|
843
|
-
Tue, 18 May 2021 07:34:38 GMT
|
|
856
|
+
Tue, 18 May 2021 07:34:38 GMT
|
|
844
857
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.33..@fluentui/react-tooltip_v9.0.0-alpha.34)
|
|
845
858
|
|
|
846
859
|
### Changes
|
|
@@ -849,7 +862,7 @@ Tue, 18 May 2021 07:34:38 GMT
|
|
|
849
862
|
|
|
850
863
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.33)
|
|
851
864
|
|
|
852
|
-
Thu, 13 May 2021 07:36:55 GMT
|
|
865
|
+
Thu, 13 May 2021 07:36:55 GMT
|
|
853
866
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.32..@fluentui/react-tooltip_v9.0.0-alpha.33)
|
|
854
867
|
|
|
855
868
|
### Changes
|
|
@@ -858,7 +871,7 @@ Thu, 13 May 2021 07:36:55 GMT
|
|
|
858
871
|
|
|
859
872
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.32)
|
|
860
873
|
|
|
861
|
-
Wed, 12 May 2021 07:36:20 GMT
|
|
874
|
+
Wed, 12 May 2021 07:36:20 GMT
|
|
862
875
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.31..@fluentui/react-tooltip_v9.0.0-alpha.32)
|
|
863
876
|
|
|
864
877
|
### Changes
|
|
@@ -867,7 +880,7 @@ Wed, 12 May 2021 07:36:20 GMT
|
|
|
867
880
|
|
|
868
881
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.31)
|
|
869
882
|
|
|
870
|
-
Mon, 10 May 2021 07:36:07 GMT
|
|
883
|
+
Mon, 10 May 2021 07:36:07 GMT
|
|
871
884
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.30..@fluentui/react-tooltip_v9.0.0-alpha.31)
|
|
872
885
|
|
|
873
886
|
### Changes
|
|
@@ -876,7 +889,7 @@ Mon, 10 May 2021 07:36:07 GMT
|
|
|
876
889
|
|
|
877
890
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.30)
|
|
878
891
|
|
|
879
|
-
Wed, 05 May 2021 07:36:50 GMT
|
|
892
|
+
Wed, 05 May 2021 07:36:50 GMT
|
|
880
893
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.29..@fluentui/react-tooltip_v9.0.0-alpha.30)
|
|
881
894
|
|
|
882
895
|
### Changes
|
|
@@ -885,7 +898,7 @@ Wed, 05 May 2021 07:36:50 GMT
|
|
|
885
898
|
|
|
886
899
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.29)
|
|
887
900
|
|
|
888
|
-
Tue, 04 May 2021 07:36:35 GMT
|
|
901
|
+
Tue, 04 May 2021 07:36:35 GMT
|
|
889
902
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.28..@fluentui/react-tooltip_v9.0.0-alpha.29)
|
|
890
903
|
|
|
891
904
|
### Changes
|
|
@@ -894,7 +907,7 @@ Tue, 04 May 2021 07:36:35 GMT
|
|
|
894
907
|
|
|
895
908
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.28)
|
|
896
909
|
|
|
897
|
-
Mon, 03 May 2021 07:45:19 GMT
|
|
910
|
+
Mon, 03 May 2021 07:45:19 GMT
|
|
898
911
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.27..@fluentui/react-tooltip_v9.0.0-alpha.28)
|
|
899
912
|
|
|
900
913
|
### Changes
|
|
@@ -903,7 +916,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
|
903
916
|
|
|
904
917
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.27)
|
|
905
918
|
|
|
906
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
|
919
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
|
907
920
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.26..@fluentui/react-tooltip_v9.0.0-alpha.27)
|
|
908
921
|
|
|
909
922
|
### Patches
|
|
@@ -920,7 +933,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
|
920
933
|
|
|
921
934
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.26)
|
|
922
935
|
|
|
923
|
-
Tue, 27 Apr 2021 07:34:03 GMT
|
|
936
|
+
Tue, 27 Apr 2021 07:34:03 GMT
|
|
924
937
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.25..@fluentui/react-tooltip_v9.0.0-alpha.26)
|
|
925
938
|
|
|
926
939
|
### Changes
|
|
@@ -929,7 +942,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
|
|
|
929
942
|
|
|
930
943
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.25)
|
|
931
944
|
|
|
932
|
-
Mon, 26 Apr 2021 07:34:31 GMT
|
|
945
|
+
Mon, 26 Apr 2021 07:34:31 GMT
|
|
933
946
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.24..@fluentui/react-tooltip_v9.0.0-alpha.25)
|
|
934
947
|
|
|
935
948
|
### Changes
|
|
@@ -938,7 +951,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
|
|
|
938
951
|
|
|
939
952
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.24)
|
|
940
953
|
|
|
941
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
|
954
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
|
942
955
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.23..@fluentui/react-tooltip_v9.0.0-alpha.24)
|
|
943
956
|
|
|
944
957
|
### Patches
|
|
@@ -953,7 +966,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
|
953
966
|
|
|
954
967
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.23)
|
|
955
968
|
|
|
956
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
|
969
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
|
957
970
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.22..@fluentui/react-tooltip_v9.0.0-alpha.23)
|
|
958
971
|
|
|
959
972
|
### Changes
|
|
@@ -962,7 +975,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
|
962
975
|
|
|
963
976
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.22)
|
|
964
977
|
|
|
965
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
|
978
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
|
966
979
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.21..@fluentui/react-tooltip_v9.0.0-alpha.22)
|
|
967
980
|
|
|
968
981
|
### Changes
|
|
@@ -971,7 +984,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
|
971
984
|
|
|
972
985
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.21)
|
|
973
986
|
|
|
974
|
-
Tue, 20 Apr 2021 07:31:35 GMT
|
|
987
|
+
Tue, 20 Apr 2021 07:31:35 GMT
|
|
975
988
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.20..@fluentui/react-tooltip_v9.0.0-alpha.21)
|
|
976
989
|
|
|
977
990
|
### Changes
|
|
@@ -980,7 +993,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
|
|
|
980
993
|
|
|
981
994
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.20)
|
|
982
995
|
|
|
983
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
|
996
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
|
984
997
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.19..@fluentui/react-tooltip_v9.0.0-alpha.20)
|
|
985
998
|
|
|
986
999
|
### Changes
|
|
@@ -989,7 +1002,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
|
989
1002
|
|
|
990
1003
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.19)
|
|
991
1004
|
|
|
992
|
-
Fri, 16 Apr 2021 07:32:08 GMT
|
|
1005
|
+
Fri, 16 Apr 2021 07:32:08 GMT
|
|
993
1006
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.18..@fluentui/react-tooltip_v9.0.0-alpha.19)
|
|
994
1007
|
|
|
995
1008
|
### Changes
|
|
@@ -999,7 +1012,7 @@ Fri, 16 Apr 2021 07:32:08 GMT
|
|
|
999
1012
|
|
|
1000
1013
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.18)
|
|
1001
1014
|
|
|
1002
|
-
Wed, 14 Apr 2021 07:34:12 GMT
|
|
1015
|
+
Wed, 14 Apr 2021 07:34:12 GMT
|
|
1003
1016
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.17..@fluentui/react-tooltip_v9.0.0-alpha.18)
|
|
1004
1017
|
|
|
1005
1018
|
### Changes
|
|
@@ -1008,7 +1021,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
|
|
|
1008
1021
|
|
|
1009
1022
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.17)
|
|
1010
1023
|
|
|
1011
|
-
Fri, 09 Apr 2021 07:31:06 GMT
|
|
1024
|
+
Fri, 09 Apr 2021 07:31:06 GMT
|
|
1012
1025
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.16..@fluentui/react-tooltip_v9.0.0-alpha.17)
|
|
1013
1026
|
|
|
1014
1027
|
### Changes
|
|
@@ -1017,7 +1030,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
|
|
|
1017
1030
|
|
|
1018
1031
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.16)
|
|
1019
1032
|
|
|
1020
|
-
Thu, 08 Apr 2021 07:33:06 GMT
|
|
1033
|
+
Thu, 08 Apr 2021 07:33:06 GMT
|
|
1021
1034
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.15..@fluentui/react-tooltip_v9.0.0-alpha.16)
|
|
1022
1035
|
|
|
1023
1036
|
### Changes
|
|
@@ -1026,7 +1039,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
|
|
|
1026
1039
|
|
|
1027
1040
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.15)
|
|
1028
1041
|
|
|
1029
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
|
1042
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
|
1030
1043
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.14..@fluentui/react-tooltip_v9.0.0-alpha.15)
|
|
1031
1044
|
|
|
1032
1045
|
### Changes
|
|
@@ -1035,7 +1048,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
|
1035
1048
|
|
|
1036
1049
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.14)
|
|
1037
1050
|
|
|
1038
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
|
1051
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
|
1039
1052
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.13..@fluentui/react-tooltip_v9.0.0-alpha.14)
|
|
1040
1053
|
|
|
1041
1054
|
### Patches
|
|
@@ -1050,7 +1063,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
|
1050
1063
|
|
|
1051
1064
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.13)
|
|
1052
1065
|
|
|
1053
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
|
1066
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
|
1054
1067
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.12..@fluentui/react-tooltip_v9.0.0-alpha.13)
|
|
1055
1068
|
|
|
1056
1069
|
### Changes
|
|
@@ -1059,7 +1072,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
|
1059
1072
|
|
|
1060
1073
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.12)
|
|
1061
1074
|
|
|
1062
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1075
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
|
1063
1076
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.11..@fluentui/react-tooltip_v9.0.0-alpha.12)
|
|
1064
1077
|
|
|
1065
1078
|
### Changes
|
|
@@ -1068,7 +1081,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
|
1068
1081
|
|
|
1069
1082
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.11)
|
|
1070
1083
|
|
|
1071
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1084
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
|
1072
1085
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.10..@fluentui/react-tooltip_v9.0.0-alpha.11)
|
|
1073
1086
|
|
|
1074
1087
|
### Changes
|
|
@@ -1077,7 +1090,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
|
1077
1090
|
|
|
1078
1091
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.10)
|
|
1079
1092
|
|
|
1080
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1093
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
|
1081
1094
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.9..@fluentui/react-tooltip_v9.0.0-alpha.10)
|
|
1082
1095
|
|
|
1083
1096
|
### Changes
|
|
@@ -1086,7 +1099,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
|
1086
1099
|
|
|
1087
1100
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.9)
|
|
1088
1101
|
|
|
1089
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1102
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
|
1090
1103
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.8..@fluentui/react-tooltip_v9.0.0-alpha.9)
|
|
1091
1104
|
|
|
1092
1105
|
### Changes
|
|
@@ -1095,7 +1108,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
|
1095
1108
|
|
|
1096
1109
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.8)
|
|
1097
1110
|
|
|
1098
|
-
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1111
|
+
Tue, 16 Mar 2021 07:32:44 GMT
|
|
1099
1112
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.7..@fluentui/react-tooltip_v9.0.0-alpha.8)
|
|
1100
1113
|
|
|
1101
1114
|
### Patches
|
|
@@ -1108,7 +1121,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
|
|
|
1108
1121
|
|
|
1109
1122
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.7)
|
|
1110
1123
|
|
|
1111
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
|
1124
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
|
1112
1125
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.6..@fluentui/react-tooltip_v9.0.0-alpha.7)
|
|
1113
1126
|
|
|
1114
1127
|
### Changes
|
|
@@ -1117,7 +1130,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
|
1117
1130
|
|
|
1118
1131
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.6)
|
|
1119
1132
|
|
|
1120
|
-
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1133
|
+
Fri, 12 Mar 2021 20:04:27 GMT
|
|
1121
1134
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.5..@fluentui/react-tooltip_v9.0.0-alpha.6)
|
|
1122
1135
|
|
|
1123
1136
|
### Patches
|
|
@@ -1130,7 +1143,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
|
|
|
1130
1143
|
|
|
1131
1144
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.5)
|
|
1132
1145
|
|
|
1133
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
|
1146
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
|
1134
1147
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.4..@fluentui/react-tooltip_v9.0.0-alpha.5)
|
|
1135
1148
|
|
|
1136
1149
|
### Changes
|
|
@@ -1139,7 +1152,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
|
1139
1152
|
|
|
1140
1153
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.4)
|
|
1141
1154
|
|
|
1142
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
|
1155
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
|
1143
1156
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.3..@fluentui/react-tooltip_v9.0.0-alpha.4)
|
|
1144
1157
|
|
|
1145
1158
|
### Changes
|
|
@@ -1148,7 +1161,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
|
1148
1161
|
|
|
1149
1162
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.3)
|
|
1150
1163
|
|
|
1151
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
|
1164
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
|
1152
1165
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.2..@fluentui/react-tooltip_v9.0.0-alpha.3)
|
|
1153
1166
|
|
|
1154
1167
|
### Changes
|
|
@@ -1157,7 +1170,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
|
1157
1170
|
|
|
1158
1171
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-alpha.2)
|
|
1159
1172
|
|
|
1160
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
|
1173
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
|
1161
1174
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-alpha.1..@fluentui/react-tooltip_v9.0.0-alpha.2)
|
|
1162
1175
|
|
|
1163
1176
|
### Changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-tooltip",
|
|
3
|
-
"version": "9.0.0-rc.
|
|
3
|
+
"version": "9.0.0-rc.8",
|
|
4
4
|
"description": "React components for building web experiences",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"start": "yarn storybook",
|
|
22
22
|
"test": "jest --passWithNoTests",
|
|
23
23
|
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
|
|
24
|
-
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node
|
|
25
|
-
"storybook": "node
|
|
24
|
+
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/packages/react-components/react-tooltip/src && yarn docs",
|
|
25
|
+
"storybook": "node ../../../scripts/storybook/runner",
|
|
26
26
|
"type-check": "tsc -b tsconfig.json"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@fluentui/scripts": "^1.0.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-portal": "9.0.0-rc.
|
|
36
|
-
"@fluentui/react-positioning": "9.0.0-rc.
|
|
37
|
-
"@fluentui/react-shared-contexts": "9.0.0-rc.
|
|
38
|
-
"@fluentui/react-theme": "9.0.0-rc.
|
|
39
|
-
"@fluentui/react-utilities": "9.0.0-rc.
|
|
35
|
+
"@fluentui/react-portal": "9.0.0-rc.8",
|
|
36
|
+
"@fluentui/react-positioning": "9.0.0-rc.7",
|
|
37
|
+
"@fluentui/react-shared-contexts": "9.0.0-rc.6",
|
|
38
|
+
"@fluentui/react-theme": "9.0.0-rc.6",
|
|
39
|
+
"@fluentui/react-utilities": "9.0.0-rc.7",
|
|
40
40
|
"@griffel/react": "1.0.3",
|
|
41
41
|
"tslib": "^2.1.0"
|
|
42
42
|
},
|