Releases: pqina/filepond
Releases · pqina/filepond
4.15.1
4.15.0
4.14.0
- Add
oninitfile
, called when file is first initialised, can be used to immediately set metadata.
4.13.7
- Fix backwards compatibility problem with
4.13.5
and4.13.6
where removeFile would revert upload. - Add
{ revert: true }
as parameter toremoveFile
andremoveFiles
methods. Where in the previous two fix versions reverting was added to be done automatically this new parameter now needs be set to revert the upload.
4.13.6
- Fix problem where revert wasn't called for user added files.
4.13.5
- Fix trigger of revert handler to
removeFile
API. - Fix problem where circular layout wouldn't work on latest Safari.
4.13.4
- Fix issue where FilePond internal event mechanism would be in slowmotion mode when running in an inactive tab because of
setTimeout
use.
4.13.3
- Fix issue where FilePond would excessivly pause in between processing files while running in an inactive tab.
4.13.2
- Fix issue where FilePond running in an inactive tab would be very slow to pick up new files.
4.13.1
- Fix issue where HEAD fetch request would try turn response into zero byte file.