All Versions
199
Latest Version
Avg Release Cycle
12 days
Latest Release
-

Changelog History
Page 3

  • v4.25.0 Changes

    • Add beforePrepareOutput hook to intercept and prevent preparing a new output file.
  • v4.24.0 Changes

    December 10, 2020
    • Add action info to internal SHOULD_PREPARE_OUTPUT call
    • ๐Ÿšš Moved edit button CSS to FilePond
  • v4.23.1 Changes

    November 02, 2020
    • 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.
  • v4.23.0 Changes

    November 02, 2020
  • v4.22.1 Changes

    November 02, 2020
    • Fix problem with locale files.
  • v4.22.0 Changes

    October 29, 2020
    • ๐Ÿ”Œ Add internal filter for plugins to manipulate dropped files before adding them to the files list.
  • v4.21.1 Changes

    October 29, 2020
    • Fix calculation of file size when fileSizeBase is set to 1024.
  • v4.21.0 Changes

    October 05, 2020
    • 0๏ธโƒฃ Add fileSizeBase use to adjust the way files sizes are displayed. Default is 1000.
  • v4.20.1 Changes

    September 02, 2020
    • ๐Ÿšš Add allowRemove option so it actually works.
  • v4.20.0 Changes

    September 02, 2020
    • ๐Ÿšš Add allowRemove, set to false to disable remove button.
    • Improve TypeScript definitions.
    • ๐Ÿšš Fix issue where removeFiles would not remove all files.