@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.md CHANGED
@@ -1,12 +1,115 @@
1
1
  # Change Log - @fluentui/react-link
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:44:39 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 12:10:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-rc.10)
8
+
9
+ Mon, 23 May 2022 12:10:47 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-rc.9..@fluentui/react-link_v9.0.0-rc.10)
11
+
12
+ ### Changes
13
+
14
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
15
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
16
+ - feat: ship rolluped only dts ([PR #22793](https://github.com/microsoft/fluentui/pull/22793) by martinhochel@microsoft.com)
17
+ - Removing LinkCommon type. ([PR #22942](https://github.com/microsoft/fluentui/pull/22942) by Humberto.Morimoto@microsoft.com)
18
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
19
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
20
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
21
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
22
+
23
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-rc.9)
24
+
25
+ Thu, 05 May 2022 18:26:30 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-rc.8..@fluentui/react-link_v9.0.0-rc.9)
27
+
28
+ ### Changes
29
+
30
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.6 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
32
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
33
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
34
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
35
+
36
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-rc.8)
37
+
38
+ Wed, 04 May 2022 13:26:44 GMT
39
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-rc.7..@fluentui/react-link_v9.0.0-rc.8)
40
+
41
+ ### Changes
42
+
43
+ - Link: Changing styles of focused links to align with design spec. ([PR #22732](https://github.com/microsoft/fluentui/pull/22732) by Humberto.Morimoto@microsoft.com)
44
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
45
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
46
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
47
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
48
+
49
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-rc.7)
50
+
51
+ Mon, 25 Apr 2022 09:32:19 GMT
52
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-rc.6..@fluentui/react-link_v9.0.0-rc.7)
53
+
54
+ ### Changes
55
+
56
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
57
+
58
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-rc.6)
59
+
60
+ Tue, 19 Apr 2022 19:16:45 GMT
61
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-rc.5..@fluentui/react-link_v9.0.0-rc.6)
62
+
63
+ ### Changes
64
+
65
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
66
+ - Removing star exports. ([PR #22112](https://github.com/microsoft/fluentui/pull/22112) by Humberto.Morimoto@microsoft.com)
67
+ - Add static classnames to Link ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
68
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
69
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
70
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
71
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
72
+
73
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-rc.5)
74
+
75
+ Fri, 04 Mar 2022 05:17:37 GMT
76
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-rc.4..@fluentui/react-link_v9.0.0-rc.5)
77
+
78
+ ### Changes
79
+
80
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
81
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
82
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
83
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
84
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
85
+
86
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-rc.4)
87
+
88
+ Tue, 01 Mar 2022 02:17:37 GMT
89
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-rc.3..@fluentui/react-link_v9.0.0-rc.4)
90
+
91
+ ### Changes
92
+
93
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
94
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
95
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
96
+
97
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-rc.3)
98
+
99
+ Fri, 18 Feb 2022 13:35:32 GMT
100
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-rc.1..@fluentui/react-link_v9.0.0-rc.3)
101
+
102
+ ### Changes
103
+
104
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
105
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
106
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
107
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
108
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
109
+
7
110
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-rc.1)
8
111
 
9
- Thu, 10 Feb 2022 08:44:39 GMT
112
+ Thu, 10 Feb 2022 08:51:26 GMT
10
113
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-beta.5..@fluentui/react-link_v9.0.0-rc.1)
11
114
 
12
115
  ### Changes
@@ -18,7 +121,7 @@ Thu, 10 Feb 2022 08:44:39 GMT
18
121
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
19
122
  - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
20
123
  - update styles to not use CSS shorthands ([PR #20819](https://github.com/microsoft/fluentui/pull/20819) by olfedias@microsoft.com)
21
- - 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)
124
+ - 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)
22
125
  - use Griffel packages ([PR #21429](https://github.com/microsoft/fluentui/pull/21429) by olfedias@microsoft.com)
23
126
  - react-link: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21047](https://github.com/microsoft/fluentui/pull/21047) by Humberto.Morimoto@microsoft.com)
24
127
  - Bump @fluentui/keyboard-keys to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
@@ -28,7 +131,7 @@ Thu, 10 Feb 2022 08:44:39 GMT
28
131
 
29
132
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-beta.5)
30
133
 
31
- Thu, 25 Nov 2021 08:34:17 GMT
134
+ Thu, 25 Nov 2021 08:34:17 GMT
32
135
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-beta.4..@fluentui/react-link_v9.0.0-beta.5)
33
136
 
34
137
  ### Changes
@@ -42,7 +145,7 @@ Thu, 25 Nov 2021 08:34:17 GMT
42
145
 
43
146
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-beta.4)
44
147
 
45
- Fri, 12 Nov 2021 13:25:26 GMT
148
+ Fri, 12 Nov 2021 13:25:26 GMT
46
149
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-beta.3..@fluentui/react-link_v9.0.0-beta.4)
47
150
 
48
151
  ### Changes
@@ -59,7 +162,7 @@ Fri, 12 Nov 2021 13:25:26 GMT
59
162
 
60
163
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-beta.3)
61
164
 
62
- Wed, 27 Oct 2021 12:14:19 GMT
165
+ Wed, 27 Oct 2021 12:14:19 GMT
63
166
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-beta.2..@fluentui/react-link_v9.0.0-beta.3)
64
167
 
65
168
  ### Changes
@@ -74,7 +177,7 @@ Wed, 27 Oct 2021 12:14:19 GMT
74
177
 
75
178
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-beta.2)
76
179
 
77
- Tue, 12 Oct 2021 19:45:58 GMT
180
+ Tue, 12 Oct 2021 19:45:58 GMT
78
181
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-beta.1..@fluentui/react-link_v9.0.0-beta.2)
79
182
 
80
183
  ### Changes
@@ -83,7 +186,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
83
186
 
84
187
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-beta.1)
85
188
 
