Releases: department-of-veterans-affairs/component-library
Releases · department-of-veterans-affairs/component-library
v49.3.0
What's Changed
New Features & Components 🎉
- va-table: Adds ability to arbitrarily right-align columns by @Andrew565 in #1486
- va-alert-sign-in: Add no prefill variation by @rsmithadhoc in #1497
- va-service-list-item: New web component by @bellepx0 in #1475
Fixes
- va-checkbox: Add internal description slot by @Mottie in #1487
- va-combo-box: Add option groups functionality by @oleksii-morgun in #1478
- va-table: Enabling stacked tables to always be full-width by @Andrew565 in #1501
Other Changes
- CSS-Library: Removing legacy table styles by @Andrew565 in #1494
Full Changelog: v49.2.0...v49.3.0
v49.2.0
What's Changed
New Features & Components 🎉
- va-banner: add dismissed-banner-id prop by @SnowboardTechie in #1488
- va-file-input: add support restricting the size of the file added by @it-harrison in #1490
Fixes
- va-button-pair: add support for submitting form by @jamigibbs in #1482
- va-language-toggle: accessibility updates by @ataker in #1484
- va-button & va-button-pair: allow custom text for continue variation by @jamigibbs in #1485
Other Changes
- CSS-Library: Improved font handling for source sans pro across multiple platforms by @Andrew565 in #1483
New Contributors
- @SnowboardTechie made their first contribution in #1488
Full Changelog: v49.1.1...v49.2.0
v49.1.1
What's Changed
Fixes
- va-radio-option: Hotfix to restore focus styles by @Andrew565 in #1480
Full Changelog: v49.1.0...v49.1.1
v49.1.0
What's Changed
New Features & Components 🎉
- va-table: Adding optional "full-width" prop for shorter-form content by @Andrew565 in #1473
Fixes
- va-telephone | Remove aria-hidden from notClickable phone by @Mottie in #1471
- va-textarea: Move Headline location to be W3C compliant by @Andrew565 in #1470
- va-file-input: Fix for required label when inside a header by @Andrew565 in #1474
- va-radio-option: Fixes to global style bleeds by @Andrew565 in #1477
Full Changelog: v49.0.0...v49.1.0
v49.0.0
What's Changed
Breaking Changes
- va-file-input-multiple: update data for vaMultipleChange to return more detail (BREAKING) va-file-input: fix bug with upload message not resetting by @powellkerry in #1460
New Features & Components 🎉
- va-file-input-multiple: allow for slots to be conditionally rendered on file inputs by @powellkerry in #1458
- va-file-input: display previously uploaded file by @powellkerry in #1461
- va-file-input: add statusText prop by @powellkerry in #1463
Fixes
- va-telephone: add health resource center number to constants by @Dr-Pongo in #1455
- va-select: Adding 'vaSelectBlur' event by @Andrew565 in #1466
- va-checkbox and va-radio-option: Improved a11y by @Andrew565 in #1442
- va-alert: Fixing it so close button on slim alerts doesn't overflow by @Andrew565 in #1467
Other Changes
- CSS-Library: Moving fonts loading to core by @Andrew565 in #1469
- CSS-Library: add primitive and semantic spacing tokens by @micahchiang in #1468
New Contributors
Full Changelog: v48.4.0...v49.0.0
v48.4.0
What's Changed
New Features & Components 🎉
- va-button: add loading variation by @powellkerry in #1446
- va-search-input: add clear search button by @ataker in #1450
Fixes
- va-accordion: add custom event to expand/collapse all button by @jamigibbs in #1445
- va-date: remove unnecessary aria labels for select by @powellkerry in #1447
- va-alert-sign-in: Hides no-sign-in-link when not present by @asg5704 in #1452
- va-link: add aria-label to all variations by @jamigibbs in #1448
Other Changes
- css-library: add
img
folder to dist by @micahchiang in #1441 - css-library: fix the html element's font-size so it will respect browser settings by @Andrew565 in #1444
New Contributors
Full Changelog: v48.3.0...v48.4.0
v48.3.0
What's Changed
New Features & Components 🎉
- va-table: Add striped variation by @jamigibbs in #1439
Fixes
- va-alert-sign-in: Modifying headline to use rems by @Andrew565 in #1438
- va-process-list-item: Move status eyebrow into header so that it gets read by screen readers by @powellkerry in #1437
- va-table: Fix screen reader not announcing sort by @ataker in #1433
- va-file-input-multiple: Fix multiple emits of vaMultipleChange by @ataker in #1440
Full Changelog: v48.2.0...v48.3.0
v48.2.0
What's Changed
New Features & Components 🎉
- va-process-list: add ability to customize eyebrow status text by @powellkerry in #1422
- va-combo-box: add new component by @oleksii-morgun in #1373
- va-process-list-item: add HeaderLevel element with part=header for custom styling by @powellkerry in #1427
- va-checkbox: add indeterminate prop by @jamigibbs in #1426
- va-alert-sign-in: add new component by @Andrew565 in #1424
- va-table: add scrollable prop by @janechodance in #1428
Fixes
- va-accordion: remove aria-controls and aria-expanded from expand all button by @1Copenut in #1400
- va-table: Parse html to plain string before setting it to CSS content by @ataker in #1431
- va-language-toggle: Add label text to event, remove va-link analytics by @ataker in #1434
Other Changes
- CSS library: add address block by @rsmithadhoc in #1432
New Contributors
- @janechodance made their first contribution in #1428
Full Changelog: v48.1.1...v48.2.0
v48.1.1
What's Changed
Fixes
- va-alert: add full width functionality by @jamigibbs in #1421
Other Changes
- CSS Library: add feedback-related foreground tokens by @narin in #1417
- CSS Library: core imports by @micahchiang in #1359
Full Changelog: v48.1.0...v48.1.1
v48.1.0
What's Changed
New Features & Components 🎉
- va-language-toggle: add component by @it-harrison in #1386
- build: allow vite to lazy load stencil components by @gsong in #1415
Fixes
- va-accordion: fix Stencil test re-render warning by @jamigibbs in #1403
- va-text-input: resolve Stencil test warnings by @jamigibbs in #1405
- va-additional-info & va-alert-expandable: remove slot content from Stencil axe test by @jamigibbs in #1406
- va-link & va-link-action: update analytics tests and lifecycle by @jamigibbs in #1407
- va-table: update loading lifecycle and fix Stencil axe error by @jamigibbs in #1410
- va-banner: fix analytics Stencil test warnings by @jamigibbs in #1408
- va-language-toggle: resolve Stencil test warning and errors by @jamigibbs in #1413
- va-table: add horizontal overflow scrolling and update screen reader button text by @ataker in #1416
New Contributors
Full Changelog: v48.0.2...v48.1.0