Filepond Versions Save

🌊 A flexible and fun JavaScript file upload library

4.21.1

3 years ago
  • Fix calculation of file size when fileSizeBase is set to 1024.

4.21.0

3 years ago
  • Add fileSizeBase use to adjust the way files sizes are displayed. Default is 1000.

4.20.1

3 years ago
  • Add allowRemove option so it actually works.

4.20.0

3 years ago
  • Add allowRemove, set to false to disable remove button.
  • Improve TypeScript definitions.
  • Fix issue where removeFiles would not remove all files.

4.19.2

3 years ago
  • Fix problem with locale files not ending up on npm.

4.19.1

3 years ago
  • Fix issue where removal of a server file was requested when setting new files to the files property.

4.19.0

3 years ago
  • Add locale folder, can now import different locales.
  • Improve supports method, now correctly detects MacOS Safari 8.
  • Improve type definitions file.
  • Fix issue with removeFiles({ revert: false }) not working.
  • Fix issue where content pasted in a textarea or input would be interpreted as a file.

4.18.0

3 years ago
  • Add fallback for fetch when loading remote URLs, if no custom fetch supplied, will use default request.
  • Add TypeScript dynamic label types.
  • Fix issue where order of files wasn't correct when setting initial files.

4.17.1

3 years ago
  • Fix issue where reorder event was fired on each drag interaction, now only fires when order changes.

4.17.0

3 years ago
  • Add allowProcess, set to false to remove processing button and related abort / retry processing controls.
  • Fix issue where hidden inputs didn't reflect visual order of files in list.