Skip to content

Releases: adopted-ember-addons/ember-file-upload

2.4.1

07 Apr 23:42
e90e7a3
Compare
Choose a tag to compare

Remove conditional dependency required by older versions of Ember.

Thanks to @raido for this contribution ❤️

2.4.0

02 Apr 14:38
e0c69c5
Compare
Choose a tag to compare

jQuery is now an optional dependency for ember-file-upload

Thanks to @raido for the work getting this through ❤️

2.3.0

02 Apr 14:48
e78af40
Compare
Choose a tag to compare

🐛 Fixes bug in Chrome where DataTransfer context was unaccessible outside of the event lifecycle
{{file-upload}}s now yield out the queue in its block

Thanks to @lukemelia for the bugfix ❤️ and @AndreJoaquim for the new feature 💜

2.2.6

02 Apr 14:45
9e30a1e
Compare
Choose a tag to compare

Strip waiters from apps

Thanks to @artcommacode for getting this fix in ❤️

2.2.5

02 Apr 14:43
Compare
Choose a tag to compare

This release contains a few changes:

  • Updated to Ember 3.0 🆙
  • Modernized Codebase 😎
  • Support files without extensions ❓

Thanks to @sivakumar-kailasam for getting the demo URL on emberobserver.com ❤️ and
@janmisek getting a fix in for files without extensions 💜.

2.2.4

02 Apr 14:40
4255ee3
Compare
Choose a tag to compare

Fix upload promises not being cancelable.

Thanks to @dwickern for the fix. ❤️

2.2.3

28 Nov 15:43
83a9a04
Compare
Choose a tag to compare

Fixed bloated npm releases caused by .node_modules.ember-try being included in the release.

Thanks to @janmisek for figuring this out

2.2.2

28 Nov 15:34
e8f9913
Compare
Choose a tag to compare

Fixes the file-queue helper in Ember 2.10+

Thanks to @dwickern for bringing this to my attention 🙃

2.2.0

09 Nov 20:09
52713bf
Compare
Choose a tag to compare

Fixes drag and drop for Safari. 🎉 kudos to @donaldwasserman for this fix

2.1.3

09 Nov 20:05
46aef03
Compare
Choose a tag to compare

This release updates documentation and the dependent ember version.