Skip to content

Releases: codem/silverstripe-damn-fine-uploader

v0.4.0

23 Aug 00:44
59c8fe0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0-rc2...v0.4.0-rc3

v0.4.0-rc2

06 Feb 01:45
b75eefe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0-rc1...v0.4.0-rc2

v0.4.0-rc1

31 Oct 01:21
ecf163b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3-rc1...v0.4.0-rc1

v0.3.3-rc1

23 Aug 06:44
8b7b650
Compare
Choose a tag to compare
v0.3.3-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.2...v0.3.3-rc1

v0.3.2

08 Dec 23:42
Compare
Choose a tag to compare

Changes

  • Bump libraries based on dependabot notifications
  • Update uppy modules within the v1 constraint (02da1b0)
  • Upgrade build system, use webpack5, switch from uglifyjs -> terser (d80caa6)
  • Update SRI hashes (d61d6d9)
  • Fix: upload page permissions (9479a33)

Full Changelog: v0.3.1...v0.3.2

v0.3.1

24 May 02:38
Compare
Choose a tag to compare

Changes

  • Trivial: remove non-existent assets path in vendor-expose (17d93fa)

v0.3

05 Feb 06:26
Compare
Choose a tag to compare

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

03 Apr 05:15
Compare
Choose a tag to compare

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

03 Apr 05:02
Compare
Choose a tag to compare

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

31 Aug 06:10
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Initial release! This is a pre-release release.