@fluentui/react-link 9.0.0-nightly.d730088d7f.0 → 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 (64) hide show
  1. package/CHANGELOG.json +590 -23
  2. package/CHANGELOG.md +279 -125
  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} +20 -13
  7. package/{lib → dist}/tsdoc-metadata.json +0 -0
  8. package/lib/Link.js.map +1 -1
  9. package/lib/components/Link/Link.js +7 -7
  10. package/lib/components/Link/Link.js.map +1 -1
  11. package/lib/components/Link/Link.types.js.map +1 -1
  12. package/lib/components/Link/index.js.map +1 -1
  13. package/lib/components/Link/renderLink.js +7 -7
  14. package/lib/components/Link/renderLink.js.map +1 -1
  15. package/lib/components/Link/useLink.js +21 -20
  16. package/lib/components/Link/useLink.js.map +1 -1
  17. package/lib/components/Link/useLinkState.js +16 -12
  18. package/lib/components/Link/useLinkState.js.map +1 -1
  19. package/lib/components/Link/useLinkStyles.js +28 -10
  20. package/lib/components/Link/useLinkStyles.js.map +1 -1
  21. package/lib/index.js +2 -1
  22. package/lib/index.js.map +1 -1
  23. package/lib-commonjs/Link.js +1 -1
  24. package/lib-commonjs/Link.js.map +1 -1
  25. package/lib-commonjs/components/Link/Link.js +8 -8
  26. package/lib-commonjs/components/Link/Link.js.map +1 -1
  27. package/lib-commonjs/components/Link/Link.types.js.map +1 -1
  28. package/lib-commonjs/components/Link/index.js +1 -1
  29. package/lib-commonjs/components/Link/index.js.map +1 -1
  30. package/lib-commonjs/components/Link/renderLink.js +11 -12
  31. package/lib-commonjs/components/Link/renderLink.js.map +1 -1
  32. package/lib-commonjs/components/Link/useLink.js +24 -24
  33. package/lib-commonjs/components/Link/useLink.js.map +1 -1
  34. package/lib-commonjs/components/Link/useLinkState.js +19 -15
  35. package/lib-commonjs/components/Link/useLinkState.js.map +1 -1
  36. package/lib-commonjs/components/Link/useLinkStyles.js +33 -13
  37. package/lib-commonjs/components/Link/useLinkStyles.js.map +1 -1
  38. package/lib-commonjs/index.js +45 -2
  39. package/lib-commonjs/index.js.map +1 -1
  40. package/package.json +20 -24
  41. package/lib/Link.d.ts +0 -1
  42. package/lib/common/isConformant.d.ts +0 -4
  43. package/lib/common/isConformant.js +0 -14
  44. package/lib/common/isConformant.js.map +0 -1
  45. package/lib/components/Link/Link.d.ts +0 -6
  46. package/lib/components/Link/Link.types.d.ts +0 -32
  47. package/lib/components/Link/index.d.ts +0 -6
  48. package/lib/components/Link/renderLink.d.ts +0 -5
  49. package/lib/components/Link/useLink.d.ts +0 -8
  50. package/lib/components/Link/useLinkState.d.ts +0 -6
  51. package/lib/components/Link/useLinkStyles.d.ts +0 -2
  52. package/lib/index.d.ts +0 -1
  53. package/lib-commonjs/Link.d.ts +0 -1
  54. package/lib-commonjs/common/isConformant.d.ts +0 -4
  55. package/lib-commonjs/common/isConformant.js +0 -25
  56. package/lib-commonjs/common/isConformant.js.map +0 -1
  57. package/lib-commonjs/components/Link/Link.d.ts +0 -6
  58. package/lib-commonjs/components/Link/Link.types.d.ts +0 -32
  59. package/lib-commonjs/components/Link/index.d.ts +0 -6
  60. package/lib-commonjs/components/Link/renderLink.d.ts +0 -5
  61. package/lib-commonjs/components/Link/useLink.d.ts +0 -8
  62. package/lib-commonjs/components/Link/useLinkState.d.ts +0 -6
  63. package/lib-commonjs/components/Link/useLinkStyles.d.ts +0 -2
  64. package/lib-commonjs/index.d.ts +0 -1
package/CHANGELOG.json CHANGED
@@ -2,64 +2,631 @@
2
2
  "name": "@fluentui/react-link",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 20 Oct 2021 09:19:30 GMT",
6
- "tag": "@fluentui/react-link_v9.0.0-nightly.d730088d7f.0",
7
- "version": "9.0.0-nightly.d730088d7f.0",
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
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
11
+ "author": "olfedias@microsoft.com",
12
12
  "package": "@fluentui/react-link",
13
- "comment": "Release nightly v9",
14
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
13
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
14
+ "comment": "chore: Update Griffel to latest version"
15
15
  },
