Skip to content

Commit ee56b87

Browse files
Update version to 6.0.1
1 parent 246f319 commit ee56b87

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Change Log
2+
### [6.0.0](https://github.com/georgipeltekov/ngx-file-drop/compare/v6.0.0...v6.0.1) (2019-05-08)
3+
* Add support for multiple attribute changing
4+
25
### [6.0.0](https://github.com/georgipeltekov/ngx-file-drop/compare/v5.1.0...v6.0.0) (2019-03-11)
36
* Code cleanup and consistent naming scheme, removing deprecated code
47

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ contentClassName | Custom style class name(s) to be used for the content area |
151151
\[showBrowseBtn\] | Whether browse file button should be shown | \[showBrowseBtn\]="true"
152152
browseBtnClassName | Custom style class name(s) to be used for the button | browseBtnClassName="my-style"
153153
browseBtnLabel | The label of the browse file button | browseBtnLabel="Browse files"
154+
multiple | Whether multiple or single files are accepted | multiple="true"
154155

155156
## License
156157

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-file-drop",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)