Releases: kukhariev/ngx-uploadx
Releases · kukhariev/ngx-uploadx
v2.5.0
v2.4.6
v2.4.5
Bug Fixes
- 'upload' action (37a2229), closes #18
- app: missing error handler example (e8b886f)
- app: missing onPush example (aa04673)
- do not processQueue on progress events (6f1693d)
- kill request listeners on cancel (25009ae)
- send
delete
request on cancel (d6899be), closes #20 - autoUpload default value (ff5e58b)
- make Uploader public (0804e58)
- reset queue on init (e9cd7da)
Features
- responseStatus (d9a1bb8)
v2.4.0
Bug Fixes
- add UploadStatus cast in the code (58e9987)
- avoid possible logic error with negative numbers in slice function (6b6bb62)
- handlers files methods are not async any more (5ed593e)
- unnecessary processQueue calls (939764f)
- update autoUoloadFiles method to put as queue the added files (301a2b5)
- upload more than the concurrent limit (750ea5a)
- use forEach instead map (7bf8144)
- app: sass deprecation warning (135aa10)
Features
- start queue upload if some upload finish (0fe11de)
v2.3.4
v2.3.3
v2.3.2
Bug Fixes
- allow to upload images in the server (701e651)
- don't delete completed uploads (3aa88a2)
- new example way tests (ca2accb)
- refactoring all files dependencies with the angular specifications (7e2f231)
- Remove package-lock.json file from version control (b2068cb)
- serviceCodeWay component tests (c5437f9)
- stop using fileList as array for avoid test error (89bc6cb)
Features
- Create new example to upload files by code and add handleFile method to the uploadx service (94a2b8d)