@fluentui/react-link 9.0.0-rc.7 → 9.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.
Files changed (47) hide show
  1. package/CHANGELOG.json +341 -1
  2. package/CHANGELOG.md +229 -123
  3. package/MIGRATION.md +12 -16
  4. package/README.md +19 -12
  5. package/SPEC.md +2 -67
  6. package/dist/{react-link.d.ts → index.d.ts} +4 -10
  7. package/{lib → dist}/tsdoc-metadata.json +0 -0
  8. package/lib/components/Link/Link.js.map +1 -1
  9. package/lib/components/Link/Link.types.js.map +1 -1
  10. package/lib/components/Link/renderLink.js.map +1 -1
  11. package/lib/components/Link/useLink.js +4 -4
  12. package/lib/components/Link/useLink.js.map +1 -1
  13. package/lib/components/Link/useLinkState.js +2 -1
  14. package/lib/components/Link/useLinkState.js.map +1 -1
  15. package/lib/components/Link/useLinkStyles.js +12 -9
  16. package/lib/components/Link/useLinkStyles.js.map +1 -1
  17. package/lib/index.js +1 -2
  18. package/lib/index.js.map +1 -1
  19. package/lib-commonjs/components/Link/Link.js.map +1 -1
  20. package/lib-commonjs/components/Link/renderLink.js.map +1 -1
  21. package/lib-commonjs/components/Link/useLink.js +4 -4
  22. package/lib-commonjs/components/Link/useLink.js.map +1 -1
  23. package/lib-commonjs/components/Link/useLinkState.js +2 -1
  24. package/lib-commonjs/components/Link/useLinkState.js.map +1 -1
  25. package/lib-commonjs/components/Link/useLinkStyles.js +13 -10
  26. package/lib-commonjs/components/Link/useLinkStyles.js.map +1 -1
  27. package/lib-commonjs/index.js +1 -8
  28. package/lib-commonjs/index.js.map +1 -1
  29. package/package.json +11 -13
  30. package/lib/Link.d.ts +0 -1
  31. package/lib/components/Link/Link.d.ts +0 -6
  32. package/lib/components/Link/Link.types.d.ts +0 -33
  33. package/lib/components/Link/index.d.ts +0 -6
  34. package/lib/components/Link/renderLink.d.ts +0 -5
  35. package/lib/components/Link/useLink.d.ts +0 -8
  36. package/lib/components/Link/useLinkState.d.ts +0 -6
  37. package/lib/components/Link/useLinkStyles.d.ts +0 -8
  38. package/lib/index.d.ts +0 -2
  39. package/lib-commonjs/Link.d.ts +0 -1
  40. package/lib-commonjs/components/Link/Link.d.ts +0 -6
  41. package/lib-commonjs/components/Link/Link.types.d.ts +0 -33
  42. package/lib-commonjs/components/Link/index.d.ts +0 -6
  43. package/lib-commonjs/components/Link/renderLink.d.ts +0 -5
  44. package/lib-commonjs/components/Link/useLink.d.ts +0 -8
  45. package/lib-commonjs/components/Link/useLinkState.d.ts +0 -6
  46. package/lib-commonjs/components/Link/useLinkStyles.d.ts +0 -8
  47. package/lib-commonjs/index.d.ts +0 -2
package/CHANGELOG.json CHANGED
@@ -2,7 +2,347 @@
2
2
  "name": "@fluentui/react-link",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 25 Apr 2022 09:31:20 GMT",
