Skip to content

1.8.0

Compare
Choose a tag to compare
@xificurk xificurk released this 20 Jan 19:54
· 41 commits to master since this release
  • Added validation to prevent form submit with partially uploaded files
    • Client side form validation rule checking no upload is in progress
    • Backend form validation rule checking all uploads have successfully finished
  • Partially uploaded files are rendered as failed uploads after form submit to notify user and make it possible to delete them
    • Previously they were not shown in UI at all
    • Custom control templates need to be updated - there are new $partiallyUploadedFiles and $allFiles variables available alongside the old $completedFiles
  • Prefer standard Nette error message for failed uploads
  • Change internal representation of failed uploads (possible BC break)
    • FileUploadChunk now represents successful upload only
    • New FailedUpload value object represents failed uploads