86
- Wed, 06 Oct 2021 10:37:22 GMT
189
+ Wed, 06 Oct 2021 10:37:22 GMT
87
190
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.95..@fluentui/react-link_v9.0.0-beta.1)
88
191
 
89
192
  ### Changes
@@ -99,7 +202,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
99
202
 
100
203
  ## [9.0.0-alpha.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.95)
101
204
 
102
- Tue, 05 Oct 2021 12:47:58 GMT
205
+ Tue, 05 Oct 2021 12:47:58 GMT
103
206
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.94..@fluentui/react-link_v9.0.0-alpha.95)
104
207
 
105
208
  ### Changes
@@ -112,7 +215,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
112
215
 
113
216
  ## [9.0.0-alpha.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.94)
114
217
 
115
- Tue, 05 Oct 2021 09:28:07 GMT
218
+ Tue, 05 Oct 2021 09:28:07 GMT
116
219
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.93..@fluentui/react-link_v9.0.0-alpha.94)
117
220
 
118
221
  ### Changes
@@ -127,7 +230,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
127
230
 
128
231
  ## [9.0.0-alpha.93](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.93)
129
232
 
130
- Fri, 01 Oct 2021 14:13:08 GMT
233
+ Fri, 01 Oct 2021 14:13:08 GMT
131
234
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.91..@fluentui/react-link_v9.0.0-alpha.93)
132
235
 
133
236
  ### Changes
@@ -143,7 +246,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
143
246
 
144
247
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.91)
145
248
 
146
- Fri, 01 Oct 2021 12:30:46 GMT
249
+ Fri, 01 Oct 2021 12:30:46 GMT
147
250
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.90..@fluentui/react-link_v9.0.0-alpha.91)
148
251
 
149
252
  ### Changes
@@ -152,7 +255,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
152
255
 
153
256
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.90)
154
257
 
155
- Fri, 01 Oct 2021 09:44:56 GMT
258
+ Fri, 01 Oct 2021 09:44:56 GMT
156
259
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.89..@fluentui/react-link_v9.0.0-alpha.90)
157
260
 
158
261
  ### Changes
@@ -162,7 +265,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
162
265
 
163
266
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.89)
164
267
 
165
- Wed, 29 Sep 2021 08:06:11 GMT
268
+ Wed, 29 Sep 2021 08:06:11 GMT
166
269
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.88..@fluentui/react-link_v9.0.0-alpha.89)
167
270
 
168
271
  ### Changes
@@ -175,7 +278,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
175
278
 
176
279
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.88)
177
280
 
178
- Mon, 27 Sep 2021 08:06:00 GMT
281
+ Mon, 27 Sep 2021 08:06:00 GMT
179
282
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.87..@fluentui/react-link_v9.0.0-alpha.88)
180
283
 
181
284
  ### Changes
@@ -190,7 +293,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
190
293
 
191
294
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.87)
192
295
 
193
- Fri, 24 Sep 2021 09:17:17 GMT
296
+ Fri, 24 Sep 2021 09:17:17 GMT
194
297
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.86..@fluentui/react-link_v9.0.0-alpha.87)
195
298
 
196
299
  ### Changes
@@ -205,7 +308,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
205
308
 
206
309
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.86)
207
310
 
208
- Thu, 23 Sep 2021 08:21:34 GMT
311
+ Thu, 23 Sep 2021 08:21:34 GMT
209
312
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.85..@fluentui/react-link_v9.0.0-alpha.86)
210
313
 
211
314
  ### Changes
@@ -220,7 +323,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
220
323
 
221
324
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.85)
222
325
 
223
- Wed, 22 Sep 2021 10:10:07 GMT
326
+ Wed, 22 Sep 2021 10:10:07 GMT
224
327
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.84..@fluentui/react-link_v9.0.0-alpha.85)
225
328
 
226
329
  ### Changes
@@ -234,7 +337,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
234
337
 
235
338
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.84)
236
339
 
237
- Tue, 21 Sep 2021 07:42:34 GMT
340
+ Tue, 21 Sep 2021 07:42:34 GMT
238
341
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.83..@fluentui/react-link_v9.0.0-alpha.84)
239
342
 
240
343
  ### Changes
@@ -249,7 +352,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
249
352
 
250
353
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.83)
251
354
 
252
- Mon, 20 Sep 2021 07:36:26 GMT
355
+ Mon, 20 Sep 2021 07:36:26 GMT
253
356
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.82..@fluentui/react-link_v9.0.0-alpha.83)
254
357
 
255
358
  ### Changes
@@ -258,7 +361,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
258
361
 
259
362
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.82)
260
363
 
261
- Fri, 17 Sep 2021 07:35:26 GMT
364
+ Fri, 17 Sep 2021 07:35:26 GMT
262
365
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.81..@fluentui/react-link_v9.0.0-alpha.82)
263
366
 
264
367
  ### Changes
@@ -268,7 +371,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
268
371
 
269
372
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.81)
270
373
 
271
- Thu, 16 Sep 2021 07:38:39 GMT
374
+ Thu, 16 Sep 2021 07:38:39 GMT
272
375
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.80..@fluentui/react-link_v9.0.0-alpha.81)
273
376
 
274
377
  ### Changes
@@ -277,7 +380,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
277
380
 
278
381
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.80)
279
382
 
280
- Tue, 14 Sep 2021 20:09:02 GMT
383
+ Tue, 14 Sep 2021 20:09:02 GMT
281
384
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.79..@fluentui/react-link_v9.0.0-alpha.80)
282
385
 
283
386
  ### Changes
@@ -286,7 +389,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
286
389
 
287
390
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.79)
288
391
 
289
- Fri, 10 Sep 2021 16:31:53 GMT
392
+ Fri, 10 Sep 2021 16:31:53 GMT
290
393
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.78..@fluentui/react-link_v9.0.0-alpha.79)
291
394
 
292
395
  ### Changes
