Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Acker Apple committed Apr 26, 2021
1 parent 98a26dc commit eca63a7
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 36 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# angular-file - Change Log
All notable changes to this project will be documented here.

## 3.5.0 - (2021-04-22)
## 3.5.2 - (2021-04-22)
- Close #27 regarding click to upload same file twice
- ngOnChanges is listened to for when files or file is dropped then file input elm cleared
- Dependencies updated
Expand Down
2 changes: 1 addition & 1 deletion angular-file.metadata.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions bundles/angular-file.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bundles/angular-file.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundles/angular-file.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundles/angular-file.umd.min.js.map

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions esm2015/file-upload/ngf.directive.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions fesm2015/angular-file.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fesm2015/angular-file.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions file-upload/ngf.directive.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ export declare class ngf {
evalCapturePaste(): void;
destroyPasteListener(): void;
paramFileElm(): any;
/** Only used when host element we are attached to is NOT a fileElement */
createFileElm({ change }: {
change: () => any;
}): any;
enableSelecting(): void;
getValidFiles(files: File[]): File[];
getInvalidFiles(files: File[]): InvalidFileItem[];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-file",
"version": "3.5.1",
"version": "3.5.2",
"description": "Easy to use Angular directives for user file selections",
"keywords": [
"Angular",
Expand Down

0 comments on commit eca63a7

Please sign in to comment.