Releases: pqina/filepond
Releases · pqina/filepond
4.9.1
- Fix issue where Chrome on Android would launch pull-to-refresh when trying to drag a file item.
4.9.0
- Add drag to reorder file items, enable by setting
allowReorder
totrue
.- Only works in single column mode (for now).
- It also works when the list of files is showing a scrollbar, but dragging + scrolling isn't working correctly at the moment.
- Limited to browsers supporting Pointer events.
- Add
moveFile(query, index)
method. Use to move a file to a different index in the file items array.
4.8.2
- Fix SSR bug in 4.8.1
4.8.1
- Fix IE11 bug where adding markup would not work
4.8.0
- Add
prepareFile
andprepareFiles
method. Use to request generating output files (when using image transform plugin).
4.7.4
- UTF-8 encode request headers to prevent issues with weird characters.
4.7.3
4.7.2
4.7.1
- Fix problem where directories with over 100 files weren't read correctly.
4.7.0 Chunked uploads
- Add support for chunked uploads.