@spectrum-web-components/link 1.9.0 → 1.9.1-nightly.20251028214328
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +693 -0
- package/package.json +72 -72
- package/src/link-overrides.css.dev.js.map +2 -2
- package/src/link-overrides.css.js.map +2 -2
- package/src/link.css.dev.js +12 -2
- package/src/link.css.dev.js.map +2 -2
- package/src/link.css.js +13 -3
- package/src/link.css.js.map +2 -2
- package/src/spectrum-link.css.dev.js +12 -2
- package/src/spectrum-link.css.dev.js.map +2 -2
- package/src/spectrum-link.css.js +12 -2
- package/src/spectrum-link.css.js.map +2 -2
- package/stories/link.stories.js +97 -0
- package/stories/link.stories.js.map +7 -0
- package/test/benchmark/test-basic.js +8 -0
- package/test/benchmark/test-basic.js.map +7 -0
- package/test/link-memory.test.js +8 -0
- package/{sp-link.dev.js.map → test/link-memory.test.js.map} +3 -3
- package/test/link.test-vrt.js +5 -0
- package/{sp-link.js.map → test/link.test-vrt.js.map} +4 -4
- package/test/link.test.js +56 -0
- package/test/link.test.js.map +7 -0
- package/custom-elements.json +0 -129
- package/sp-link.d.ts +0 -17
- package/sp-link.dev.js +0 -5
- package/sp-link.js +0 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,693 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## 1.9.1-nightly.20251028214328
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @spectrum-web-components/base@1.9.1-nightly.20251028214328
|
|
9
|
+
- @spectrum-web-components/shared@1.9.1-nightly.20251028214328
|
|
10
|
+
|
|
11
|
+
## 1.9.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies []:
|
|
16
|
+
- @spectrum-web-components/base@1.9.0
|
|
17
|
+
- @spectrum-web-components/shared@1.9.0
|
|
18
|
+
|
|
19
|
+
## 1.8.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [#5695](https://github.com/adobe/spectrum-web-components/pull/5695) [`aa411d0`](https://github.com/adobe/spectrum-web-components/commit/aa411d0db3586e2ace255c701c15a1a21e8425c4) Thanks [@TiffanyAltieri](https://github.com/TiffanyAltieri)! - **Fixed** quiet variant links not showing keyboard focus state in Safari. Links with the `quiet` attribute now properly display focus indicators when navigating with keyboard, improving accessibility for keyboard users.
|
|
24
|
+
|
|
25
|
+
- Updated dependencies []:
|
|
26
|
+
- @spectrum-web-components/base@1.8.0
|
|
27
|
+
- @spectrum-web-components/shared@1.8.0
|
|
28
|
+
|
|
29
|
+
## 1.7.0
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies []:
|
|
34
|
+
- @spectrum-web-components/base@1.7.0
|
|
35
|
+
- @spectrum-web-components/shared@1.7.0
|
|
36
|
+
|
|
37
|
+
## 1.6.0
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies []:
|
|
42
|
+
- @spectrum-web-components/base@1.6.0
|
|
43
|
+
- @spectrum-web-components/shared@1.6.0
|
|
44
|
+
|
|
45
|
+
## 1.5.0
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- [#5271](https://github.com/adobe/spectrum-web-components/pull/5271) [`165a904`](https://github.com/adobe/spectrum-web-components/commit/165a904bd01fddea922fe87b181bbf41281f81f0) Thanks [@renovate](https://github.com/apps/renovate)! - Remove unnecessary system theme references to reduce complexity for components that don't need the additional mapping layer.
|
|
50
|
+
|
|
51
|
+
- Updated dependencies []:
|
|
52
|
+
- @spectrum-web-components/base@1.5.0
|
|
53
|
+
- @spectrum-web-components/shared@1.5.0
|
|
54
|
+
|
|
55
|
+
## 1.4.0
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- Updated dependencies []:
|
|
60
|
+
- @spectrum-web-components/base@1.4.0
|
|
61
|
+
- @spectrum-web-components/shared@1.4.0
|
|
62
|
+
|
|
63
|
+
## 1.3.0
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- Updated dependencies []:
|
|
68
|
+
- @spectrum-web-components/base@1.3.0
|
|
69
|
+
- @spectrum-web-components/shared@1.3.0
|
|
70
|
+
|
|
71
|
+
All notable changes to this project will be documented in this file.
|
|
72
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
73
|
+
|
|
74
|
+
# [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
|
|
75
|
+
|
|
76
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
77
|
+
|
|
78
|
+
## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
|
|
79
|
+
|
|
80
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
81
|
+
|
|
82
|
+
## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
|
|
83
|
+
|
|
84
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
85
|
+
|
|
86
|
+
# [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
|
|
87
|
+
|
|
88
|
+
### Bug Fixes
|
|
89
|
+
|
|
90
|
+
- lock prerelease versions for Spectrum CSS ([#5014](https://github.com/adobe/spectrum-web-components/issues/5014)) ([8aa7734](https://github.com/adobe/spectrum-web-components/commit/8aa77342f169b75ecbd1c07a2a1050860b182822))
|
|
91
|
+
|
|
92
|
+
## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
|
|
93
|
+
|
|
94
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
95
|
+
|
|
96
|
+
# [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
|
|
97
|
+
|
|
98
|
+
### BREAKING CHANGES
|
|
99
|
+
|
|
100
|
+
- remove deprecated 'static' references ([#4818](https://github.com/adobe/spectrum-web-components/issues/4818))
|
|
101
|
+
|
|
102
|
+
# [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
|
|
103
|
+
|
|
104
|
+
### Features
|
|
105
|
+
|
|
106
|
+
- add `static-color` to replace `static` ([#4808](https://github.com/adobe/spectrum-web-components/issues/4808)) ([43cf086](https://github.com/adobe/spectrum-web-components/commit/43cf0865d902346568c755650f53410c7788f2a1))
|
|
107
|
+
|
|
108
|
+
## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
|
|
109
|
+
|
|
110
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
111
|
+
|
|
112
|
+
# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
|
|
113
|
+
|
|
114
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
115
|
+
|
|
116
|
+
## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
|
|
117
|
+
|
|
118
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
119
|
+
|
|
120
|
+
## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
|
|
121
|
+
|
|
122
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
123
|
+
|
|
124
|
+
# [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
|
|
125
|
+
|
|
126
|
+
### Features
|
|
127
|
+
|
|
128
|
+
- **breadcrumbs:** add Breadcrumbs component ([#4578](https://github.com/adobe/spectrum-web-components/issues/4578)) ([acd4b5e](https://github.com/adobe/spectrum-web-components/commit/acd4b5e4401dad8cf26b50ee5dcda80a28b62999))
|
|
129
|
+
|
|
130
|
+
# [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
|
|
131
|
+
|
|
132
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
133
|
+
|
|
134
|
+
# [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
|
|
135
|
+
|
|
136
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
137
|
+
|
|
138
|
+
# [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
|
|
139
|
+
|
|
140
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
141
|
+
|
|
142
|
+
# [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
|
|
143
|
+
|
|
144
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
145
|
+
|
|
146
|
+
## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
|
|
147
|
+
|
|
148
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
149
|
+
|
|
150
|
+
## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
|
|
151
|
+
|
|
152
|
+
### Bug Fixes
|
|
153
|
+
|
|
154
|
+
- **link:** added feature to stop click propagation for disabled link ([#4251](https://github.com/adobe/spectrum-web-components/issues/4251)) ([64f26a5](https://github.com/adobe/spectrum-web-components/commit/64f26a5d2dd729d5cbae2418fd8bca8481ed6cf6))
|
|
155
|
+
|
|
156
|
+
## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
|
|
157
|
+
|
|
158
|
+
### Bug Fixes
|
|
159
|
+
|
|
160
|
+
- **link:** added feature to stop click propagation for disabled link ([#4251](https://github.com/adobe/spectrum-web-components/issues/4251)) ([64f26a5](https://github.com/adobe/spectrum-web-components/commit/64f26a5d2dd729d5cbae2418fd8bca8481ed6cf6))
|
|
161
|
+
|
|
162
|
+
## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
|
|
163
|
+
|
|
164
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
165
|
+
|
|
166
|
+
## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
|
|
167
|
+
|
|
168
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
169
|
+
|
|
170
|
+
# [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
|
|
171
|
+
|
|
172
|
+
### Features
|
|
173
|
+
|
|
174
|
+
- **asset:** use core tokens ([99e76f4](https://github.com/adobe/spectrum-web-components/commit/99e76f4d32e990960b7fa2f0613ed4144adc4f6e))
|
|
175
|
+
|
|
176
|
+
## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
|
|
177
|
+
|
|
178
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
179
|
+
|
|
180
|
+
## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
|
|
181
|
+
|
|
182
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
183
|
+
|
|
184
|
+
# [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
|
|
185
|
+
|
|
186
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
187
|
+
|
|
188
|
+
## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
|
|
189
|
+
|
|
190
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
191
|
+
|
|
192
|
+
## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
|
|
193
|
+
|
|
194
|
+
### Bug Fixes
|
|
195
|
+
|
|
196
|
+
- **shared:** update and expand attribute coverage in likeAnchor ([5cb5f1d](https://github.com/adobe/spectrum-web-components/commit/5cb5f1d67c3afe4d62941632d65177a2cd8804c6))
|
|
197
|
+
|
|
198
|
+
## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
|
|
199
|
+
|
|
200
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
201
|
+
|
|
202
|
+
## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
|
|
203
|
+
|
|
204
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
205
|
+
|
|
206
|
+
## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
|
|
207
|
+
|
|
208
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
209
|
+
|
|
210
|
+
# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
|
|
211
|
+
|
|
212
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
213
|
+
|
|
214
|
+
## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
|
|
215
|
+
|
|
216
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
217
|
+
|
|
218
|
+
## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
|
|
219
|
+
|
|
220
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
221
|
+
|
|
222
|
+
## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
|
|
223
|
+
|
|
224
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
225
|
+
|
|
226
|
+
## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
|
|
227
|
+
|
|
228
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
229
|
+
|
|
230
|
+
# [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
|
|
231
|
+
|
|
232
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
233
|
+
|
|
234
|
+
# [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
|
|
235
|
+
|
|
236
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
237
|
+
|
|
238
|
+
# [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
|
|
239
|
+
|
|
240
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
241
|
+
|
|
242
|
+
# [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
|
|
243
|
+
|
|
244
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
245
|
+
|
|
246
|
+
# [0.35.0](https://github.com/adobe/spectrum-web-components/compare/v0.34.0...v0.35.0) (2023-07-31)
|
|
247
|
+
|
|
248
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
249
|
+
|
|
250
|
+
# [0.34.0](https://github.com/adobe/spectrum-web-components/compare/v0.33.2...v0.34.0) (2023-07-11)
|
|
251
|
+
|
|
252
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
253
|
+
|
|
254
|
+
## [0.33.2](https://github.com/adobe/spectrum-web-components/compare/v0.33.1...v0.33.2) (2023-06-14)
|
|
255
|
+
|
|
256
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
257
|
+
|
|
258
|
+
# [0.33.0](https://github.com/adobe/spectrum-web-components/compare/v0.32.0...v0.33.0) (2023-06-08)
|
|
259
|
+
|
|
260
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
261
|
+
|
|
262
|
+
# [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)
|
|
263
|
+
|
|
264
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
265
|
+
|
|
266
|
+
# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
|
|
267
|
+
|
|
268
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
269
|
+
|
|
270
|
+
# 0.30.0 (2023-05-03)
|
|
271
|
+
|
|
272
|
+
### Bug Fixes
|
|
273
|
+
|
|
274
|
+
- add the missing quiet property to Link component ([867ea43](https://github.com/adobe/spectrum-web-components/commit/867ea43bc609b2516142c08ee90c598a1531fb99))
|
|
275
|
+
- apply Focuable styles in class extensions ([38f7afd](https://github.com/adobe/spectrum-web-components/commit/38f7afd7cdb317d5c8b6e69f1301decd21364b1d))
|
|
276
|
+
- correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
|
|
277
|
+
- expand sized functionality to support no default and returning to default values ([acf3cfb](https://github.com/adobe/spectrum-web-components/commit/acf3cfb000033d1ef1e22ca571cb8dbbeaadae77))
|
|
278
|
+
- include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716f2f787deb8d868a78bd28c8e62fe90e21))
|
|
279
|
+
- include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
|
|
280
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
281
|
+
- **link:** correct custom CSS processing configuration ([2a24d5a](https://github.com/adobe/spectrum-web-components/commit/2a24d5a034ea185c385fe09feafa3b3f094c848e))
|
|
282
|
+
- **link:** correct white space in template/docs site ([a48bd06](https://github.com/adobe/spectrum-web-components/commit/a48bd06a177ed5f6ec52d44676f61f313bc90022))
|
|
283
|
+
- **link:** correct white space management ([a7a63dc](https://github.com/adobe/spectrum-web-components/commit/a7a63dcbb5f048a9f7178861e4f5d9dbde63ad04))
|
|
284
|
+
- **link:** process Spectrum CSS without overwriting specificity ([9eb3d5c](https://github.com/adobe/spectrum-web-components/commit/9eb3d5c1ef535d61133ce745059bfc7193e32dd4))
|
|
285
|
+
- **link:** support "secondary" variant ([3808b96](https://github.com/adobe/spectrum-web-components/commit/3808b968f483748e98b6e4d3ea6640c63e29cc5f))
|
|
286
|
+
- **link:** test inner anchor attribute by accessing via focusElement ([f4e97a1](https://github.com/adobe/spectrum-web-components/commit/f4e97a1a4958a979a391d5bb330bc67289e354c0))
|
|
287
|
+
- prevent tabindex=-1 elements from placing focus on their host ([1ac1293](https://github.com/adobe/spectrum-web-components/commit/1ac12931771c6d5fdbc99f5d214702ed644cb81a))
|
|
288
|
+
- review deque accessibility testing of docs site ([31f43aa](https://github.com/adobe/spectrum-web-components/commit/31f43aaf0c4092a2aca209538e48417a159dbd0b))
|
|
289
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
290
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
291
|
+
- update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
|
|
292
|
+
- update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
|
|
293
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
294
|
+
|
|
295
|
+
### Features
|
|
296
|
+
|
|
297
|
+
- adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
|
|
298
|
+
- apply sizedMixin for t-shirt sizing ([d7b63fb](https://github.com/adobe/spectrum-web-components/commit/d7b63fb0db06b5a8a412fea8370964f4db9d18ae))
|
|
299
|
+
- include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
|
|
300
|
+
- leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
|
|
301
|
+
- leverage latest Spectrum button API ([9caf2f6](https://github.com/adobe/spectrum-web-components/commit/9caf2f6313424450c91c039fafea89bf8aa72624))
|
|
302
|
+
- **link:** add download attribute to `<sp-link>` ([fb02104](https://github.com/adobe/spectrum-web-components/commit/fb02104104c856d2601a70d9de59fbbe3a79e5d7))
|
|
303
|
+
- **link:** add download attribute to `<sp-link>` ([fefb28e](https://github.com/adobe/spectrum-web-components/commit/fefb28ef29f382401d2d8160c15012af59d0053c))
|
|
304
|
+
- **link:** add download attribute to `<sp-link>` ([16894ba](https://github.com/adobe/spectrum-web-components/commit/16894ba672882178b09a33c4834e42144e6b081d))
|
|
305
|
+
- **link:** add download attribute to `<sp-link>` ([0763504](https://github.com/adobe/spectrum-web-components/commit/07635046b2943e8461a82f564c168d7a9f27ddc2))
|
|
306
|
+
- **link:** support rel attribute ([df4b5a8](https://github.com/adobe/spectrum-web-components/commit/df4b5a831aa35f5992b183cbba3cad18eb3dbb53))
|
|
307
|
+
- **link:** update spectrum css input ([e8cd359](https://github.com/adobe/spectrum-web-components/commit/e8cd3592e780608afeda5bbfb5830a64a0b2caa1))
|
|
308
|
+
- **link:** use core tokens ([510173b](https://github.com/adobe/spectrum-web-components/commit/510173bad82b61138c31d680ca11319590b3aaa3))
|
|
309
|
+
- shared pkg versions, devmode define warning, registry-conflicts docs ([6e49565](https://github.com/adobe/spectrum-web-components/commit/6e4956519b845fa8127f8032948b625c252ef7a6))
|
|
310
|
+
- **tabs:** add sp-tab-panel element ([b17d276](https://github.com/adobe/spectrum-web-components/commit/b17d2765cf415578a31e5fa23515c25ff4c3922d))
|
|
311
|
+
- use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc77960de8e57dd9c49bb7669df689f0ebaa))
|
|
312
|
+
- use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/39188887afad9bec52ef48d4e22596f9b757a9fe))
|
|
313
|
+
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
|
|
314
|
+
- use SixedMixin to manage "size" property ([8819821](https://github.com/adobe/spectrum-web-components/commit/88198212cb495833ed2e7644f95b43dca915318d))
|
|
315
|
+
|
|
316
|
+
### Performance Improvements
|
|
317
|
+
|
|
318
|
+
- use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
|
|
319
|
+
- use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0accd643c2f35cbf1ba809b54f52c25628d))
|
|
320
|
+
|
|
321
|
+
### Reverts
|
|
322
|
+
|
|
323
|
+
- Revert "chore: release new versions" ([a6d655d](https://github.com/adobe/spectrum-web-components/commit/a6d655d1435ee6427a3778b89f1a6cf9fe4beb9d))
|
|
324
|
+
|
|
325
|
+
## [0.14.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.14.7...@spectrum-web-components/link@0.14.8) (2023-04-24)
|
|
326
|
+
|
|
327
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
328
|
+
|
|
329
|
+
## [0.14.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.14.6...@spectrum-web-components/link@0.14.7) (2023-04-05)
|
|
330
|
+
|
|
331
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
332
|
+
|
|
333
|
+
## [0.14.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.14.5...@spectrum-web-components/link@0.14.6) (2023-03-22)
|
|
334
|
+
|
|
335
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
336
|
+
|
|
337
|
+
## [0.14.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.14.4...@spectrum-web-components/link@0.14.5) (2023-03-08)
|
|
338
|
+
|
|
339
|
+
### Bug Fixes
|
|
340
|
+
|
|
341
|
+
- add the missing quiet property to Link component ([867ea43](https://github.com/adobe/spectrum-web-components/commit/867ea43bc609b2516142c08ee90c598a1531fb99))
|
|
342
|
+
|
|
343
|
+
## [0.14.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.14.3...@spectrum-web-components/link@0.14.4) (2023-02-08)
|
|
344
|
+
|
|
345
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
346
|
+
|
|
347
|
+
## [0.14.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.14.2...@spectrum-web-components/link@0.14.3) (2023-01-23)
|
|
348
|
+
|
|
349
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
350
|
+
|
|
351
|
+
## [0.14.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.14.1...@spectrum-web-components/link@0.14.2) (2023-01-09)
|
|
352
|
+
|
|
353
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
354
|
+
|
|
355
|
+
## [0.14.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.14.0...@spectrum-web-components/link@0.14.1) (2022-12-08)
|
|
356
|
+
|
|
357
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
358
|
+
|
|
359
|
+
# [0.14.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.13.2...@spectrum-web-components/link@0.14.0) (2022-11-21)
|
|
360
|
+
|
|
361
|
+
### Features
|
|
362
|
+
|
|
363
|
+
- **link:** use core tokens ([510173b](https://github.com/adobe/spectrum-web-components/commit/510173bad82b61138c31d680ca11319590b3aaa3))
|
|
364
|
+
|
|
365
|
+
## [0.13.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.13.1...@spectrum-web-components/link@0.13.2) (2022-11-14)
|
|
366
|
+
|
|
367
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
368
|
+
|
|
369
|
+
## [0.13.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.13.0...@spectrum-web-components/link@0.13.1) (2022-10-17)
|
|
370
|
+
|
|
371
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
372
|
+
|
|
373
|
+
# [0.13.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.12.8...@spectrum-web-components/link@0.13.0) (2022-08-09)
|
|
374
|
+
|
|
375
|
+
### Features
|
|
376
|
+
|
|
377
|
+
- include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
|
|
378
|
+
|
|
379
|
+
## [0.12.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.12.7...@spectrum-web-components/link@0.12.8) (2022-08-04)
|
|
380
|
+
|
|
381
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
382
|
+
|
|
383
|
+
## [0.12.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.12.6...@spectrum-web-components/link@0.12.7) (2022-07-18)
|
|
384
|
+
|
|
385
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
386
|
+
|
|
387
|
+
## [0.12.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.12.5...@spectrum-web-components/link@0.12.6) (2022-06-29)
|
|
388
|
+
|
|
389
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
390
|
+
|
|
391
|
+
## [0.12.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.12.4...@spectrum-web-components/link@0.12.5) (2022-06-07)
|
|
392
|
+
|
|
393
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
394
|
+
|
|
395
|
+
## [0.12.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.12.3...@spectrum-web-components/link@0.12.4) (2022-05-12)
|
|
396
|
+
|
|
397
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
398
|
+
|
|
399
|
+
## [0.12.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.12.2...@spectrum-web-components/link@0.12.3) (2022-04-21)
|
|
400
|
+
|
|
401
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
402
|
+
|
|
403
|
+
## [0.12.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.12.1...@spectrum-web-components/link@0.12.2) (2022-03-30)
|
|
404
|
+
|
|
405
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
406
|
+
|
|
407
|
+
## [0.12.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.12.0...@spectrum-web-components/link@0.12.1) (2022-03-08)
|
|
408
|
+
|
|
409
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
410
|
+
|
|
411
|
+
# [0.12.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.11.4...@spectrum-web-components/link@0.12.0) (2022-03-04)
|
|
412
|
+
|
|
413
|
+
### Features
|
|
414
|
+
|
|
415
|
+
- leverage latest Spectrum button API ([9caf2f6](https://github.com/adobe/spectrum-web-components/commit/9caf2f6313424450c91c039fafea89bf8aa72624))
|
|
416
|
+
|
|
417
|
+
## [0.11.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.11.3...@spectrum-web-components/link@0.11.4) (2022-02-22)
|
|
418
|
+
|
|
419
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
420
|
+
|
|
421
|
+
## [0.11.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.11.2...@spectrum-web-components/link@0.11.3) (2022-01-26)
|
|
422
|
+
|
|
423
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
424
|
+
|
|
425
|
+
## [0.11.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.11.1...@spectrum-web-components/link@0.11.2) (2022-01-07)
|
|
426
|
+
|
|
427
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
428
|
+
|
|
429
|
+
## [0.11.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.11.0...@spectrum-web-components/link@0.11.1) (2021-12-13)
|
|
430
|
+
|
|
431
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
432
|
+
|
|
433
|
+
# [0.11.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.10.1...@spectrum-web-components/link@0.11.0) (2021-11-08)
|
|
434
|
+
|
|
435
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
436
|
+
|
|
437
|
+
## [0.10.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.10.0...@spectrum-web-components/link@0.10.1) (2021-11-08)
|
|
438
|
+
|
|
439
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
440
|
+
|
|
441
|
+
# [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.9.8...@spectrum-web-components/link@0.10.0) (2021-11-02)
|
|
442
|
+
|
|
443
|
+
### Features
|
|
444
|
+
|
|
445
|
+
- adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
|
|
446
|
+
|
|
447
|
+
## [0.9.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.9.7...@spectrum-web-components/link@0.9.8) (2021-10-12)
|
|
448
|
+
|
|
449
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
450
|
+
|
|
451
|
+
## [0.9.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.9.6...@spectrum-web-components/link@0.9.7) (2021-09-20)
|
|
452
|
+
|
|
453
|
+
### Bug Fixes
|
|
454
|
+
|
|
455
|
+
- **link:** support "secondary" variant ([3808b96](https://github.com/adobe/spectrum-web-components/commit/3808b968f483748e98b6e4d3ea6640c63e29cc5f))
|
|
456
|
+
|
|
457
|
+
## [0.9.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.9.5...@spectrum-web-components/link@0.9.6) (2021-09-13)
|
|
458
|
+
|
|
459
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
460
|
+
|
|
461
|
+
## [0.9.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.9.4...@spectrum-web-components/link@0.9.5) (2021-08-24)
|
|
462
|
+
|
|
463
|
+
### Bug Fixes
|
|
464
|
+
|
|
465
|
+
- correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
|
|
466
|
+
|
|
467
|
+
## [0.9.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.9.3...@spectrum-web-components/link@0.9.4) (2021-07-22)
|
|
468
|
+
|
|
469
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
470
|
+
|
|
471
|
+
## [0.9.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.9.2...@spectrum-web-components/link@0.9.3) (2021-07-01)
|
|
472
|
+
|
|
473
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
474
|
+
|
|
475
|
+
## [0.9.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.9.1...@spectrum-web-components/link@0.9.2) (2021-06-16)
|
|
476
|
+
|
|
477
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
478
|
+
|
|
479
|
+
## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.9.0...@spectrum-web-components/link@0.9.1) (2021-06-07)
|
|
480
|
+
|
|
481
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
482
|
+
|
|
483
|
+
# [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.8.5...@spectrum-web-components/link@0.9.0) (2021-05-24)
|
|
484
|
+
|
|
485
|
+
### Bug Fixes
|
|
486
|
+
|
|
487
|
+
- prevent tabindex=-1 elements from placing focus on their host ([1ac1293](https://github.com/adobe/spectrum-web-components/commit/1ac12931771c6d5fdbc99f5d214702ed644cb81a))
|
|
488
|
+
|
|
489
|
+
### Features
|
|
490
|
+
|
|
491
|
+
- **tabs:** add sp-tab-panel element ([b17d276](https://github.com/adobe/spectrum-web-components/commit/b17d2765cf415578a31e5fa23515c25ff4c3922d))
|
|
492
|
+
|
|
493
|
+
## [0.8.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.8.4...@spectrum-web-components/link@0.8.5) (2021-05-12)
|
|
494
|
+
|
|
495
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
496
|
+
|
|
497
|
+
## [0.8.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.8.3...@spectrum-web-components/link@0.8.4) (2021-04-09)
|
|
498
|
+
|
|
499
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
500
|
+
|
|
501
|
+
## [0.8.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.8.2...@spectrum-web-components/link@0.8.3) (2021-03-29)
|
|
502
|
+
|
|
503
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
504
|
+
|
|
505
|
+
## [0.8.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.8.1...@spectrum-web-components/link@0.8.2) (2021-03-22)
|
|
506
|
+
|
|
507
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
508
|
+
|
|
509
|
+
## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.8.0...@spectrum-web-components/link@0.8.1) (2021-03-05)
|
|
510
|
+
|
|
511
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
512
|
+
|
|
513
|
+
# [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.7.1...@spectrum-web-components/link@0.8.0) (2021-03-04)
|
|
514
|
+
|
|
515
|
+
### Features
|
|
516
|
+
|
|
517
|
+
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
|
|
518
|
+
|
|
519
|
+
## [0.7.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.7.0...@spectrum-web-components/link@0.7.1) (2021-02-11)
|
|
520
|
+
|
|
521
|
+
### Bug Fixes
|
|
522
|
+
|
|
523
|
+
- expand sized functionality to support no default and returning to default values ([acf3cfb](https://github.com/adobe/spectrum-web-components/commit/acf3cfb000033d1ef1e22ca571cb8dbbeaadae77))
|
|
524
|
+
- update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
|
|
525
|
+
|
|
526
|
+
# [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.5.6...@spectrum-web-components/link@0.7.0) (2021-01-21)
|
|
527
|
+
|
|
528
|
+
### Bug Fixes
|
|
529
|
+
|
|
530
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
531
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
532
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
533
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
534
|
+
|
|
535
|
+
### Features
|
|
536
|
+
|
|
537
|
+
- apply sizedMixin for t-shirt sizing ([d7b63fb](https://github.com/adobe/spectrum-web-components/commit/d7b63fb0db06b5a8a412fea8370964f4db9d18ae))
|
|
538
|
+
- use SixedMixin to manage "size" property ([8819821](https://github.com/adobe/spectrum-web-components/commit/88198212cb495833ed2e7644f95b43dca915318d))
|
|
539
|
+
- **link:** update spectrum css input ([e8cd359](https://github.com/adobe/spectrum-web-components/commit/e8cd3592e780608afeda5bbfb5830a64a0b2caa1))
|
|
540
|
+
|
|
541
|
+
# [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.5.6...@spectrum-web-components/link@0.6.0) (2021-01-13)
|
|
542
|
+
|
|
543
|
+
### Bug Fixes
|
|
544
|
+
|
|
545
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
546
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
547
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
548
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
549
|
+
|
|
550
|
+
### Features
|
|
551
|
+
|
|
552
|
+
- apply sizedMixin for t-shirt sizing ([d7b63fb](https://github.com/adobe/spectrum-web-components/commit/d7b63fb0db06b5a8a412fea8370964f4db9d18ae))
|
|
553
|
+
- use SixedMixin to manage "size" property ([8819821](https://github.com/adobe/spectrum-web-components/commit/88198212cb495833ed2e7644f95b43dca915318d))
|
|
554
|
+
- **link:** update spectrum css input ([e8cd359](https://github.com/adobe/spectrum-web-components/commit/e8cd3592e780608afeda5bbfb5830a64a0b2caa1))
|
|
555
|
+
|
|
556
|
+
## [0.5.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.5.5...@spectrum-web-components/link@0.5.6) (2020-10-12)
|
|
557
|
+
|
|
558
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
559
|
+
|
|
560
|
+
## [0.5.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.5.4...@spectrum-web-components/link@0.5.5) (2020-10-12)
|
|
561
|
+
|
|
562
|
+
### Bug Fixes
|
|
563
|
+
|
|
564
|
+
- include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
|
|
565
|
+
|
|
566
|
+
## [0.5.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.5.3...@spectrum-web-components/link@0.5.4) (2020-09-25)
|
|
567
|
+
|
|
568
|
+
### Bug Fixes
|
|
569
|
+
|
|
570
|
+
- update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
|
|
571
|
+
|
|
572
|
+
## [0.5.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.5.2...@spectrum-web-components/link@0.5.3) (2020-09-14)
|
|
573
|
+
|
|
574
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
575
|
+
|
|
576
|
+
## [0.5.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.5.1...@spectrum-web-components/link@0.5.2) (2020-08-31)
|
|
577
|
+
|
|
578
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
579
|
+
|
|
580
|
+
## [0.5.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.5.0...@spectrum-web-components/link@0.5.1) (2020-08-19)
|
|
581
|
+
|
|
582
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
583
|
+
|
|
584
|
+
# [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.4.1...@spectrum-web-components/link@0.5.0) (2020-07-27)
|
|
585
|
+
|
|
586
|
+
### Bug Fixes
|
|
587
|
+
|
|
588
|
+
- **link:** test inner anchor attribute by accessing via focusElement ([f4e97a1](https://github.com/adobe/spectrum-web-components/commit/f4e97a1a4958a979a391d5bb330bc67289e354c0))
|
|
589
|
+
|
|
590
|
+
### Features
|
|
591
|
+
|
|
592
|
+
- **link:** support rel attribute ([df4b5a8](https://github.com/adobe/spectrum-web-components/commit/df4b5a831aa35f5992b183cbba3cad18eb3dbb53))
|
|
593
|
+
|
|
594
|
+
## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.4.0...@spectrum-web-components/link@0.4.1) (2020-07-22)
|
|
595
|
+
|
|
596
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
597
|
+
|
|
598
|
+
# [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.3.4...@spectrum-web-components/link@0.4.0) (2020-07-17)
|
|
599
|
+
|
|
600
|
+
### Bug Fixes
|
|
601
|
+
|
|
602
|
+
- review deque accessibility testing of docs site ([31f43aa](https://github.com/adobe/spectrum-web-components/commit/31f43aaf0c4092a2aca209538e48417a159dbd0b))
|
|
603
|
+
|
|
604
|
+
### Features
|
|
605
|
+
|
|
606
|
+
- leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
|
|
607
|
+
|
|
608
|
+
## [0.3.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.3.3...@spectrum-web-components/link@0.3.4) (2020-06-08)
|
|
609
|
+
|
|
610
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
611
|
+
|
|
612
|
+
## [0.3.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.3.2...@spectrum-web-components/link@0.3.3) (2020-04-16)
|
|
613
|
+
|
|
614
|
+
### Performance Improvements
|
|
615
|
+
|
|
616
|
+
- use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
|
|
617
|
+
|
|
618
|
+
## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.3.1...@spectrum-web-components/link@0.3.2) (2020-04-10)
|
|
619
|
+
|
|
620
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
621
|
+
|
|
622
|
+
## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.3.0...@spectrum-web-components/link@0.3.1) (2020-04-07)
|
|
623
|
+
|
|
624
|
+
### Bug Fixes
|
|
625
|
+
|
|
626
|
+
- **link:** correct white space in template/docs site ([a48bd06](https://github.com/adobe/spectrum-web-components/commit/a48bd06a177ed5f6ec52d44676f61f313bc90022))
|
|
627
|
+
|
|
628
|
+
# [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.2.8...@spectrum-web-components/link@0.3.0) (2020-03-11)
|
|
629
|
+
|
|
630
|
+
### Features
|
|
631
|
+
|
|
632
|
+
- **link:** add download attribute to `<sp-link>` ([fb02104](https://github.com/adobe/spectrum-web-components/commit/fb02104))
|
|
633
|
+
- **link:** add download attribute to `<sp-link>` ([fefb28e](https://github.com/adobe/spectrum-web-components/commit/fefb28e))
|
|
634
|
+
- **link:** add download attribute to `<sp-link>` ([16894ba](https://github.com/adobe/spectrum-web-components/commit/16894ba))
|
|
635
|
+
- **link:** add download attribute to `<sp-link>` ([0763504](https://github.com/adobe/spectrum-web-components/commit/0763504))
|
|
636
|
+
|
|
637
|
+
## [0.2.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.2.7...@spectrum-web-components/link@0.2.8) (2020-02-24)
|
|
638
|
+
|
|
639
|
+
### Bug Fixes
|
|
640
|
+
|
|
641
|
+
- **link:** correct custom CSS processing configuration ([2a24d5a](https://github.com/adobe/spectrum-web-components/commit/2a24d5a))
|
|
642
|
+
- **link:** process Spectrum CSS without overwriting specificity ([9eb3d5c](https://github.com/adobe/spectrum-web-components/commit/9eb3d5c))
|
|
643
|
+
|
|
644
|
+
## [0.2.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.2.6...@spectrum-web-components/link@0.2.7) (2020-02-05)
|
|
645
|
+
|
|
646
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
647
|
+
|
|
648
|
+
## [0.2.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.2.5...@spectrum-web-components/link@0.2.6) (2020-02-01)
|
|
649
|
+
|
|
650
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
651
|
+
|
|
652
|
+
## [0.2.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.2.4...@spectrum-web-components/link@0.2.5) (2020-01-30)
|
|
653
|
+
|
|
654
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
655
|
+
|
|
656
|
+
## [0.2.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.2.3...@spectrum-web-components/link@0.2.4) (2020-01-06)
|
|
657
|
+
|
|
658
|
+
### Bug Fixes
|
|
659
|
+
|
|
660
|
+
- **link:** correct white space management ([a7a63dc](https://github.com/adobe/spectrum-web-components/commit/a7a63dc))
|
|
661
|
+
|
|
662
|
+
## [0.2.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.2.2...@spectrum-web-components/link@0.2.3) (2019-12-12)
|
|
663
|
+
|
|
664
|
+
### Bug Fixes
|
|
665
|
+
|
|
666
|
+
- apply Focuable styles in class extensions ([38f7afd](https://github.com/adobe/spectrum-web-components/commit/38f7afd))
|
|
667
|
+
|
|
668
|
+
## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.2.1...@spectrum-web-components/link@0.2.2) (2019-12-02)
|
|
669
|
+
|
|
670
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|
|
671
|
+
|
|
672
|
+
## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.2.0...@spectrum-web-components/link@0.2.1) (2019-11-27)
|
|
673
|
+
|
|
674
|
+
### Bug Fixes
|
|
675
|
+
|
|
676
|
+
- include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716))
|
|
677
|
+
|
|
678
|
+
# [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.1.4...@spectrum-web-components/link@0.2.0) (2019-11-19)
|
|
679
|
+
|
|
680
|
+
### Features
|
|
681
|
+
|
|
682
|
+
- use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc7))
|
|
683
|
+
- use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/3918888))
|
|
684
|
+
|
|
685
|
+
## [0.1.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/link@0.1.3...@spectrum-web-components/link@0.1.4) (2019-10-14)
|
|
686
|
+
|
|
687
|
+
### Performance Improvements
|
|
688
|
+
|
|
689
|
+
- use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0a))
|
|
690
|
+
|
|
691
|
+
## 0.1.3 (2019-10-03)
|
|
692
|
+
|
|
693
|
+
**Note:** Version bump only for package @spectrum-web-components/link
|