Skip to content

Releases: pqina/filepond

4.9.1

13 Dec 13:10
Compare
Choose a tag to compare
  • Fix issue where Chrome on Android would launch pull-to-refresh when trying to drag a file item.

4.9.0

13 Dec 13:10
Compare
Choose a tag to compare
  • 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.

4.8.2

12 Dec 08:15
Compare
Choose a tag to compare
  • Fix SSR bug in 4.8.1

4.8.1

12 Dec 08:15
Compare
Choose a tag to compare
  • Fix IE11 bug where adding markup would not work

4.8.0

09 Dec 09:14
Compare
Choose a tag to compare
  • Add prepareFile and prepareFiles method. Use to request generating output files (when using image transform plugin).

4.7.4

01 Nov 13:18
Compare
Choose a tag to compare
  • UTF-8 encode request headers to prevent issues with weird characters.

4.7.3

28 Oct 08:35
Compare
Choose a tag to compare
  • Switch from setAttribute to cssText for layout changes resulting in better performance and CSP compatibility. #400

4.7.2

27 Sep 06:02
Compare
Choose a tag to compare
  • Fix issue where iOS 10 would throw an error when calling delete on a dataset property #385
  • Fix issue with onwarning being called on incorrect element

4.7.1

12 Sep 07:35
Compare
Choose a tag to compare
  • Fix problem where directories with over 100 files weren't read correctly.

4.7.0 Chunked uploads

10 Sep 14:31
Compare
Choose a tag to compare