All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.0-rc1.0 (2019-01-26)
- delete image error (#211) (47c6099)
- emit uploadStateChanged when file upload fails due to size (#212) (30e5f37)
- fixed FileHolder.serverResponse not being set correctly (59017db), closes #142
- hide upload button when reaches to max images (#145) (#147) (6e733cd)
- Parameter 'UploadMetadata' implicitly has an 'any' type. #154 (#155) (e32ff88)
- url changed by onBeforeUpload is ignored (#182) (89a891b)
- added previewClicked output property (#188) (46df3a9)
- support for angular 6 & 7 (#220) (3ce5d98)
- input: interface for disabling clear and upload (#148) (caa6817)
1.0.0-rc.1 (2018-04-16)
1.0.0-rc.0 (2017-09-28)
- css: prefix all classes to prevent external style cascading (#114) (277bcf7)
- dependencies: add http module to imports (24ee042), closes #80
- input: fixed extensions not working when not specified (#83) (204ab16), closes #82
- output: emit onRemove when all files are cleared (#85) (f4b4c05), closes #84
- input: added the ability to pass a beforeUpload function that can modify each file/url or abort entirely (#101) (9a883b8), closes #59
- input: allow clear button text to be customised (#100) (df66c86), closes #97
- allow custom form data (098febd)
- allow custom styling - fixes #93 (#116) (a1aa8f4)
- retrieve files on open (#130) (45e4472)
- api:
headers
now accepts a map instead of an array.
Typescript signature: [name: string]: any;
- api:
onFileUploadFinish
renamed touploadFinished
- api:
onRemove
renamed toremoved
- api:
isPending
renamed touploadStateChanged