@@ -296,7 +399,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
296
399
 
297
400
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.78)
298
401
 
299
- Fri, 10 Sep 2021 07:39:51 GMT
402
+ Fri, 10 Sep 2021 07:39:51 GMT
300
403
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.77..@fluentui/react-link_v9.0.0-alpha.78)
301
404
 
302
405
  ### Changes
@@ -305,7 +408,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
305
408
 
306
409
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.77)
307
410
 
308
- Mon, 06 Sep 2021 07:34:53 GMT
411
+ Mon, 06 Sep 2021 07:34:53 GMT
309
412
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.76..@fluentui/react-link_v9.0.0-alpha.77)
310
413
 
311
414
  ### Changes
@@ -314,7 +417,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
314
417
 
315
418
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.76)
316
419
 
317
- Thu, 02 Sep 2021 07:36:46 GMT
420
+ Thu, 02 Sep 2021 07:36:46 GMT
318
421
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.75..@fluentui/react-link_v9.0.0-alpha.76)
319
422
 
320
423
  ### Patches
@@ -327,7 +430,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
327
430
 
328
431
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.75)
329
432
 
330
- Wed, 01 Sep 2021 07:39:56 GMT
433
+ Wed, 01 Sep 2021 07:39:56 GMT
331
434
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.74..@fluentui/react-link_v9.0.0-alpha.75)
332
435
 
333
436
  ### Changes
@@ -336,7 +439,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
336
439
 
337
440
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.74)
338
441
 
339
- Tue, 31 Aug 2021 07:37:47 GMT
442
+ Tue, 31 Aug 2021 07:37:47 GMT
340
443
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.73..@fluentui/react-link_v9.0.0-alpha.74)
341
444
 
342
445
  ### Changes
@@ -345,7 +448,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
345
448
 
346
449
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.73)
347
450
 
348
- Fri, 27 Aug 2021 07:33:32 GMT
451
+ Fri, 27 Aug 2021 07:33:32 GMT
349
452
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.72..@fluentui/react-link_v9.0.0-alpha.73)
350
453
 
351
454
  ### Changes
@@ -354,7 +457,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
354
457
 
355
458
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.72)
356
459
 
357
- Thu, 26 Aug 2021 07:35:43 GMT
460
+ Thu, 26 Aug 2021 07:35:43 GMT
358
461
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.71..@fluentui/react-link_v9.0.0-alpha.72)
359
462
 
360
463
  ### Changes
@@ -363,7 +466,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
363
466
 
364
467
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.71)
365
468
 
366
- Tue, 24 Aug 2021 07:34:48 GMT
469
+ Tue, 24 Aug 2021 07:34:48 GMT
367
470
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.70..@fluentui/react-link_v9.0.0-alpha.71)
368
471
 
369
472
  ### Changes
@@ -372,7 +475,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
372
475
 
373
476
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.70)
374
477
 
375
- Fri, 20 Aug 2021 07:37:28 GMT
478
+ Fri, 20 Aug 2021 07:37:28 GMT
376
479
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.69..@fluentui/react-link_v9.0.0-alpha.70)
377
480
 
378
481
  ### Changes
@@ -381,7 +484,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
381
484
 
382
485
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.69)
383
486
 
384
- Thu, 19 Aug 2021 07:41:35 GMT
487
+ Thu, 19 Aug 2021 07:41:35 GMT
385
488
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.68..@fluentui/react-link_v9.0.0-alpha.69)
386
489
 
387
490
  ### Changes
@@ -390,7 +493,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
390
493
 
391
494
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.68)
392
495
 
393
- Fri, 13 Aug 2021 07:36:34 GMT
496
+ Fri, 13 Aug 2021 07:36:34 GMT
394
497
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.67..@fluentui/react-link_v9.0.0-alpha.68)
395
498
 
396
499
  ### Changes
@@ -399,7 +502,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
399
502
 
400
503
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.67)
401
504
 
402
- Wed, 11 Aug 2021 07:34:54 GMT
505
+ Wed, 11 Aug 2021 07:34:54 GMT
403
506
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.66..@fluentui/react-link_v9.0.0-alpha.67)
404
507
 
405
508
  ### Changes
@@ -408,7 +511,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
408
511
 
409
512
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.66)
410
513
 
411
- Fri, 06 Aug 2021 07:35:14 GMT
514
+ Fri, 06 Aug 2021 07:35:14 GMT
412
515
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.65..@fluentui/react-link_v9.0.0-alpha.66)
413
516
 
414
517
  ### Changes
@@ -417,7 +520,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
417
520
 
418
521
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.65)
419
522
 
420
- Tue, 03 Aug 2021 07:39:30 GMT
523
+ Tue, 03 Aug 2021 07:39:30 GMT
421
524
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.64..@fluentui/react-link_v9.0.0-alpha.65)
422
525
 
423
526
  ### Patches
@@ -430,7 +533,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
430
533
 
431
534
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.64)
432
535
 
433
- Mon, 02 Aug 2021 07:36:20 GMT
536
+ Mon, 02 Aug 2021 07:36:20 GMT
434
537
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.63..@fluentui/react-link_v9.0.0-alpha.64)
435
538
 
436
539
  ### Changes
@@ -439,7 +542,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
439
542
 
440
543
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.63)
441
544
 
442
- Mon, 26 Jul 2021 07:37:30 GMT
545
+ Mon, 26 Jul 2021 07:37:30 GMT
443
546
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.62..@fluentui/react-link_v9.0.0-alpha.63)
444
547
 
445
548
  ### Changes
@@ -448,7 +551,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
448
551
 
449
552
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.62)
450
553
 
451
- Fri, 23 Jul 2021 07:38:19 GMT
554
+ Fri, 23 Jul 2021 07:38:19 GMT
452
555
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.61..@fluentui/react-link_v9.0.0-alpha.62)
453
556
 
454
557
  ### Changes
