Back
FilePond
Load previous page…
#filepond fix issue where zero byte files would not upload
#filepond add status property to filepond instance
#filepond Add onactivatefile which is called when a user clicks or taps on a file item.
#filepond Add onprocessfiles which is called when all files have been processed.
#filepond Fix problem where the field would not "exist" if it had no value. Now if FilePond is empty the internal file input element is given the name attribute, this is removed when a file is added (as the name is then present on the file's hidden input element).
#filepond Fix problem where upload error would prevent processing of other files.
#filepond Fix problem where addFiles would not correctly map passed options to files.
#filepond image preview attempt to fix SVG mask url() <base> history.pushState problem
#filepond fix image preview size being way too small on safari and firefox
#filepond fix image preview SVG url issues on Safari
#filepond tweet about release 4.0.0
#filepond publish version 4.0.0
#filepond improve grid view performance
#filepond set custom field validity message if it contains invalid files
#filepond fix react adapter state sync
#filepond fix text decoration underline style
#filepond grid view load unsplash pics
#filepond create grid view prototype based on flexbox
#filepond fix problem where processFile would not re-process file