Releases: codem/silverstripe-damn-fine-uploader
Releases · codem/silverstripe-damn-fine-uploader
v0.4.0
What's Changed
- Bump webpack from 5.58.2 to 5.76.0 by @dependabot in #35
- Folder name creation by @MrJamesEllis in #36
- Upgrade Uppy by @MrJamesEllis in #37
- Upload types fixes & improvements by @MrJamesEllis in #38
- Improvements and fixes by @MrJamesEllis in #41
Full Changelog: v0.4.0-rc2...v0.4.0-rc3
v0.4.0-rc2
What's Changed
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #31
- Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #30
- Fix warning about a private method marked final by @MrJamesEllis in #32
- (test) fix extension order: b0f1a3e
- (test) avoid setting ParentID directly: efa9b39
Full Changelog: v0.4.0-rc1...v0.4.0-rc2
v0.4.0-rc1
v0.3.3-rc1
What's Changed
- Submitted file handling updates by @MrJamesEllis in #26
- Fix files not being included in user defined form emails by @MrJamesEllis in #27
- Frontend updates by @MrJamesEllis in #28
Full Changelog: v0.3.2...v0.3.3-rc1
v0.3.2
v0.3.1
v0.3
Changes
100 commits since v0.2, some of the most notable changes are:
- Update Uppy versions and dependencies
- Update requirements hassled via dependabot
- Remove the now obsolete FineUploader implementation as the upstream project was abandoned
- Allow webp in File::allowed_extensions
- Add more tests
- Add codeception tests
- Add a data attribute to the form action to allow text modification of the form submit button when uploads are pending
- Handle when all files are removed from the uploader
- Update userforms requirements
- Remove paragonie/random_compat requirement
- Suggest dnadesign/silverstripe-elemental-userforms
- Use silverstripe/mimevalidator
- Improve file type selection, provide a siteconfig extension to limit selectable file types for use in fields
- Enhancements around protecting and ensuring upload files are not written to the Live stage as part of the upload process
- Provide migration path for deprecated features
- Add SRI support for requirements and bundle a manifest.json
- Reduce CSS and JS file size
- Remove unused Javascript used by FineUploader implementation
- Provide minified and unminified CSS and JS
- JS requirement now loaded async/defer
- Enhancements to thumbnail generation in silverstripe/asset-admin
- Improve file retrieval process
- Add .gitiattributes
- Update documentation throughout
Details
(Check PR #1 to PR #8 for specific changes)[https://github.com/codem/silverstripe-damn-fine-uploader/pulls?q=is%3Apr+is%3Aclosed]
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.