@spectrum-web-components/textfield 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.
Files changed (41) hide show
  1. package/CHANGELOG.md +951 -0
  2. package/package.json +76 -76
  3. package/src/Textfield.d.ts +1 -1
  4. package/src/spectrum-textfield.css.dev.js +12 -2
  5. package/src/spectrum-textfield.css.dev.js.map +2 -2
  6. package/src/spectrum-textfield.css.js +12 -2
  7. package/src/spectrum-textfield.css.js.map +2 -2
  8. package/src/textfield-overrides.css.dev.js +12 -2
  9. package/src/textfield-overrides.css.dev.js.map +2 -2
  10. package/src/textfield-overrides.css.js +12 -2
  11. package/src/textfield-overrides.css.js.map +2 -2
  12. package/src/textfield.css.dev.js +22 -2
  13. package/src/textfield.css.dev.js.map +2 -2
  14. package/src/textfield.css.js +22 -2
  15. package/src/textfield.css.js.map +2 -2
  16. package/stories/textarea-sizes.stories.js +35 -0
  17. package/stories/textarea-sizes.stories.js.map +7 -0
  18. package/stories/textarea.stories.js +223 -0
  19. package/stories/textarea.stories.js.map +7 -0
  20. package/stories/textfield-sizes.stories.js +30 -0
  21. package/stories/textfield-sizes.stories.js.map +7 -0
  22. package/stories/textfield.stories.js +158 -0
  23. package/stories/textfield.stories.js.map +7 -0
  24. package/test/benchmark/test-basic.js +8 -0
  25. package/{sp-textfield.dev.js.map → test/benchmark/test-basic.js.map} +3 -3
  26. package/test/textarea-sizes.test-vrt.js +5 -0
  27. package/{sp-textfield.js.map → test/textarea-sizes.test-vrt.js.map} +4 -4
  28. package/test/textarea.test-vrt.js +5 -0
  29. package/test/textarea.test-vrt.js.map +7 -0
  30. package/test/textfield-memory.test.js +8 -0
  31. package/test/textfield-memory.test.js.map +7 -0
  32. package/test/textfield-sizes.test-vrt.js +5 -0
  33. package/test/textfield-sizes.test-vrt.js.map +7 -0
  34. package/test/textfield.test-vrt.js +5 -0
  35. package/test/textfield.test-vrt.js.map +7 -0
  36. package/test/textfield.test.js +904 -0
  37. package/test/textfield.test.js.map +7 -0
  38. package/custom-elements.json +0 -1529
  39. package/sp-textfield.d.ts +0 -17
  40. package/sp-textfield.dev.js +0 -5
  41. package/sp-textfield.js +0 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,951 @@
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/help-text@1.9.1-nightly.20251028214328
10
+ - @spectrum-web-components/icon@1.9.1-nightly.20251028214328
11
+ - @spectrum-web-components/icons-ui@1.9.1-nightly.20251028214328
12
+ - @spectrum-web-components/icons-workflow@1.9.1-nightly.20251028214328
13
+ - @spectrum-web-components/shared@1.9.1-nightly.20251028214328
14
+
15
+ ## 1.9.0
16
+
17
+ ### Patch Changes
18
+
19
+ - [#5721](https://github.com/adobe/spectrum-web-components/pull/5721) [`72d807c`](https://github.com/adobe/spectrum-web-components/commit/72d807c75d04b0fec1794a8d3e68383ca61d9e4c) Thanks [@iuliauta](https://github.com/iuliauta)! - - **Fixed**: Update border radius and border width for different t-shirt sizes for textfield component for S2 and Express themes
20
+
21
+ - [#5756](https://github.com/adobe/spectrum-web-components/pull/5756) [`14ebeb9`](https://github.com/adobe/spectrum-web-components/commit/14ebeb9e8a24de9c9a80e7f3f0babd19a34e8179) Thanks [@castastrophe](https://github.com/castastrophe)! - - **Fixed**: Update border color and block padding inside the textfield and textarea components for S2 and Express themes
22
+
23
+ - Updated dependencies [[`bdf54c1`](https://github.com/adobe/spectrum-web-components/commit/bdf54c1bc6d3eb20da1a1bf3b40650e6ab1ba399), [`72d807c`](https://github.com/adobe/spectrum-web-components/commit/72d807c75d04b0fec1794a8d3e68383ca61d9e4c)]:
24
+ - @spectrum-web-components/icons-workflow@1.9.0
25
+ - @spectrum-web-components/help-text@1.9.0
26
+ - @spectrum-web-components/icon@1.9.0
27
+ - @spectrum-web-components/icons-ui@1.9.0
28
+ - @spectrum-web-components/base@1.9.0
29
+ - @spectrum-web-components/shared@1.9.0
30
+
31
+ ## 1.8.0
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies []:
36
+ - @spectrum-web-components/help-text@1.8.0
37
+ - @spectrum-web-components/icon@1.8.0
38
+ - @spectrum-web-components/icons-ui@1.8.0
39
+ - @spectrum-web-components/icons-workflow@1.8.0
40
+ - @spectrum-web-components/base@1.8.0
41
+ - @spectrum-web-components/shared@1.8.0
42
+
43
+ ## 1.7.0
44
+
45
+ ### Patch Changes
46
+
47
+ - [#5504](https://github.com/adobe/spectrum-web-components/pull/5504) [`cde976d`](https://github.com/adobe/spectrum-web-components/commit/cde976ddfa71f898e2d0404ecc53150db149a861) Thanks [@castastrophe](https://github.com/castastrophe)! - Replace deprecated `word-break: break-word` with `overflow-wrap: break-word` to align with modern CSS standards and improve cross-browser compatibility. This property was deprecated in Chrome 44 (July 2015) in favor of the standardized `overflow-wrap` property.
48
+
49
+ - Updated dependencies []:
50
+ - @spectrum-web-components/help-text@1.7.0
51
+ - @spectrum-web-components/icon@1.7.0
52
+ - @spectrum-web-components/icons-ui@1.7.0
53
+ - @spectrum-web-components/icons-workflow@1.7.0
54
+ - @spectrum-web-components/base@1.7.0
55
+ - @spectrum-web-components/shared@1.7.0
56
+
57
+ ## 1.6.0
58
+
59
+ ### Patch Changes
60
+
61
+ - [#5157](https://github.com/adobe/spectrum-web-components/pull/5157) [`9e15a66`](https://github.com/adobe/spectrum-web-components/commit/9e15a66a281745004add414ff977d4a71186aedd) Thanks [@TarunAdobe](https://github.com/TarunAdobe)! - # Release Note
62
+
63
+ ## Infield Button
64
+
65
+ ### 6.1.2
66
+ - [#3615](https://github.com/adobe/spectrum-css/pull/3615) [`f09c84a`](https://github.com/adobe/spectrum-css/commit/f09c84ae9922d67b6fe237d693afee0fab53fa67) Thanks [@Rajdeepc](https://github.com/Rajdeepc)! - ### Infield button fast follows
67
+ - Updated infield button disabled border color to use `-spectrum-gray-300` for spectrum-two theme and `-spectrum-gray-200` for other themes.
68
+
69
+ ### 6.1.1
70
+
71
+ 📝 [#3536](https://github.com/adobe/spectrum-css/pull/3536) [`f77aa72`](https://github.com/adobe/spectrum-css/commit/f77aa72486f98c7b7d4f449c0d54fb6801881b7e) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)!
72
+ - S2 Foundations fixes
73
+ - Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`.
74
+ - This corresponds to the background-color updates picker has for S2.
75
+ - Corrects the border color for the default picker for S2 foundations, using `gray-500` (instead of `gray-800`) to align with other field/form components.
76
+ - Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class.
77
+
78
+ ### 6.1.0
79
+
80
+ 📝 [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!
81
+
82
+ Dependency alignment across the project.
83
+ - Updated dependencies [[`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee), [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d)]:
84
+ - @spectrum-css/icon@9.1.0
85
+ - @spectrum-css/tokens@16.0.1
86
+
87
+ ## Number Field
88
+
89
+ Bump @spectrum-css/stepper to 7.1.3
90
+
91
+ ### 7.1.3
92
+ - [#3621](https://github.com/adobe/spectrum-css/pull/3621) [`3aec28a`](https://github.com/adobe/spectrum-css/commit/3aec28aac60bdf32a585fa8ff38559d80b57ff86) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)!
93
+ - Updates `-spectrum-stepper-buttons-border-color-keyboard-focus` from `gray-900` to `gray-800` to match the rest of the border color on keyboardFocus.
94
+
95
+ ### 7.1.2
96
+
97
+ 📝 [#3594](https://github.com/adobe/spectrum-css/pull/3594) [`6200a63`](https://github.com/adobe/spectrum-css/commit/6200a63f2c7dc1d2b0481c33b17c86427726c0bd) Thanks [@TarunAdobe](https://github.com/TarunAdobe)!
98
+ - Updates Stepper's key-focus border color (`-spectrum-stepper-border-color-keyboard-focus`) to `-spectrum-gray-800`.
99
+
100
+ ### 7.1.1
101
+
102
+ 📝 [#3536](https://github.com/adobe/spectrum-css/pull/3536) [`f77aa72`](https://github.com/adobe/spectrum-css/commit/f77aa72486f98c7b7d4f449c0d54fb6801881b7e) Thanks [@marissahuysentruyt](https://github.com/marissahuysentruyt)!
103
+ - S2 Foundations fixes
104
+ - Adjusts the background-color of the infield button components within stepper to use `gray-100` as opposed to `gray-25`.
105
+ - This corresponds to the background-color updates picker has for S2.
106
+ - Corrects the border color for the default picker for S2 foundations, using `gray-500` (instead of `gray-800`) to align with other field/form components.
107
+ - Refactors the `&.is-keyboardFocused&.is-placeholder` selector to `&.is-keyboardFocused.spectrum-Picker-label.is-placeholder` to avoid unexpectedly targeting the nested placeholder class.
108
+
109
+ ### 7.1.0
110
+
111
+ 📝 [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!
112
+
113
+ Dependency alignment across the project.
114
+ - Updated dependencies [[`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee), [`9b108f7`](https://github.com/adobe/spectrum-css/commit/9b108f7e05df1f55ab315dad96736d3ff4757f8c), [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d)]:
115
+ - @spectrum-css/actionbutton@8.0.0
116
+ - @spectrum-css/icon@9.1.0
117
+ - @spectrum-css/infieldbutton@7.0.0
118
+ - @spectrum-css/textfield@9.0.0
119
+ - @spectrum-css/tokens@16.0.1
120
+
121
+ ## Textfield
122
+
123
+ ### 8.1.1
124
+
125
+ 📝 [#3575](https://github.com/adobe/spectrum-css/pull/3575) [`2e17d10`](https://github.com/adobe/spectrum-css/commit/2e17d109ebec3c2745c32a15840af5c636c8dc5d) Thanks [@TarunAdobe](https://github.com/TarunAdobe)!
126
+ - Updated border color on keyboard focus state for textfield in spectrum-two theme.
127
+
128
+ ### 8.1.0
129
+
130
+ 📝 [#3539](https://github.com/adobe/spectrum-css/pull/3539) [`9b108f7`](https://github.com/adobe/spectrum-css/commit/9b108f7e05df1f55ab315dad96736d3ff4757f8c) Thanks [@rise-erpelding](https://github.com/rise-erpelding)!
131
+ - Updates invalid icon spacing to be vertically centered for S2.
132
+
133
+ 📝 [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!
134
+ - Dependency alignment across the project.
135
+
136
+ Set component peerDependencies as optional to reduce console warnings on downstream projects.
137
+ - Updated dependencies [[`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee), [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d)]:
138
+ - @spectrum-css/helptext@8.0.0
139
+ - @spectrum-css/tokens@16.0.1
140
+
141
+ ## Search
142
+
143
+ ### 8.1.2
144
+ - [#3658](https://github.com/adobe/spectrum-css/pull/3658) [`e9fde67`](https://github.com/adobe/spectrum-css/commit/e9fde67bf341798a6ab34f227b2e7a417d1e5da7) Thanks [@rise-erpelding](https://github.com/rise-erpelding)! - Change S2 theme border color to gray-800 on keyfocus per design request in order to align with text field.
145
+
146
+ ### 8.1.1
147
+
148
+ 📝 [#3593](https://github.com/adobe/spectrum-css/pull/3593) [`d829abb`](https://github.com/adobe/spectrum-css/commit/d829abb44f1eaa1874090e52caee553d776684e7) Thanks [@TarunAdobe](https://github.com/TarunAdobe)!
149
+
150
+ Updated `--spectrum-search-background-color-disabled` to `--spectrum-gray-25` and `--spectrum-search-border-color-disabled` to `--spectrum-gray-300` for the S2 foundations contexts.
151
+
152
+ Also defines disabled quiet border and background colors (`--system-search-quiet-background-color-disabled` and `--system-search-quiet-border-color-disabled`) in order to maintain disabled quiet styling.
153
+
154
+ ### 8.1.0
155
+
156
+ 📝 [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)!
157
+
158
+ Dependency alignment across the project.
159
+ - Updated dependencies [[`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee), [`9b108f7`](https://github.com/adobe/spectrum-css/commit/9b108f7e05df1f55ab315dad96736d3ff4757f8c), [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d)]:
160
+ - @spectrum-css/clearbutton@8.0.0
161
+ - @spectrum-css/icon@9.1.0
162
+ - @spectrum-css/textfield@9.0.0
163
+ - @spectrum-css/tokens@16.0.1
164
+
165
+ - Updated dependencies [[`f6cebbd`](https://github.com/adobe/spectrum-web-components/commit/f6cebbd90008a2abb1232c355ae06e8566086093)]:
166
+ - @spectrum-web-components/icons-workflow@1.6.0
167
+ - @spectrum-web-components/help-text@1.6.0
168
+ - @spectrum-web-components/icon@1.6.0
169
+ - @spectrum-web-components/icons-ui@1.6.0
170
+ - @spectrum-web-components/base@1.6.0
171
+ - @spectrum-web-components/shared@1.6.0
172
+
173
+ ## 1.5.0
174
+
175
+ ### Patch Changes
176
+
177
+ - Updated dependencies [[`165a904`](https://github.com/adobe/spectrum-web-components/commit/165a904bd01fddea922fe87b181bbf41281f81f0)]:
178
+ - @spectrum-web-components/help-text@1.5.0
179
+ - @spectrum-web-components/icon@1.5.0
180
+ - @spectrum-web-components/icons-ui@1.5.0
181
+ - @spectrum-web-components/icons-workflow@1.5.0
182
+ - @spectrum-web-components/base@1.5.0
183
+ - @spectrum-web-components/shared@1.5.0
184
+
185
+ ## 1.4.0
186
+
187
+ ### Patch Changes
188
+
189
+ - Updated dependencies []:
190
+ - @spectrum-web-components/help-text@1.4.0
191
+ - @spectrum-web-components/icon@1.4.0
192
+ - @spectrum-web-components/icons-ui@1.4.0
193
+ - @spectrum-web-components/icons-workflow@1.4.0
194
+ - @spectrum-web-components/base@1.4.0
195
+ - @spectrum-web-components/shared@1.4.0
196
+
197
+ ## 1.3.0
198
+
199
+ ### Patch Changes
200
+
201
+ - Updated dependencies []:
202
+ - @spectrum-web-components/help-text@1.3.0
203
+ - @spectrum-web-components/icon@1.3.0
204
+ - @spectrum-web-components/icons-ui@1.3.0
205
+ - @spectrum-web-components/icons-workflow@1.3.0
206
+ - @spectrum-web-components/base@1.3.0
207
+ - @spectrum-web-components/shared@1.3.0
208
+
209
+ All notable changes to this project will be documented in this file.
210
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
211
+
212
+ # [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
213
+
214
+ **Note:** Version bump only for package @spectrum-web-components/textfield
215
+
216
+ ## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
217
+
218
+ **Note:** Version bump only for package @spectrum-web-components/textfield
219
+
220
+ ## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
221
+
222
+ **Note:** Version bump only for package @spectrum-web-components/textfield
223
+
224
+ # [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
225
+
226
+ ### Bug Fixes
227
+
228
+ - 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))
229
+
230
+ ## [1.0.3](https://github.com/adobe/spectrum-web-components/compare/v1.0.1...v1.0.3) (2024-12-09)
231
+
232
+ **Note:** Version bump only for package @spectrum-web-components/textfield
233
+
234
+ ## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
235
+
236
+ **Note:** Version bump only for package @spectrum-web-components/textfield
237
+
238
+ # [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
239
+
240
+ **Note:** Version bump only for package @spectrum-web-components/textfield
241
+
242
+ # [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
243
+
244
+ **Note:** Version bump only for package @spectrum-web-components/textfield
245
+
246
+ ## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
247
+
248
+ **Note:** Version bump only for package @spectrum-web-components/textfield
249
+
250
+ # [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
251
+
252
+ **Note:** Version bump only for package @spectrum-web-components/textfield
253
+
254
+ ## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
255
+
256
+ **Note:** Version bump only for package @spectrum-web-components/textfield
257
+
258
+ ## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
259
+
260
+ **Note:** Version bump only for package @spectrum-web-components/textfield
261
+
262
+ # [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
263
+
264
+ ### Features
265
+
266
+ - **breadcrumbs:** add Breadcrumbs component ([#4578](https://github.com/adobe/spectrum-web-components/issues/4578)) ([acd4b5e](https://github.com/adobe/spectrum-web-components/commit/acd4b5e4401dad8cf26b50ee5dcda80a28b62999))
267
+
268
+ # [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
269
+
270
+ **Note:** Version bump only for package @spectrum-web-components/textfield
271
+
272
+ # [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
273
+
274
+ **Note:** Version bump only for package @spectrum-web-components/textfield
275
+
276
+ # [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
277
+
278
+ ### Bug Fixes
279
+
280
+ - **number-field:** select full value when using Tab to enter a field with a unit ([#4340](https://github.com/adobe/spectrum-web-components/issues/4340)) ([a9d5cef](https://github.com/adobe/spectrum-web-components/commit/a9d5cef4a69af4f3f357bacbfdae9465d3e80fa5))
281
+
282
+ ### Features
283
+
284
+ - **contextual-help:** add contextual help pattern ([#4285](https://github.com/adobe/spectrum-web-components/issues/4285)) ([a259aa3](https://github.com/adobe/spectrum-web-components/commit/a259aa35ee4e8a7fba7afb21e806f13bffceeaf3))
285
+
286
+ # [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
287
+
288
+ ### Bug Fixes
289
+
290
+ - **number-field:** select full value when using Tab to enter a field with a unit ([#4340](https://github.com/adobe/spectrum-web-components/issues/4340)) ([a9d5cef](https://github.com/adobe/spectrum-web-components/commit/a9d5cef4a69af4f3f357bacbfdae9465d3e80fa5))
291
+
292
+ ### Features
293
+
294
+ - **contextual-help:** add contextual help pattern ([#4285](https://github.com/adobe/spectrum-web-components/issues/4285)) ([a259aa3](https://github.com/adobe/spectrum-web-components/commit/a259aa35ee4e8a7fba7afb21e806f13bffceeaf3))
295
+
296
+ ## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
297
+
298
+ ### Bug Fixes
299
+
300
+ - **number-field:** select full value when using Tab to enter a field with a unit ([#4340](https://github.com/adobe/spectrum-web-components/issues/4340)) ([a9d5cef](https://github.com/adobe/spectrum-web-components/commit/a9d5cef4a69af4f3f357bacbfdae9465d3e80fa5))
301
+
302
+ ## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
303
+
304
+ ### Bug Fixes
305
+
306
+ - **textfield:** textarea actually grows with multiline ([#4271](https://github.com/adobe/spectrum-web-components/issues/4271)) ([d8d0e84](https://github.com/adobe/spectrum-web-components/commit/d8d0e843b3bcab345dd7d46ad055e2bb5445ec36))
307
+
308
+ ## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
309
+
310
+ ### Bug Fixes
311
+
312
+ - **textfield:** textarea actually grows with multiline ([#4271](https://github.com/adobe/spectrum-web-components/issues/4271)) ([d8d0e84](https://github.com/adobe/spectrum-web-components/commit/d8d0e843b3bcab345dd7d46ad055e2bb5445ec36))
313
+
314
+ ## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
315
+
316
+ **Note:** Version bump only for package @spectrum-web-components/textfield
317
+
318
+ ## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
319
+
320
+ **Note:** Version bump only for package @spectrum-web-components/textfield
321
+
322
+ # [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
323
+
324
+ ### Features
325
+
326
+ - **asset:** use core tokens ([99e76f4](https://github.com/adobe/spectrum-web-components/commit/99e76f4d32e990960b7fa2f0613ed4144adc4f6e))
327
+
328
+ ## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
329
+
330
+ **Note:** Version bump only for package @spectrum-web-components/textfield
331
+
332
+ ## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
333
+
334
+ ### Bug Fixes
335
+
336
+ - **textfield:** clearly mark/support "multiline" as a requirement of "grows" ([a3e464d](https://github.com/adobe/spectrum-web-components/commit/a3e464d7ceda90ad241641916180ab6e8ea119dc))
337
+
338
+ # [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
339
+
340
+ **Note:** Version bump only for package @spectrum-web-components/textfield
341
+
342
+ ## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
343
+
344
+ ### Bug Fixes
345
+
346
+ - **combobox:** add combobox pattern ([#3894](https://github.com/adobe/spectrum-web-components/issues/3894)) ([47d7d71](https://github.com/adobe/spectrum-web-components/commit/47d7d71bc9e17b67452d45b9495c970dac15ff89)), closes [#3887](https://github.com/adobe/spectrum-web-components/issues/3887)
347
+
348
+ ## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
349
+
350
+ **Note:** Version bump only for package @spectrum-web-components/textfield
351
+
352
+ ## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
353
+
354
+ **Note:** Version bump only for package @spectrum-web-components/textfield
355
+
356
+ ## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
357
+
358
+ **Note:** Version bump only for package @spectrum-web-components/textfield
359
+
360
+ ## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
361
+
362
+ **Note:** Version bump only for package @spectrum-web-components/textfield
363
+
364
+ # [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
365
+
366
+ ### Features
367
+
368
+ - **textfield:** added name attribute to textfield ([#3752](https://github.com/adobe/spectrum-web-components/issues/3752)) ([593005a](https://github.com/adobe/spectrum-web-components/commit/593005a8892139beb9ece9342b51a2b43d63cef3))
369
+
370
+ ## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
371
+
372
+ **Note:** Version bump only for package @spectrum-web-components/textfield
373
+
374
+ ## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
375
+
376
+ **Note:** Version bump only for package @spectrum-web-components/textfield
377
+
378
+ ## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
379
+
380
+ **Note:** Version bump only for package @spectrum-web-components/textfield
381
+
382
+ ## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
383
+
384
+ **Note:** Version bump only for package @spectrum-web-components/textfield
385
+
386
+ # [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
387
+
388
+ **Note:** Version bump only for package @spectrum-web-components/textfield
389
+
390
+ # [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
391
+
392
+ ### Bug Fixes
393
+
394
+ - correct composition entry of multi-byte numbers ([#3610](https://github.com/adobe/spectrum-web-components/issues/3610)) ([5e11934](https://github.com/adobe/spectrum-web-components/commit/5e1193455dd876a45648b3040688a3bc389819a1))
395
+
396
+ # [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
397
+
398
+ **Note:** Version bump only for package @spectrum-web-components/textfield
399
+
400
+ # [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
401
+
402
+ **Note:** Version bump only for package @spectrum-web-components/textfield
403
+
404
+ # [0.35.0](https://github.com/adobe/spectrum-web-components/compare/v0.34.0...v0.35.0) (2023-07-31)
405
+
406
+ ### Bug Fixes
407
+
408
+ - **number-field:** update button label to use number-field-labels as part of the text ([#3474](https://github.com/adobe/spectrum-web-components/issues/3474)) ([b92daf2](https://github.com/adobe/spectrum-web-components/commit/b92daf2f50224a362215477341d7d10a4eb39734))
409
+ - setting title when textfield is invalid ([36d0537](https://github.com/adobe/spectrum-web-components/commit/36d05372bd829470ac3e16f52f1fad2a7ea513ba))
410
+ - **textfield:** add support for [grows] when [multiline] ([3b306d4](https://github.com/adobe/spectrum-web-components/commit/3b306d434d366ae826ecf7d47e20f7780eb74a28))
411
+ - **textfield:** update focus state when [multiline][quiet] ([#3452](https://github.com/adobe/spectrum-web-components/issues/3452)) ([a7f563a](https://github.com/adobe/spectrum-web-components/commit/a7f563a240cda22c58c4a850fc65ed5d867bafb1))
412
+
413
+ # [0.34.0](https://github.com/adobe/spectrum-web-components/compare/v0.33.2...v0.34.0) (2023-07-11)
414
+
415
+ ### Bug Fixes
416
+
417
+ - **number-field,search,textfield:** add t-shirt sizes ([fda8f96](https://github.com/adobe/spectrum-web-components/commit/fda8f96b71b1447a8281f73d885c1c33ae74cfec))
418
+ - **textfield:** add rows attribute ([#3356](https://github.com/adobe/spectrum-web-components/issues/3356)) ([1ee1c37](https://github.com/adobe/spectrum-web-components/commit/1ee1c37f219c82fd74ca1b89941d4f59ccfd2785))
419
+
420
+ ## [0.33.2](https://github.com/adobe/spectrum-web-components/compare/v0.33.1...v0.33.2) (2023-06-14)
421
+
422
+ **Note:** Version bump only for package @spectrum-web-components/textfield
423
+
424
+ # [0.33.0](https://github.com/adobe/spectrum-web-components/compare/v0.32.0...v0.33.0) (2023-06-08)
425
+
426
+ ### Bug Fixes
427
+
428
+ - **number-field:** simplify width management ([ef4765a](https://github.com/adobe/spectrum-web-components/commit/ef4765a33f81d19229d13ea418aa625f5e1e693a))
429
+
430
+ # [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)
431
+
432
+ ### Features
433
+
434
+ - **search,textfield:** use core tokens ([2ed5135](https://github.com/adobe/spectrum-web-components/commit/2ed51355c2787ac06274e763ea1eee7bfd0c9c72))
435
+
436
+ # [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
437
+
438
+ **Note:** Version bump only for package @spectrum-web-components/textfield
439
+
440
+ # 0.30.0 (2023-05-03)
441
+
442
+ ### Bug Fixes
443
+
444
+ - add support for "readonly" attribute ([4bce3b7](https://github.com/adobe/spectrum-web-components/commit/4bce3b7b6910ac50e80efe6a8f63f57843feafb3))
445
+ - apply "HelpTextMixin" to form elements ([a952447](https://github.com/adobe/spectrum-web-components/commit/a952447254d091b99fe9270b2857cddc48df7c73))
446
+ - apply Focuable styles in class extensions ([38f7afd](https://github.com/adobe/spectrum-web-components/commit/38f7afd7cdb317d5c8b6e69f1301decd21364b1d))
447
+ - **button:** relate to this.href correctly ([fade3ea](https://github.com/adobe/spectrum-web-components/commit/fade3ea9bd6bda6192f84a0ab9af4b812517e267))
448
+ - correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
449
+ - correct sp-textfield[multiline][grows] styling and add story for regression testing ([58c9331](https://github.com/adobe/spectrum-web-components/commit/58c9331b75c94d2bcbe1742b023e1bd884c52bb3))
450
+ - disallow undefined property for min and maxlength ([21547f7](https://github.com/adobe/spectrum-web-components/commit/21547f70e3e2987ca72f14a294519560bdb901e3))
451
+ - include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716f2f787deb8d868a78bd28c8e62fe90e21))
452
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
453
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
454
+ - minlength now accepted as minimum length for value.toString ([bc3b1c2](https://github.com/adobe/spectrum-web-components/commit/bc3b1c2ab56d1b569203ed4fb87e293a4990544a))
455
+ - normalize "event" and "error" argument names ([8d382cd](https://github.com/adobe/spectrum-web-components/commit/8d382cdac98282c886f23c4a8d6cf4910c4a606c))
456
+ - **number-field:** process 2 byte characters as their single byte cousins ([f424c0a](https://github.com/adobe/spectrum-web-components/commit/f424c0aa9e04baf24aa3f6c23dd4697ab0699fc0))
457
+ - prevent tabindex=-1 elements from placing focus on their host ([1ac1293](https://github.com/adobe/spectrum-web-components/commit/1ac12931771c6d5fdbc99f5d214702ed644cb81a))
458
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
459
+ - **textfield:** add 'u' flag to keep consistency with native input element ([0af779f](https://github.com/adobe/spectrum-web-components/commit/0af779f040ebe1b2b2a80a19afe1df42201dbe3e))
460
+ - **textfield:** add maxlength and minlength attributes ([5326649](https://github.com/adobe/spectrum-web-components/commit/5326649daac788e922a4493b9172cc20518b8abb))
461
+ - **textfield:** add select() API mapping to shadow DOM element ([d467a34](https://github.com/adobe/spectrum-web-components/commit/d467a3463f326d839c9d51ffacd24f8fdfb1aff1))
462
+ - **textfield:** break very long words within the Textarea's sizer element ([2f95ac0](https://github.com/adobe/spectrum-web-components/commit/2f95ac04a3ad3c200172cd3c364c9014c7d6dfde))
463
+ - **textfield:** correct "multiline" and "grows" delivery ([fa0ac34](https://github.com/adobe/spectrum-web-components/commit/fa0ac3437b269f009ef47d080b41996fe0a25779))
464
+ - **textfield:** leverage aria-invalid attribute ([e718c0a](https://github.com/adobe/spectrum-web-components/commit/e718c0ac0d9f037b2bb9c6fb53ffc2121298731a))
465
+ - **textfield:** prevent IME selection misalignment in Safari when using hiragana input modality ([f8e1e70](https://github.com/adobe/spectrum-web-components/commit/f8e1e709e99d62e67589d8f54f15d49a9ecf2f32))
466
+ - **textfield:** process ".is-focused" and ".is-keyboardFocused" styles ([48fd67d](https://github.com/adobe/spectrum-web-components/commit/48fd67d7cdab3aac26c20a8e9232d6320b27fb59))
467
+ - **textfield:** reimplement min/maxlength ([23a4c2e](https://github.com/adobe/spectrum-web-components/commit/23a4c2e61dbc399bf9e58bb32952e16b8aa9d5ae))
468
+ - **textfield:** remove use of sp-icons-\* ([9a5c213](https://github.com/adobe/spectrum-web-components/commit/9a5c213a886146709601a2878484529c315d9f51))
469
+ - **textfield:** respect resize styling ([04993c3](https://github.com/adobe/spectrum-web-components/commit/04993c380d485b0e9b02fd6ad196e5caaf29e0a2))
470
+ - **textfield:** respect type=text|url|tel|email|password ([1b7a59a](https://github.com/adobe/spectrum-web-components/commit/1b7a59a208ce00a62c23c80b75bacabf73c3e6ea))
471
+ - **textfield:** update for easier extensibility ([9deaf9e](https://github.com/adobe/spectrum-web-components/commit/9deaf9e4f5a476593378f8feaaae352fd8bb80d7))
472
+ - **textfield:** update validation path, add "allowed-keys" ([ae9f85d](https://github.com/adobe/spectrum-web-components/commit/ae9f85d3b0ec30bbcf5fbe3d4750a1cd96c990d5))
473
+ - **textfield:** Use correct filename in exports field ([637b166](https://github.com/adobe/spectrum-web-components/commit/637b166420e3a0fa41980bfbb24129df77ff4efd))
474
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
475
+ - update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
476
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
477
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
478
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
479
+
480
+ ### Features
481
+
482
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
483
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
484
+ - delivery dev mode messages in various packages ([62370a1](https://github.com/adobe/spectrum-web-components/commit/62370a19c77ab00e5b5702833bb1e40fb81e7d48))
485
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
486
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
487
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
488
+ - pass through autocomplete attribute to inputs ([5416510](https://github.com/adobe/spectrum-web-components/commit/541651063fb67766426168ef0ad885bb89b6b762))
489
+ - **search:** use Spectrum CSS ^3.0.0 ([7830ac0](https://github.com/adobe/spectrum-web-components/commit/7830ac0868e855145cee0922529a0f6d4d3e7f50))
490
+ - shared pkg versions, devmode define warning, registry-conflicts docs ([6e49565](https://github.com/adobe/spectrum-web-components/commit/6e4956519b845fa8127f8032948b625c252ef7a6))
491
+ - **textfield:** add support for setSelectionRange ([#2070](https://github.com/adobe/spectrum-web-components/issues/2070)) ([dd17ba0](https://github.com/adobe/spectrum-web-components/commit/dd17ba0f50cc604b4dcd14699d5129710aac121b))
492
+ - **textfield:** update spectrum css input ([2ce4ba2](https://github.com/adobe/spectrum-web-components/commit/2ce4ba2e0a9c6dcc6c0041fde02b0d98f08cf6a1))
493
+ - **textfield:** use Spectrum CSS ^3.0.0 ([1c1acb9](https://github.com/adobe/spectrum-web-components/commit/1c1acb94577f97c189a5f4e2d34bf81dc169447c))
494
+ - update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
495
+ - use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc77960de8e57dd9c49bb7669df689f0ebaa))
496
+ - use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/39188887afad9bec52ef48d4e22596f9b757a9fe))
497
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
498
+
499
+ ### Performance Improvements
500
+
501
+ - use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
502
+ - use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0accd643c2f35cbf1ba809b54f52c25628d))
503
+
504
+ ### Reverts
505
+
506
+ - Revert "chore: release new versions" ([a6d655d](https://github.com/adobe/spectrum-web-components/commit/a6d655d1435ee6427a3778b89f1a6cf9fe4beb9d))
507
+
508
+ ## [0.13.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.14...@spectrum-web-components/textfield@0.13.15) (2023-04-24)
509
+
510
+ **Note:** Version bump only for package @spectrum-web-components/textfield
511
+
512
+ ## [0.13.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.13...@spectrum-web-components/textfield@0.13.14) (2023-04-05)
513
+
514
+ **Note:** Version bump only for package @spectrum-web-components/textfield
515
+
516
+ ## [0.13.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.12...@spectrum-web-components/textfield@0.13.13) (2023-03-22)
517
+
518
+ ### Bug Fixes
519
+
520
+ - minlength now accepted as minimum length for value.toString ([bc3b1c2](https://github.com/adobe/spectrum-web-components/commit/bc3b1c2ab56d1b569203ed4fb87e293a4990544a))
521
+
522
+ ## [0.13.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.11...@spectrum-web-components/textfield@0.13.12) (2023-03-08)
523
+
524
+ **Note:** Version bump only for package @spectrum-web-components/textfield
525
+
526
+ ## [0.13.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.10...@spectrum-web-components/textfield@0.13.11) (2023-02-08)
527
+
528
+ **Note:** Version bump only for package @spectrum-web-components/textfield
529
+
530
+ ## [0.13.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.9...@spectrum-web-components/textfield@0.13.10) (2023-01-23)
531
+
532
+ **Note:** Version bump only for package @spectrum-web-components/textfield
533
+
534
+ ## [0.13.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.8...@spectrum-web-components/textfield@0.13.9) (2023-01-09)
535
+
536
+ **Note:** Version bump only for package @spectrum-web-components/textfield
537
+
538
+ ## [0.13.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.7...@spectrum-web-components/textfield@0.13.8) (2022-12-08)
539
+
540
+ **Note:** Version bump only for package @spectrum-web-components/textfield
541
+
542
+ ## [0.13.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.6...@spectrum-web-components/textfield@0.13.7) (2022-11-21)
543
+
544
+ **Note:** Version bump only for package @spectrum-web-components/textfield
545
+
546
+ ## [0.13.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.5...@spectrum-web-components/textfield@0.13.6) (2022-11-14)
547
+
548
+ **Note:** Version bump only for package @spectrum-web-components/textfield
549
+
550
+ ## [0.13.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.4...@spectrum-web-components/textfield@0.13.5) (2022-10-28)
551
+
552
+ **Note:** Version bump only for package @spectrum-web-components/textfield
553
+
554
+ ## [0.13.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.3...@spectrum-web-components/textfield@0.13.4) (2022-10-17)
555
+
556
+ **Note:** Version bump only for package @spectrum-web-components/textfield
557
+
558
+ ## [0.13.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.2...@spectrum-web-components/textfield@0.13.3) (2022-10-10)
559
+
560
+ **Note:** Version bump only for package @spectrum-web-components/textfield
561
+
562
+ ## [0.13.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.1...@spectrum-web-components/textfield@0.13.2) (2022-09-14)
563
+
564
+ **Note:** Version bump only for package @spectrum-web-components/textfield
565
+
566
+ ## [0.13.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.13.0...@spectrum-web-components/textfield@0.13.1) (2022-08-24)
567
+
568
+ **Note:** Version bump only for package @spectrum-web-components/textfield
569
+
570
+ # [0.13.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.12.0...@spectrum-web-components/textfield@0.13.0) (2022-08-09)
571
+
572
+ ### Features
573
+
574
+ - include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
575
+
576
+ # [0.12.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.11.10...@spectrum-web-components/textfield@0.12.0) (2022-08-04)
577
+
578
+ ### Features
579
+
580
+ - delivery dev mode messages in various packages ([62370a1](https://github.com/adobe/spectrum-web-components/commit/62370a19c77ab00e5b5702833bb1e40fb81e7d48))
581
+
582
+ ## [0.11.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.11.9...@spectrum-web-components/textfield@0.11.10) (2022-07-18)
583
+
584
+ **Note:** Version bump only for package @spectrum-web-components/textfield
585
+
586
+ ## [0.11.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.11.8...@spectrum-web-components/textfield@0.11.9) (2022-06-29)
587
+
588
+ **Note:** Version bump only for package @spectrum-web-components/textfield
589
+
590
+ ## [0.11.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.11.7...@spectrum-web-components/textfield@0.11.8) (2022-06-07)
591
+
592
+ **Note:** Version bump only for package @spectrum-web-components/textfield
593
+
594
+ ## [0.11.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.11.6...@spectrum-web-components/textfield@0.11.7) (2022-05-27)
595
+
596
+ **Note:** Version bump only for package @spectrum-web-components/textfield
597
+
598
+ ## [0.11.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.11.5...@spectrum-web-components/textfield@0.11.6) (2022-05-12)
599
+
600
+ **Note:** Version bump only for package @spectrum-web-components/textfield
601
+
602
+ ## [0.11.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.11.4...@spectrum-web-components/textfield@0.11.5) (2022-04-21)
603
+
604
+ **Note:** Version bump only for package @spectrum-web-components/textfield
605
+
606
+ ## [0.11.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.11.3...@spectrum-web-components/textfield@0.11.4) (2022-03-30)
607
+
608
+ **Note:** Version bump only for package @spectrum-web-components/textfield
609
+
610
+ ## [0.11.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.11.2...@spectrum-web-components/textfield@0.11.3) (2022-03-08)
611
+
612
+ **Note:** Version bump only for package @spectrum-web-components/textfield
613
+
614
+ ## [0.11.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.11.1...@spectrum-web-components/textfield@0.11.2) (2022-03-04)
615
+
616
+ **Note:** Version bump only for package @spectrum-web-components/textfield
617
+
618
+ ## [0.11.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.11.0...@spectrum-web-components/textfield@0.11.1) (2022-02-22)
619
+
620
+ ### Bug Fixes
621
+
622
+ - **textfield:** correct "multiline" and "grows" delivery ([fa0ac34](https://github.com/adobe/spectrum-web-components/commit/fa0ac3437b269f009ef47d080b41996fe0a25779))
623
+
624
+ # [0.11.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.10.2...@spectrum-web-components/textfield@0.11.0) (2022-01-26)
625
+
626
+ ### Bug Fixes
627
+
628
+ - **number-field:** process 2 byte characters as their single byte cousins ([f424c0a](https://github.com/adobe/spectrum-web-components/commit/f424c0aa9e04baf24aa3f6c23dd4697ab0699fc0))
629
+
630
+ ### Features
631
+
632
+ - **textfield:** add support for setSelectionRange ([#2070](https://github.com/adobe/spectrum-web-components/issues/2070)) ([dd17ba0](https://github.com/adobe/spectrum-web-components/commit/dd17ba0f50cc604b4dcd14699d5129710aac121b))
633
+
634
+ ## [0.10.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.10.1...@spectrum-web-components/textfield@0.10.2) (2022-01-07)
635
+
636
+ ### Bug Fixes
637
+
638
+ - **textfield:** prevent IME selection misalignment in Safari when using hiragana input modality ([f8e1e70](https://github.com/adobe/spectrum-web-components/commit/f8e1e709e99d62e67589d8f54f15d49a9ecf2f32))
639
+
640
+ ## [0.10.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.10.0...@spectrum-web-components/textfield@0.10.1) (2021-12-13)
641
+
642
+ ### Bug Fixes
643
+
644
+ - apply "HelpTextMixin" to form elements ([a952447](https://github.com/adobe/spectrum-web-components/commit/a952447254d091b99fe9270b2857cddc48df7c73))
645
+
646
+ # [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.9.1...@spectrum-web-components/textfield@0.10.0) (2021-11-08)
647
+
648
+ ### Features
649
+
650
+ - update lit-\* dependencies, wip ([377f3c8](https://github.com/adobe/spectrum-web-components/commit/377f3c848b09e64fa1ecc1e18208f534fefcd9e4))
651
+
652
+ ## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.9.0...@spectrum-web-components/textfield@0.9.1) (2021-11-08)
653
+
654
+ **Note:** Version bump only for package @spectrum-web-components/textfield
655
+
656
+ # [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.16...@spectrum-web-components/textfield@0.9.0) (2021-11-02)
657
+
658
+ ### Bug Fixes
659
+
660
+ - **textfield:** respect type=text|url|tel|email|password ([1b7a59a](https://github.com/adobe/spectrum-web-components/commit/1b7a59a208ce00a62c23c80b75bacabf73c3e6ea))
661
+
662
+ ### Features
663
+
664
+ - adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
665
+
666
+ ## [0.8.16](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.15...@spectrum-web-components/textfield@0.8.16) (2021-10-12)
667
+
668
+ ### Bug Fixes
669
+
670
+ - **textfield:** respect resize styling ([04993c3](https://github.com/adobe/spectrum-web-components/commit/04993c380d485b0e9b02fd6ad196e5caaf29e0a2))
671
+
672
+ ## [0.8.15](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.14...@spectrum-web-components/textfield@0.8.15) (2021-09-20)
673
+
674
+ **Note:** Version bump only for package @spectrum-web-components/textfield
675
+
676
+ ## [0.8.14](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.13...@spectrum-web-components/textfield@0.8.14) (2021-09-13)
677
+
678
+ **Note:** Version bump only for package @spectrum-web-components/textfield
679
+
680
+ ## [0.8.13](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.12...@spectrum-web-components/textfield@0.8.13) (2021-08-24)
681
+
682
+ ### Bug Fixes
683
+
684
+ - correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
685
+
686
+ ## [0.8.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.11...@spectrum-web-components/textfield@0.8.12) (2021-08-03)
687
+
688
+ ### Bug Fixes
689
+
690
+ - **textfield:** break very long words within the Textarea's sizer element ([2f95ac0](https://github.com/adobe/spectrum-web-components/commit/2f95ac04a3ad3c200172cd3c364c9014c7d6dfde))
691
+
692
+ ## [0.8.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.10...@spectrum-web-components/textfield@0.8.11) (2021-07-22)
693
+
694
+ **Note:** Version bump only for package @spectrum-web-components/textfield
695
+
696
+ ## [0.8.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.9...@spectrum-web-components/textfield@0.8.10) (2021-07-01)
697
+
698
+ ### Bug Fixes
699
+
700
+ - correct sp-textfield[multiline][grows] styling and add story for regression testing ([58c9331](https://github.com/adobe/spectrum-web-components/commit/58c9331b75c94d2bcbe1742b023e1bd884c52bb3))
701
+
702
+ ## [0.8.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.8...@spectrum-web-components/textfield@0.8.9) (2021-06-16)
703
+
704
+ **Note:** Version bump only for package @spectrum-web-components/textfield
705
+
706
+ ## [0.8.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.7...@spectrum-web-components/textfield@0.8.8) (2021-06-07)
707
+
708
+ ### Bug Fixes
709
+
710
+ - **textfield:** add select() API mapping to shadow DOM element ([d467a34](https://github.com/adobe/spectrum-web-components/commit/d467a3463f326d839c9d51ffacd24f8fdfb1aff1))
711
+
712
+ ## [0.8.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.6...@spectrum-web-components/textfield@0.8.7) (2021-05-24)
713
+
714
+ ### Bug Fixes
715
+
716
+ - prevent tabindex=-1 elements from placing focus on their host ([1ac1293](https://github.com/adobe/spectrum-web-components/commit/1ac12931771c6d5fdbc99f5d214702ed644cb81a))
717
+ - **textfield:** update for easier extensibility ([9deaf9e](https://github.com/adobe/spectrum-web-components/commit/9deaf9e4f5a476593378f8feaaae352fd8bb80d7))
718
+
719
+ ## [0.8.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.5...@spectrum-web-components/textfield@0.8.6) (2021-05-12)
720
+
721
+ ### Bug Fixes
722
+
723
+ - **textfield:** add 'u' flag to keep consistency with native input element ([0af779f](https://github.com/adobe/spectrum-web-components/commit/0af779f040ebe1b2b2a80a19afe1df42201dbe3e))
724
+
725
+ ## [0.8.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.4...@spectrum-web-components/textfield@0.8.5) (2021-04-09)
726
+
727
+ **Note:** Version bump only for package @spectrum-web-components/textfield
728
+
729
+ ## [0.8.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.3...@spectrum-web-components/textfield@0.8.4) (2021-03-29)
730
+
731
+ ### Bug Fixes
732
+
733
+ - **textfield:** leverage aria-invalid attribute ([e718c0a](https://github.com/adobe/spectrum-web-components/commit/e718c0ac0d9f037b2bb9c6fb53ffc2121298731a))
734
+
735
+ ## [0.8.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.2...@spectrum-web-components/textfield@0.8.3) (2021-03-22)
736
+
737
+ **Note:** Version bump only for package @spectrum-web-components/textfield
738
+
739
+ ## [0.8.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.1...@spectrum-web-components/textfield@0.8.2) (2021-03-22)
740
+
741
+ ### Bug Fixes
742
+
743
+ - add support for "readonly" attribute ([4bce3b7](https://github.com/adobe/spectrum-web-components/commit/4bce3b7b6910ac50e80efe6a8f63f57843feafb3))
744
+
745
+ ## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.8.0...@spectrum-web-components/textfield@0.8.1) (2021-03-05)
746
+
747
+ **Note:** Version bump only for package @spectrum-web-components/textfield
748
+
749
+ # [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.7.3...@spectrum-web-components/textfield@0.8.0) (2021-03-04)
750
+
751
+ ### Features
752
+
753
+ - use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
754
+
755
+ ## [0.7.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.7.2...@spectrum-web-components/textfield@0.7.3) (2021-02-11)
756
+
757
+ ### Bug Fixes
758
+
759
+ - update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
760
+
761
+ ## [0.7.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.7.1...@spectrum-web-components/textfield@0.7.2) (2021-02-02)
762
+
763
+ **Note:** Version bump only for package @spectrum-web-components/textfield
764
+
765
+ ## [0.7.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.7.0...@spectrum-web-components/textfield@0.7.1) (2021-01-28)
766
+
767
+ **Note:** Version bump only for package @spectrum-web-components/textfield
768
+
769
+ # [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.5.4...@spectrum-web-components/textfield@0.7.0) (2021-01-21)
770
+
771
+ ### Bug Fixes
772
+
773
+ - disallow undefined property for min and maxlength ([21547f7](https://github.com/adobe/spectrum-web-components/commit/21547f70e3e2987ca72f14a294519560bdb901e3))
774
+ - **textfield:** reimplement min/maxlength ([23a4c2e](https://github.com/adobe/spectrum-web-components/commit/23a4c2e61dbc399bf9e58bb32952e16b8aa9d5ae))
775
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
776
+ - **button:** relate to this.href correctly ([fade3ea](https://github.com/adobe/spectrum-web-components/commit/fade3ea9bd6bda6192f84a0ab9af4b812517e267))
777
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
778
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
779
+ - **textfield:** process ".is-focused" and ".is-keyboardFocused" styles ([48fd67d](https://github.com/adobe/spectrum-web-components/commit/48fd67d7cdab3aac26c20a8e9232d6320b27fb59))
780
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
781
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
782
+
783
+ ### Features
784
+
785
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
786
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
787
+ - **textfield:** update spectrum css input ([2ce4ba2](https://github.com/adobe/spectrum-web-components/commit/2ce4ba2e0a9c6dcc6c0041fde02b0d98f08cf6a1))
788
+
789
+ # [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.5.4...@spectrum-web-components/textfield@0.6.0) (2021-01-13)
790
+
791
+ ### Bug Fixes
792
+
793
+ - use icons without "size" values ([3fc7c91](https://github.com/adobe/spectrum-web-components/commit/3fc7c91713793a928082eae15fc3d9dec638a31a))
794
+ - **button:** relate to this.href correctly ([fade3ea](https://github.com/adobe/spectrum-web-components/commit/fade3ea9bd6bda6192f84a0ab9af4b812517e267))
795
+ - include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
796
+ - stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
797
+ - **textfield:** process ".is-focused" and ".is-keyboardFocused" styles ([48fd67d](https://github.com/adobe/spectrum-web-components/commit/48fd67d7cdab3aac26c20a8e9232d6320b27fb59))
798
+ - update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
799
+ - use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
800
+
801
+ ### Features
802
+
803
+ - **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
804
+ - **icons-workflow:** vend fully registered icon components ([941f3a4](https://github.com/adobe/spectrum-web-components/commit/941f3a41486fbd49eca0805fb63383f63313e71e))
805
+ - **textfield:** update spectrum css input ([2ce4ba2](https://github.com/adobe/spectrum-web-components/commit/2ce4ba2e0a9c6dcc6c0041fde02b0d98f08cf6a1))
806
+
807
+ ## [0.5.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.5.3...@spectrum-web-components/textfield@0.5.4) (2020-10-12)
808
+
809
+ **Note:** Version bump only for package @spectrum-web-components/textfield
810
+
811
+ ## [0.5.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.5.2...@spectrum-web-components/textfield@0.5.3) (2020-10-12)
812
+
813
+ ### Bug Fixes
814
+
815
+ - include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
816
+
817
+ ## [0.5.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.5.1...@spectrum-web-components/textfield@0.5.2) (2020-09-25)
818
+
819
+ ### Bug Fixes
820
+
821
+ - update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
822
+
823
+ ## [0.5.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.5.0...@spectrum-web-components/textfield@0.5.1) (2020-09-14)
824
+
825
+ **Note:** Version bump only for package @spectrum-web-components/textfield
826
+
827
+ # [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.4.4...@spectrum-web-components/textfield@0.5.0) (2020-08-31)
828
+
829
+ ### Features
830
+
831
+ - **search:** use Spectrum CSS ^3.0.0 ([7830ac0](https://github.com/adobe/spectrum-web-components/commit/7830ac0868e855145cee0922529a0f6d4d3e7f50))
832
+ - **textfield:** use Spectrum CSS ^3.0.0 ([1c1acb9](https://github.com/adobe/spectrum-web-components/commit/1c1acb94577f97c189a5f4e2d34bf81dc169447c))
833
+
834
+ ## [0.4.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.4.3...@spectrum-web-components/textfield@0.4.4) (2020-08-19)
835
+
836
+ **Note:** Version bump only for package @spectrum-web-components/textfield
837
+
838
+ ## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.4.2...@spectrum-web-components/textfield@0.4.3) (2020-07-27)
839
+
840
+ **Note:** Version bump only for package @spectrum-web-components/textfield
841
+
842
+ ## [0.4.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.4.1...@spectrum-web-components/textfield@0.4.2) (2020-07-24)
843
+
844
+ **Note:** Version bump only for package @spectrum-web-components/textfield
845
+
846
+ ## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.4.0...@spectrum-web-components/textfield@0.4.1) (2020-07-22)
847
+
848
+ ### Bug Fixes
849
+
850
+ - **textfield:** Use correct filename in exports field ([637b166](https://github.com/adobe/spectrum-web-components/commit/637b166420e3a0fa41980bfbb24129df77ff4efd))
851
+
852
+ # [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.3.9...@spectrum-web-components/textfield@0.4.0) (2020-07-17)
853
+
854
+ ### Features
855
+
856
+ - leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
857
+
858
+ ## [0.3.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.3.8...@spectrum-web-components/textfield@0.3.9) (2020-06-08)
859
+
860
+ **Note:** Version bump only for package @spectrum-web-components/textfield
861
+
862
+ ## [0.3.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.3.7...@spectrum-web-components/textfield@0.3.8) (2020-05-08)
863
+
864
+ ### Bug Fixes
865
+
866
+ - **textfield:** add maxlength and minlength attributes ([5326649](https://github.com/adobe/spectrum-web-components/commit/5326649daac788e922a4493b9172cc20518b8abb))
867
+
868
+ ## [0.3.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.3.6...@spectrum-web-components/textfield@0.3.7) (2020-04-16)
869
+
870
+ ### Bug Fixes
871
+
872
+ - **textfield:** remove use of sp-icons-\* ([9a5c213](https://github.com/adobe/spectrum-web-components/commit/9a5c213a886146709601a2878484529c315d9f51))
873
+
874
+ ### Performance Improvements
875
+
876
+ - use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
877
+
878
+ ## [0.3.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.3.5...@spectrum-web-components/textfield@0.3.6) (2020-04-10)
879
+
880
+ **Note:** Version bump only for package @spectrum-web-components/textfield
881
+
882
+ ## [0.3.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.3.4...@spectrum-web-components/textfield@0.3.5) (2020-04-07)
883
+
884
+ **Note:** Version bump only for package @spectrum-web-components/textfield
885
+
886
+ ## [0.3.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.3.3...@spectrum-web-components/textfield@0.3.4) (2020-03-25)
887
+
888
+ ### Bug Fixes
889
+
890
+ - **textfield:** update validation path, add "allowed-keys" ([ae9f85d](https://github.com/adobe/spectrum-web-components/commit/ae9f85d))
891
+
892
+ ## [0.3.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.3.2...@spectrum-web-components/textfield@0.3.3) (2020-03-11)
893
+
894
+ **Note:** Version bump only for package @spectrum-web-components/textfield
895
+
896
+ ## [0.3.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.3.1...@spectrum-web-components/textfield@0.3.2) (2020-02-05)
897
+
898
+ **Note:** Version bump only for package @spectrum-web-components/textfield
899
+
900
+ ## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.3.0...@spectrum-web-components/textfield@0.3.1) (2020-02-01)
901
+
902
+ **Note:** Version bump only for package @spectrum-web-components/textfield
903
+
904
+ # [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.2.4...@spectrum-web-components/textfield@0.3.0) (2020-01-30)
905
+
906
+ ### Features
907
+
908
+ - pass through autocomplete attribute to inputs ([5416510](https://github.com/adobe/spectrum-web-components/commit/5416510))
909
+
910
+ ## [0.2.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.2.3...@spectrum-web-components/textfield@0.2.4) (2020-01-06)
911
+
912
+ **Note:** Version bump only for package @spectrum-web-components/textfield
913
+
914
+ ## [0.2.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.2.2...@spectrum-web-components/textfield@0.2.3) (2019-12-12)
915
+
916
+ ### Bug Fixes
917
+
918
+ - apply Focuable styles in class extensions ([38f7afd](https://github.com/adobe/spectrum-web-components/commit/38f7afd))
919
+
920
+ ## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.2.1...@spectrum-web-components/textfield@0.2.2) (2019-12-02)
921
+
922
+ ### Bug Fixes
923
+
924
+ - normalize "event" and "error" argument names ([8d382cd](https://github.com/adobe/spectrum-web-components/commit/8d382cd))
925
+
926
+ ## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.2.0...@spectrum-web-components/textfield@0.2.1) (2019-11-27)
927
+
928
+ ### Bug Fixes
929
+
930
+ - include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716))
931
+
932
+ # [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.1.5...@spectrum-web-components/textfield@0.2.0) (2019-11-19)
933
+
934
+ ### Features
935
+
936
+ - use :focus-visable (via polyfill) instead of :focus ([11c6fc7](https://github.com/adobe/spectrum-web-components/commit/11c6fc7))
937
+ - use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/3918888))
938
+
939
+ ## [0.1.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.1.4...@spectrum-web-components/textfield@0.1.5) (2019-11-01)
940
+
941
+ **Note:** Version bump only for package @spectrum-web-components/textfield
942
+
943
+ ## [0.1.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/textfield@0.1.3...@spectrum-web-components/textfield@0.1.4) (2019-10-14)
944
+
945
+ ### Performance Improvements
946
+
947
+ - use imported TypeScript helpers instead of inlining them ([cc2bd0a](https://github.com/adobe/spectrum-web-components/commit/cc2bd0a))
948
+
949
+ ## 0.1.3 (2019-10-03)
950
+
951
+ **Note:** Version bump only for package @spectrum-web-components/textfield