Skip to content

Latest commit

 

History

History
136 lines (85 loc) · 4.89 KB

CHANGELOG.md

File metadata and controls

136 lines (85 loc) · 4.89 KB

3.2.0 (2021-05-26)

Features

  • angular update - Dependency update

3.1.0 (2021-03-06)

Features

  • discard - Added support for invalid files discard

2.0.7 (2020-07-22)

Bug Fixes

  • angular 10 support - Support for angular 10

Features

  • template localization - Added support for built-in template localization

2.0.4 (2020-05-27)

Bug Fixes

  • file deletion - Fixed error with preventing files deletion when control is disabled

2.0.0 (2020-02-26)

Features

  • angular update - Dependency update

1.5.0 (2020-01-30)

Features

  • multiple atribute - Multiple attribute is possible to change over file-upload[multiple] or over control

1.3.3 (2019-06-13)

Features

  • angular update - Dependency update

1.3.0 (2019-04-29)

Features

  • animation disabling - Support for animation disabling over component attribute

1.2.2 (2019-04-01)

Features

  • 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)

Features

  • 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)

Bug Fixes

  • FormData is not defined - Fixed error with undefined FormData when creating a project with Angular Universal.

1.1.8 (2019-01-17)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • BrowserModule has already been loaded error - BrowserAnimationsModule is excluded from the library

1.1.4 (2018-12-28)

Features

  • list append and file drop animation

Bug Fixes

  • validation and value change event execution order

1.1.3 (2018-12-18)

Bug Fixes

  • value clearing in combination with Reactive and Template-driven forms

1.1.1 (2018-09-10)

Features

  • minSize="0" max="6200":
  • FileUploadValidators.sizeRange({ minSize?, maxSize? }): support for template and reactive form range file size validation

1.1.0 (2018-08-05)

Features

  • file-drop-zone attribute: use any block element as dropzone

1.0.2 (2018-07-21)

Bug Fixes

  • FileUploadControl.setValue: fixed problem with multiple value change event when multiple files are uploaded

1.0.0 (2018-07-16)

Initial release