Skip to content

v56.1.0

Choose a tag to compare

@ediiotero ediiotero released this 05 Mar 21:30
· 33 commits to main since this release
011ceb5

What's Changed

⚠️ Potential impact to downstream applications and tests

This release includes an update to identify when a file upload has been canceled before upload progress has completed. Previously there was not a way to identify it. This can now be determined by the vaChange event sending no files in its event detail payload: !event.detail.files.length. Integrations should update the percent-uploaded property to null when a file upload is canceled.

Fixes

Component Summary API Change Rendered markup change
va-file-input, va-file-input-multipule This PR reverts the changes to va-file-input and va-file-input-multiple and related files that add the encrypted file password submit button pattern. By @RyanMunsch #2024 Yes Yes
va-file-input, va-file-input-multipule Reset file when upload progress is cancelled. Previously, canceling an upload before progress completed left the file visible in the UI, but now it is fully removed and a new upload form is displayed. By @jamigibbs #2006 No No
va-modal Update spacing and button layout. Updated component styles for spacing in order to improve text wrapping. By @danbrady #2017 No No

Full Changelog: v56.0.0...v56.1.0