Filepond Versions Save

🌊 A flexible and fun JavaScript file upload library

4.26.0

3 years ago
  • Fix problem with rendering 0 items per row. #676
  • The headers property of the server.process end point can now be a function.

4.25.3

3 years ago
  • Fix issue with chunkRetryDelays. #671

4.25.2

3 years ago
  • Fix issue with fixed with file items not row wrapping correctly #653
  • Fix file info label when remove button positioned to the right #620

4.25.1

3 years ago
  • Renamed beforePrepareOutput hook to beforePrepareFile

4.25.0

3 years ago
  • Add beforePrepareOutput hook to intercept and prevent preparing a new output file.

4.24.0

3 years ago
  • Add action info to internal SHOULD_PREPARE_OUTPUT call
  • Moved edit button CSS to FilePond

4.23.1

3 years ago
  • When files are dropped in a folder the file type cannot always be determined, this fix prevents FilePond from creating a Blob if it can't guesstimate the file type.

4.23.0

3 years ago

4.22.1

3 years ago
  • Fix problem with locale files.

4.22.0

3 years ago
  • Add internal filter for plugins to manipulate dropped files before adding them to the files list.