Releases: codem/silverstripe-damn-fine-uploader
Releases · codem/silverstripe-damn-fine-uploader
v0.2
Changes
- First release of Uppy implementation
- General documentation updates
- Codeception tests with documentation on how to run
- Mark FineUploader fields as deprecated
- Add class to hidden input to aid selection: dfu_uploaded_file
- Formatting updates via php-cs-fixer
- Match silverstripe/userforms directory structure for UDF classes Ref: 6a63654
- Remove partially implemented Filepond implemented (check feature-filepond for any movement on that.. probably none)
Fixes
- Modify when size limit sanity is checked, to avoid overwriting size limit set directly via setAcceptedMaxFileSize() Ref: 72029b5
v0.1.1
Changes
- Support back to IE >= 11
- General fixes: be better at unblocking form on error, fix typos,
- Add basic tests
- Add alias method setAcceptedMaxFileSize
- getSystemAllowedMaxFileSize is now public
- allow method chaining when using setSecurityToken
- Check that minSizeLimit < sizeLimit
- Refactor how runtime config is applied
- Add FileRetriever to get uploaded files
NOTE: future releases will deprecate FineUploader in favour of Uppy.
v0.1
Initial release! This is a pre-release release.