Releases: pqina/filepond
Releases · pqina/filepond
4.21.0
- Add
fileSizeBase
use to adjust the way files sizes are displayed. Default is1000
.
4.20.1
- Add
allowRemove
option so it actually works.
4.20.0
- Add
allowRemove
, set tofalse
to disable remove button. - Improve TypeScript definitions.
- Fix issue where
removeFiles
would not remove all files.
4.19.2
- Fix problem with locale files not ending up on npm.
4.19.1
- Fix issue where removal of a server file was requested when setting new files to the
files
property.
4.19.0
- Add locale folder, can now import different locales.
- Improve
supports
method, now correctly detects MacOS Safari 8. - Improve type definitions file.
- Fix issue with
removeFiles({ revert: false })
not working. - Fix issue where content pasted in a textarea or input would be interpreted as a file.
4.18.0
- Add fallback for
fetch
when loading remote URLs, if no custom fetch supplied, will use default request. - Add TypeScript dynamic label types.
- Fix issue where order of files wasn't correct when setting initial files.
4.17.1
- Fix issue where reorder event was fired on each drag interaction, now only fires when order changes.
4.17.0
- Add
allowProcess
, set tofalse
to remove processing button and related abort / retry processing controls. - Fix issue where hidden inputs didn't reflect visual order of files in list.
4.16.0
- Add
allowSyncAcceptAttribute
, set tofalse
to prevent FilePond from setting the file input fieldaccept
attribute to the value of theacceptedFileTypes
.