Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Acker Apple committed May 10, 2021
1 parent 098a99d commit 8b328a2
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# angular-file - Change Log
All notable changes to this project will be documented here.

## 3.6.0 - (2021-05-10)
- Issue #98 fixed by PR #99 for this.fileElm was actually targeting the label wrapper
- angular-file places a label wrapping a file on html and when saved to memory label targeted and not file input

## 3.5.3 - (2021-04-26)
- Fix 3.5.0 variable references and possible undefined error

Expand Down
2 changes: 1 addition & 1 deletion angular-file.metadata.json

Large diffs are not rendered by default.

7 changes: 4 additions & 3 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.

9 changes: 5 additions & 4 deletions esm2015/file-upload/ngf.directive.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 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.

2 changes: 1 addition & 1 deletion file-upload/ngf.directive.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export declare class ngf {
/** Only used when host element we are attached to is NOT a fileElement */
createFileElm({ change }: {
change: () => any;
}): any;
}): HTMLInputElement;
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.3",
"version": "3.6.0",
"description": "Easy to use Angular directives for user file selections",
"keywords": [
"Angular",
Expand Down

0 comments on commit 8b328a2

Please sign in to comment.