@@ -457,7 +560,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
457
560
 
458
561
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.61)
459
562
 
460
- Thu, 22 Jul 2021 07:36:55 GMT
563
+ Thu, 22 Jul 2021 07:36:55 GMT
461
564
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.60..@fluentui/react-link_v9.0.0-alpha.61)
462
565
 
463
566
  ### Changes
@@ -466,7 +569,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
466
569
 
467
570
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.60)
468
571
 
469
- Tue, 20 Jul 2021 22:23:17 GMT
572
+ Tue, 20 Jul 2021 22:23:17 GMT
470
573
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.59..@fluentui/react-link_v9.0.0-alpha.60)
471
574
 
472
575
  ### Changes
@@ -475,7 +578,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
475
578
 
476
579
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.59)
477
580
 
478
- Fri, 16 Jul 2021 22:53:17 GMT
581
+ Fri, 16 Jul 2021 22:53:17 GMT
479
582
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.58..@fluentui/react-link_v9.0.0-alpha.59)
480
583
 
481
584
  ### Changes
@@ -484,7 +587,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
484
587
 
485
588
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.58)
486
589
 
487
- Thu, 15 Jul 2021 07:36:18 GMT
590
+ Thu, 15 Jul 2021 07:36:18 GMT
488
591
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.57..@fluentui/react-link_v9.0.0-alpha.58)
489
592
 
490
593
  ### Changes
@@ -493,7 +596,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
493
596
 
494
597
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.57)
495
598
 
496
- Tue, 13 Jul 2021 22:32:58 GMT
599
+ Tue, 13 Jul 2021 22:32:58 GMT
497
600
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.56..@fluentui/react-link_v9.0.0-alpha.57)
498
601
 
499
602
  ### Patches
@@ -502,7 +605,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
502
605
 
503
606
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.56)
504
607
 
505
- Tue, 13 Jul 2021 07:35:36 GMT
608
+ Tue, 13 Jul 2021 07:35:36 GMT
506
609
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.55..@fluentui/react-link_v9.0.0-alpha.56)
507
610
 
508
611
  ### Changes
@@ -511,7 +614,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
511
614
 
512
615
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.55)
513
616
 
514
- Mon, 12 Jul 2021 07:33:23 GMT
617
+ Mon, 12 Jul 2021 07:33:23 GMT
515
618
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.54..@fluentui/react-link_v9.0.0-alpha.55)
516
619
 
517
620
  ### Changes
@@ -520,7 +623,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
520
623
 
521
624
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.54)
522
625
 
523
- Fri, 09 Jul 2021 07:39:31 GMT
626
+ Fri, 09 Jul 2021 07:39:31 GMT
524
627
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.53..@fluentui/react-link_v9.0.0-alpha.54)
525
628
 
526
629
  ### Patches
@@ -533,7 +636,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
533
636
 
534
637
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.53)
535
638
 
536
- Fri, 02 Jul 2021 23:15:55 GMT
639
+ Fri, 02 Jul 2021 23:15:55 GMT
537
640
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.52..@fluentui/react-link_v9.0.0-alpha.53)
538
641
 
539
642
  ### Changes
@@ -542,7 +645,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
542
645
 
543
646
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.52)
544
647
 
545
- Fri, 02 Jul 2021 07:37:06 GMT
648
+ Fri, 02 Jul 2021 07:37:06 GMT
546
649
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.51..@fluentui/react-link_v9.0.0-alpha.52)
547
650
 
548
651
  ### Changes
@@ -551,7 +654,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
551
654
 
552
655
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.51)
553
656
 
554
- Thu, 01 Jul 2021 07:35:05 GMT
657
+ Thu, 01 Jul 2021 07:35:05 GMT
555
658
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.50..@fluentui/react-link_v9.0.0-alpha.51)
556
659
 
557
660
  ### Changes
@@ -560,7 +663,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
560
663
 
561
664
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.50)
562
665
 
563
- Wed, 30 Jun 2021 07:38:35 GMT
666
+ Wed, 30 Jun 2021 07:38:35 GMT
564
667
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.49..@fluentui/react-link_v9.0.0-alpha.50)
565
668
 
566
669
  ### Changes
@@ -569,7 +672,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
569
672
 
570
673
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.49)
571
674
 
572
- Tue, 29 Jun 2021 07:33:32 GMT
675
+ Tue, 29 Jun 2021 07:33:32 GMT
573
676
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.48..@fluentui/react-link_v9.0.0-alpha.49)
574
677
 
575
678
  ### Changes
@@ -578,7 +681,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
578
681
 
579
682
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.48)
580
683
 
581
- Wed, 23 Jun 2021 07:31:49 GMT
684
+ Wed, 23 Jun 2021 07:31:49 GMT
582
685
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.47..@fluentui/react-link_v9.0.0-alpha.48)
583
686
 
584
687
  ### Changes
@@ -587,7 +690,7 @@ Wed, 23 Jun 2021 07:31:49 GMT
587
690
 
588
691
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.47)
589
692
 
590
- Tue, 22 Jun 2021 07:35:11 GMT
693
+ Tue, 22 Jun 2021 07:35:11 GMT
591
694
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.46..@fluentui/react-link_v9.0.0-alpha.47)
592
695
 
593
696
  ### Changes
@@ -596,7 +699,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
596
699
 
597
700
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.46)
598
701
 
599
- Tue, 15 Jun 2021 07:40:20 GMT
702
+ Tue, 15 Jun 2021 07:40:20 GMT
600
703
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.45..@fluentui/react-link_v9.0.0-alpha.46)
601
704
 
602
705
  ### Changes
@@ -605,7 +708,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
605
708
 
606
709
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.45)
607
710
 
608
- Wed, 09 Jun 2021 07:33:38 GMT
711
+ Wed, 09 Jun 2021 07:33:38 GMT
609
712
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.44..@fluentui/react-link_v9.0.0-alpha.45)
610
713
 
