Skip to content

Releases: codem/silverstripe-damn-fine-uploader

v1.0.0-rc2

09 Jan 06:24
fae1f97

Choose a tag to compare

v1.0.0-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc1...v1.0.0-rc2

v1.0.0-rc1

09 Jan 05:53
10ae4a0

Choose a tag to compare

v1.0.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.0-rc1...v1.0.0-rc1

v0.5.0-rc1

09 Jan 04:27
4b32702

Choose a tag to compare

v0.5.0-rc1 Pre-release
Pre-release

What's Changed

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

v0.4.0

23 Aug 00:44
59c8fe0

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

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

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

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

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

Choose a tag to compare

Changes

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

v0.3

05 Feb 06:26

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]