Skip to content

Releases: vugar005/ngx-awesome-uploader

15.0.0

22 Jan 18:46
7672875
Compare
Choose a tag to compare

Upgrade to angular v15

13.0.0

11 Nov 23:24
83d9351
Compare
Choose a tag to compare

Upgrade to angular v13

12.0.1

14 May 23:49
4d270a2
Compare
Choose a tag to compare

Bug fixes

  • support for onPush change detection closes #44

Documentation: Link

10.0.0

06 Dec 23:06
Compare
Choose a tag to compare

Feature

  • edit mode: Allow edit mode by just providing list of files to component. Detail in documentation, closes #33

Bug fixes

  • UploadFail not firing closes #53
  • PNG transparent area changed to black closes #50

Breaking changes: Link

Documentation: Link

9.05

25 Oct 21:52
2efb75b
Compare
Choose a tag to compare

Feature

  • enableAutoUpload: Now you can disable auto upload on file choose. Useful when you want to select files and upload them manually later. By default it is true.
  • fileRemoved output event: Now you can get event when the file is removed from list.

Documentation: Link

9.0.1

24 Feb 23:21
Compare
Choose a tag to compare

Bug Fixes

  • Upload events on custom template: No way to handle upload errors., closes #24

Documentation: Link

9.0.0

09 Feb 22:56
Compare
Choose a tag to compare
fix renderer

8.1.2

09 Feb 22:41
Compare
Choose a tag to compare

Bug Fixes

  • Renderer Angular 9 compatibility fix., closes #24
  • File Extension Support lowercase and uppercase., closes #23

Documentation: Link

8.1.0

07 Nov 20:56
2bc603f
Compare
Choose a tag to compare

Feature

  • uploaderProgress: expose upload progress to custom item template, closes #17

Documentation: Link

8.0.3

29 Aug 08:58
Compare
Choose a tag to compare

Bug Fixes

  • fileMaxCount Undefined when number of files > fileMaxCount., closes #10

Documentation: Link