All Versions
199
Latest Version
Avg Release Cycle
12 days
Latest Release
-
Changelog History
Page 1
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
- Add
-
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.
- Enable rejecting images with an error message using the internal
-
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 totrue
FilePond will attempt to store the file objects in file input elements allowing file submit along with parent form (no need forserver
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.
- ๐ป Add