@fluentui/react-link 9.0.0-rc.1 → 9.0.0-rc.10

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