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.