File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
## 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
+
2
5
### [ 6.0.0] ( https://github.com/georgipeltekov/ngx-file-drop/compare/v5.1.0...v6.0.0 ) (2019-03-11)
3
6
* Code cleanup and consistent naming scheme, removing deprecated code
4
7
Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ contentClassName | Custom style class name(s) to be used for the content area |
151
151
\[ showBrowseBtn\] | Whether browse file button should be shown | \[ showBrowseBtn\] ="true"
152
152
browseBtnClassName | Custom style class name(s) to be used for the button | browseBtnClassName="my-style"
153
153
browseBtnLabel | The label of the browse file button | browseBtnLabel="Browse files"
154
+ multiple | Whether multiple or single files are accepted | multiple="true"
154
155
155
156
## License
156
157
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-file-drop" ,
3
- "version" : " 6.0.0 " ,
3
+ "version" : " 6.0.1 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"ng" : " ng" ,
You can’t perform that action at this time.
0 commit comments