Skip to content

Releases: danialfarid/ng-file-upload

Version 9.0.7

06 Oct 19:31
Compare
Choose a tag to compare

Version 9.0.6

04 Oct 21:32
Compare
Choose a tag to compare

Fixed ngf-keep, merged with keep-distinct

Version 9.0.5

04 Oct 18:00
Compare
Choose a tag to compare

Version 9.0.4

03 Oct 21:45
Compare
Choose a tag to compare

Version 9.0.3

02 Oct 22:16
Compare
Choose a tag to compare

Fixed no model issue

Version 9.0.0

02 Oct 19:58
Compare
Choose a tag to compare

Fixed #1036, #1040, added ng-model-options and image drop from page

Migration Notes:

  • By default only the valid files will be assigned to the model. This is the breaking change from previous major version. You can access the invalid files by ngf-model-invalid="invalidFilesArray" or you can make the invalid files to be assigned to the model by ng-model-options: {allowInvalid: true}

    This is to make the ng-model behave more like other angular input controls. Also ng-model-options is supported now (excluding getterSetter): https://docs.angularjs.org/api/ng/directive/ngModelOptions
  • ngf-reset-on-click is removed. To achieve the same behaviour use ng-model-options="{updateOn: 'change drop paste'}"
  • Added support for drag and drop images from within browser's pages into the drop box: #79

Version 8.0.6

01 Oct 16:59
Compare
Choose a tag to compare

Fixed #1029, #760, added Upload.base64DataUrl()

Version 8.0.5

01 Oct 02:45
Compare
Choose a tag to compare

Version 8.0.4

29 Sep 21:20
Compare
Choose a tag to compare

Version 8.0.3

29 Sep 21:19
Compare
Choose a tag to compare