@spectrum-web-components/card 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 +802 -0
- package/package.json +78 -78
- package/custom-elements.json +0 -495
- package/sp-card.d.ts +0 -17
- package/sp-card.dev.js +0 -5
- package/sp-card.dev.js.map +0 -7
- package/sp-card.js +0 -2
- package/sp-card.js.map +0 -7
- package/src/Card.d.ts +0 -82
- package/src/Card.dev.js +0 -337
- package/src/Card.dev.js.map +0 -7
- package/src/Card.js +0 -76
- package/src/Card.js.map +0 -7
- package/src/card-overrides.css.d.ts +0 -2
- package/src/card-overrides.css.dev.js +0 -7
- package/src/card-overrides.css.dev.js.map +0 -7
- package/src/card-overrides.css.js +0 -4
- package/src/card-overrides.css.js.map +0 -7
- package/src/card.css.d.ts +0 -2
- package/src/card.css.dev.js +0 -7
- package/src/card.css.dev.js.map +0 -7
- package/src/card.css.js +0 -4
- package/src/card.css.js.map +0 -7
- package/src/index.d.ts +0 -12
- package/src/index.dev.js +0 -3
- package/src/index.dev.js.map +0 -7
- package/src/index.js +0 -2
- package/src/index.js.map +0 -7
- package/src/spectrum-card.css.d.ts +0 -2
- package/src/spectrum-card.css.dev.js +0 -7
- package/src/spectrum-card.css.dev.js.map +0 -7
- package/src/spectrum-card.css.js +0 -4
- package/src/spectrum-card.css.js.map +0 -7
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,802 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## 1.9.1-nightly.20251028214328
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @spectrum-web-components/divider@1.9.1-nightly.20251028214328
|
|
9
|
+
- @spectrum-web-components/base@1.9.1-nightly.20251028214328
|
|
10
|
+
- @spectrum-web-components/asset@1.9.1-nightly.20251028214328
|
|
11
|
+
- @spectrum-web-components/checkbox@1.9.1-nightly.20251028214328
|
|
12
|
+
- @spectrum-web-components/icons-workflow@1.9.1-nightly.20251028214328
|
|
13
|
+
- @spectrum-web-components/popover@1.9.1-nightly.20251028214328
|
|
14
|
+
- @spectrum-web-components/shared@1.9.1-nightly.20251028214328
|
|
15
|
+
- @spectrum-web-components/styles@1.9.1-nightly.20251028214328
|
|
16
|
+
|
|
17
|
+
## 1.9.0
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`bdf54c1`](https://github.com/adobe/spectrum-web-components/commit/bdf54c1bc6d3eb20da1a1bf3b40650e6ab1ba399)]:
|
|
22
|
+
- @spectrum-web-components/icons-workflow@1.9.0
|
|
23
|
+
- @spectrum-web-components/checkbox@1.9.0
|
|
24
|
+
- @spectrum-web-components/popover@1.9.0
|
|
25
|
+
- @spectrum-web-components/asset@1.9.0
|
|
26
|
+
- @spectrum-web-components/divider@1.9.0
|
|
27
|
+
- @spectrum-web-components/base@1.9.0
|
|
28
|
+
- @spectrum-web-components/shared@1.9.0
|
|
29
|
+
- @spectrum-web-components/styles@1.9.0
|
|
30
|
+
|
|
31
|
+
## 1.8.0
|
|
32
|
+
|
|
33
|
+
### Minor Changes
|
|
34
|
+
|
|
35
|
+
- [#5638](https://github.com/adobe/spectrum-web-components/pull/5638) [`f8da034`](https://github.com/adobe/spectrum-web-components/commit/f8da034a2c37a4b7f3d06facf36cdcbc11b79833) Thanks [@Rajdeepc](https://github.com/Rajdeepc)! - **Fixed** the card component's CSS by moving `block-size: 100%` from the base `:host` selector to only apply to `gallery` and `quiet` variants
|
|
36
|
+
|
|
37
|
+
- [#5171](https://github.com/adobe/spectrum-web-components/pull/5171) [`eae4332`](https://github.com/adobe/spectrum-web-components/commit/eae433283d09e4b0d72cd5fd21c17c3e6c22543b) Thanks [@majornista](https://github.com/majornista)! - Enhanced the Card component's checkbox functionality with improved screen reader support and keyboard navigation.
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies [[`77bdef6`](https://github.com/adobe/spectrum-web-components/commit/77bdef68a40e0f6cd5476271b01b4c0f00531f4f), [`15be17d`](https://github.com/adobe/spectrum-web-components/commit/15be17db91f1140ccf3cad52b1f2ed6c4b9e28ba), [`826a2d5`](https://github.com/adobe/spectrum-web-components/commit/826a2d533e46a6f945daefa8999fadca78bd8688)]:
|
|
42
|
+
- @spectrum-web-components/styles@1.8.0
|
|
43
|
+
- @spectrum-web-components/divider@1.8.0
|
|
44
|
+
- @spectrum-web-components/popover@1.8.0
|
|
45
|
+
- @spectrum-web-components/asset@1.8.0
|
|
46
|
+
- @spectrum-web-components/checkbox@1.8.0
|
|
47
|
+
- @spectrum-web-components/icons-workflow@1.8.0
|
|
48
|
+
- @spectrum-web-components/base@1.8.0
|
|
49
|
+
- @spectrum-web-components/shared@1.8.0
|
|
50
|
+
|
|
51
|
+
## 1.7.0
|
|
52
|
+
|
|
53
|
+
### Minor Changes
|
|
54
|
+
|
|
55
|
+
- [#5521](https://github.com/adobe/spectrum-web-components/pull/5521) [`56f2ff4`](https://github.com/adobe/spectrum-web-components/commit/56f2ff4fa42b1e2e02b1b6b4a7a33f377931bf77) Thanks [@Rajdeepc](https://github.com/Rajdeepc)! - **Fixed**: On mobile Chrome (both Android and iOS), scrolling on `sp-card` components would inadvertently trigger click events. This was caused by the timing-based click detection (200ms threshold) in the pointer event handling, which could misinterpret quick scrolls as clicks. This issue did not affect Safari on mobile devices.
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- [#5449](https://github.com/adobe/spectrum-web-components/pull/5449) [`ae9dcf8`](https://github.com/adobe/spectrum-web-components/commit/ae9dcf8812623eb3fedee3ce358689a1528d481e) Thanks [@Rajdeepc](https://github.com/Rajdeepc)! - - **Fixed**: `sp-card` component relies on `sp-popover` for certain toggle interactive behaviors, but this dependency was missing from its dependency tree.
|
|
60
|
+
|
|
61
|
+
- Updated dependencies [[`1126cf2`](https://github.com/adobe/spectrum-web-components/commit/1126cf22c0076c8728b86e9c0bf7f67fdd8fde07)]:
|
|
62
|
+
- @spectrum-web-components/styles@1.7.0
|
|
63
|
+
- @spectrum-web-components/popover@1.7.0
|
|
64
|
+
- @spectrum-web-components/asset@1.7.0
|
|
65
|
+
- @spectrum-web-components/checkbox@1.7.0
|
|
66
|
+
- @spectrum-web-components/divider@1.7.0
|
|
67
|
+
- @spectrum-web-components/icons-workflow@1.7.0
|
|
68
|
+
- @spectrum-web-components/base@1.7.0
|
|
69
|
+
- @spectrum-web-components/shared@1.7.0
|
|
70
|
+
|
|
71
|
+
## 1.6.0
|
|
72
|
+
|
|
73
|
+
### Patch Changes
|
|
74
|
+
|
|
75
|
+
- Updated dependencies [[`f6cebbd`](https://github.com/adobe/spectrum-web-components/commit/f6cebbd90008a2abb1232c355ae06e8566086093), [`9e15a66`](https://github.com/adobe/spectrum-web-components/commit/9e15a66a281745004add414ff977d4a71186aedd), [`a9727d2`](https://github.com/adobe/spectrum-web-components/commit/a9727d2975b01f440c09789c9e7e0122063b6f7e)]:
|
|
76
|
+
- @spectrum-web-components/icons-workflow@1.6.0
|
|
77
|
+
- @spectrum-web-components/styles@1.6.0
|
|
78
|
+
- @spectrum-web-components/asset@1.6.0
|
|
79
|
+
- @spectrum-web-components/checkbox@1.6.0
|
|
80
|
+
- @spectrum-web-components/divider@1.6.0
|
|
81
|
+
- @spectrum-web-components/base@1.6.0
|
|
82
|
+
- @spectrum-web-components/shared@1.6.0
|
|
83
|
+
|
|
84
|
+
## 1.5.0
|
|
85
|
+
|
|
86
|
+
### Patch Changes
|
|
87
|
+
|
|
88
|
+
- [#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.
|
|
89
|
+
|
|
90
|
+
- Updated dependencies [[`165a904`](https://github.com/adobe/spectrum-web-components/commit/165a904bd01fddea922fe87b181bbf41281f81f0), [`a4de4c7`](https://github.com/adobe/spectrum-web-components/commit/a4de4c76c38ae274535fc7df8ab32490a796485a), [`4e06533`](https://github.com/adobe/spectrum-web-components/commit/4e065332e0236757fc3a050e53747ce82ac40ed5), [`fa4be70`](https://github.com/adobe/spectrum-web-components/commit/fa4be70e9ab9dbeff26867edd3bdeb3f41c423e3), [`daeb11f`](https://github.com/adobe/spectrum-web-components/commit/daeb11f18792cf650518099fd29857139b6380b4), [`6c58f50`](https://github.com/adobe/spectrum-web-components/commit/6c58f50f7b1f5489c11e0d3484e3f4a9d576f1c8), [`fa4be70`](https://github.com/adobe/spectrum-web-components/commit/fa4be70e9ab9dbeff26867edd3bdeb3f41c423e3)]:
|
|
91
|
+
- @spectrum-web-components/asset@1.5.0
|
|
92
|
+
- @spectrum-web-components/divider@1.5.0
|
|
93
|
+
- @spectrum-web-components/styles@1.5.0
|
|
94
|
+
- @spectrum-web-components/checkbox@1.5.0
|
|
95
|
+
- @spectrum-web-components/icons-workflow@1.5.0
|
|
96
|
+
- @spectrum-web-components/base@1.5.0
|
|
97
|
+
- @spectrum-web-components/shared@1.5.0
|
|
98
|
+
|
|
99
|
+
## 1.4.0
|
|
100
|
+
|
|
101
|
+
### Patch Changes
|
|
102
|
+
|
|
103
|
+
- Updated dependencies [[`3cca7ea`](https://github.com/adobe/spectrum-web-components/commit/3cca7eacf127c3fd759953db38a2b5a561bfb8dc)]:
|
|
104
|
+
- @spectrum-web-components/styles@1.4.0
|
|
105
|
+
- @spectrum-web-components/asset@1.4.0
|
|
106
|
+
- @spectrum-web-components/checkbox@1.4.0
|
|
107
|
+
- @spectrum-web-components/divider@1.4.0
|
|
108
|
+
- @spectrum-web-components/icons-workflow@1.4.0
|
|
109
|
+
- @spectrum-web-components/base@1.4.0
|
|
110
|
+
- @spectrum-web-components/shared@1.4.0
|
|
111
|
+
|
|
112
|
+
## 1.3.0
|
|
113
|
+
|
|
114
|
+
### Patch Changes
|
|
115
|
+
|
|
116
|
+
- Updated dependencies [[`468314f`](https://github.com/adobe/spectrum-web-components/commit/468314f45cf5fedb2e9029da210a5886260abca9)]:
|
|
117
|
+
- @spectrum-web-components/checkbox@1.3.0
|
|
118
|
+
- @spectrum-web-components/asset@1.3.0
|
|
119
|
+
- @spectrum-web-components/divider@1.3.0
|
|
120
|
+
- @spectrum-web-components/icons-workflow@1.3.0
|
|
121
|
+
- @spectrum-web-components/base@1.3.0
|
|
122
|
+
- @spectrum-web-components/shared@1.3.0
|
|
123
|
+
- @spectrum-web-components/styles@1.3.0
|
|
124
|
+
|
|
125
|
+
All notable changes to this project will be documented in this file.
|
|
126
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
127
|
+
|
|
128
|
+
# [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
131
|
+
|
|
132
|
+
## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
|
|
133
|
+
|
|
134
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
135
|
+
|
|
136
|
+
## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
139
|
+
|
|
140
|
+
# [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
|
|
141
|
+
|
|
142
|
+
### Bug Fixes
|
|
143
|
+
|
|
144
|
+
- 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))
|
|
145
|
+
|
|
146
|
+
## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)
|
|
147
|
+
|
|
148
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
149
|
+
|
|
150
|
+
## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
|
|
151
|
+
|
|
152
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
153
|
+
|
|
154
|
+
# [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
|
|
155
|
+
|
|
156
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
157
|
+
|
|
158
|
+
# [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
|
|
159
|
+
|
|
160
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
161
|
+
|
|
162
|
+
## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
|
|
163
|
+
|
|
164
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
165
|
+
|
|
166
|
+
# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
|
|
167
|
+
|
|
168
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
169
|
+
|
|
170
|
+
## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
|
|
171
|
+
|
|
172
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
173
|
+
|
|
174
|
+
## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
|
|
175
|
+
|
|
176
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
177
|
+
|
|
178
|
+
# [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
|
|
179
|
+
|
|
180
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
181
|
+
|
|
182
|
+
# [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
|
|
183
|
+
|
|
184
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
185
|
+
|
|
186
|
+
# [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
|
|
187
|
+
|
|
188
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
189
|
+
|
|
190
|
+
# [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
|
|
191
|
+
|
|
192
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
193
|
+
|
|
194
|
+
# [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
|
|
195
|
+
|
|
196
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
197
|
+
|
|
198
|
+
## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
|
|
199
|
+
|
|
200
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
201
|
+
|
|
202
|
+
## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
|
|
203
|
+
|
|
204
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
205
|
+
|
|
206
|
+
## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
|
|
207
|
+
|
|
208
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
209
|
+
|
|
210
|
+
## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
|
|
211
|
+
|
|
212
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
213
|
+
|
|
214
|
+
## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
|
|
215
|
+
|
|
216
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
217
|
+
|
|
218
|
+
# [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
|
|
219
|
+
|
|
220
|
+
### Features
|
|
221
|
+
|
|
222
|
+
- **asset:** use core tokens ([99e76f4](https://github.com/adobe/spectrum-web-components/commit/99e76f4d32e990960b7fa2f0613ed4144adc4f6e))
|
|
223
|
+
|
|
224
|
+
## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
|
|
225
|
+
|
|
226
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
227
|
+
|
|
228
|
+
## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
|
|
229
|
+
|
|
230
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
231
|
+
|
|
232
|
+
# [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
|
|
233
|
+
|
|
234
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
235
|
+
|
|
236
|
+
## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
|
|
237
|
+
|
|
238
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
239
|
+
|
|
240
|
+
## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
|
|
241
|
+
|
|
242
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
243
|
+
|
|
244
|
+
## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
|
|
245
|
+
|
|
246
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
247
|
+
|
|
248
|
+
## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
|
|
249
|
+
|
|
250
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
251
|
+
|
|
252
|
+
## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
|
|
253
|
+
|
|
254
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
255
|
+
|
|
256
|
+
# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
|
|
257
|
+
|
|
258
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
259
|
+
|
|
260
|
+
## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
|
|
261
|
+
|
|
262
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
263
|
+
|
|
264
|
+
## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
|
|
265
|
+
|
|
266
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
267
|
+
|
|
268
|
+
## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
|
|
269
|
+
|
|
270
|
+
### Bug Fixes
|
|
271
|
+
|
|
272
|
+
- update deps graph, update link docs ([#3709](https://github.com/adobe/spectrum-web-components/issues/3709)) ([2deb284](https://github.com/adobe/spectrum-web-components/commit/2deb2847e6ad458c3cbaec02732fffde133e0c54))
|
|
273
|
+
|
|
274
|
+
## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
|
|
275
|
+
|
|
276
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
277
|
+
|
|
278
|
+
# [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
|
|
279
|
+
|
|
280
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
281
|
+
|
|
282
|
+
# [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
|
|
283
|
+
|
|
284
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
285
|
+
|
|
286
|
+
# [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
|
|
287
|
+
|
|
288
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
289
|
+
|
|
290
|
+
# [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
|
|
291
|
+
|
|
292
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
293
|
+
|
|
294
|
+
# [0.35.0](https://github.com/adobe/spectrum-web-components/compare/v0.34.0...v0.35.0) (2023-07-31)
|
|
295
|
+
|
|
296
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
297
|
+
|
|
298
|
+
# [0.34.0](https://github.com/adobe/spectrum-web-components/compare/v0.33.2...v0.34.0) (2023-07-11)
|
|
299
|
+
|
|
300
|
+
### Features
|
|
301
|
+
|
|
302
|
+
- **card:** use core tokens ([9cccd26](https://github.com/adobe/spectrum-web-components/commit/9cccd26f00f688cbe1477dc7a9ce01542b179737))
|
|
303
|
+
|
|
304
|
+
## [0.33.2](https://github.com/adobe/spectrum-web-components/compare/v0.33.1...v0.33.2) (2023-06-14)
|
|
305
|
+
|
|
306
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
307
|
+
|
|
308
|
+
# [0.33.0](https://github.com/adobe/spectrum-web-components/compare/v0.32.0...v0.33.0) (2023-06-08)
|
|
309
|
+
|
|
310
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
311
|
+
|
|
312
|
+
# [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)
|
|
313
|
+
|
|
314
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
315
|
+
|
|
316
|
+
# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
|
|
317
|
+
|
|
318
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
319
|
+
|
|
320
|
+
# 0.30.0 (2023-05-03)
|
|
321
|
+
|
|
322
|
+
### Bug Fixes
|
|
323
|
+
|
|
324
|
+
- add Grid pattern ([341f493](https://github.com/adobe/spectrum-web-components/commit/341f4932087487be47bde355d1b0894886ed44ad))
|
|
325
|
+
- add likeAnchor API to Card element ([5c338fb](https://github.com/adobe/spectrum-web-components/commit/5c338fbfc73d9d20c8f771e11114064cadeeb732))
|
|
326
|
+
- **card:** allow for preview or cover-photo ([2d2f42b](https://github.com/adobe/spectrum-web-components/commit/2d2f42bb075c805d9c308d268c5f99a3cb2d0490))
|
|
327
|
+
- **card:** correctly apply :focus-visible styling to variants ([d7c7539](https://github.com/adobe/spectrum-web-components/commit/d7c7539727d70f22243bd50bdaf8fbe0d0bbbb80))
|
|
328
|
+
- **card:** create no preview image variant of card instead of no imageless variant at all ([7b102b9](https://github.com/adobe/spectrum-web-components/commit/7b102b9dc8460ddd179829b9c80f9b0628abf733))
|
|
329
|
+
- **card:** do not transform subheadling text to uppercase ([4244390](https://github.com/adobe/spectrum-web-components/commit/4244390ed83b740c1879d7ee43ead31d520aaa93))
|
|
330
|
+
- **card:** include dependencies ([18beaf6](https://github.com/adobe/spectrum-web-components/commit/18beaf61c9af0aeb88b1801e821c1f1c5abb3d63))
|
|
331
|
+
- **card:** normalize sizing technique to align with future t-shirt size usage ([6f05b3b](https://github.com/adobe/spectrum-web-components/commit/6f05b3b7c88633b17cd44224af184c37c3d9c8bf))
|
|
332
|
+
- **card:** removed empty card from documentation/stories ([8322894](https://github.com/adobe/spectrum-web-components/commit/83228948550dd6fef2a06ddbdc0f9954d8971fac))
|
|
333
|
+
- **card:** stop event propogation on handleselectedchange ([0ef95e5](https://github.com/adobe/spectrum-web-components/commit/0ef95e5a933295d7484015273812c3e3374c57ff))
|
|
334
|
+
- **dialog:** normalize sizing technique to align with future t-shirt size usage ([da33797](https://github.com/adobe/spectrum-web-components/commit/da33797e724d0943a6abf059c96641a220182e5f))
|
|
335
|
+
- ensure that all paths to user change of selected trigger a change event ([2eee81e](https://github.com/adobe/spectrum-web-components/commit/2eee81e280b5c46c71ab09ea93ad1856b9e1ea5b))
|
|
336
|
+
- include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716f2f787deb8d868a78bd28c8e62fe90e21))
|
|
337
|
+
- include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
|
|
338
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
339
|
+
- match "pointerup" listeners with "pointercancel" for full coverage ([7f2ce92](https://github.com/adobe/spectrum-web-components/commit/7f2ce924ce03fb0881505e6f144184bd3d25355d))
|
|
340
|
+
- override and clear text-transform: uppercase ([dddce4b](https://github.com/adobe/spectrum-web-components/commit/dddce4bc438f8cf8df217b062c9681ec52587060))
|
|
341
|
+
- remove `<sp-menu>` usage where deprecated ([387db3b](https://github.com/adobe/spectrum-web-components/commit/387db3be95c98ab220e517fe12a4db7a2496fe5f))
|
|
342
|
+
- remove standard variant from image getter ([97e4713](https://github.com/adobe/spectrum-web-components/commit/97e47132bad276ef2b2989395622dc57d37efb7c))
|
|
343
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
344
|
+
- switch to heading/subheading instead of title ([d182a0f](https://github.com/adobe/spectrum-web-components/commit/d182a0f829b21296f07b50f37c8aecda2c0ed137))
|
|
345
|
+
- tests weren't fully updated ([22bf3b1](https://github.com/adobe/spectrum-web-components/commit/22bf3b14d304a9106525a05a8c0dc16834648356))
|
|
346
|
+
- these selectors didn't actually change ([a5ac275](https://github.com/adobe/spectrum-web-components/commit/a5ac275dfc9873ba65abf7a4d9631cc67fd65aa1))
|
|
347
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
348
|
+
- update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
|
|
349
|
+
- update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
|
|
350
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
351
|
+
|
|
352
|
+
### Features
|
|
353
|
+
|
|
354
|
+
- add screenshot regression testing to CI ([8205dfe](https://github.com/adobe/spectrum-web-components/commit/8205dfe33c725e13f74f411779c2ff3b6061a913))
|
|
355
|
+
- adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
|
|
356
|
+
- allow slotted title for card ([aaf7157](https://github.com/adobe/spectrum-web-components/commit/aaf7157de6070a49bcdcc591f62c85a56622acfb))
|
|
357
|
+
- **button:** use synthetic button instead of native ([49e94bc](https://github.com/adobe/spectrum-web-components/commit/49e94bcf79da6ec1ef05f4197042f992922b91ca))
|
|
358
|
+
- **card:** update spectrum css input ([18b6dae](https://github.com/adobe/spectrum-web-components/commit/18b6dae1e89e0cf4dd854d569545c5a3046dbc9f))
|
|
359
|
+
- **card:** upgrade to Spectrum CSS v3.0.0 ([84cf1a9](https://github.com/adobe/spectrum-web-components/commit/84cf1a9758b1e357f18efac5763d17d6a4db0578))
|
|
360
|
+
- delivery dev mode messages in various packages ([62370a1](https://github.com/adobe/spectrum-web-components/commit/62370a19c77ab00e5b5702833bb1e40fb81e7d48))
|
|
361
|
+
- include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
|
|
362
|
+
- leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
|
|
363
|
+
- sets action-menu quiet to false by default, fixes [#3040](https://github.com/adobe/spectrum-web-components/issues/3040) ([8414cab](https://github.com/adobe/spectrum-web-components/commit/8414cab2ef916be40be9f624f485fb02184eec2b))
|
|
364
|
+
- shared pkg versions, devmode define warning, registry-conflicts docs ([6e49565](https://github.com/adobe/spectrum-web-components/commit/6e4956519b845fa8127f8032948b625c252ef7a6))
|
|
365
|
+
- **styles:** vend CSS literal versions of the typography system ([6406c96](https://github.com/adobe/spectrum-web-components/commit/6406c96377557a88ad7756147e6e5777f5d1f746))
|
|
366
|
+
- update card and tabs to latest spectrum-css ([55b8d67](https://github.com/adobe/spectrum-web-components/commit/55b8d67c03349183c3aebb52bbc54f5c58b3fdb4))
|
|
367
|
+
- update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
|
|
368
|
+
- use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc77960de8e57dd9c49bb7669df689f0ebaa))
|
|
369
|
+
- use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/39188887afad9bec52ef48d4e22596f9b757a9fe))
|
|
370
|
+
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
|
|
371
|
+
|
|
372
|
+
### Performance Improvements
|
|
373
|
+
|
|
374
|
+
- use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
|
|
375
|
+
- use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0accd643c2f35cbf1ba809b54f52c25628d))
|
|
376
|
+
|
|
377
|
+
### Reverts
|
|
378
|
+
|
|
379
|
+
- Revert "chore: release new versions" ([a6d655d](https://github.com/adobe/spectrum-web-components/commit/a6d655d1435ee6427a3778b89f1a6cf9fe4beb9d))
|
|
380
|
+
|
|
381
|
+
### BREAKING CHANGES
|
|
382
|
+
|
|
383
|
+
- renamed title/subtitle attributes and slot.
|
|
384
|
+
|
|
385
|
+
## [0.14.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.14.1...@spectrum-web-components/card@0.14.2) (2023-04-24)
|
|
386
|
+
|
|
387
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
388
|
+
|
|
389
|
+
## [0.14.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.14.0...@spectrum-web-components/card@0.14.1) (2023-04-05)
|
|
390
|
+
|
|
391
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
392
|
+
|
|
393
|
+
# [0.14.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.13.9...@spectrum-web-components/card@0.14.0) (2023-03-22)
|
|
394
|
+
|
|
395
|
+
### Features
|
|
396
|
+
|
|
397
|
+
- sets action-menu quiet to false by default, fixes [#3040](https://github.com/adobe/spectrum-web-components/issues/3040) ([8414cab](https://github.com/adobe/spectrum-web-components/commit/8414cab2ef916be40be9f624f485fb02184eec2b))
|
|
398
|
+
|
|
399
|
+
## [0.13.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.13.8...@spectrum-web-components/card@0.13.9) (2023-03-08)
|
|
400
|
+
|
|
401
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
402
|
+
|
|
403
|
+
## [0.13.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.13.7...@spectrum-web-components/card@0.13.8) (2023-02-23)
|
|
404
|
+
|
|
405
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
406
|
+
|
|
407
|
+
## [0.13.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.13.6...@spectrum-web-components/card@0.13.7) (2023-02-08)
|
|
408
|
+
|
|
409
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
410
|
+
|
|
411
|
+
## [0.13.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.13.5...@spectrum-web-components/card@0.13.6) (2023-01-23)
|
|
412
|
+
|
|
413
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
414
|
+
|
|
415
|
+
## [0.13.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.13.4...@spectrum-web-components/card@0.13.5) (2023-01-09)
|
|
416
|
+
|
|
417
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
418
|
+
|
|
419
|
+
## [0.13.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.13.3...@spectrum-web-components/card@0.13.4) (2022-12-08)
|
|
420
|
+
|
|
421
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
422
|
+
|
|
423
|
+
## [0.13.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.13.2...@spectrum-web-components/card@0.13.3) (2022-11-21)
|
|
424
|
+
|
|
425
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
426
|
+
|
|
427
|
+
## [0.13.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.13.1...@spectrum-web-components/card@0.13.2) (2022-11-14)
|
|
428
|
+
|
|
429
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
430
|
+
|
|
431
|
+
## [0.13.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.13.0...@spectrum-web-components/card@0.13.1) (2022-10-28)
|
|
432
|
+
|
|
433
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
434
|
+
|
|
435
|
+
# [0.13.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.12.3...@spectrum-web-components/card@0.13.0) (2022-10-17)
|
|
436
|
+
|
|
437
|
+
### Features
|
|
438
|
+
|
|
439
|
+
- update card and tabs to latest spectrum-css ([55b8d67](https://github.com/adobe/spectrum-web-components/commit/55b8d67c03349183c3aebb52bbc54f5c58b3fdb4))
|
|
440
|
+
|
|
441
|
+
## [0.12.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.12.2...@spectrum-web-components/card@0.12.3) (2022-10-10)
|
|
442
|
+
|
|
443
|
+
### Bug Fixes
|
|
444
|
+
|
|
445
|
+
- match "pointerup" listeners with "pointercancel" for full coverage ([7f2ce92](https://github.com/adobe/spectrum-web-components/commit/7f2ce924ce03fb0881505e6f144184bd3d25355d))
|
|
446
|
+
|
|
447
|
+
## [0.12.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.12.1...@spectrum-web-components/card@0.12.2) (2022-09-14)
|
|
448
|
+
|
|
449
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
450
|
+
|
|
451
|
+
## [0.12.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.12.0...@spectrum-web-components/card@0.12.1) (2022-08-24)
|
|
452
|
+
|
|
453
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
454
|
+
|
|
455
|
+
# [0.12.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.11.0...@spectrum-web-components/card@0.12.0) (2022-08-09)
|
|
456
|
+
|
|
457
|
+
### Features
|
|
458
|
+
|
|
459
|
+
- include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
|
|
460
|
+
|
|
461
|
+
# [0.11.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.10.13...@spectrum-web-components/card@0.11.0) (2022-08-04)
|
|
462
|
+
|
|
463
|
+
### Features
|
|
464
|
+
|
|
465
|
+
- delivery dev mode messages in various packages ([62370a1](https://github.com/adobe/spectrum-web-components/commit/62370a19c77ab00e5b5702833bb1e40fb81e7d48))
|
|
466
|
+
|
|
467
|
+
## [0.10.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.10.12...@spectrum-web-components/card@0.10.13) (2022-07-18)
|
|
468
|
+
|
|
469
|
+
### Bug Fixes
|
|
470
|
+
|
|
471
|
+
- **card:** stop event propogation on handleselectedchange ([0ef95e5](https://github.com/adobe/spectrum-web-components/commit/0ef95e5a933295d7484015273812c3e3374c57ff))
|
|
472
|
+
|
|
473
|
+
## [0.10.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.10.11...@spectrum-web-components/card@0.10.12) (2022-06-29)
|
|
474
|
+
|
|
475
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
476
|
+
|
|
477
|
+
## [0.10.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.10.10...@spectrum-web-components/card@0.10.11) (2022-06-07)
|
|
478
|
+
|
|
479
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
480
|
+
|
|
481
|
+
## [0.10.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.10.9...@spectrum-web-components/card@0.10.10) (2022-05-27)
|
|
482
|
+
|
|
483
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
484
|
+
|
|
485
|
+
## [0.10.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.10.8...@spectrum-web-components/card@0.10.9) (2022-05-12)
|
|
486
|
+
|
|
487
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
488
|
+
|
|
489
|
+
## [0.10.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.10.7...@spectrum-web-components/card@0.10.8) (2022-04-21)
|
|
490
|
+
|
|
491
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
492
|
+
|
|
493
|
+
## [0.10.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.10.6...@spectrum-web-components/card@0.10.7) (2022-03-30)
|
|
494
|
+
|
|
495
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
496
|
+
|
|
497
|
+
## [0.10.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.10.5...@spectrum-web-components/card@0.10.6) (2022-03-08)
|
|
498
|
+
|
|
499
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
500
|
+
|
|
501
|
+
## [0.10.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.10.4...@spectrum-web-components/card@0.10.5) (2022-03-04)
|
|
502
|
+
|
|
503
|
+
### Bug Fixes
|
|
504
|
+
|
|
505
|
+
- add Grid pattern ([341f493](https://github.com/adobe/spectrum-web-components/commit/341f4932087487be47bde355d1b0894886ed44ad))
|
|
506
|
+
|
|
507
|
+
## [0.10.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.10.3...@spectrum-web-components/card@0.10.4) (2022-02-22)
|
|
508
|
+
|
|
509
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
510
|
+
|
|
511
|
+
## [0.10.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.10.2...@spectrum-web-components/card@0.10.3) (2022-01-26)
|
|
512
|
+
|
|
513
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
514
|
+
|
|
515
|
+
## [0.10.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.10.1...@spectrum-web-components/card@0.10.2) (2022-01-07)
|
|
516
|
+
|
|
517
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
518
|
+
|
|
519
|
+
## [0.10.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.10.0...@spectrum-web-components/card@0.10.1) (2021-12-13)
|
|
520
|
+
|
|
521
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
522
|
+
|
|
523
|
+
# [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.9.1...@spectrum-web-components/card@0.10.0) (2021-11-08)
|
|
524
|
+
|
|
525
|
+
### Features
|
|
526
|
+
|
|
527
|
+
- update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
|
|
528
|
+
|
|
529
|
+
## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.9.0...@spectrum-web-components/card@0.9.1) (2021-11-08)
|
|
530
|
+
|
|
531
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
532
|
+
|
|
533
|
+
# [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.18...@spectrum-web-components/card@0.9.0) (2021-11-02)
|
|
534
|
+
|
|
535
|
+
### Features
|
|
536
|
+
|
|
537
|
+
- adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
|
|
538
|
+
|
|
539
|
+
## [0.8.18](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.17...@spectrum-web-components/card@0.8.18) (2021-10-12)
|
|
540
|
+
|
|
541
|
+
### Bug Fixes
|
|
542
|
+
|
|
543
|
+
- add likeAnchor API to Card element ([5c338fb](https://github.com/adobe/spectrum-web-components/commit/5c338fbfc73d9d20c8f771e11114064cadeeb732))
|
|
544
|
+
|
|
545
|
+
## [0.8.17](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.16...@spectrum-web-components/card@0.8.17) (2021-09-20)
|
|
546
|
+
|
|
547
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
548
|
+
|
|
549
|
+
## [0.8.16](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.15...@spectrum-web-components/card@0.8.16) (2021-09-13)
|
|
550
|
+
|
|
551
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
552
|
+
|
|
553
|
+
## [0.8.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.14...@spectrum-web-components/card@0.8.15) (2021-08-24)
|
|
554
|
+
|
|
555
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
556
|
+
|
|
557
|
+
## [0.8.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.13...@spectrum-web-components/card@0.8.14) (2021-08-17)
|
|
558
|
+
|
|
559
|
+
### Bug Fixes
|
|
560
|
+
|
|
561
|
+
- **card:** normalize sizing technique to align with future t-shirt size usage ([6f05b3b](https://github.com/adobe/spectrum-web-components/commit/6f05b3b7c88633b17cd44224af184c37c3d9c8bf))
|
|
562
|
+
- **dialog:** normalize sizing technique to align with future t-shirt size usage ([da33797](https://github.com/adobe/spectrum-web-components/commit/da33797e724d0943a6abf059c96641a220182e5f))
|
|
563
|
+
|
|
564
|
+
## [0.8.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.12...@spectrum-web-components/card@0.8.13) (2021-08-03)
|
|
565
|
+
|
|
566
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
567
|
+
|
|
568
|
+
## [0.8.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.11...@spectrum-web-components/card@0.8.12) (2021-07-22)
|
|
569
|
+
|
|
570
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
571
|
+
|
|
572
|
+
## [0.8.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.10...@spectrum-web-components/card@0.8.11) (2021-07-01)
|
|
573
|
+
|
|
574
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
575
|
+
|
|
576
|
+
## [0.8.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.9...@spectrum-web-components/card@0.8.10) (2021-06-16)
|
|
577
|
+
|
|
578
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
579
|
+
|
|
580
|
+
## [0.8.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.8...@spectrum-web-components/card@0.8.9) (2021-06-07)
|
|
581
|
+
|
|
582
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
583
|
+
|
|
584
|
+
## [0.8.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.7...@spectrum-web-components/card@0.8.8) (2021-05-24)
|
|
585
|
+
|
|
586
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
587
|
+
|
|
588
|
+
## [0.8.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.6...@spectrum-web-components/card@0.8.7) (2021-05-12)
|
|
589
|
+
|
|
590
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
591
|
+
|
|
592
|
+
## [0.8.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.5...@spectrum-web-components/card@0.8.6) (2021-04-15)
|
|
593
|
+
|
|
594
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
595
|
+
|
|
596
|
+
## [0.8.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.4...@spectrum-web-components/card@0.8.5) (2021-04-09)
|
|
597
|
+
|
|
598
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
599
|
+
|
|
600
|
+
## [0.8.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.3...@spectrum-web-components/card@0.8.4) (2021-03-29)
|
|
601
|
+
|
|
602
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
603
|
+
|
|
604
|
+
## [0.8.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.2...@spectrum-web-components/card@0.8.3) (2021-03-22)
|
|
605
|
+
|
|
606
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
607
|
+
|
|
608
|
+
## [0.8.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.1...@spectrum-web-components/card@0.8.2) (2021-03-22)
|
|
609
|
+
|
|
610
|
+
### Bug Fixes
|
|
611
|
+
|
|
612
|
+
- remove `<sp-menu>` usage where deprecated ([387db3b](https://github.com/adobe/spectrum-web-components/commit/387db3be95c98ab220e517fe12a4db7a2496fe5f))
|
|
613
|
+
|
|
614
|
+
## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.8.0...@spectrum-web-components/card@0.8.1) (2021-03-05)
|
|
615
|
+
|
|
616
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
617
|
+
|
|
618
|
+
# [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.7.3...@spectrum-web-components/card@0.8.0) (2021-03-04)
|
|
619
|
+
|
|
620
|
+
### Features
|
|
621
|
+
|
|
622
|
+
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
|
|
623
|
+
|
|
624
|
+
## [0.7.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.7.2...@spectrum-web-components/card@0.7.3) (2021-02-11)
|
|
625
|
+
|
|
626
|
+
### Bug Fixes
|
|
627
|
+
|
|
628
|
+
- update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
|
|
629
|
+
|
|
630
|
+
## [0.7.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.7.1...@spectrum-web-components/card@0.7.2) (2021-02-02)
|
|
631
|
+
|
|
632
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
633
|
+
|
|
634
|
+
## [0.7.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.7.0...@spectrum-web-components/card@0.7.1) (2021-01-28)
|
|
635
|
+
|
|
636
|
+
### Bug Fixes
|
|
637
|
+
|
|
638
|
+
- **card:** create no preview image variant of card instead of no imageless variant at all ([7b102b9](https://github.com/adobe/spectrum-web-components/commit/7b102b9dc8460ddd179829b9c80f9b0628abf733))
|
|
639
|
+
- remove standard variant from image getter ([97e4713](https://github.com/adobe/spectrum-web-components/commit/97e47132bad276ef2b2989395622dc57d37efb7c))
|
|
640
|
+
- **card:** allow for preview or cover-photo ([2d2f42b](https://github.com/adobe/spectrum-web-components/commit/2d2f42bb075c805d9c308d268c5f99a3cb2d0490))
|
|
641
|
+
- **card:** removed empty card from documentation/stories ([8322894](https://github.com/adobe/spectrum-web-components/commit/83228948550dd6fef2a06ddbdc0f9954d8971fac))
|
|
642
|
+
|
|
643
|
+
# [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@1.0.0...@spectrum-web-components/card@0.7.0) (2021-01-21)
|
|
644
|
+
|
|
645
|
+
### Bug Fixes
|
|
646
|
+
|
|
647
|
+
- ensure that all paths to user change of selected trigger a change event ([2eee81e](https://github.com/adobe/spectrum-web-components/commit/2eee81e280b5c46c71ab09ea93ad1856b9e1ea5b))
|
|
648
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
649
|
+
- override and clear text-transform: uppercase ([dddce4b](https://github.com/adobe/spectrum-web-components/commit/dddce4bc438f8cf8df217b062c9681ec52587060))
|
|
650
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
651
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
652
|
+
- **card:** do not transform subheadling text to uppercase ([4244390](https://github.com/adobe/spectrum-web-components/commit/4244390ed83b740c1879d7ee43ead31d520aaa93))
|
|
653
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
654
|
+
|
|
655
|
+
### Features
|
|
656
|
+
|
|
657
|
+
- **button:** use synthetic button instead of native ([49e94bc](https://github.com/adobe/spectrum-web-components/commit/49e94bcf79da6ec1ef05f4197042f992922b91ca))
|
|
658
|
+
- **card:** update spectrum css input ([18b6dae](https://github.com/adobe/spectrum-web-components/commit/18b6dae1e89e0cf4dd854d569545c5a3046dbc9f))
|
|
659
|
+
- **styles:** vend CSS literal versions of the typography system ([6406c96](https://github.com/adobe/spectrum-web-components/commit/6406c96377557a88ad7756147e6e5777f5d1f746))
|
|
660
|
+
|
|
661
|
+
# [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.5.4...@spectrum-web-components/card@0.6.0) (2021-01-13)
|
|
662
|
+
|
|
663
|
+
### Bug Fixes
|
|
664
|
+
|
|
665
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
666
|
+
- override and clear text-transform: uppercase ([dddce4b](https://github.com/adobe/spectrum-web-components/commit/dddce4bc438f8cf8df217b062c9681ec52587060))
|
|
667
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
668
|
+
- switch to heading/subheading instead of title ([d182a0f](https://github.com/adobe/spectrum-web-components/commit/d182a0f829b21296f07b50f37c8aecda2c0ed137))
|
|
669
|
+
- tests weren't fully updated ([22bf3b1](https://github.com/adobe/spectrum-web-components/commit/22bf3b14d304a9106525a05a8c0dc16834648356))
|
|
670
|
+
- these selectors didn't actually change ([a5ac275](https://github.com/adobe/spectrum-web-components/commit/a5ac275dfc9873ba65abf7a4d9631cc67fd65aa1))
|
|
671
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
672
|
+
- **card:** do not transform subheadling text to uppercase ([4244390](https://github.com/adobe/spectrum-web-components/commit/4244390ed83b740c1879d7ee43ead31d520aaa93))
|
|
673
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
674
|
+
|
|
675
|
+
### Features
|
|
676
|
+
|
|
677
|
+
- **button:** use synthetic button instead of native ([49e94bc](https://github.com/adobe/spectrum-web-components/commit/49e94bcf79da6ec1ef05f4197042f992922b91ca))
|
|
678
|
+
- **card:** update spectrum css input ([18b6dae](https://github.com/adobe/spectrum-web-components/commit/18b6dae1e89e0cf4dd854d569545c5a3046dbc9f))
|
|
679
|
+
- **styles:** vend CSS literal versions of the typography system ([6406c96](https://github.com/adobe/spectrum-web-components/commit/6406c96377557a88ad7756147e6e5777f5d1f746))
|
|
680
|
+
|
|
681
|
+
### BREAKING CHANGES
|
|
682
|
+
|
|
683
|
+
- renamed title/subtitle attributes and slot.
|
|
684
|
+
|
|
685
|
+
# [1.0.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.5.4...@spectrum-web-components/card@1.0.0) (2020-11-20)
|
|
686
|
+
|
|
687
|
+
### Bug Fixes
|
|
688
|
+
|
|
689
|
+
- switch to heading/subheading instead of title ([d182a0f](https://github.com/adobe/spectrum-web-components/commit/d182a0f829b21296f07b50f37c8aecda2c0ed137))
|
|
690
|
+
- tests weren't fully updated ([22bf3b1](https://github.com/adobe/spectrum-web-components/commit/22bf3b14d304a9106525a05a8c0dc16834648356))
|
|
691
|
+
- these selectors didn't actually change ([a5ac275](https://github.com/adobe/spectrum-web-components/commit/a5ac275dfc9873ba65abf7a4d9631cc67fd65aa1))
|
|
692
|
+
|
|
693
|
+
### BREAKING CHANGES
|
|
694
|
+
|
|
695
|
+
- renamed title/subtitle attributes and slot.
|
|
696
|
+
|
|
697
|
+
## [0.5.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.5.3...@spectrum-web-components/card@0.5.4) (2020-10-12)
|
|
698
|
+
|
|
699
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
700
|
+
|
|
701
|
+
## [0.5.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.5.2...@spectrum-web-components/card@0.5.3) (2020-10-12)
|
|
702
|
+
|
|
703
|
+
### Bug Fixes
|
|
704
|
+
|
|
705
|
+
- **card:** include dependencies ([18beaf6](https://github.com/adobe/spectrum-web-components/commit/18beaf61c9af0aeb88b1801e821c1f1c5abb3d63))
|
|
706
|
+
- include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
|
|
707
|
+
|
|
708
|
+
## [0.5.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.5.1...@spectrum-web-components/card@0.5.2) (2020-09-25)
|
|
709
|
+
|
|
710
|
+
### Bug Fixes
|
|
711
|
+
|
|
712
|
+
- update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
|
|
713
|
+
|
|
714
|
+
## [0.5.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.5.0...@spectrum-web-components/card@0.5.1) (2020-09-14)
|
|
715
|
+
|
|
716
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
717
|
+
|
|
718
|
+
# [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.4.3...@spectrum-web-components/card@0.5.0) (2020-08-31)
|
|
719
|
+
|
|
720
|
+
### Features
|
|
721
|
+
|
|
722
|
+
- **card:** upgrade to Spectrum CSS v3.0.0 ([84cf1a9](https://github.com/adobe/spectrum-web-components/commit/84cf1a9758b1e357f18efac5763d17d6a4db0578))
|
|
723
|
+
|
|
724
|
+
## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.4.2...@spectrum-web-components/card@0.4.3) (2020-08-19)
|
|
725
|
+
|
|
726
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
727
|
+
|
|
728
|
+
## [0.4.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.4.1...@spectrum-web-components/card@0.4.2) (2020-07-27)
|
|
729
|
+
|
|
730
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
731
|
+
|
|
732
|
+
## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.4.0...@spectrum-web-components/card@0.4.1) (2020-07-22)
|
|
733
|
+
|
|
734
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
735
|
+
|
|
736
|
+
# [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.3.5...@spectrum-web-components/card@0.4.0) (2020-07-17)
|
|
737
|
+
|
|
738
|
+
### Features
|
|
739
|
+
|
|
740
|
+
- leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
|
|
741
|
+
|
|
742
|
+
## [0.3.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.3.4...@spectrum-web-components/card@0.3.5) (2020-06-08)
|
|
743
|
+
|
|
744
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
745
|
+
|
|
746
|
+
## [0.3.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.3.3...@spectrum-web-components/card@0.3.4) (2020-05-08)
|
|
747
|
+
|
|
748
|
+
### Bug Fixes
|
|
749
|
+
|
|
750
|
+
- **card:** correctly apply :focus-visible styling to variants ([d7c7539](https://github.com/adobe/spectrum-web-components/commit/d7c7539727d70f22243bd50bdaf8fbe0d0bbbb80))
|
|
751
|
+
|
|
752
|
+
## [0.3.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.3.2...@spectrum-web-components/card@0.3.3) (2020-04-16)
|
|
753
|
+
|
|
754
|
+
### Performance Improvements
|
|
755
|
+
|
|
756
|
+
- use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
|
|
757
|
+
|
|
758
|
+
## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.3.1...@spectrum-web-components/card@0.3.2) (2020-04-07)
|
|
759
|
+
|
|
760
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
761
|
+
|
|
762
|
+
## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.3.0...@spectrum-web-components/card@0.3.1) (2020-03-11)
|
|
763
|
+
|
|
764
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
765
|
+
|
|
766
|
+
# [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.2.3...@spectrum-web-components/card@0.3.0) (2020-02-05)
|
|
767
|
+
|
|
768
|
+
### Features
|
|
769
|
+
|
|
770
|
+
- allow slotted title for card ([aaf7157](https://github.com/adobe/spectrum-web-components/commit/aaf7157))
|
|
771
|
+
|
|
772
|
+
## [0.2.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.2.2...@spectrum-web-components/card@0.2.3) (2020-01-30)
|
|
773
|
+
|
|
774
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
775
|
+
|
|
776
|
+
## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.2.1...@spectrum-web-components/card@0.2.2) (2020-01-06)
|
|
777
|
+
|
|
778
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|
|
779
|
+
|
|
780
|
+
## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.2.0...@spectrum-web-components/card@0.2.1) (2019-11-27)
|
|
781
|
+
|
|
782
|
+
### Bug Fixes
|
|
783
|
+
|
|
784
|
+
- include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716))
|
|
785
|
+
|
|
786
|
+
# [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.1.4...@spectrum-web-components/card@0.2.0) (2019-11-19)
|
|
787
|
+
|
|
788
|
+
### Features
|
|
789
|
+
|
|
790
|
+
- add screenshot regression testing to CI ([8205dfe](https://github.com/adobe/spectrum-web-components/commit/8205dfe))
|
|
791
|
+
- use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc7))
|
|
792
|
+
- use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/3918888))
|
|
793
|
+
|
|
794
|
+
## [0.1.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/card@0.1.3...@spectrum-web-components/card@0.1.4) (2019-10-14)
|
|
795
|
+
|
|
796
|
+
### Performance Improvements
|
|
797
|
+
|
|
798
|
+
- use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0a))
|
|
799
|
+
|
|
800
|
+
## 0.1.3 (2019-10-03)
|
|
801
|
+
|
|
802
|
+
**Note:** Version bump only for package @spectrum-web-components/card
|