3.2.0 (2021-05-26)
- angular update - Dependency update
3.1.0 (2021-03-06)
- discard - Added support for invalid files discard
2.0.7 (2020-07-22)
- angular 10 support - Support for angular 10
- template localization - Added support for built-in template localization
2.0.4 (2020-05-27)
- file deletion - Fixed error with preventing files deletion when control is disabled
2.0.0 (2020-02-26)
- angular update - Dependency update
1.5.0 (2020-01-30)
- multiple atribute - Multiple attribute is possible to change over file-upload[multiple] or over control
1.3.3 (2019-06-13)
- angular update - Dependency update
1.3.0 (2019-04-29)
- animation disabling - Support for animation disabling over component attribute
1.2.2 (2019-04-01)
- native accept support - Suport for native accept attribute added, it can be used as attribute or method on
FileUploadControl
1.2.0 (2019-03-06)
- native events - Native click, blur and focus events can be called over
FileUploadControl
- simple file upload - New Component - layout similar to native browser
input[type="file"]
1.1.10 (2019-02-28)
- FormData is not defined - Fixed error with undefined FormData when creating a project with Angular Universal.
1.1.8 (2019-01-17)
- Error on multiple files validation - Fixed error on multiple files validation caused by RegExp g modifier which save states between calling test, exec etc.
1.1.7 (2019-01-08)
- ERROR in @iplab/ngx-file-upload/animations/insert.animation.d.ts(1,45): error TS1005: ',' expected. - Fixed error with implicitly inherited interface which caused compiler error on older Angular versions
1.1.5 (2019-01-04)
- BrowserModule has already been loaded error - BrowserAnimationsModule is excluded from the library
1.1.4 (2018-12-28)
- list append and file drop animation
- validation and value change event execution order
1.1.3 (2018-12-18)
- value clearing in combination with Reactive and Template-driven forms
1.1.1 (2018-09-10)
minSize="0" max="6200"
:FileUploadValidators.sizeRange({ minSize?, maxSize? })
: support for template and reactive form range file size validation
1.1.0 (2018-08-05)
file-drop-zone
attribute: use any block element as dropzone
1.0.2 (2018-07-21)
FileUploadControl.setValue
: fixed problem with multiple value change event when multiple files are uploaded