611
714
  ### Changes
@@ -614,7 +717,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
614
717
 
615
718
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.44)
616
719
 
617
- Mon, 07 Jun 2021 07:38:15 GMT
720
+ Mon, 07 Jun 2021 07:38:15 GMT
618
721
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.43..@fluentui/react-link_v9.0.0-alpha.44)
619
722
 
620
723
  ### Patches
@@ -627,7 +730,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
627
730
 
628
731
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.43)
629
732
 
630
- Fri, 04 Jun 2021 07:37:23 GMT
733
+ Fri, 04 Jun 2021 07:37:23 GMT
631
734
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.42..@fluentui/react-link_v9.0.0-alpha.43)
632
735
 
633
736
  ### Changes
@@ -636,7 +739,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
636
739
 
637
740
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.42)
638
741
 
639
- Thu, 03 Jun 2021 07:36:03 GMT
742
+ Thu, 03 Jun 2021 07:36:03 GMT
640
743
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.41..@fluentui/react-link_v9.0.0-alpha.42)
641
744
 
642
745
  ### Changes
@@ -645,7 +748,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
645
748
 
646
749
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.41)
647
750
 
648
- Wed, 02 Jun 2021 07:37:15 GMT
751
+ Wed, 02 Jun 2021 07:37:15 GMT
649
752
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.40..@fluentui/react-link_v9.0.0-alpha.41)
650
753
 
651
754
  ### Changes
@@ -654,7 +757,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
654
757
 
655
758
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.40)
656
759
 
657
- Wed, 26 May 2021 07:35:43 GMT
760
+ Wed, 26 May 2021 07:35:43 GMT
658
761
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.39..@fluentui/react-link_v9.0.0-alpha.40)
659
762
 
660
763
  ### Changes
@@ -663,7 +766,7 @@ Wed, 26 May 2021 07:35:43 GMT
663
766
 
664
767
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.39)
665
768
 
666
- Fri, 21 May 2021 07:34:54 GMT
769
+ Fri, 21 May 2021 07:34:54 GMT
667
770
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.38..@fluentui/react-link_v9.0.0-alpha.39)
668
771
 
669
772
  ### Changes
@@ -672,7 +775,7 @@ Fri, 21 May 2021 07:34:54 GMT
672
775
 
673
776
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.38)
674
777
 
675
- Thu, 20 May 2021 07:41:54 GMT
778
+ Thu, 20 May 2021 07:41:54 GMT
676
779
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.37..@fluentui/react-link_v9.0.0-alpha.38)
677
780
 
678
781
  ### Patches
@@ -685,7 +788,7 @@ Thu, 20 May 2021 07:41:54 GMT
685
788
 
686
789
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.37)
687
790
 
688
- Wed, 19 May 2021 07:34:20 GMT
791
+ Wed, 19 May 2021 07:34:20 GMT
689
792
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.36..@fluentui/react-link_v9.0.0-alpha.37)
690
793
 
691
794
  ### Patches
@@ -698,7 +801,7 @@ Wed, 19 May 2021 07:34:20 GMT
698
801
 
699
802
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.36)
700
803
 
701
- Tue, 18 May 2021 07:34:38 GMT
804
+ Tue, 18 May 2021 07:34:38 GMT
702
805
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.35..@fluentui/react-link_v9.0.0-alpha.36)
703
806
 
704
807
  ### Changes
@@ -707,7 +810,7 @@ Tue, 18 May 2021 07:34:38 GMT
707
810
 
708
811
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.35)
709
812
 
710
- Thu, 13 May 2021 07:36:55 GMT
813
+ Thu, 13 May 2021 07:36:55 GMT
711
814
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.34..@fluentui/react-link_v9.0.0-alpha.35)
712
815
 
713
816
  ### Changes
@@ -716,7 +819,7 @@ Thu, 13 May 2021 07:36:55 GMT
716
819
 
717
820
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.34)
718
821
 
719
- Wed, 12 May 2021 07:36:20 GMT
822
+ Wed, 12 May 2021 07:36:20 GMT
720
823
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.33..@fluentui/react-link_v9.0.0-alpha.34)
721
824
 
722
825
  ### Changes
@@ -725,7 +828,7 @@ Wed, 12 May 2021 07:36:20 GMT
725
828
 
726
829
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.33)
727
830
 
728
- Mon, 10 May 2021 07:36:07 GMT
831
+ Mon, 10 May 2021 07:36:07 GMT
729
832
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.32..@fluentui/react-link_v9.0.0-alpha.33)
730
833
 
731
834
  ### Changes
@@ -734,7 +837,7 @@ Mon, 10 May 2021 07:36:07 GMT
734
837
 
735
838
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.32)
736
839
 
737
- Wed, 05 May 2021 07:36:50 GMT
840
+ Wed, 05 May 2021 07:36:50 GMT
738
841
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.31..@fluentui/react-link_v9.0.0-alpha.32)
739
842
 
740
843
  ### Changes
@@ -743,7 +846,7 @@ Wed, 05 May 2021 07:36:50 GMT
743
846
 
744
847
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.31)
745
848
 
746
- Mon, 03 May 2021 07:45:19 GMT
849
+ Mon, 03 May 2021 07:45:19 GMT
747
850
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.30..@fluentui/react-link_v9.0.0-alpha.31)
748
851
 
749
852
  ### Changes
@@ -752,7 +855,7 @@ Mon, 03 May 2021 07:45:19 GMT
752
855
 
753
856
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.30)
754
857
 
755
- Fri, 30 Apr 2021 07:42:23 GMT
858
+ Fri, 30 Apr 2021 07:42:23 GMT
756
859
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.29..@fluentui/react-link_v9.0.0-alpha.30)
757
860
 
758
861
  ### Patches
@@ -769,7 +872,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
769
872
 
770
873
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.29)
771
874
 
