@fluentui/react-tooltip 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.1
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 +367 -24
- package/CHANGELOG.md +89 -18
- package/dist/react-tooltip.d.ts +30 -47
- package/lib/components/Tooltip/Tooltip.d.ts +3 -2
- package/lib/components/Tooltip/Tooltip.js +9 -9
- package/lib/components/Tooltip/Tooltip.js.map +1 -1
- package/lib/components/Tooltip/Tooltip.types.d.ts +22 -38
- package/lib/components/Tooltip/index.d.ts +1 -1
- package/lib/components/Tooltip/index.js +1 -1
- package/lib/components/Tooltip/index.js.map +1 -1
- package/lib/components/Tooltip/private/constants.d.ts +12 -0
- package/lib/components/Tooltip/private/constants.js +14 -0
- package/lib/components/Tooltip/private/constants.js.map +1 -0
- package/lib/components/Tooltip/renderTooltip.d.ts +1 -1
- package/lib/components/Tooltip/renderTooltip.js +8 -8
- package/lib/components/Tooltip/renderTooltip.js.map +1 -1
- package/lib/components/Tooltip/useTooltip.d.ts +3 -6
- package/lib/components/Tooltip/useTooltip.js +97 -119
- package/lib/components/Tooltip/useTooltip.js.map +1 -1
- package/lib/components/Tooltip/useTooltipStyles.d.ts +2 -1
- package/lib/components/Tooltip/useTooltipStyles.js +50 -23
- package/lib/components/Tooltip/useTooltipStyles.js.map +1 -1
- package/lib-commonjs/Tooltip.js +1 -1
- package/lib-commonjs/components/Tooltip/Tooltip.d.ts +3 -2
- package/lib-commonjs/components/Tooltip/Tooltip.js +11 -10
- package/lib-commonjs/components/Tooltip/Tooltip.js.map +1 -1
- package/lib-commonjs/components/Tooltip/Tooltip.types.d.ts +22 -38
- package/lib-commonjs/components/Tooltip/index.d.ts +1 -1
- package/lib-commonjs/components/Tooltip/index.js +2 -10
- package/lib-commonjs/components/Tooltip/index.js.map +1 -1
- package/lib-commonjs/components/Tooltip/private/constants.d.ts +12 -0
- package/lib-commonjs/components/Tooltip/private/constants.js +21 -0
- package/lib-commonjs/components/Tooltip/private/constants.js.map +1 -0
- package/lib-commonjs/components/Tooltip/renderTooltip.d.ts +1 -1
- package/lib-commonjs/components/Tooltip/renderTooltip.js +13 -14
- package/lib-commonjs/components/Tooltip/renderTooltip.js.map +1 -1
- package/lib-commonjs/components/Tooltip/useTooltip.d.ts +3 -6
- package/lib-commonjs/components/Tooltip/useTooltip.js +105 -127
- package/lib-commonjs/components/Tooltip/useTooltip.js.map +1 -1
- package/lib-commonjs/components/Tooltip/useTooltipStyles.d.ts +2 -1
- package/lib-commonjs/components/Tooltip/useTooltipStyles.js +56 -26
- package/lib-commonjs/components/Tooltip/useTooltipStyles.js.map +1 -1
- package/lib-commonjs/index.js +1 -1
- package/package.json +12 -14
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -11
- package/lib/common/isConformant.js.map +0 -1
- package/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -22
- package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,70 +2,413 @@
|
|
2
2
|
"name": "@fluentui/react-tooltip",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-tooltip_v9.0.0-
|
7
|
-
"version": "9.0.0-
|
5
|
+
"date": "Thu, 10 Feb 2022 08:43:43 GMT",
|
6
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-rc.1",
|
7
|
+
"version": "9.0.0-rc.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "olfedias@microsoft.com",
|
12
|
+
"package": "@fluentui/react-tooltip",
|
13
|
+
"commit": "02e6236e4db8e1b591223475896537e905bf3580",
|
14
|
+
"comment": "BREAKING: implement `content` slot"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "olfedias@microsoft.com",
|
18
|
+
"package": "@fluentui/react-tooltip",
|
19
|
+
"commit": "17c0b18d7983d414095661bf9f57e14c0c22685d",
|
20
|
+
"comment": "Replace make-styles packages with griffel equivalents."
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "behowell@microsoft.com",
|
24
|
+
"package": "@fluentui/react-tooltip",
|
25
|
+
"commit": "58ae40d6817b1fa4e095a94707dfef5050aa4c11",
|
26
|
+
"comment": "Replace `triggerAriaAttribute` prop with `relationship` and make it required with no default"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "behowell@microsoft.com",
|
30
|
+
"package": "@fluentui/react-tooltip",
|
31
|
+
"commit": "f30e7585a8d2abd9db06c4076f39a779008b0eca",
|
32
|
+
"comment": "Update MenuTrigger and Tooltip to work together"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "mgodbolt@microsoft.com",
|
36
|
+
"package": "@fluentui/react-tooltip",
|
37
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
38
|
+
"comment": "remove export of commons types"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "lingfangao@hotmail.com",
|
42
|
+
"package": "@fluentui/react-tooltip",
|
43
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
44
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "behowell@microsoft.com",
|
48
|
+
"package": "@fluentui/react-tooltip",
|
49
|
+
"commit": "caaf3307f864b04369c13fe69d7dc8fe7ab84735",
|
50
|
+
"comment": "Move arrowHeight and tooltipBorderRadius into a shared constants.ts file"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "behowell@microsoft.com",
|
54
|
+
"package": "@fluentui/react-tooltip",
|
55
|
+
"commit": "2aacc839785a2f96d84a959aea207dfdb99116f8",
|
56
|
+
"comment": "Prevent Tooltip from overriding any aria-label, etc. props on its child"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
60
|
+
"package": "@fluentui/react-tooltip",
|
61
|
+
"commit": "9204703d0a42ee34a20ae4cf28952e13872647ba",
|
62
|
+
"comment": "Replacing use of functions in makeStyles with direct use of tokens."
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"author": "behowell@microsoft.com",
|
66
|
+
"package": "@fluentui/react-tooltip",
|
67
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
68
|
+
"comment": "Refactor component Slot typings"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"author": "olfedias@microsoft.com",
|
72
|
+
"package": "@fluentui/react-tooltip",
|
73
|
+
"commit": "1bbb753830028fbf133858d523ae2d56ceefeecf",
|
74
|
+
"comment": "update styles to not use CSS shorthands"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"author": "behowell@microsoft.com",
|
78
|
+
"package": "@fluentui/react-tooltip",
|
79
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
80
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"author": "behowell@microsoft.com",
|
84
|
+
"package": "@fluentui/react-tooltip",
|
85
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
86
|
+
"comment": "Remove component's shorthandProps array"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
90
|
+
"package": "@fluentui/react-tooltip",
|
91
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
92
|
+
"comment": "Updating based on changes to composition types."
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"author": "behowell@microsoft.com",
|
96
|
+
"package": "@fluentui/react-tooltip",
|
97
|
+
"commit": "97c3818f7faf8733a0cfc9c91f5e94ddb8652d3a",
|
98
|
+
"comment": "Update documentation stories"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"author": "olfedias@microsoft.com",
|
102
|
+
"package": "@fluentui/react-tooltip",
|
103
|
+
"commit": "aa6cfd8ac825b5a280206808101de549a91094fc",
|
104
|
+
"comment": "update types related to trigger (allow only React.ReactElement & null)"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"author": "behowell@microsoft.com",
|
108
|
+
"package": "@fluentui/react-tooltip",
|
109
|
+
"commit": "09804275c7f346db54c33d4ff347bffc33676014",
|
110
|
+
"comment": "Fix tooltip arrow rendering, and add high contrast border around Tooltip"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"author": "behowell@microsoft.com",
|
114
|
+
"package": "@fluentui/react-tooltip",
|
115
|
+
"commit": "1513362b9adaae5d7dbda6b364e40e736710a79f",
|
116
|
+
"comment": "Remove Tooltip's inverted prop in favor of the appearance prop"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"author": "beachball",
|
120
|
+
"package": "@fluentui/react-tooltip",
|
121
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-rc.1",
|
122
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"author": "beachball",
|
126
|
+
"package": "@fluentui/react-tooltip",
|
127
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-rc.1",
|
128
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"author": "beachball",
|
132
|
+
"package": "@fluentui/react-tooltip",
|
133
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.1",
|
134
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"author": "beachball",
|
138
|
+
"package": "@fluentui/react-tooltip",
|
139
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
|
140
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"author": "beachball",
|
144
|
+
"package": "@fluentui/react-tooltip",
|
145
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
146
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"author": "beachball",
|
150
|
+
"package": "@fluentui/react-tooltip",
|
151
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
152
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
153
|
+
}
|
154
|
+
],
|
155
|
+
"none": [
|
156
|
+
{
|
157
|
+
"author": "olfedias@microsoft.com",
|
158
|
+
"package": "@fluentui/react-tooltip",
|
159
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
160
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"author": "elcraig@microsoft.com",
|
164
|
+
"package": "@fluentui/react-tooltip",
|
165
|
+
"commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
|
166
|
+
"comment": "Remove outdated boilerplate comment in useTooltip"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"author": "martinhochel@microsoft.com",
|
170
|
+
"package": "@fluentui/react-tooltip",
|
171
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
172
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"author": "andredias@microsoft.com",
|
176
|
+
"package": "@fluentui/react-tooltip",
|
177
|
+
"commit": "b59f44ed5db37b457476fdb3ec86ff273b776646",
|
178
|
+
"comment": "Migrate package to use solution tsconfigs"
|
179
|
+
}
|
180
|
+
]
|
181
|
+
}
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"date": "Thu, 25 Nov 2021 08:34:17 GMT",
|
185
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-beta.5",
|
186
|
+
"version": "9.0.0-beta.5",
|
187
|
+
"comments": {
|
188
|
+
"prerelease": [
|
189
|
+
{
|
190
|
+
"author": "lingfangao@hotmail.com",
|
191
|
+
"package": "@fluentui/react-tooltip",
|
192
|
+
"commit": "58db204f28af1d68df7260ff580cf91f0adcfb66",
|
193
|
+
"comment": "Add transparent outline to arrow for HC"
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"author": "beachball",
|
197
|
+
"package": "@fluentui/react-tooltip",
|
198
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
199
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"author": "beachball",
|
203
|
+
"package": "@fluentui/react-tooltip",
|
204
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-beta.5",
|
205
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"author": "beachball",
|
209
|
+
"package": "@fluentui/react-tooltip",
|
210
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-beta.4",
|
211
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
212
|
+
},
|
213
|
+
{
|
214
|
+
"author": "beachball",
|
215
|
+
"package": "@fluentui/react-tooltip",
|
216
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.4",
|
217
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"author": "beachball",
|
221
|
+
"package": "@fluentui/react-tooltip",
|
222
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
|
223
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"author": "beachball",
|
227
|
+
"package": "@fluentui/react-tooltip",
|
228
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
229
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
230
|
+
},
|
231
|
+
{
|
232
|
+
"author": "beachball",
|
233
|
+
"package": "@fluentui/react-tooltip",
|
234
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
235
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"author": "beachball",
|
239
|
+
"package": "@fluentui/react-tooltip",
|
240
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
241
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
242
|
+
},
|
243
|
+
{
|
244
|
+
"author": "beachball",
|
245
|
+
"package": "@fluentui/react-tooltip",
|
246
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
247
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
248
|
+
}
|
249
|
+
]
|
250
|
+
}
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"date": "Fri, 12 Nov 2021 13:25:09 GMT",
|
254
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-beta.4",
|
255
|
+
"version": "9.0.0-beta.4",
|
256
|
+
"comments": {
|
257
|
+
"none": [
|
258
|
+
{
|
259
|
+
"author": "lingfangao@hotmail.com",
|
260
|
+
"package": "@fluentui/react-tooltip",
|
261
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
262
|
+
"comment": "Remove beta release tag"
|
263
|
+
}
|
264
|
+
],
|
265
|
+
"prerelease": [
|
266
|
+
{
|
267
|
+
"author": "gcox@microsoft.com",
|
268
|
+
"package": "@fluentui/react-tooltip",
|
269
|
+
"commit": "d5810cfc819dcb2126ffaa081bf117fcae83dc73",
|
270
|
+
"comment": "Updated stories to support codesandbox"
|
271
|
+
},
|
272
|
+
{
|
273
|
+
"author": "olfedias@microsoft.com",
|
274
|
+
"package": "@fluentui/react-tooltip",
|
275
|
+
"commit": "f078af73d95d0f2c380144a40127bd08e389aa2d",
|
276
|
+
"comment": "export static classes for components"
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"author": "gcox@microsoft.com",
|
280
|
+
"package": "@fluentui/react-tooltip",
|
281
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
282
|
+
"comment": "Updated beta and RC components to ES2019"
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"author": "beachball",
|
286
|
+
"package": "@fluentui/react-tooltip",
|
287
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
288
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"author": "beachball",
|
292
|
+
"package": "@fluentui/react-tooltip",
|
293
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-beta.4",
|
294
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"author": "beachball",
|
298
|
+
"package": "@fluentui/react-tooltip",
|
299
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-beta.3",
|
300
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"author": "beachball",
|
304
|
+
"package": "@fluentui/react-tooltip",
|
305
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.3",
|
306
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"author": "beachball",
|
310
|
+
"package": "@fluentui/react-tooltip",
|
311
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
|
312
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
313
|
+
},
|
314
|
+
{
|
315
|
+
"author": "beachball",
|
316
|
+
"package": "@fluentui/react-tooltip",
|
317
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
318
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"author": "beachball",
|
322
|
+
"package": "@fluentui/react-tooltip",
|
323
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
324
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"author": "beachball",
|
328
|
+
"package": "@fluentui/react-tooltip",
|
329
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
330
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"author": "beachball",
|
334
|
+
"package": "@fluentui/react-tooltip",
|
335
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
336
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
337
|
+
}
|
338
|
+
]
|
339
|
+
}
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"date": "Wed, 27 Oct 2021 12:14:23 GMT",
|
343
|
+
"tag": "@fluentui/react-tooltip_v9.0.0-beta.3",
|
344
|
+
"version": "9.0.0-beta.3",
|
345
|
+
"comments": {
|
346
|
+
"prerelease": [
|
347
|
+
{
|
348
|
+
"author": "gcox@microsoft.com",
|
349
|
+
"package": "@fluentui/react-tooltip",
|
350
|
+
"commit": "75a731d1410685b12a091dcd8a60c318f58260f6",
|
351
|
+
"comment": "Removed duplicate 'Tooltip' from story names"
|
352
|
+
},
|
353
|
+
{
|
354
|
+
"author": "peter@draxler.ml",
|
12
355
|
"package": "@fluentui/react-tooltip",
|
13
|
-
"
|
14
|
-
"
|
356
|
+
"commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
|
357
|
+
"comment": "added styling of documentation"
|
15
358
|
},
|
16
359
|
{
|
17
360
|
"author": "beachball",
|
18
361
|
"package": "@fluentui/react-tooltip",
|
19
|
-
"comment": "Bump @fluentui/react-make-styles to v9.0.0-
|
20
|
-
"commit": "
|
362
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
|
363
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
21
364
|
},
|
22
365
|
{
|
23
366
|
"author": "beachball",
|
24
367
|
"package": "@fluentui/react-tooltip",
|
25
|
-
"comment": "Bump @fluentui/react-portal to v9.0.0-
|
26
|
-
"commit": "
|
368
|
+
"comment": "Bump @fluentui/react-portal to v9.0.0-beta.3",
|
369
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
27
370
|
},
|
28
371
|
{
|
29
372
|
"author": "beachball",
|
30
373
|
"package": "@fluentui/react-tooltip",
|
31
|
-
"comment": "Bump @fluentui/react-positioning to v9.0.0-
|
32
|
-
"commit": "
|
374
|
+
"comment": "Bump @fluentui/react-positioning to v9.0.0-beta.2",
|
375
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
33
376
|
},
|
34
377
|
{
|
35
378
|
"author": "beachball",
|
36
379
|
"package": "@fluentui/react-tooltip",
|
37
|
-
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-
|
38
|
-
"commit": "
|
380
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-beta.2",
|
381
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
39
382
|
},
|
40
383
|
{
|
41
384
|
"author": "beachball",
|
42
385
|
"package": "@fluentui/react-tooltip",
|
43
|
-
"comment": "Bump @fluentui/react-theme to v9.0.0-
|
44
|
-
"commit": "
|
386
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
|
387
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
45
388
|
},
|
46
389
|
{
|
47
390
|
"author": "beachball",
|
48
391
|
"package": "@fluentui/react-tooltip",
|
49
|
-
"comment": "Bump @fluentui/react-utilities to v9.0.0-
|
50
|
-
"commit": "
|
392
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
|
393
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
51
394
|
},
|
52
395
|
{
|
53
396
|
"author": "beachball",
|
54
397
|
"package": "@fluentui/react-tooltip",
|
55
|
-
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-
|
56
|
-
"commit": "
|
398
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
|
399
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
57
400
|
},
|
58
401
|
{
|
59
402
|
"author": "beachball",
|
60
403
|
"package": "@fluentui/react-tooltip",
|
61
|
-
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-
|
62
|
-
"commit": "
|
404
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
|
405
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
63
406
|
},
|
64
407
|
{
|
65
408
|
"author": "beachball",
|
66
409
|
"package": "@fluentui/react-tooltip",
|
67
|
-
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-
|
68
|
-
"commit": "
|
410
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
|
411
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
69
412
|
}
|
70
413
|
]
|
71
414
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,26 +1,97 @@
|
|
1
1
|
# Change Log - @fluentui/react-tooltip
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 10 Feb 2022 08:43:43 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [9.0.0-
|
8
|
-
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.
|
11
|
-
|
12
|
-
### Changes
|
13
|
-
|
14
|
-
-
|
15
|
-
-
|
16
|
-
-
|
17
|
-
-
|
18
|
-
-
|
19
|
-
- Bump
|
20
|
-
-
|
21
|
-
-
|
22
|
-
-
|
23
|
-
-
|
7
|
+
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-rc.1)
|
8
|
+
|
9
|
+
Thu, 10 Feb 2022 08:43:43 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.5..@fluentui/react-tooltip_v9.0.0-rc.1)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- BREAKING: implement `content` slot ([PR #21470](https://github.com/microsoft/fluentui/pull/21470) by olfedias@microsoft.com)
|
15
|
+
- Replace make-styles packages with griffel equivalents. ([PR #21422](https://github.com/microsoft/fluentui/pull/21422) by olfedias@microsoft.com)
|
16
|
+
- Replace `triggerAriaAttribute` prop with `relationship` and make it required with no default ([PR #21331](https://github.com/microsoft/fluentui/pull/21331) by behowell@microsoft.com)
|
17
|
+
- Update MenuTrigger and Tooltip to work together ([PR #21495](https://github.com/microsoft/fluentui/pull/21495) by behowell@microsoft.com)
|
18
|
+
- remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
|
19
|
+
- Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
|
20
|
+
- Move arrowHeight and tooltipBorderRadius into a shared constants.ts file ([PR #21204](https://github.com/microsoft/fluentui/pull/21204) by behowell@microsoft.com)
|
21
|
+
- Prevent Tooltip from overriding any aria-label, etc. props on its child ([PR #21532](https://github.com/microsoft/fluentui/pull/21532) by behowell@microsoft.com)
|
22
|
+
- Replacing use of functions in makeStyles with direct use of tokens. ([PR #21058](https://github.com/microsoft/fluentui/pull/21058) by Humberto.Morimoto@microsoft.com)
|
23
|
+
- Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
|
24
|
+
- update styles to not use CSS shorthands ([PR #20795](https://github.com/microsoft/fluentui/pull/20795) by olfedias@microsoft.com)
|
25
|
+
- BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
|
26
|
+
- Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
|
27
|
+
- Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
|
28
|
+
- Update documentation stories ([PR #21298](https://github.com/microsoft/fluentui/pull/21298) by behowell@microsoft.com)
|
29
|
+
- update types related to trigger (allow only React.ReactElement & null) ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
|
30
|
+
- Fix tooltip arrow rendering, and add high contrast border around Tooltip ([PR #21086](https://github.com/microsoft/fluentui/pull/21086) by behowell@microsoft.com)
|
31
|
+
- Remove Tooltip's inverted prop in favor of the appearance prop ([PR #21327](https://github.com/microsoft/fluentui/pull/21327) by behowell@microsoft.com)
|
32
|
+
- Bump @fluentui/react-portal to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
33
|
+
- Bump @fluentui/react-positioning to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
34
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
35
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
36
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
37
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
|
38
|
+
|
39
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.5)
|
40
|
+
|
41
|
+
Thu, 25 Nov 2021 08:34:17 GMT
|
42
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.4..@fluentui/react-tooltip_v9.0.0-beta.5)
|
43
|
+
|
44
|
+
### Changes
|
45
|
+
|
46
|
+
- Add transparent outline to arrow for HC ([PR #20541](https://github.com/microsoft/fluentui/pull/20541) by lingfangao@hotmail.com)
|
47
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
48
|
+
- Bump @fluentui/react-portal to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
49
|
+
- Bump @fluentui/react-positioning to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
50
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
51
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
52
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
53
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
54
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
55
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
56
|
+
|
57
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.4)
|
58
|
+
|
59
|
+
Fri, 12 Nov 2021 13:25:09 GMT
|
60
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.3..@fluentui/react-tooltip_v9.0.0-beta.4)
|
61
|
+
|
62
|
+
### Changes
|
63
|
+
|
64
|
+
- Updated stories to support codesandbox ([PR #20373](https://github.com/microsoft/fluentui/pull/20373) by gcox@microsoft.com)
|
65
|
+
- export static classes for components ([PR #20455](https://github.com/microsoft/fluentui/pull/20455) by olfedias@microsoft.com)
|
66
|
+
- Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
|
67
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
68
|
+
- Bump @fluentui/react-portal to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
69
|
+
- Bump @fluentui/react-positioning to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
70
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
71
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
72
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
73
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
74
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
75
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
76
|
+
|
77
|
+
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.3)
|
78
|
+
|
79
|
+
Wed, 27 Oct 2021 12:14:23 GMT
|
80
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-tooltip_v9.0.0-beta.2..@fluentui/react-tooltip_v9.0.0-beta.3)
|
81
|
+
|
82
|
+
### Changes
|
83
|
+
|
84
|
+
- Removed duplicate 'Tooltip' from story names ([PR #20271](https://github.com/microsoft/fluentui/pull/20271) by gcox@microsoft.com)
|
85
|
+
- added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
|
86
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
87
|
+
- Bump @fluentui/react-portal to v9.0.0-beta.3 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
88
|
+
- Bump @fluentui/react-positioning to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
89
|
+
- Bump @fluentui/react-shared-contexts to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
90
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
91
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
92
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
93
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
94
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
|
24
95
|
|
25
96
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-tooltip_v9.0.0-beta.2)
|
26
97
|
|