Skip to content

Commit 3299a64

Browse files
committed
version 7.0.1 published
1 parent e265c07 commit 3299a64

File tree

7 files changed

+537
-25
lines changed

7 files changed

+537
-25
lines changed

README.md

Lines changed: 523 additions & 14 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/platform-browser": "~10.0.5",
2222
"@angular/platform-browser-dynamic": "~10.0.5",
2323
"@angular/router": "~10.0.5",
24-
"angular-file-uploader": "^6.2.9",
24+
"angular-file-uploader": "^7.0.1",
2525
"rxjs": "~6.5.5",
2626
"tslib": "^2.0.0",
2727
"zone.js": "~0.10.3"

projects/angular-file-uploader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Angular file uploader is an Angular 2/4/5/6/7/8/9 file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility and multiple themes which includes Drag and Drop and much more.
1+
Angular file uploader is an Angular 2/4/5/6/7/8/9/10 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility and multiple themes which includes Drag and Drop and much more.
22

33
### Demo
44
<https://kzrfaisal.github.io/#/afu>

projects/angular-file-uploader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-file-uploader",
3-
"version": "6.2.9",
3+
"version": "7.0.1",
44
"license": "MIT",
55
"peerDependencies": {
66
"@angular/common": "^10.0.5",
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"tslib": "^2.0.0"
1111
},
12-
"description": "Angular file uploader is an Angular 2/4/5/6/7/8/9 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility and multiple themes which includes Drag and Drop and much more.",
12+
"description": "Angular file uploader is an Angular 2/4/5/6/7/8/9/10 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility and multiple themes which includes Drag and Drop and much more.",
1313
"deprecated": false,
1414
"readme": "README.md",
1515
"keywords": [

projects/angular-file-uploader/src/lib/angular-file-uploader.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</div>
1313
<!-- Drag n Drop theme Ends -->
1414
<label for="sel{{id}}" class="btn btn-primary btn-sm afu-select-btn"
15-
*ngIf="!hideSelectBtn">{{replaceTexts?.selectFileBtn}} CHECKKKKKK</label>
15+
*ngIf="!hideSelectBtn">{{replaceTexts?.selectFileBtn}}</label>
1616
<input type="file" id="sel{{id}}" style="display: none" *ngIf="!hideSelectBtn" (change)="onChange($event)"
1717
title="Select file" name="files[]" [accept]=formatsAllowed [attr.multiple]="multiple ? '' : null" />
1818
<button class="btn btn-info btn-sm resetBtn afu-reset-btn" (click)="resetFileUpload()"

tsconfig.base.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"dom"
1717
],
1818
"paths": {
19-
"angular-file-uploader": [
19+
/* "angular-file-uploader": [
2020
"dist/angular-file-uploader/angular-file-uploader",
2121
"dist/angular-file-uploader"
22-
]
22+
] */
2323
}
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)