File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Change Log
2
+ ### [ 5.0.1] ( https://github.com/georgipeltekov/ngx-file-drop/compare/v5.0.0...v5.0.1 ) (2019-01-18)
3
+ * Support patch-level differences for zone.js
4
+ * Update Readme
5
+
2
6
### [ 5.0.0] ( https://github.com/georgipeltekov/ngx-file-drop/compare/v4.0.6...v5.0.0 ) (2018-10-22)
3
7
* Update to Angular 7.0.0
4
8
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ An Angular 7 module for simple desktop file and folder drag and drop. This libra
6
6
7
7
For Angular 6, 5 and 4 support please use older versions.
8
8
9
+ This library relies on HTML 5 File API thus IE and Safari are not supported
10
+
9
11
## DEMO
10
12
You can check the [ DEMO] ( https://georgipeltekov.github.io/ ) of the library
11
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-file-drop" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.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