Skip to content

Commit e7faa68

Browse files
committed
add file input support, switch to post-css
1 parent f69bf4f commit e7faa68

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+21548
-21326
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 4.28.0
4+
5+
- 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](https://caniuse.com/mdn-api_datatransfer_datatransfer), this is the case on Firefox, Chrome, Chromium powered browsers and Safari version 14.1 and higher.**
6+
- Switch to PostCSS for style output.
7+
38
## 4.27.3
49

510
- Fix issue with file.js component leaking state causing `allowRemove` to impact other instances of FilePond. #713

0 commit comments

Comments
 (0)