Skip to content

Releases: pqina/filepond

4.15.1

04 Jun 13:17
Compare
Choose a tag to compare
  • Fix state.request.abort is not a function error #516

4.15.0

04 Jun 07:46
Compare
Choose a tag to compare
  • Add support for reording items in grid layout. Thanks @jwsinner ❤︎

4.14.0

29 May 11:42
Compare
Choose a tag to compare
  • Add oninitfile, called when file is first initialised, can be used to immediately set metadata.

4.13.7

22 May 11:25
Compare
Choose a tag to compare
  • Fix backwards compatibility problem with 4.13.5 and 4.13.6 where removeFile would revert upload.
  • Add { revert: true } as parameter to removeFile and removeFiles methods. Where in the previous two fix versions reverting was added to be done automatically this new parameter now needs be set to revert the upload.

4.13.6

15 May 06:22
Compare
Choose a tag to compare
  • Fix problem where revert wasn't called for user added files.

4.13.5

30 Apr 09:38
Compare
Choose a tag to compare
  • Fix trigger of revert handler to removeFile API.
  • Fix problem where circular layout wouldn't work on latest Safari.

4.13.4

14 Apr 14:31
Compare
Choose a tag to compare
  • Fix issue where FilePond internal event mechanism would be in slowmotion mode when running in an inactive tab because of setTimeout use.

4.13.3

14 Apr 14:31
Compare
Choose a tag to compare
  • Fix issue where FilePond would excessivly pause in between processing files while running in an inactive tab.

4.13.2

13 Apr 07:52
Compare
Choose a tag to compare
  • Fix issue where FilePond running in an inactive tab would be very slow to pick up new files.

4.13.1

13 Apr 07:52
Compare
Choose a tag to compare
  • Fix issue where HEAD fetch request would try turn response into zero byte file.