@spectrum-web-components/radio 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 +754 -0
- package/package.json +81 -81
- package/src/Radio.d.ts +1 -1
- package/src/radio-overrides.css.dev.js.map +2 -2
- package/src/radio-overrides.css.js.map +2 -2
- package/src/radio.css.dev.js.map +2 -2
- package/src/radio.css.js.map +2 -2
- package/src/spectrum-radio.css.dev.js.map +2 -2
- package/src/spectrum-radio.css.js.map +2 -2
- package/stories/radio-sizes.stories.js +76 -0
- package/stories/radio-sizes.stories.js.map +7 -0
- package/stories/radio.stories.js +147 -0
- package/stories/radio.stories.js.map +7 -0
- package/test/benchmark/test-basic.js +13 -0
- package/test/benchmark/test-basic.js.map +7 -0
- package/test/radio-group.test.js +536 -0
- package/test/radio-group.test.js.map +7 -0
- package/test/radio-memory.test.js +8 -0
- package/{sp-radio.dev.js.map → test/radio-memory.test.js.map} +3 -3
- package/test/radio-sizes.test-vrt.js +5 -0
- package/{sp-radio-group.dev.js.map → test/radio-sizes.test-vrt.js.map} +3 -3
- package/test/radio.test-vrt.js +5 -0
- package/{sp-radio.js.map → test/radio.test-vrt.js.map} +4 -4
- package/test/radio.test.js +140 -0
- package/test/radio.test.js.map +7 -0
- package/custom-elements.json +0 -452
- package/sp-radio-group.d.ts +0 -17
- package/sp-radio-group.dev.js +0 -5
- package/sp-radio-group.js +0 -2
- package/sp-radio-group.js.map +0 -7
- package/sp-radio.d.ts +0 -17
- package/sp-radio.dev.js +0 -5
- package/sp-radio.js +0 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,754 @@
|
|
|
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/field-group@1.9.1-nightly.20251028214328
|
|
10
|
+
- @spectrum-web-components/help-text@1.9.1-nightly.20251028214328
|
|
11
|
+
- @spectrum-web-components/shared@1.9.1-nightly.20251028214328
|
|
12
|
+
- @spectrum-web-components/reactive-controllers@1.9.1-nightly.20251028214328
|
|
13
|
+
|
|
14
|
+
## 1.9.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`7d23140`](https://github.com/adobe/spectrum-web-components/commit/7d23140c21f0006ddea8a5cf39478ff36acbfbb8), [`72d807c`](https://github.com/adobe/spectrum-web-components/commit/72d807c75d04b0fec1794a8d3e68383ca61d9e4c)]:
|
|
19
|
+
- @spectrum-web-components/reactive-controllers@1.9.0
|
|
20
|
+
- @spectrum-web-components/help-text@1.9.0
|
|
21
|
+
- @spectrum-web-components/field-group@1.9.0
|
|
22
|
+
- @spectrum-web-components/base@1.9.0
|
|
23
|
+
- @spectrum-web-components/shared@1.9.0
|
|
24
|
+
|
|
25
|
+
## 1.8.0
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies []:
|
|
30
|
+
- @spectrum-web-components/field-group@1.8.0
|
|
31
|
+
- @spectrum-web-components/help-text@1.8.0
|
|
32
|
+
- @spectrum-web-components/base@1.8.0
|
|
33
|
+
- @spectrum-web-components/reactive-controllers@1.8.0
|
|
34
|
+
- @spectrum-web-components/shared@1.8.0
|
|
35
|
+
|
|
36
|
+
## 1.7.0
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Updated dependencies []:
|
|
41
|
+
- @spectrum-web-components/field-group@1.7.0
|
|
42
|
+
- @spectrum-web-components/help-text@1.7.0
|
|
43
|
+
- @spectrum-web-components/base@1.7.0
|
|
44
|
+
- @spectrum-web-components/reactive-controllers@1.7.0
|
|
45
|
+
- @spectrum-web-components/shared@1.7.0
|
|
46
|
+
|
|
47
|
+
## 1.6.0
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- Updated dependencies []:
|
|
52
|
+
- @spectrum-web-components/help-text@1.6.0
|
|
53
|
+
- @spectrum-web-components/field-group@1.6.0
|
|
54
|
+
- @spectrum-web-components/base@1.6.0
|
|
55
|
+
- @spectrum-web-components/reactive-controllers@1.6.0
|
|
56
|
+
- @spectrum-web-components/shared@1.6.0
|
|
57
|
+
|
|
58
|
+
## 1.5.0
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- Updated dependencies [[`165a904`](https://github.com/adobe/spectrum-web-components/commit/165a904bd01fddea922fe87b181bbf41281f81f0)]:
|
|
63
|
+
- @spectrum-web-components/help-text@1.5.0
|
|
64
|
+
- @spectrum-web-components/field-group@1.5.0
|
|
65
|
+
- @spectrum-web-components/base@1.5.0
|
|
66
|
+
- @spectrum-web-components/reactive-controllers@1.5.0
|
|
67
|
+
- @spectrum-web-components/shared@1.5.0
|
|
68
|
+
|
|
69
|
+
## 1.4.0
|
|
70
|
+
|
|
71
|
+
### Patch Changes
|
|
72
|
+
|
|
73
|
+
- Updated dependencies []:
|
|
74
|
+
- @spectrum-web-components/field-group@1.4.0
|
|
75
|
+
- @spectrum-web-components/help-text@1.4.0
|
|
76
|
+
- @spectrum-web-components/base@1.4.0
|
|
77
|
+
- @spectrum-web-components/reactive-controllers@1.4.0
|
|
78
|
+
- @spectrum-web-components/shared@1.4.0
|
|
79
|
+
|
|
80
|
+
## 1.3.0
|
|
81
|
+
|
|
82
|
+
### Patch Changes
|
|
83
|
+
|
|
84
|
+
- Updated dependencies [[`ea38ef0`](https://github.com/adobe/spectrum-web-components/commit/ea38ef0db33b251a054d50abf5cffc04e32f579f)]:
|
|
85
|
+
- @spectrum-web-components/reactive-controllers@1.3.0
|
|
86
|
+
- @spectrum-web-components/field-group@1.3.0
|
|
87
|
+
- @spectrum-web-components/help-text@1.3.0
|
|
88
|
+
- @spectrum-web-components/base@1.3.0
|
|
89
|
+
- @spectrum-web-components/shared@1.3.0
|
|
90
|
+
|
|
91
|
+
All notable changes to this project will be documented in this file.
|
|
92
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
93
|
+
|
|
94
|
+
# [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
|
|
95
|
+
|
|
96
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
97
|
+
|
|
98
|
+
## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
|
|
99
|
+
|
|
100
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
101
|
+
|
|
102
|
+
## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
|
|
103
|
+
|
|
104
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
105
|
+
|
|
106
|
+
# [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
|
|
107
|
+
|
|
108
|
+
### Bug Fixes
|
|
109
|
+
|
|
110
|
+
- 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))
|
|
111
|
+
|
|
112
|
+
## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)
|
|
113
|
+
|
|
114
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
115
|
+
|
|
116
|
+
## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
|
|
117
|
+
|
|
118
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
119
|
+
|
|
120
|
+
# [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
|
|
121
|
+
|
|
122
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
123
|
+
|
|
124
|
+
# [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
|
|
125
|
+
|
|
126
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
127
|
+
|
|
128
|
+
## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
131
|
+
|
|
132
|
+
# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
|
|
133
|
+
|
|
134
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
135
|
+
|
|
136
|
+
## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
139
|
+
|
|
140
|
+
## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
|
|
141
|
+
|
|
142
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
143
|
+
|
|
144
|
+
# [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
|
|
145
|
+
|
|
146
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
147
|
+
|
|
148
|
+
# [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
|
|
149
|
+
|
|
150
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
151
|
+
|
|
152
|
+
# [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
|
|
153
|
+
|
|
154
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
155
|
+
|
|
156
|
+
# [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
|
|
157
|
+
|
|
158
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
159
|
+
|
|
160
|
+
# [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
|
|
161
|
+
|
|
162
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
163
|
+
|
|
164
|
+
## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
|
|
165
|
+
|
|
166
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
167
|
+
|
|
168
|
+
## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
|
|
169
|
+
|
|
170
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
171
|
+
|
|
172
|
+
## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
|
|
173
|
+
|
|
174
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
175
|
+
|
|
176
|
+
## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
|
|
177
|
+
|
|
178
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
179
|
+
|
|
180
|
+
## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
|
|
181
|
+
|
|
182
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
183
|
+
|
|
184
|
+
# [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
|
|
185
|
+
|
|
186
|
+
### Features
|
|
187
|
+
|
|
188
|
+
- **asset:** use core tokens ([99e76f4](https://github.com/adobe/spectrum-web-components/commit/99e76f4d32e990960b7fa2f0613ed4144adc4f6e))
|
|
189
|
+
|
|
190
|
+
## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
|
|
191
|
+
|
|
192
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
193
|
+
|
|
194
|
+
## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
|
|
195
|
+
|
|
196
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
197
|
+
|
|
198
|
+
# [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
|
|
199
|
+
|
|
200
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
201
|
+
|
|
202
|
+
## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
|
|
203
|
+
|
|
204
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
205
|
+
|
|
206
|
+
## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
|
|
207
|
+
|
|
208
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
209
|
+
|
|
210
|
+
## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
|
|
211
|
+
|
|
212
|
+
### Bug Fixes
|
|
213
|
+
|
|
214
|
+
- **button:** adds pending button, fixes [#3162](https://github.com/adobe/spectrum-web-components/issues/3162) ([#3163](https://github.com/adobe/spectrum-web-components/issues/3163)) ([71254ec](https://github.com/adobe/spectrum-web-components/commit/71254ec2b29f18e62a9a2e5285ca8c35273d8d43))
|
|
215
|
+
|
|
216
|
+
## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
|
|
217
|
+
|
|
218
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
219
|
+
|
|
220
|
+
## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
|
|
221
|
+
|
|
222
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
223
|
+
|
|
224
|
+
# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
|
|
225
|
+
|
|
226
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
227
|
+
|
|
228
|
+
## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
|
|
229
|
+
|
|
230
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
231
|
+
|
|
232
|
+
## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
|
|
233
|
+
|
|
234
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
235
|
+
|
|
236
|
+
## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
|
|
237
|
+
|
|
238
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
239
|
+
|
|
240
|
+
## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
|
|
241
|
+
|
|
242
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
243
|
+
|
|
244
|
+
# [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
|
|
245
|
+
|
|
246
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
247
|
+
|
|
248
|
+
# [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
|
|
249
|
+
|
|
250
|
+
### Bug Fixes
|
|
251
|
+
|
|
252
|
+
- **radio-group:** onChange event not triggering on keyboard navigation ([#3592](https://github.com/adobe/spectrum-web-components/issues/3592)) ([8501239](https://github.com/adobe/spectrum-web-components/commit/850123925c567ca9713f68a49879651d1249f769))
|
|
253
|
+
|
|
254
|
+
# [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
|
|
255
|
+
|
|
256
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
257
|
+
|
|
258
|
+
# [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
|
|
259
|
+
|
|
260
|
+
### Bug Fixes
|
|
261
|
+
|
|
262
|
+
- **radio:** aria-disabled misspelling ([b3fbd25](https://github.com/adobe/spectrum-web-components/commit/b3fbd25cfa839ec9d4fc20b256755cfb538779a6)), closes [adobe/spectrum-web-components#3526](https://github.com/adobe/spectrum-web-components/issues/3526)
|
|
263
|
+
|
|
264
|
+
# [0.35.0](https://github.com/adobe/spectrum-web-components/compare/v0.34.0...v0.35.0) (2023-07-31)
|
|
265
|
+
|
|
266
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
267
|
+
|
|
268
|
+
# [0.34.0](https://github.com/adobe/spectrum-web-components/compare/v0.33.2...v0.34.0) (2023-07-11)
|
|
269
|
+
|
|
270
|
+
### Bug Fixes
|
|
271
|
+
|
|
272
|
+
- **radio:** fix radio documentation usage of sp-field-label[for] and sp-radio-group[id] ([60f54fb](https://github.com/adobe/spectrum-web-components/commit/60f54fb2c5f656cc775d52637e1ef95bde5949f5))
|
|
273
|
+
|
|
274
|
+
## [0.33.2](https://github.com/adobe/spectrum-web-components/compare/v0.33.1...v0.33.2) (2023-06-14)
|
|
275
|
+
|
|
276
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
277
|
+
|
|
278
|
+
# [0.33.0](https://github.com/adobe/spectrum-web-components/compare/v0.32.0...v0.33.0) (2023-06-08)
|
|
279
|
+
|
|
280
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
281
|
+
|
|
282
|
+
# [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)
|
|
283
|
+
|
|
284
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
285
|
+
|
|
286
|
+
# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
|
|
287
|
+
|
|
288
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
289
|
+
|
|
290
|
+
# 0.30.0 (2023-05-03)
|
|
291
|
+
|
|
292
|
+
### Bug Fixes
|
|
293
|
+
|
|
294
|
+
- add support for "readonly" attribute ([4bce3b7](https://github.com/adobe/spectrum-web-components/commit/4bce3b7b6910ac50e80efe6a8f63f57843feafb3))
|
|
295
|
+
- apply "HelpTextMixin" to form elements ([a952447](https://github.com/adobe/spectrum-web-components/commit/a952447254d091b99fe9270b2857cddc48df7c73))
|
|
296
|
+
- apply Focuable styles in class extensions ([38f7afd](https://github.com/adobe/spectrum-web-components/commit/38f7afd7cdb317d5c8b6e69f1301decd21364b1d))
|
|
297
|
+
- complete deprecation of "quiet" attribute in checkbox and radio ([29d8452](https://github.com/adobe/spectrum-web-components/commit/29d84526cd63fe3217937119e85d8a1a87aa0d27))
|
|
298
|
+
- correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
|
|
299
|
+
- correct a11y representation of a radio group ([24ed0b8](https://github.com/adobe/spectrum-web-components/commit/24ed0b8850efc5ff8b2dc3c9916554f6907d2469))
|
|
300
|
+
- ensure [disabled] styling ([4c067eb](https://github.com/adobe/spectrum-web-components/commit/4c067eb82dcfc5f1aaf3ecedfbfc83f4ffb90a22))
|
|
301
|
+
- implement "emphasized" styles ([750bbe7](https://github.com/adobe/spectrum-web-components/commit/750bbe7c6a70ed590c4ea179179bf201c50526ea))
|
|
302
|
+
- include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716f2f787deb8d868a78bd28c8e62fe90e21))
|
|
303
|
+
- include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
|
|
304
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
305
|
+
- lint away debugger statements ([34a498e](https://github.com/adobe/spectrum-web-components/commit/34a498e784221f98dbf26e9366114c82fabc9c5b))
|
|
306
|
+
- manage updated node types ([0517fc1](https://github.com/adobe/spectrum-web-components/commit/0517fc19536325332543f95f5ecc0d6cb0c786c5))
|
|
307
|
+
- move hover/focus hoisting into conditioning ([15ac2f7](https://github.com/adobe/spectrum-web-components/commit/15ac2f7f561b3cb5b865d1539fbd753999f25119))
|
|
308
|
+
- normalize "event" and "error" argument names ([8d382cd](https://github.com/adobe/spectrum-web-components/commit/8d382cdac98282c886f23c4a8d6cf4910c4a606c))
|
|
309
|
+
- prevent tabindex=-1 elements from placing focus on their host ([1ac1293](https://github.com/adobe/spectrum-web-components/commit/1ac12931771c6d5fdbc99f5d214702ed644cb81a))
|
|
310
|
+
- **radio:** ensure radio-group first selected value is followed ([074bff8](https://github.com/adobe/spectrum-web-components/commit/074bff8466a4bb546c675fb301782bac4c735da5))
|
|
311
|
+
- **radio:** process :focus and :focus-visible ([77bc0e9](https://github.com/adobe/spectrum-web-components/commit/77bc0e9f22e9e3d00b7a3d831e59221bc117fd0c))
|
|
312
|
+
- **radio:** select in response to arrow keys not focus ([b6acb59](https://github.com/adobe/spectrum-web-components/commit/b6acb59fe4b097c478f09d0b79a76857ccb38066))
|
|
313
|
+
- **slider:** use standard "change" and "input" events ([59cf786](https://github.com/adobe/spectrum-web-components/commit/59cf7866a9b7b7368ccf01d237534a495274af32))
|
|
314
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
315
|
+
- stop propagation of sp-radio "change" events at sp-radio-group boundary ([f618460](https://github.com/adobe/spectrum-web-components/commit/f618460f41c760481b14580eeb73c2202f13d279))
|
|
316
|
+
- support matching keydown to [dir] ([70b40a9](https://github.com/adobe/spectrum-web-components/commit/70b40a9d3bb5fe2d12208365abf132260270721b))
|
|
317
|
+
- update file path access ([8898bf7](https://github.com/adobe/spectrum-web-components/commit/8898bf707e6e28abb78c92a0a0858d459e65347b))
|
|
318
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
319
|
+
- update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
|
|
320
|
+
- update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
|
|
321
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
322
|
+
|
|
323
|
+
### Features
|
|
324
|
+
|
|
325
|
+
- **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
|
|
326
|
+
- add t-shirt sizing to the Radio pattern ([fc49343](https://github.com/adobe/spectrum-web-components/commit/fc49343311d4ff95699b455c451514cb7fc62a45))
|
|
327
|
+
- adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
|
|
328
|
+
- **field-group:** add field-group pattern ([f8d265c](https://github.com/adobe/spectrum-web-components/commit/f8d265c3352f4a97fc103a09ce8eb56511dcedbb))
|
|
329
|
+
- include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
|
|
330
|
+
- leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
|
|
331
|
+
- **overlay:** manage focus throwing and tab trapping ([27a0b53](https://github.com/adobe/spectrum-web-components/commit/27a0b53ea94d19bb18b7d3f89763b06dc1b42b59))
|
|
332
|
+
- **radio:** update spectrum css input ([4fef340](https://github.com/adobe/spectrum-web-components/commit/4fef3400413a8f5fd03cab0b5e27356c7c6f14a4))
|
|
333
|
+
- shared pkg versions, devmode define warning, registry-conflicts docs ([6e49565](https://github.com/adobe/spectrum-web-components/commit/6e4956519b845fa8127f8032948b625c252ef7a6))
|
|
334
|
+
- update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
|
|
335
|
+
- update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
|
|
336
|
+
- use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc77960de8e57dd9c49bb7669df689f0ebaa))
|
|
337
|
+
- use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/39188887afad9bec52ef48d4e22596f9b757a9fe))
|
|
338
|
+
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
|
|
339
|
+
|
|
340
|
+
### Performance Improvements
|
|
341
|
+
|
|
342
|
+
- use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
|
|
343
|
+
- use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0accd643c2f35cbf1ba809b54f52c25628d))
|
|
344
|
+
|
|
345
|
+
### Reverts
|
|
346
|
+
|
|
347
|
+
- Revert "chore: release new versions" ([a6d655d](https://github.com/adobe/spectrum-web-components/commit/a6d655d1435ee6427a3778b89f1a6cf9fe4beb9d))
|
|
348
|
+
|
|
349
|
+
## [0.11.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.11.13...@spectrum-web-components/radio@0.11.14) (2023-04-24)
|
|
350
|
+
|
|
351
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
352
|
+
|
|
353
|
+
## [0.11.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.11.12...@spectrum-web-components/radio@0.11.13) (2023-04-05)
|
|
354
|
+
|
|
355
|
+
### Bug Fixes
|
|
356
|
+
|
|
357
|
+
- **radio:** process :focus and :focus-visible ([77bc0e9](https://github.com/adobe/spectrum-web-components/commit/77bc0e9f22e9e3d00b7a3d831e59221bc117fd0c))
|
|
358
|
+
|
|
359
|
+
## [0.11.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.11.11...@spectrum-web-components/radio@0.11.12) (2023-03-22)
|
|
360
|
+
|
|
361
|
+
### Bug Fixes
|
|
362
|
+
|
|
363
|
+
- move hover/focus hoisting into conditioning ([15ac2f7](https://github.com/adobe/spectrum-web-components/commit/15ac2f7f561b3cb5b865d1539fbd753999f25119))
|
|
364
|
+
|
|
365
|
+
## [0.11.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.11.10...@spectrum-web-components/radio@0.11.11) (2023-03-08)
|
|
366
|
+
|
|
367
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
368
|
+
|
|
369
|
+
## [0.11.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.11.9...@spectrum-web-components/radio@0.11.10) (2023-02-08)
|
|
370
|
+
|
|
371
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
372
|
+
|
|
373
|
+
## [0.11.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.11.8...@spectrum-web-components/radio@0.11.9) (2023-01-23)
|
|
374
|
+
|
|
375
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
376
|
+
|
|
377
|
+
## [0.11.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.11.7...@spectrum-web-components/radio@0.11.8) (2023-01-09)
|
|
378
|
+
|
|
379
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
380
|
+
|
|
381
|
+
## [0.11.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.11.6...@spectrum-web-components/radio@0.11.7) (2022-12-08)
|
|
382
|
+
|
|
383
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
384
|
+
|
|
385
|
+
## [0.11.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.11.5...@spectrum-web-components/radio@0.11.6) (2022-11-21)
|
|
386
|
+
|
|
387
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
388
|
+
|
|
389
|
+
## [0.11.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.11.4...@spectrum-web-components/radio@0.11.5) (2022-11-14)
|
|
390
|
+
|
|
391
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
392
|
+
|
|
393
|
+
## [0.11.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.11.3...@spectrum-web-components/radio@0.11.4) (2022-10-28)
|
|
394
|
+
|
|
395
|
+
### Bug Fixes
|
|
396
|
+
|
|
397
|
+
- manage updated node types ([0517fc1](https://github.com/adobe/spectrum-web-components/commit/0517fc19536325332543f95f5ecc0d6cb0c786c5))
|
|
398
|
+
|
|
399
|
+
## [0.11.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.11.2...@spectrum-web-components/radio@0.11.3) (2022-10-17)
|
|
400
|
+
|
|
401
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
402
|
+
|
|
403
|
+
## [0.11.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.11.1...@spectrum-web-components/radio@0.11.2) (2022-10-10)
|
|
404
|
+
|
|
405
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
406
|
+
|
|
407
|
+
## [0.11.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.11.0...@spectrum-web-components/radio@0.11.1) (2022-09-14)
|
|
408
|
+
|
|
409
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
410
|
+
|
|
411
|
+
# [0.11.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.10.0...@spectrum-web-components/radio@0.11.0) (2022-08-24)
|
|
412
|
+
|
|
413
|
+
### Features
|
|
414
|
+
|
|
415
|
+
- add t-shirt sizing to the Radio pattern ([fc49343](https://github.com/adobe/spectrum-web-components/commit/fc49343311d4ff95699b455c451514cb7fc62a45))
|
|
416
|
+
|
|
417
|
+
# [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.15...@spectrum-web-components/radio@0.10.0) (2022-08-09)
|
|
418
|
+
|
|
419
|
+
### Features
|
|
420
|
+
|
|
421
|
+
- include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
|
|
422
|
+
|
|
423
|
+
## [0.9.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.14...@spectrum-web-components/radio@0.9.15) (2022-08-04)
|
|
424
|
+
|
|
425
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
426
|
+
|
|
427
|
+
## [0.9.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.13...@spectrum-web-components/radio@0.9.14) (2022-07-18)
|
|
428
|
+
|
|
429
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
430
|
+
|
|
431
|
+
## [0.9.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.12...@spectrum-web-components/radio@0.9.13) (2022-06-29)
|
|
432
|
+
|
|
433
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
434
|
+
|
|
435
|
+
## [0.9.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.11...@spectrum-web-components/radio@0.9.12) (2022-06-07)
|
|
436
|
+
|
|
437
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
438
|
+
|
|
439
|
+
## [0.9.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.10...@spectrum-web-components/radio@0.9.11) (2022-05-27)
|
|
440
|
+
|
|
441
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
442
|
+
|
|
443
|
+
## [0.9.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.9...@spectrum-web-components/radio@0.9.10) (2022-05-12)
|
|
444
|
+
|
|
445
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
446
|
+
|
|
447
|
+
## [0.9.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.8...@spectrum-web-components/radio@0.9.9) (2022-04-21)
|
|
448
|
+
|
|
449
|
+
### Bug Fixes
|
|
450
|
+
|
|
451
|
+
- stop propagation of sp-radio "change" events at sp-radio-group boundary ([f618460](https://github.com/adobe/spectrum-web-components/commit/f618460f41c760481b14580eeb73c2202f13d279))
|
|
452
|
+
|
|
453
|
+
## [0.9.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.7...@spectrum-web-components/radio@0.9.8) (2022-03-30)
|
|
454
|
+
|
|
455
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
456
|
+
|
|
457
|
+
## [0.9.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.6...@spectrum-web-components/radio@0.9.7) (2022-03-08)
|
|
458
|
+
|
|
459
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
460
|
+
|
|
461
|
+
## [0.9.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.5...@spectrum-web-components/radio@0.9.6) (2022-03-04)
|
|
462
|
+
|
|
463
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
464
|
+
|
|
465
|
+
## [0.9.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.4...@spectrum-web-components/radio@0.9.5) (2022-02-22)
|
|
466
|
+
|
|
467
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
468
|
+
|
|
469
|
+
## [0.9.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.3...@spectrum-web-components/radio@0.9.4) (2022-02-02)
|
|
470
|
+
|
|
471
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
472
|
+
|
|
473
|
+
## [0.9.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.2...@spectrum-web-components/radio@0.9.3) (2022-01-26)
|
|
474
|
+
|
|
475
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
476
|
+
|
|
477
|
+
## [0.9.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.1...@spectrum-web-components/radio@0.9.2) (2022-01-07)
|
|
478
|
+
|
|
479
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
480
|
+
|
|
481
|
+
## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.9.0...@spectrum-web-components/radio@0.9.1) (2021-12-13)
|
|
482
|
+
|
|
483
|
+
### Bug Fixes
|
|
484
|
+
|
|
485
|
+
- apply "HelpTextMixin" to form elements ([a952447](https://github.com/adobe/spectrum-web-components/commit/a952447254d091b99fe9270b2857cddc48df7c73))
|
|
486
|
+
|
|
487
|
+
# [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.8.1...@spectrum-web-components/radio@0.9.0) (2021-11-08)
|
|
488
|
+
|
|
489
|
+
### Features
|
|
490
|
+
|
|
491
|
+
- update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
|
|
492
|
+
|
|
493
|
+
## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.8.0...@spectrum-web-components/radio@0.8.1) (2021-11-08)
|
|
494
|
+
|
|
495
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
496
|
+
|
|
497
|
+
# [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.14...@spectrum-web-components/radio@0.8.0) (2021-11-02)
|
|
498
|
+
|
|
499
|
+
### Features
|
|
500
|
+
|
|
501
|
+
- adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
|
|
502
|
+
|
|
503
|
+
## [0.7.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.13...@spectrum-web-components/radio@0.7.14) (2021-10-12)
|
|
504
|
+
|
|
505
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
506
|
+
|
|
507
|
+
## [0.7.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.12...@spectrum-web-components/radio@0.7.13) (2021-09-20)
|
|
508
|
+
|
|
509
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
510
|
+
|
|
511
|
+
## [0.7.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.11...@spectrum-web-components/radio@0.7.12) (2021-09-13)
|
|
512
|
+
|
|
513
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
514
|
+
|
|
515
|
+
## [0.7.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.10...@spectrum-web-components/radio@0.7.11) (2021-08-24)
|
|
516
|
+
|
|
517
|
+
### Bug Fixes
|
|
518
|
+
|
|
519
|
+
- correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
|
|
520
|
+
|
|
521
|
+
## [0.7.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.9...@spectrum-web-components/radio@0.7.10) (2021-07-22)
|
|
522
|
+
|
|
523
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
524
|
+
|
|
525
|
+
## [0.7.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.8...@spectrum-web-components/radio@0.7.9) (2021-07-01)
|
|
526
|
+
|
|
527
|
+
### Bug Fixes
|
|
528
|
+
|
|
529
|
+
- correct a11y representation of a radio group ([24ed0b8](https://github.com/adobe/spectrum-web-components/commit/24ed0b8850efc5ff8b2dc3c9916554f6907d2469))
|
|
530
|
+
|
|
531
|
+
## [0.7.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.7...@spectrum-web-components/radio@0.7.8) (2021-06-16)
|
|
532
|
+
|
|
533
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
534
|
+
|
|
535
|
+
## [0.7.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.6...@spectrum-web-components/radio@0.7.7) (2021-06-07)
|
|
536
|
+
|
|
537
|
+
### Bug Fixes
|
|
538
|
+
|
|
539
|
+
- lint away debugger statements ([34a498e](https://github.com/adobe/spectrum-web-components/commit/34a498e784221f98dbf26e9366114c82fabc9c5b))
|
|
540
|
+
|
|
541
|
+
## [0.7.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.5...@spectrum-web-components/radio@0.7.6) (2021-05-24)
|
|
542
|
+
|
|
543
|
+
### Bug Fixes
|
|
544
|
+
|
|
545
|
+
- prevent tabindex=-1 elements from placing focus on their host ([1ac1293](https://github.com/adobe/spectrum-web-components/commit/1ac12931771c6d5fdbc99f5d214702ed644cb81a))
|
|
546
|
+
|
|
547
|
+
## [0.7.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.4...@spectrum-web-components/radio@0.7.5) (2021-05-12)
|
|
548
|
+
|
|
549
|
+
### Bug Fixes
|
|
550
|
+
|
|
551
|
+
- **radio:** ensure radio-group first selected value is followed ([074bff8](https://github.com/adobe/spectrum-web-components/commit/074bff8466a4bb546c675fb301782bac4c735da5))
|
|
552
|
+
|
|
553
|
+
## [0.7.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.3...@spectrum-web-components/radio@0.7.4) (2021-04-09)
|
|
554
|
+
|
|
555
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
556
|
+
|
|
557
|
+
## [0.7.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.2...@spectrum-web-components/radio@0.7.3) (2021-03-29)
|
|
558
|
+
|
|
559
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
560
|
+
|
|
561
|
+
## [0.7.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.1...@spectrum-web-components/radio@0.7.2) (2021-03-22)
|
|
562
|
+
|
|
563
|
+
### Bug Fixes
|
|
564
|
+
|
|
565
|
+
- add support for "readonly" attribute ([4bce3b7](https://github.com/adobe/spectrum-web-components/commit/4bce3b7b6910ac50e80efe6a8f63f57843feafb3))
|
|
566
|
+
|
|
567
|
+
## [0.7.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.7.0...@spectrum-web-components/radio@0.7.1) (2021-03-05)
|
|
568
|
+
|
|
569
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
570
|
+
|
|
571
|
+
# [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.6.3...@spectrum-web-components/radio@0.7.0) (2021-03-04)
|
|
572
|
+
|
|
573
|
+
### Features
|
|
574
|
+
|
|
575
|
+
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
|
|
576
|
+
|
|
577
|
+
## [0.6.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.6.2...@spectrum-web-components/radio@0.6.3) (2021-02-11)
|
|
578
|
+
|
|
579
|
+
### Bug Fixes
|
|
580
|
+
|
|
581
|
+
- update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
|
|
582
|
+
|
|
583
|
+
## [0.6.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.6.1...@spectrum-web-components/radio@0.6.2) (2021-02-02)
|
|
584
|
+
|
|
585
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
586
|
+
|
|
587
|
+
## [0.6.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.6.0...@spectrum-web-components/radio@0.6.1) (2021-01-28)
|
|
588
|
+
|
|
589
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
590
|
+
|
|
591
|
+
# [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.4.4...@spectrum-web-components/radio@0.6.0) (2021-01-21)
|
|
592
|
+
|
|
593
|
+
### Bug Fixes
|
|
594
|
+
|
|
595
|
+
- complete deprecation of "quiet" attribute in checkbox and radio ([29d8452](https://github.com/adobe/spectrum-web-components/commit/29d84526cd63fe3217937119e85d8a1a87aa0d27))
|
|
596
|
+
- ensure [disabled] styling ([4c067eb](https://github.com/adobe/spectrum-web-components/commit/4c067eb82dcfc5f1aaf3ecedfbfc83f4ffb90a22))
|
|
597
|
+
- implement "emphasized" styles ([750bbe7](https://github.com/adobe/spectrum-web-components/commit/750bbe7c6a70ed590c4ea179179bf201c50526ea))
|
|
598
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
599
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
600
|
+
- update file path access ([8898bf7](https://github.com/adobe/spectrum-web-components/commit/8898bf707e6e28abb78c92a0a0858d459e65347b))
|
|
601
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
602
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
603
|
+
|
|
604
|
+
### Features
|
|
605
|
+
|
|
606
|
+
- **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
|
|
607
|
+
- **field-group:** add field-group pattern ([f8d265c](https://github.com/adobe/spectrum-web-components/commit/f8d265c3352f4a97fc103a09ce8eb56511dcedbb))
|
|
608
|
+
- **radio:** update spectrum css input ([4fef340](https://github.com/adobe/spectrum-web-components/commit/4fef3400413a8f5fd03cab0b5e27356c7c6f14a4))
|
|
609
|
+
|
|
610
|
+
# [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.4.4...@spectrum-web-components/radio@0.5.0) (2021-01-13)
|
|
611
|
+
|
|
612
|
+
### Bug Fixes
|
|
613
|
+
|
|
614
|
+
- implement "emphasized" styles ([750bbe7](https://github.com/adobe/spectrum-web-components/commit/750bbe7c6a70ed590c4ea179179bf201c50526ea))
|
|
615
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
616
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
617
|
+
- update file path access ([8898bf7](https://github.com/adobe/spectrum-web-components/commit/8898bf707e6e28abb78c92a0a0858d459e65347b))
|
|
618
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
619
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
620
|
+
|
|
621
|
+
### Features
|
|
622
|
+
|
|
623
|
+
- **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
|
|
624
|
+
- **field-group:** add field-group pattern ([f8d265c](https://github.com/adobe/spectrum-web-components/commit/f8d265c3352f4a97fc103a09ce8eb56511dcedbb))
|
|
625
|
+
- **radio:** update spectrum css input ([4fef340](https://github.com/adobe/spectrum-web-components/commit/4fef3400413a8f5fd03cab0b5e27356c7c6f14a4))
|
|
626
|
+
|
|
627
|
+
## [0.4.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.4.3...@spectrum-web-components/radio@0.4.4) (2020-10-12)
|
|
628
|
+
|
|
629
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
630
|
+
|
|
631
|
+
## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.4.2...@spectrum-web-components/radio@0.4.3) (2020-10-12)
|
|
632
|
+
|
|
633
|
+
### Bug Fixes
|
|
634
|
+
|
|
635
|
+
- **radio:** select in response to arrow keys not focus ([b6acb59](https://github.com/adobe/spectrum-web-components/commit/b6acb59fe4b097c478f09d0b79a76857ccb38066))
|
|
636
|
+
- include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
|
|
637
|
+
|
|
638
|
+
## [0.4.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.4.1...@spectrum-web-components/radio@0.4.2) (2020-09-25)
|
|
639
|
+
|
|
640
|
+
### Bug Fixes
|
|
641
|
+
|
|
642
|
+
- update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
|
|
643
|
+
|
|
644
|
+
## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.4.0...@spectrum-web-components/radio@0.4.1) (2020-09-14)
|
|
645
|
+
|
|
646
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
647
|
+
|
|
648
|
+
# [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.3.3...@spectrum-web-components/radio@0.4.0) (2020-08-31)
|
|
649
|
+
|
|
650
|
+
### Bug Fixes
|
|
651
|
+
|
|
652
|
+
- support matching keydown to [dir](<[70b40a9](https://github.com/adobe/spectrum-web-components/commit/70b40a9d3bb5fe2d12208365abf132260270721b)>)
|
|
653
|
+
|
|
654
|
+
### Features
|
|
655
|
+
|
|
656
|
+
- update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
|
|
657
|
+
|
|
658
|
+
## [0.3.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.3.2...@spectrum-web-components/radio@0.3.3) (2020-08-19)
|
|
659
|
+
|
|
660
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
661
|
+
|
|
662
|
+
## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.3.1...@spectrum-web-components/radio@0.3.2) (2020-07-27)
|
|
663
|
+
|
|
664
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
665
|
+
|
|
666
|
+
## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.3.0...@spectrum-web-components/radio@0.3.1) (2020-07-22)
|
|
667
|
+
|
|
668
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
669
|
+
|
|
670
|
+
# [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.2.12...@spectrum-web-components/radio@0.3.0) (2020-07-17)
|
|
671
|
+
|
|
672
|
+
### Features
|
|
673
|
+
|
|
674
|
+
- **overlay:** manage focus throwing and tab trapping ([27a0b53](https://github.com/adobe/spectrum-web-components/commit/27a0b53ea94d19bb18b7d3f89763b06dc1b42b59))
|
|
675
|
+
- leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
|
|
676
|
+
|
|
677
|
+
## [0.2.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.2.11...@spectrum-web-components/radio@0.2.12) (2020-06-08)
|
|
678
|
+
|
|
679
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
680
|
+
|
|
681
|
+
## [0.2.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.2.10...@spectrum-web-components/radio@0.2.11) (2020-04-16)
|
|
682
|
+
|
|
683
|
+
### Performance Improvements
|
|
684
|
+
|
|
685
|
+
- use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
|
|
686
|
+
|
|
687
|
+
## [0.2.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.2.9...@spectrum-web-components/radio@0.2.10) (2020-04-10)
|
|
688
|
+
|
|
689
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
690
|
+
|
|
691
|
+
## [0.2.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.2.8...@spectrum-web-components/radio@0.2.9) (2020-04-07)
|
|
692
|
+
|
|
693
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
694
|
+
|
|
695
|
+
## [0.2.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.2.7...@spectrum-web-components/radio@0.2.8) (2020-03-11)
|
|
696
|
+
|
|
697
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
698
|
+
|
|
699
|
+
## [0.2.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.2.6...@spectrum-web-components/radio@0.2.7) (2020-02-05)
|
|
700
|
+
|
|
701
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
702
|
+
|
|
703
|
+
## [0.2.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.2.5...@spectrum-web-components/radio@0.2.6) (2020-02-01)
|
|
704
|
+
|
|
705
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
706
|
+
|
|
707
|
+
## [0.2.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.2.4...@spectrum-web-components/radio@0.2.5) (2020-01-30)
|
|
708
|
+
|
|
709
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
710
|
+
|
|
711
|
+
## [0.2.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.2.3...@spectrum-web-components/radio@0.2.4) (2020-01-06)
|
|
712
|
+
|
|
713
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|
|
714
|
+
|
|
715
|
+
## [0.2.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.2.2...@spectrum-web-components/radio@0.2.3) (2019-12-12)
|
|
716
|
+
|
|
717
|
+
### Bug Fixes
|
|
718
|
+
|
|
719
|
+
- apply Focuable styles in class extensions ([38f7afd](https://github.com/adobe/spectrum-web-components/commit/38f7afd))
|
|
720
|
+
|
|
721
|
+
## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.2.1...@spectrum-web-components/radio@0.2.2) (2019-12-02)
|
|
722
|
+
|
|
723
|
+
### Bug Fixes
|
|
724
|
+
|
|
725
|
+
- normalize "event" and "error" argument names ([8d382cd](https://github.com/adobe/spectrum-web-components/commit/8d382cd))
|
|
726
|
+
|
|
727
|
+
## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.2.0...@spectrum-web-components/radio@0.2.1) (2019-11-27)
|
|
728
|
+
|
|
729
|
+
### Bug Fixes
|
|
730
|
+
|
|
731
|
+
- include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716))
|
|
732
|
+
|
|
733
|
+
# [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.1.5...@spectrum-web-components/radio@0.2.0) (2019-11-19)
|
|
734
|
+
|
|
735
|
+
### Features
|
|
736
|
+
|
|
737
|
+
- use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc7))
|
|
738
|
+
- use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/3918888))
|
|
739
|
+
|
|
740
|
+
## [0.1.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.1.4...@spectrum-web-components/radio@0.1.5) (2019-11-01)
|
|
741
|
+
|
|
742
|
+
### Bug Fixes
|
|
743
|
+
|
|
744
|
+
- **slider:** use standard "change" and "input" events ([59cf786](https://github.com/adobe/spectrum-web-components/commit/59cf786))
|
|
745
|
+
|
|
746
|
+
## [0.1.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/radio@0.1.3...@spectrum-web-components/radio@0.1.4) (2019-10-14)
|
|
747
|
+
|
|
748
|
+
### Performance Improvements
|
|
749
|
+
|
|
750
|
+
- use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0a))
|
|
751
|
+
|
|
752
|
+
## 0.1.3 (2019-10-03)
|
|
753
|
+
|
|
754
|
+
**Note:** Version bump only for package @spectrum-web-components/radio
|