Releases: department-of-veterans-affairs/component-library
Releases · department-of-veterans-affairs/component-library
v45.0.0
What's Changed
Breaking Changes
- va-select: Remove v1 variation by @powellkerry in #1258
- va-radio, va-radio-option: Remove v1 variation by @powellkerry in #1260
- va-breadcrumbs: Remove v1 variation by @it-harrison in #1265
- va-checkbox, va-checkbox-group, va-privacy-agreement: Remove v1 variation by @powellkerry in #1264
- va-segmented-progress-bar: Remove v1 variation by @powellkerry in #1270
- va-additional-info: Remove v1 variation by @powellkerry in #1272
- va-pagination: Remove v1 variation by @it-harrison in #1273
- va-summary-box: Remove v1 variation by @powellkerry in #1274
- va-button & va-button-pair: Remove V1 variation by @Andrew565 in #1275
- va-process-list: Remove v1 variation by @powellkerry in #1276
- va-file-input/va-file-input-multiple: Remove v1 variation by @powellkerry in #1277
- va-search-input: Remove v1 variation by @it-harrison in #1278
- va-alert and va-banner: Remove v1 variation by @it-harrison in #1268
New Features & Components 🎉
- va-search-input: Add disable-analytics prop by @randimays in #1257
- va-text-input: Add suffix icon support by @it-harrison in #1280
Fixes
- va-statement-of-truth: Reflect error prop in va-text-input for styling by @jamigibbs in #1255
- va-date: V1 code cleanup by @powellkerry in #1262
- va-file-input: Improve action button accessibility by @harshil1793 in #1261
- va-modal: Fix focus state bug when va-radio-option is in modal contents by @powellkerry in #1266
- va-back-to-top: Set display none to link when it should not be visible by @powellkerry in #1267
Other Changes
- CSS Library: Generate medium-screen breakpoint utility classes by @jamigibbs in #1263
New Contributors
- @randimays made their first contribution in #1257
Full Changelog: v44.0.0...v45.0.0
v44.0.0
What's Changed
Breaking Changes
- va-textarea: remove v1 variation by @powellkerry in #1240
- va-text-input: remove v1 variation by @powellkerry in #1247
- va-accordion: remove v1 variation by @jamigibbs in #1249
Fixes
- va-breadcrumbs: padding updates by @harshil1793 in #1244
- va-official-gov-banner: Remove banner landmarks by @rsmithadhoc in #1248
- va-file-input/multiple: add aria-hidden to file thumbnails by @powellkerry in #1250
- va-breadcrumb: mobile view padding fix by @harshil1793 in #1251
Other Changes
- CSS Library: update spacing and font utility classes for 16px root font size by @jamigibbs in #1242
Full Changelog: v43.0.2...v44.0.0
v43.0.2
What's Changed
Fixes
- va-textarea: Add support for formHeadingLevel prop by @powellkerry in #1232
- va-file-input: Update screen reader message when file is uploaded or removed by @ataker in #1228
- va-accordion: Replace FA icons with va-icon in storybook by @powellkerry in #1235
- va-breadcrumbs: Updating language support for breadcrumbs by @Andrew565 in #1227
- va-button: Use white background on secondary hover by @Mottie in #1241
- va-button: Add submit functionality by @rmessina1010 in #1174
- Update USWDS package to v3.8.1 by @jamigibbs in #1237
Full Changelog: v43.0.1...v43.0.2
v43.0.1
What's Changed
Fixes
- va-alert: align error alert with other statuses by @rsmithadhoc in #1221
- va-promo-banner: rename localstorage key variable name by @Andrew565 in #1225
- va-file-input-multiple: accessibility fixes by @ataker in #1226
- va-file-input: add class to input labels to fix text resizing by @rsmithadhoc in #1229
- va-memorable-date: remove "Please" from hint text by @jamigibbs in #1230
Full Changelog: v43.0.0...v43.0.1
v43.0.0
What's Changed
Breaking Changes
- va-breadcrumb: Add lang attr support by @Andrew565 in #1206
New Features & Components 🎉
- va-memorable-date: add props to support custom error messages for day, month, or year by @it-harrison in #1208
- va-table: add stacked table variant by @ataker in #1204
- va-text-input: New prefix and suffix variant by @harshil1793 in #1217
Fixes
- va-breadcrumbs: Add export to Breadcrumb type so components.d.ts can find it by @ataker in #1210
- va-search-input: fix suggestion box from always staying open by @nickjg231 in #1216
- va-file-input: Update modal title by @danbrady in #1218
- va-telephone: remove number formatting from aria-label by @jamigibbs in #1220
- va-link: add style inheritance to anchor element by @jamigibbs in #1222
- Add override to header margin on adjacent selector by @jamigibbs in #1213
Other Changes
- CSS Library: add linked header style by @jamigibbs in #1198
- CSS Library: Update to _core-variables.scss to change $image-path to /img by @powellkerry in #1205
- CSS Library: add anchor tag to va-textintro by @micahchiang in #1215
New Contributors
Full Changelog: v42.2.2...v43.0.0
v42.2.2
What's Changed
Fixes
- va-file-input: address storybook story bug and vaChange event payload bug by @it-harrison in #1201
- va-alert: add specificity to slot style by @jamigibbs in #1202
Full Changelog: v42.2.1...v42.2.2
v42.2.1
v42.2.0
What's Changed
New Features & Components 🎉
- Storybook 7 upgrade by @it-harrison in #1154
- va-link-action: add new web component by @harshil1793 in #1177
- va-link: add label property by @rsmithadhoc in #1178
- va-link: new icon variant by @harshil1793 in #1183
- va-file-input: show modal to confirm file delete by @it-harrison in #1192
- va-file-input-multiple: added by @nickjg231 in #1184
Fixes
- va-file-input: handle drag-and-drop restricting files by @nickjg231 in #1168
- va-icon: Updating sprite sheet with missing icons by @Andrew565 in #1173
- va-date: Fix for date inputs not wrapping on smaller screen sizes by @Andrew565 in #1176
- va-icon: Adding new icons by @Andrew565 in #1180
- va-additional-info: update expanding test by @jamigibbs in #1189
- va-breadcrumbs: Fix for focusability of 'hidden' breadcrumbs by @Andrew565 in #1191
- Add USWDS typography to non-USWDS components and Storybook by @jamigibbs in #1179
Other Changes
- CSS Library: Updating naming conventions for utility classes by @Andrew565 in #1169
- CSS Library: Style adjustments for USWDS typography upgrade by @jamigibbs in #1172
- CSS-Library: Updates to build/compile stylesheets for import into vets-website by @powellkerry in #1167
- CSS Library: add anchor and button elements to USWDS typeset by @jamigibbs in #1181
- CSS Library: Font normalization QA updates by @jamigibbs in #1190
- m-action-link: remove typeset ui from icon style, update color-green, fix base font-size by @powellkerry in #1185
Full Changelog: v42.1.1...v42.2.0
v42.1.1
What's Changed
Fixes
- va-icon: remove pill icon's hard-coded fill by @Andrew565 in #1165
- va-file-input: text wrapping by @nickjg231 in #1162
Other Changes
- CSS Library: move headings to own stylesheet by @jamigibbs in #1164
- CSS Library: add USWDS typography stylesheet for Source Sans Pro content by @jamigibbs in #1166
Full Changelog: v42.1.0...v42.1.1
v42.1.0
What's Changed
New Features & Components 🎉
- va-file-input: new design variation by @nickjg231 in #1142
Fixes
- va-text-input: Prevent adding invalid ID to aria-describedby by @Mottie in #1148
- va-accordion: add duplicate print media to unhide print content by @Mottie in #1153
- va-icon: add pill icon to sprite sheet by @Andrew565 in #1155
- va-text-input: address validation bug for currency / valid range by @it-harrison in #1158
- va-button-icon: color contrast updates for destructive button by @powellkerry in #1156
- va-file-input: fix line-height by @rmessina1010 in #1160
Full Changelog: v42.0.0...v42.1.0