Releases: codem/silverstripe-damn-fine-uploader
Releases · codem/silverstripe-damn-fine-uploader
v1.0.0-rc2
What's Changed
- shouldRetry return false by @MrJamesEllis in #50
Full Changelog: v1.0.0-rc1...v1.0.0-rc2
v1.0.0-rc1
What's Changed
- Update to Uppy 4.x by @MrJamesEllis in #48
- SS5 by @MrJamesEllis in #49
Full Changelog: v0.5.0-rc1...v1.0.0-rc1
v0.5.0-rc1
What's Changed
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #40
- Fix some breaking tests by @MrJamesEllis in #42
- Dependency upgrades by @MrJamesEllis in #46
- Dependency updates by @MrJamesEllis in #47
Full Changelog: v0.4.0...v0.5.0-rc1
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]