Releases: pqina/filepond
Releases · pqina/filepond
Release list
4.28.2
4.28.1
4.28.0
- Add
storeAsFileproperty, if set totrueFilePond will attempt to store the file objects in file input elements allowing file submit along with parent form (no need forserverproperty). This only works if the browser supports the DataTransfer constructor, this is the case on Firefox, Chrome, Chromium powered browsers and Safari version 14.1 and higher. - Switch to PostCSS for style output.
4.27.3
- Fix issue with file.js component leaking state causing
allowRemoveto impact other instances of FilePond. #713
4.27.2
- Fix issue with fetch and
HEADno setting server id to hidden input element.
4.27.1
- Fix issue with
allowMinimumUploadDurationset tofalsethrowing error.
4.27.0
- Add
allowMinimumUploadDurationset tofalseto prevent a minimum upload time of 750ms.
4.26.2
setMetadatainternalsilentbool now does fire internalDID_UPDATE_ITEM_METADATAbut doesn't trigger upload or file prepare logic. This fixes an issue with the new image editor and file poster plugins.
4.26.1
- Add metdata change info to internal
SHOULD_PREPARE_OUTPUTcall
4.26.0
- Fix problem with rendering 0 items per row. #676
- The
headersproperty of theserver.processend point can now be a function.