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

Changelog History
Page 1

  • v4.30.4 Changes

    • Fix a bug where the selected file is not replaced #841
    • โš  Fix a bug where the onwarning event is not triggered #839
    • ๐ŸŒ Add more translations
  • v4.30.3 Changes

    • Fix accidental push.
  • v4.30.2 Changes

    • ๐Ÿšš Remove accidental log statement.
  • v4.30.1 Changes

    • Prioritize server prop before other props when passed to setOptions #606
  • v4.30.0 Changes

    • Add labelFileSizeBytes, labelFileSizeKilobytes, labelFileSizeMegabytes, labelFileSizeGigabytes #763
  • v4.29.1 Changes

    • โช Revert chunked uploads #757
  • v4.29.0 Changes

    • Enable rejecting images with an error message using the internal DID_LOAD_ITEM hook.
  • v4.28.2 Changes

    • ๐Ÿšš Fix issue where local server files could not be re-uploaded after editing and did not trigger remove of source file.
  • v4.28.1 Changes

    • Fix CSS error.
  • v4.28.0 Changes

    • ๐Ÿ’ป Add storeAsFile property, if set to true FilePond will attempt to store the file objects in file input elements allowing file submit along with parent form (no need for server property). This only works if the browser supports the DataTransfer constructor, this is the case on Firefox, Chrome, Chromium powered browsers and Safari version 14.1 and higher.
    • ๐Ÿ’… Switch to PostCSS for style output.