5
+ "date": "Tue, 28 Jun 2022 15:08:51 GMT",
6
+ "tag": "@fluentui/react-link_v9.0.0",
7
+ "version": "9.0.0",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-link",
13
+ "commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
14
+ "comment": "feat: Initial 9.0.0 release"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-link",
19
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0",
20
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-link",
25
+ "comment": "Bump @fluentui/react-tabster to v9.0.0",
26
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-link",
31
+ "comment": "Bump @fluentui/react-theme to v9.0.0",
32
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-link",
37
+ "comment": "Bump @fluentui/react-utilities to v9.0.0",
38
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-link",
43
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9",
44
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
45
+ }
46
+ ],
47
+ "prerelease": [
48
+ {
49
+ "author": "lingfangao@hotmail.com",
50
+ "package": "@fluentui/react-link",
51
+ "commit": "675acea49c97f10837ddee9b8c4350ca27750125",
52
+ "comment": "Bump Griffel dependencies"
53
+ },
54
+ {
55
+ "author": "Humberto.Morimoto@microsoft.com",
56
+ "package": "@fluentui/react-link",
57
+ "commit": "bd64779b7d68775260b587f10265d64b916f6140",
58
+ "comment": "Fixing mention of SpinButton in README."
59
+ },
60
+ {
61
+ "author": "Humberto.Morimoto@microsoft.com",
62
+ "package": "@fluentui/react-link",
63
+ "commit": "ce6fe7e35398b3ca4e11a26b777fd9ba46529c72",
64
+ "comment": "README and migration guide cleanup."
65
+ },
66
+ {
67
+ "author": "lingfangao@hotmail.com",
68
+ "package": "@fluentui/react-link",
69
+ "commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
70
+ "comment": "Update 9.0.0-rc dependencies to use caret range"
71
+ }
72
+ ],
73
+ "none": [
74
+ {
75
+ "author": "tristan.watanabe@gmail.com",
76
+ "package": "@fluentui/react-link",
77
+ "commit": "c6d03231b254b58e8de042800129907a970bc6f8",
78
+ "comment": "chore: Move Link stories to folder with index entry."
79
+ }
80
+ ]
81
+ }
82
+ },
83
+ {
84
+ "date": "Thu, 23 Jun 2022 14:25:31 GMT",
85
+ "tag": "@fluentui/react-link_v9.0.0-rc.14",
86
+ "version": "9.0.0-rc.14",
87
+ "comments": {
88
+ "prerelease": [
89
+ {
90
+ "author": "beachball",
91
+ "package": "@fluentui/react-link",
92
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.14",
93
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
94
+ },
95
+ {
96
+ "author": "beachball",
97
+ "package": "@fluentui/react-link",
98
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
99
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
100
+ }
101
+ ]
102
+ }
103
+ },
104
+ {
105
+ "date": "Tue, 31 May 2022 21:28:40 GMT",
106
+ "tag": "@fluentui/react-link_v9.0.0-rc.13",
107
+ "version": "9.0.0-rc.13",
108
+ "comments": {
109
+ "prerelease": [
110
+ {
111
+ "author": "olfedias@microsoft.com",
112
+ "package": "@fluentui/react-link",
113
+ "commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
114
+ "comment": "chore: Update Griffel to latest version"
115
+ },
116
+ {
117
+ "author": "beachball",
118
+ "package": "@fluentui/react-link",
119
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.13",
120
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
121
+ },
122
+ {
123
+ "author": "beachball",
124
+ "package": "@fluentui/react-link",
125
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
126
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
127
+ },
128
+ {
129
+ "author": "beachball",
130
+ "package": "@fluentui/react-link",
131
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8",
132
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
133
+ }
134
+ ]
135
+ }
136
+ },
137
+ {
138
+ "date": "Thu, 26 May 2022 21:01:26 GMT",
139
+ "tag": "@fluentui/react-link_v9.0.0-rc.12",
140
+ "version": "9.0.0-rc.12",
141
+ "comments": {
142
+ "none": [
143
+ {
144
+ "author": "olfedias@microsoft.com",
145
+ "package": "@fluentui/react-link",
146
+ "commit": "e0417c44ab690bda8923df041a880b6085f48e2d",
147
+ "comment": "fix missing dot, create missing files"
148
+ }
149
+ ],
150
+ "prerelease": [
151
+ {
152
+ "author": "beachball",
153
+ "package": "@fluentui/react-link",
154
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.12",
155
+ "commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
156
+ }
157
+ ]
158
+ }
159
+ },
160
+ {
161
+ "date": "Mon, 23 May 2022 18:56:45 GMT",
162
+ "tag": "@fluentui/react-link_v9.0.0-rc.11",
163
+ "version": "9.0.0-rc.11",
164
+ "comments": {
165
+ "prerelease": [
166
+ {
167
+ "author": "esteban.230@hotmail.com",
168
+ "package": "@fluentui/react-link",
169
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
170
+ "comment": "Removing <componentName>ClassName exports."
171
+ },
172
+ {
173
+ "author": "beachball",
174
+ "package": "@fluentui/react-link",
175
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.11",
176
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
177
+ },
178
+ {
179
+ "author": "beachball",
180
+ "package": "@fluentui/react-link",
181
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
182
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
183
+ },
184
+ {
185
+ "author": "beachball",
186
+ "package": "@fluentui/react-link",
187
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
188
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
189
+ }
190
+ ]
191
+ }
192
+ },
193
+ {
194
+ "date": "Mon, 23 May 2022 12:14:21 GMT",
195
+ "tag": "@fluentui/react-link_v9.0.0-rc.10",
196
+ "version": "9.0.0-rc.10",
197
+ "comments": {
198
+ "prerelease": [
199
+ {
200
+ "author": "olfedias@microsoft.com",
201
+ "package": "@fluentui/react-link",
202
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
203
+ "comment": "chore: Update Griffel to latest version"
204
+ },
205
+ {
206
+ "author": "olfedias@microsoft.com",
207
+ "package": "@fluentui/react-link",
208
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
209
+ "comment": "chore: Update Griffel to latest version"
210
+ },
211
+ {
212
+ "author": "martinhochel@microsoft.com",
213
+ "package": "@fluentui/react-link",
214
+ "commit": "692e6916819ee07a1dfb0d99ac2ffbdd0d75252f",
215
+ "comment": "feat: ship rolluped only dts"
216
+ },
217
+ {
218
+ "author": "Humberto.Morimoto@microsoft.com",
219
+ "package": "@fluentui/react-link",
220
+ "commit": "6462df4b4bf19411dd60e788c3316086aa685d8e",
221
+ "comment": "Removing LinkCommon type."
222
+ },
223
+ {
224
+ "author": "beachball",
225
+ "package": "@fluentui/react-link",
226
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.10",
227
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
228
+ },
229
+ {
230
+ "author": "beachball",
231
+ "package": "@fluentui/react-link",
232
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
233
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
234
+ },
235
+ {
236
+ "author": "beachball",
237
+ "package": "@fluentui/react-link",
238
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
239
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
240
+ },
241
+ {
242
+ "author": "beachball",
243
+ "package": "@fluentui/react-link",
244
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
245
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
246
+ }
247
+ ],
248
+ "none": [
249
+ {
250
+ "author": "Humberto.Morimoto@microsoft.com",
251
+ "package": "@fluentui/react-link",
252
+ "commit": "8639df27de59d5a48e0e46c07fe7ac9342cfc98a",
253
+ "comment": "Improving README and updating spec and migration guide."
254
+ }
255
+ ]
256
+ }
257
+ },
258
+ {
259
+ "date": "Thu, 05 May 2022 18:26:30 GMT",
260
+ "tag": "@fluentui/react-link_v9.0.0-rc.9",
261
+ "version": "9.0.0-rc.9",
262
+ "comments": {
263
+ "prerelease": [
264
+ {
265
+ "author": "beachball",
266
+ "package": "@fluentui/react-link",
267
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.6",
268
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
269
+ },
270
+ {
271
+ "author": "beachball",
272
+ "package": "@fluentui/react-link",
273
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.9",
274
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
275
+ },
276
+ {
277
+ "author": "beachball",
278
+ "package": "@fluentui/react-link",
279
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
280
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
281
+ },
282
+ {
283
+ "author": "beachball",
284
+ "package": "@fluentui/react-link",
285
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
286
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
287
+ },
288
+ {
289
+ "author": "beachball",
290
+ "package": "@fluentui/react-link",
291
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
292
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
293
+ }
294
+ ]
295
+ }
296
+ },
297
+ {
298
+ "date": "Wed, 04 May 2022 13:26:44 GMT",
299
+ "tag": "@fluentui/react-link_v9.0.0-rc.8",
300
+ "version": "9.0.0-rc.8",
301
+ "comments": {
302
+ "prerelease": [
303
+ {
304
+ "author": "Humberto.Morimoto@microsoft.com",
305
+ "package": "@fluentui/react-link",
306
+ "commit": "faf92d23bc6c2e21f1769e5ce210e17c7ebc9587",
307
+ "comment": "Link: Changing styles of focused links to align with design spec."
308
+ },
309
+ {
310
+ "author": "beachball",
311
+ "package": "@fluentui/react-link",
312
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.5",
313
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
314
+ },
315
+ {
316
+ "author": "beachball",
317
+ "package": "@fluentui/react-link",
318
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.8",
319
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
320
+ },
321
+ {
322
+ "author": "beachball",
323
+ "package": "@fluentui/react-link",
324
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
325
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
326
+ },
327
+ {
328
+ "author": "beachball",
329
+ "package": "@fluentui/react-link",
330
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
331
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
332
+ }
333
+ ],
334
+ "none": [
335
+ {
336
+ "author": "tristan.watanabe@gmail.com",
337
+ "package": "@fluentui/react-link",
338
+ "commit": "88fa8f279506c3cfbcc2facff95ecb5b420a217a",
339
+ "comment": "react-link: Move to new common folder."
340
+ }
341
+ ]
342
+ }
343
+ },
344
+ {
345
+ "date": "Mon, 25 Apr 2022 09:32:19 GMT",
6
346
  "tag": "@fluentui/react-link_v9.0.0-rc.7",
7
347
  "version": "9.0.0-rc.7",
8
348
  "comments": {