772
- Tue, 27 Apr 2021 07:34:03 GMT
875
+ Tue, 27 Apr 2021 07:34:03 GMT
773
876
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.28..@fluentui/react-link_v9.0.0-alpha.29)
774
877
 
775
878
  ### Changes
@@ -778,7 +881,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
778
881
 
779
882
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.28)
780
883
 
781
- Mon, 26 Apr 2021 07:34:31 GMT
884
+ Mon, 26 Apr 2021 07:34:31 GMT
782
885
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.27..@fluentui/react-link_v9.0.0-alpha.28)
783
886
 
784
887
  ### Changes
@@ -787,7 +890,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
787
890
 
788
891
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.27)
789
892
 
790
- Fri, 23 Apr 2021 07:37:10 GMT
893
+ Fri, 23 Apr 2021 07:37:10 GMT
791
894
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.26..@fluentui/react-link_v9.0.0-alpha.27)
792
895
 
793
896
  ### Patches
@@ -800,7 +903,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
800
903
 
801
904
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.26)
802
905
 
803
- Thu, 22 Apr 2021 07:33:28 GMT
906
+ Thu, 22 Apr 2021 07:33:28 GMT
804
907
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.25..@fluentui/react-link_v9.0.0-alpha.26)
805
908
 
806
909
  ### Changes
@@ -809,7 +912,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
809
912
 
810
913
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.25)
811
914
 
812
- Wed, 21 Apr 2021 07:31:50 GMT
915
+ Wed, 21 Apr 2021 07:31:50 GMT
813
916
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.24..@fluentui/react-link_v9.0.0-alpha.25)
814
917
 
815
918
  ### Changes
@@ -818,7 +921,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
818
921
 
819
922
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.24)
820
923
 
821
- Tue, 20 Apr 2021 07:31:35 GMT
924
+ Tue, 20 Apr 2021 07:31:35 GMT
822
925
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.23..@fluentui/react-link_v9.0.0-alpha.24)
823
926
 
824
927
  ### Changes
@@ -827,7 +930,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
827
930
 
828
931
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.23)
829
932
 
830
- Fri, 16 Apr 2021 18:08:21 GMT
933
+ Fri, 16 Apr 2021 18:08:21 GMT
831
934
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.22..@fluentui/react-link_v9.0.0-alpha.23)
832
935
 
833
936
  ### Changes
@@ -836,7 +939,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
836
939
 
837
940
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.22)
838
941
 
839
- Wed, 14 Apr 2021 07:34:12 GMT
942
+ Wed, 14 Apr 2021 07:34:12 GMT
840
943
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.21..@fluentui/react-link_v9.0.0-alpha.22)
841
944
 
842
945
  ### Changes
@@ -845,7 +948,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
845
948
 
846
949
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.21)
847
950
 
848
- Fri, 09 Apr 2021 07:31:06 GMT
951
+ Fri, 09 Apr 2021 07:31:06 GMT
849
952
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.20..@fluentui/react-link_v9.0.0-alpha.21)
850
953
 
851
954
  ### Changes
@@ -854,7 +957,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
854
957
 
855
958
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.20)
856
959
 
857
- Thu, 08 Apr 2021 07:33:06 GMT
960
+ Thu, 08 Apr 2021 07:33:06 GMT
858
961
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.19..@fluentui/react-link_v9.0.0-alpha.20)
859
962
 
860
963
  ### Changes
@@ -863,7 +966,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
863
966
 
864
967
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.19)
865
968
 
866
- Thu, 01 Apr 2021 20:13:37 GMT
969
+ Thu, 01 Apr 2021 20:13:37 GMT
867
970
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.18..@fluentui/react-link_v9.0.0-alpha.19)
868
971
 
869
972
  ### Changes
@@ -872,7 +975,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
872
975
 
873
976
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.18)
874
977
 
875
- Wed, 31 Mar 2021 00:53:43 GMT
978
+ Wed, 31 Mar 2021 00:53:43 GMT
876
979
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.17..@fluentui/react-link_v9.0.0-alpha.18)
877
980
 
878
981
  ### Patches
@@ -890,7 +993,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
890
993
 
891
994
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.17)
892
995
 
893
- Tue, 30 Mar 2021 07:34:45 GMT
996
+ Tue, 30 Mar 2021 07:34:45 GMT
894
997
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.16..@fluentui/react-link_v9.0.0-alpha.17)
895
998
 
896
999
  ### Patches
@@ -903,7 +1006,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
903
1006
 
904
1007
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.16)
905
1008
 
906
- Fri, 26 Mar 2021 07:32:34 GMT
1009
+ Fri, 26 Mar 2021 07:32:34 GMT
907
1010
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.15..@fluentui/react-link_v9.0.0-alpha.16)
908
1011
 
909
1012
  ### Changes
@@ -912,7 +1015,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
912
1015
 
913
1016
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.15)
914
1017
 
915
- Thu, 25 Mar 2021 07:33:24 GMT
1018
+ Thu, 25 Mar 2021 07:33:24 GMT
916
1019
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.14..@fluentui/react-link_v9.0.0-alpha.15)
917
1020
 
918
1021
  ### Changes
@@ -921,7 +1024,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
921
1024
 
922
1025
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.14)
923
1026
 
924
- Tue, 23 Mar 2021 07:31:43 GMT
1027
+ Tue, 23 Mar 2021 07:31:43 GMT
925
1028
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.13..@fluentui/react-link_v9.0.0-alpha.14)
926
1029
 
927
1030
  ### Changes
@@ -930,7 +1033,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
930
1033
 
931
1034
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.13)
932
1035
 
933
- Fri, 19 Mar 2021 07:32:43 GMT
1036
+ Fri, 19 Mar 2021 07:32:43 GMT
934
1037
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.12..@fluentui/react-link_v9.0.0-alpha.13)
935
1038
 
936
1039
  ### Changes