16
16
  {
17
- "author": "peter@draxler.ml",
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",
18
134
  "package": "@fluentui/react-link",
19
- "comment": "added styling of documentation",
20
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
135
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
136
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
21
137
  },
22
138
  {
23
139
  "author": "beachball",
24
140
  "package": "@fluentui/react-link",
25
- "comment": "Bump @fluentui/keyboard-keys to v9.0.0-nightly.d730088d7f.0",
26
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
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",
342
+ "tag": "@fluentui/react-link_v9.0.0-rc.1",
343
+ "version": "9.0.0-rc.1",
344
+ "comments": {
345
+ "prerelease": [
346
+ {
347
+ "author": "Humberto.Morimoto@microsoft.com",
348
+ "package": "@fluentui/react-link",
349
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
350
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
351
+ },
352
+ {
353
+ "author": "behowell@microsoft.com",
354
+ "package": "@fluentui/react-link",
355
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
356
+ "comment": "Remove component's shorthandProps array"
357
+ },
358
+ {
359
+ "author": "mgodbolt@microsoft.com",
360
+ "package": "@fluentui/react-link",
361
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
362
+ "comment": "remove export of commons types"
363
+ },
364
+ {
365
+ "author": "behowell@microsoft.com",
366
+ "package": "@fluentui/react-link",
367
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
368
+ "comment": "Refactor component Slot typings"
369
+ },
370
+ {
371
+ "author": "lingfangao@hotmail.com",
372
+ "package": "@fluentui/react-link",
373
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
374
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
375
+ },
376
+ {
377
+ "author": "Humberto.Morimoto@microsoft.com",
378
+ "package": "@fluentui/react-link",
379
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
380
+ "comment": "Updating based on changes to composition types."
381
+ },
382
+ {
383
+ "author": "olfedias@microsoft.com",
384
+ "package": "@fluentui/react-link",
385
+ "commit": "c85787719dfe8fabd2c60b3068012fed77f5d656",
386
+ "comment": "update styles to not use CSS shorthands"
387
+ },
388
+ {
389
+ "author": "behowell@microsoft.com",
390
+ "package": "@fluentui/react-link",
391
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
392
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
393
+ },
394
+ {
395
+ "author": "olfedias@microsoft.com",
396
+ "package": "@fluentui/react-link",
397
+ "commit": "c6b5aab92807f3f8c379330dc53001f5a3e9e568",
398
+ "comment": "use Griffel packages"
399
+ },
400
+ {
401
+ "author": "Humberto.Morimoto@microsoft.com",
402
+ "package": "@fluentui/react-link",
403
+ "commit": "e92670a22c5f796fa1e12051f756d9207d22d701",
404
+ "comment": "react-link: Replacing use of functions in makeStyles with direct use of tokens."
405
+ },
406
+ {
407
+ "author": "beachball",
408
+ "package": "@fluentui/react-link",
409
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.1",
410
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
411
+ },
412
+ {
413
+ "author": "beachball",
414
+ "package": "@fluentui/react-link",
415
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
416
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
417
+ },
418
+ {
419
+ "author": "beachball",
420
+ "package": "@fluentui/react-link",
421
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
422
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
423
+ },
424
+ {
425
+ "author": "beachball",
426
+ "package": "@fluentui/react-link",
427
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
428
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
429
+ }
430
+ ],
431
+ "none": [
432
+ {
433
+ "author": "andredias@microsoft.com",
434
+ "package": "@fluentui/react-link",
435
+ "commit": "75a728d6aa3d4a7182e25ea078008788595f2868",
436
+ "comment": "Migrate package to use solution tsconfigs"
437
+ },
438
+ {
439
+ "author": "martinhochel@microsoft.com",
440
+ "package": "@fluentui/react-link",
441
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
442
+ "comment": "chore: use storybook runner for all vNext packages"
443
+ },
444
+ {
445
+ "author": "olfedias@microsoft.com",
446
+ "package": "@fluentui/react-link",
447
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
448
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
449
+ }
450
+ ]
451
+ }
452
+ },
453
+ {
454
+ "date": "Thu, 25 Nov 2021 08:34:17 GMT",
455
+ "tag": "@fluentui/react-link_v9.0.0-beta.5",
456
+ "version": "9.0.0-beta.5",
457
+ "comments": {
458
+ "prerelease": [
459
+ {
460
+ "author": "beachball",
461
+ "package": "@fluentui/react-link",
462
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
463
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
464
+ },
465
+ {
466
+ "author": "beachball",
467
+ "package": "@fluentui/react-link",
468
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
469
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
470
+ },
471
+ {
472
+ "author": "beachball",
473
+ "package": "@fluentui/react-link",
474
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
475
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
476
+ },
477
+ {
478
+ "author": "beachball",
479
+ "package": "@fluentui/react-link",
480
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
481
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
482
+ },
483
+ {
484
+ "author": "beachball",
485
+ "package": "@fluentui/react-link",
486
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
487
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
488
+ },
489
+ {
490
+ "author": "beachball",
491
+ "package": "@fluentui/react-link",
492
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
493
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
494
+ }
495
+ ]
496
+ }
497
+ },
498
+ {
499
+ "date": "Fri, 12 Nov 2021 13:25:26 GMT",
500
+ "tag": "@fluentui/react-link_v9.0.0-beta.4",
501
+ "version": "9.0.0-beta.4",
502
+ "comments": {
503
+ "prerelease": [
504
+ {
505
+ "author": "olfedias@microsoft.com",
506
+ "package": "@fluentui/react-link",
507
+ "commit": "7eb7d2daebaa11dbdcd555b0b962407013a7ca80",
508
+ "comment": "export static classes for components"
509
+ },
510
+ {
511
+ "author": "Humberto.Morimoto@microsoft.com",
512
+ "package": "@fluentui/react-link",
513
+ "commit": "a4ea9b6227d2f634f85b40fe4cec10e4c391244b",
514
+ "comment": "Updating Link tests."
515
+ },
516
+ {
517
+ "author": "gcox@microsoft.com",
518
+ "package": "@fluentui/react-link",
519
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
520
+ "comment": "Updated beta and RC components to ES2019"
521
+ },
522
+ {
523
+ "author": "beachball",
524
+ "package": "@fluentui/react-link",
525
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
526
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
527
+ },
528
+ {
529
+ "author": "beachball",
530
+ "package": "@fluentui/react-link",
531
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
532
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
533
+ },
534
+ {
535
+ "author": "beachball",
536
+ "package": "@fluentui/react-link",
537
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
538
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
539
+ },
540
+ {
541
+ "author": "beachball",
542
+ "package": "@fluentui/react-link",
543
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
544
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
545
+ },
546
+ {
547
+ "author": "beachball",
548
+ "package": "@fluentui/react-link",
549
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
550
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
551
+ },
552
+ {
553
+ "author": "beachball",
554
+ "package": "@fluentui/react-link",
555
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
556
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
557
+ }
558
+ ],
559
+ "none": [
560
+ {
561
+ "author": "lingfangao@hotmail.com",
562
+ "package": "@fluentui/react-link",
563
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
564
+ "comment": "Remove beta release tag"
565
+ }
566
+ ]
567
+ }
568
+ },
569
+ {
570
+ "date": "Wed, 27 Oct 2021 12:14:19 GMT",
571
+ "tag": "@fluentui/react-link_v9.0.0-beta.3",
572
+ "version": "9.0.0-beta.3",
573
+ "comments": {
574
+ "none": [
575
+ {
576
+ "author": "lingfangao@hotmail.com",
577
+ "package": "@fluentui/react-link",
578
+ "commit": "8cee28054c8667836c0a7ffd69587b4da370658c",
579
+ "comment": "chore(Link): Make documentation exportable to codesandbox"
580
+ },
581
+ {
582
+ "author": "ndresx@gmail.com",
583
+ "package": "@fluentui/react-link",
584
+ "commit": "63b209caf3d34e87c08cec16cfc2f7433f3cd65c",
585
+ "comment": "Migrate react-link tests to rtl"
586
+ }
587
+ ],
588
+ "prerelease": [
589
+ {
590
+ "author": "peter@draxler.ml",
591
+ "package": "@fluentui/react-link",
592
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
593
+ "comment": "added styling of documentation"
27
594
  },
28
595
  {
29
596
  "author": "beachball",
30
597
  "package": "@fluentui/react-link",
31
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.d730088d7f.0",
32
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
598
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
599
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
33
600
  },
34
601
  {
35
602
  "author": "beachball",
36
603
  "package": "@fluentui/react-link",
37
- "comment": "Bump @fluentui/react-tabster to v9.0.0-nightly.d730088d7f.0",
38
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
604
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.3",
605
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
39
606
  },
40
607
  {
41
608
  "author": "beachball",
42
609
  "package": "@fluentui/react-link",
43
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.d730088d7f.0",
44
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
610
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
611
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
45
612
  },
46
613
  {
47
614
  "author": "beachball",
48
615
  "package": "@fluentui/react-link",
49
- "comment": "Bump @fluentui/babel-make-styles to v9.0.0-nightly.d730088d7f.0",
50
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
616
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
617
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
51
618
  },
52
619
  {
53
620
  "author": "beachball",
54
621
  "package": "@fluentui/react-link",
55
- "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.d730088d7f.0",
56
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
622
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
623
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
57
624
  },
58
625
  {
59
626
  "author": "beachball",
60
627
  "package": "@fluentui/react-link",
61
- "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.d730088d7f.0",
62
- "commit": "ec40cc4bf5af48d100161d7fc692fa8624507dee"
628
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
629
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
63
630
  }
64
631
  ]
65
632
  }