Skip to content

Releases: r-hannuschka/ngx-fileupload

3.0.0

27 Oct 16:34
4f71098
Compare
Choose a tag to compare
  • implement upload storages which holds all upload requests
  • implement upload queue, that means that by default only 5 uploads can run concurrently all others will pending until we have more space
  • add new icons and customize view
  • add new upload state: PENDING
  • rename upload state QUEUED to IDLE
  • all upload states are now numeric instead of strings, before UploadState.INVALID = 'invalid' after UploadState.INVALID = 1
  • add new pipe stateToString to convert UploadState to string value
  • Library exported now UploadApi, use in template with public uploadStates = UploadApi.UploadState, in template uploadStates.IDL

Ngx Fileupload 2.1.1

11 Oct 13:16
65cb433
Compare
Choose a tag to compare

2.1.1

bugfixes

  • fixed bug peer dependency angular-pipes still exists
  • fixed bug tsconfig paths not working in lib package
  • fixed bug response 404 show html source from 404 page

2.1.0

features

  • add demo page for more examples (customize / validators)
  • remove angular pipes dependecy and replace with internal fileSize pipe to show file size formatted
  • add output completed to ngx-fileupload-item to get notified upload for file has been completed
  • response errors now allways sanitized to be an array, remove toArray pipe

bugfixes

  • fixed bug all uploads stay alive even component gets destroyed
  • fixed bug could not add any files anymore after there are files in list
  • fixed style issues

Ngx Fileupload 2.0

08 Sep 16:48
Compare
Choose a tag to compare
2.0.0

Merge branch 'development'

ngx-fileupload stable

09 Jul 18:18
47bfb6e
Compare
Choose a tag to compare

first stable version ngx-fileupload