@@ -939,7 +1042,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
939
1042
 
940
1043
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.12)
941
1044
 
942
- Thu, 18 Mar 2021 20:15:34 GMT
1045
+ Thu, 18 Mar 2021 20:15:34 GMT
943
1046
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.11..@fluentui/react-link_v9.0.0-alpha.12)
944
1047
 
945
1048
  ### Changes
@@ -948,7 +1051,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
948
1051
 
949
1052
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.11)
950
1053
 
951
- Tue, 16 Mar 2021 07:32:44 GMT
1054
+ Tue, 16 Mar 2021 07:32:44 GMT
952
1055
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.10..@fluentui/react-link_v9.0.0-alpha.11)
953
1056
 
954
1057
  ### Patches
@@ -957,7 +1060,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
957
1060
 
958
1061
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.10)
959
1062
 
960
- Mon, 15 Mar 2021 07:36:20 GMT
1063
+ Mon, 15 Mar 2021 07:36:20 GMT
961
1064
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.9..@fluentui/react-link_v9.0.0-alpha.10)
962
1065
 
963
1066
  ### Changes
@@ -966,7 +1069,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
966
1069
 
967
1070
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.9)
968
1071
 
969
- Fri, 12 Mar 2021 20:04:27 GMT
1072
+ Fri, 12 Mar 2021 20:04:27 GMT
970
1073
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.8..@fluentui/react-link_v9.0.0-alpha.9)
971
1074
 
972
1075
  ### Patches
@@ -979,7 +1082,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
979
1082
 
980
1083
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.8)
981
1084
 
982
- Wed, 10 Mar 2021 07:34:39 GMT
1085
+ Wed, 10 Mar 2021 07:34:39 GMT
983
1086
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.7..@fluentui/react-link_v9.0.0-alpha.8)
984
1087
 
985
1088
  ### Changes
@@ -988,7 +1091,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
988
1091
 
989
1092
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.7)
990
1093
 
991
- Fri, 05 Mar 2021 20:30:59 GMT
1094
+ Fri, 05 Mar 2021 20:30:59 GMT
992
1095
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.6..@fluentui/react-link_v9.0.0-alpha.7)
993
1096
 
994
1097
  ### Changes
@@ -997,7 +1100,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
997
1100
 
998
1101
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.6)
999
1102
 
1000
- Wed, 03 Mar 2021 00:10:09 GMT
1103
+ Wed, 03 Mar 2021 00:10:09 GMT
1001
1104
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.5..@fluentui/react-link_v9.0.0-alpha.6)
1002
1105
 
1003
1106
  ### Patches
@@ -1010,7 +1113,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1010
1113
 
1011
1114
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.5)
1012
1115
 
1013
- Tue, 02 Mar 2021 07:24:27 GMT
1116
+ Tue, 02 Mar 2021 07:24:27 GMT
1014
1117
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.4..@fluentui/react-link_v9.0.0-alpha.5)
1015
1118
 
1016
1119
  ### Changes
@@ -1020,7 +1123,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1020
1123
 
1021
1124
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.4)
1022
1125
 
1023
- Fri, 26 Feb 2021 01:16:27 GMT
1126
+ Fri, 26 Feb 2021 01:16:27 GMT
1024
1127
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.3..@fluentui/react-link_v9.0.0-alpha.4)
1025
1128
 
1026
1129
  ### Patches
@@ -1039,7 +1142,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1039
1142
 
1040
1143
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.3)
1041
1144
 
1042
- Thu, 25 Feb 2021 20:16:39 GMT
1145
+ Thu, 25 Feb 2021 20:16:39 GMT
1043
1146
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.2..@fluentui/react-link_v9.0.0-alpha.3)
1044
1147
 
1045
1148
  ### Changes
@@ -1048,7 +1151,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1048
1151
 
1049
1152
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.2)
1050
1153
 
1051
- Thu, 25 Feb 2021 01:15:27 GMT
1154
+ Thu, 25 Feb 2021 01:15:27 GMT
1052
1155
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v9.0.0-alpha.1..@fluentui/react-link_v9.0.0-alpha.2)
1053
1156
 
1054
1157
  ### Patches
@@ -1057,7 +1160,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1057
1160
 
1058
1161
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v9.0.0-alpha.1)
1059
1162
 
1060
- Wed, 24 Feb 2021 00:05:29 GMT
1163
+ Wed, 24 Feb 2021 00:05:29 GMT
1061
1164
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v1.0.0-beta.43..@fluentui/react-link_v9.0.0-alpha.1)
1062
1165
 
1063
1166
  ### Changes
@@ -1067,7 +1170,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
1067
1170
 
1068
1171
  ## [1.0.0-beta.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v1.0.0-beta.43)
1069
1172
 
1070
- Mon, 22 Feb 2021 12:26:22 GMT
1173
+ Mon, 22 Feb 2021 12:26:22 GMT
1071
1174
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v1.0.0-beta.42..@fluentui/react-link_v1.0.0-beta.43)
1072
1175
 
1073
1176
  ### Patches
@@ -1080,7 +1183,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1080
1183
 
1081
1184
  ## [1.0.0-beta.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v1.0.0-beta.42)
1082
1185
 
1083
- Thu, 18 Feb 2021 19:38:50 GMT
1186
+ Thu, 18 Feb 2021 19:38:50 GMT
1084
1187
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v1.0.0-beta.41..@fluentui/react-link_v1.0.0-beta.42)
1085
1188
 
1086
1189
  ### Patches
@@ -1093,7 +1196,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
1093
1196
 
1094
1197
  ## [1.0.0-beta.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v1.0.0-beta.41)
1095
1198
 
1096
- Thu, 18 Feb 2021 12:27:34 GMT
1199
+ Thu, 18 Feb 2021 12:27:34 GMT
1097
1200
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v1.0.0-beta.40..@fluentui/react-link_v1.0.0-beta.41)
1098
1201
 
