filepond v4.9.0 Release Notes

Release Date: 2019-12-13 // over 4 years ago
    • Add drag to reorder file items, enable by setting allowReorder to true.
      • 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.