Ember File Upload Versions Save

File uploads for Ember apps

v6.1.1

1 year ago

:bug: Bug Fix

  • #798 Replace usage of ember array prototype .any() with native .some() (@gilest)

Committers: 1

v6.1.0

1 year ago

:rocket: Enhancement

  • #797 Mirage hander: Don't send error response when file metadata can't be generated (@gilest)

:memo: Documentation

  • #796 Document UploadOptions and provide a link from the "Uploading files" page (@gilest)

Committers: 1

v6.0.3

1 year ago

:bug: Bug Fix

  • #793 Listen for drag-and-drop events on the Dropzone element rather than document (@gilest)

:memo: Documentation

Committers: 1

v6.0.2

1 year ago

:bug: Bug Fix

:house: Internal

  • #789 Update for website and test-app packages from 4.3.0 blueprints (@gilest)

Committers: 1

v6.0.1

1 year ago

:bug: Bug Fix

Committers: 1

v6.0.0

1 year ago

This release removes all code deprecated in v5 (including the FileUpload component). For help migrating see the v5 Upgrade guide.

:boom: Breaking Change

:rocket: Enhancement

:house: Internal

  • #782 Refactor queued files autotracking test (@gilest)

Committers: 1

v5.1.0

2 years ago

Includes refactoring and migration to TypeScript. All addon code is now typed with one exception – the mirage handler.

:rocket: Enhancement

  • #765 Migrate drag listener and parsers to typescript. Move all types definitions to interface file (@gilest)
  • #762 Add typed args interface to DragListenerModifier (@gilest)
  • #760 Delete unused update-queue modifier and inline drag-listener modifier (@gilest)
  • #759 Rename FileReader to UploadFileReader and convert to typescript (@gilest)
  • #757 Convert HttpRequest and upload() to typescript (@gilest)
  • #756 Convert test support to typescript (@gilest)

:house: Internal

  • #766 Move DragListenerModifier to its own file (@gilest)
  • #758 Upload test - filesize bump now that CI runs Chrome 100 (@gilest)

Committers: 1

v5.0.0

2 years ago

Ember Octane, v4 and Embroider support. Includes all changes since 4.0.3.

Requires Ember 3.25 or above. Requires ember-auto-import 2.0 or above.

Upgrade guide

:memo: Documentation

Committers: 1

v5.0.0-beta.10

2 years ago

:rocket: Enhancement

  • #706 Deprecate FileUpload component and FileDropzone attribute args (@gilest)

:memo: Documentation

  • #752 Add GitHub link and default page title to docs site (@gilest)
  • #748 Point docs links to newly deployed website (@gilest)
  • #740 Add API Reference section to docs site (@gilest)
  • #734 Generate new Docfy documentation website (@gilest)

:house: Internal

Committers: 1

v5.0.0-beta.9

2 years ago

:rocket: Enhancement

:memo: Documentation

  • #723 Add Upgrading to v5 guide (@gilest)
  • #721 Rewrite docs/ markdown files with v5 API and add a support matrix to README (@gilest)

:house: Internal

  • #722 Automate dependency upgrades within SemVer range (@jelhan)

Committers: 3