1099
1202
  ### Changes
@@ -1102,7 +1205,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
1102
1205
 
1103
1206
  ## [1.0.0-beta.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v1.0.0-beta.40)
1104
1207
 
1105
- Mon, 15 Feb 2021 12:22:00 GMT
1208
+ Mon, 15 Feb 2021 12:22:00 GMT
1106
1209
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v1.0.0-beta.39..@fluentui/react-link_v1.0.0-beta.40)
1107
1210
 
1108
1211
  ### Changes
@@ -1111,7 +1214,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1111
1214
 
1112
1215
  ## [1.0.0-beta.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v1.0.0-beta.39)
1113
1216
 
1114
- Thu, 11 Feb 2021 00:58:10 GMT
1217
+ Thu, 11 Feb 2021 00:58:10 GMT
1115
1218
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v1.0.0-beta.38..@fluentui/react-link_v1.0.0-beta.39)
1116
1219
 
1117
1220
  ### Changes
@@ -1120,7 +1223,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1120
1223
 
1121
1224
  ## [1.0.0-beta.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v1.0.0-beta.38)
1122
1225
 
1123
- Mon, 01 Feb 2021 12:23:48 GMT
1226
+ Mon, 01 Feb 2021 12:23:48 GMT
1124
1227
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v1.0.0-beta.36..@fluentui/react-link_v1.0.0-beta.38)
1125
1228
 
1126
1229
  ### Changes
@@ -1130,7 +1233,7 @@ Mon, 01 Feb 2021 12:23:48 GMT
1130
1233
 
1131
1234
  ## [1.0.0-beta.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v1.0.0-beta.36)
1132
1235
 
1133
- Thu, 28 Jan 2021 12:25:56 GMT
1236
+ Thu, 28 Jan 2021 12:25:56 GMT
1134
1237
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v1.0.0-beta.33..@fluentui/react-link_v1.0.0-beta.36)
1135
1238
 
1136
1239
  ### Changes
@@ -1140,16 +1243,16 @@ Thu, 28 Jan 2021 12:25:56 GMT
1140
1243
 
1141
1244
  ## [1.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v1.0.0-beta.33)
1142
1245
 
1143
- Thu, 21 Jan 2021 12:36:12 GMT
1246
+ Thu, 21 Jan 2021 12:36:12 GMT
1144
1247
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v1.0.0-beta.30..@fluentui/react-link_v1.0.0-beta.33)
1145
1248
 
1146
1249
  ### Changes
1147
1250
 
1148
- - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
1251
+ - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
1149
1252
 
1150
1253
  ## [1.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v1.0.0-beta.30)
1151
1254
 
1152
- Fri, 15 Jan 2021 12:30:40 GMT
1255
+ Fri, 15 Jan 2021 12:30:40 GMT
1153
1256
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v1.0.0-beta.1..@fluentui/react-link_v1.0.0-beta.30)
1154
1257
 
1155
1258
  ### Changes
@@ -1158,7 +1261,7 @@ Fri, 15 Jan 2021 12:30:40 GMT
1158
1261
 
1159
1262
  ## [1.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v1.0.0-beta.1)
1160
1263
 
1161
- Fri, 23 Oct 2020 23:25:40 GMT
1264
+ Fri, 23 Oct 2020 23:25:40 GMT
1162
1265
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v1.0.0-beta.0..@fluentui/react-link_v1.0.0-beta.1)
1163
1266
 
1164
1267
  ### Changes
@@ -1167,7 +1270,7 @@ Fri, 23 Oct 2020 23:25:40 GMT
1167
1270
 
1168
1271
  ## [1.0.0-beta.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v1.0.0-beta.0)
1169
1272
 
1170
- Fri, 23 Oct 2020 03:26:15 GMT
1273
+ Fri, 23 Oct 2020 03:26:15 GMT
1171
1274
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v0.4.3..@fluentui/react-link_v1.0.0-beta.0)
1172
1275
 
1173
1276
  ### Changes
@@ -1182,7 +1285,7 @@ Fri, 23 Oct 2020 03:26:15 GMT
1182
1285
 
1183
1286
  ## [0.4.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v0.4.3)
1184
1287
 
1185
- Fri, 25 Sep 2020 12:25:17 GMT
1288
+ Fri, 25 Sep 2020 12:25:17 GMT
1186
1289
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v0.4.1..@fluentui/react-link_v0.4.3)
1187
1290
 
1188
1291
  ### Patches
@@ -1191,7 +1294,7 @@ Fri, 25 Sep 2020 12:25:17 GMT
1191
1294
 
1192
1295
  ## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v0.4.0)
1193
1296
 
1194
- Tue, 22 Sep 2020 12:25:45 GMT
1297
+ Tue, 22 Sep 2020 12:25:45 GMT
1195
1298
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v0.3.0..@fluentui/react-link_v0.4.0)
1196
1299
 
1197
1300
  ### Minor changes
@@ -1200,7 +1303,7 @@ Tue, 22 Sep 2020 12:25:45 GMT
1200
1303
 
1201
1304
  ## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v0.3.0)
1202
1305
 
1203
- Wed, 16 Sep 2020 12:27:22 GMT
1306
+ Wed, 16 Sep 2020 12:27:22 GMT
1204
1307
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v0.2.1..@fluentui/react-link_v0.3.0)
1205
1308
 
1206
1309
  ### Minor changes
@@ -1209,7 +1312,7 @@ Wed, 16 Sep 2020 12:27:22 GMT
1209
1312
 
1210
1313
  ## [0.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-link_v0.2.1)
1211
1314
 
1212
- Mon, 31 Aug 2020 12:25:46 GMT
1315
+ Mon, 31 Aug 2020 12:25:46 GMT
1213
1316
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-link_v0.2.0..@fluentui/react-link_v0.2.1)
1214
1317
 
1215
1318
  ### Patches