File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Change Log
2
+ ### [ 9.0.0] ( https://github.com/georgipeltekov/ngx-file-drop/compare/v8.0.8...v9.0.0 ) (2020-03-31)
3
+ * Update to Angular 9
4
+
2
5
### [ 8.0.8] ( https://github.com/georgipeltekov/ngx-file-drop/compare/v8.0.7...v8.0.8 ) (2019-09-26)
3
6
* Add directory parameter
4
7
Original file line number Diff line number Diff line change 2
2
3
3
## Overview
4
4
5
- An Angular 8 module for simple desktop file and folder drag and drop. This library does not need rxjs-compat.
5
+ An Angular 9 module for simple desktop file and folder drag and drop. This library does not need rxjs-compat.
6
6
7
- For Angular 7, 6, 5 and 4 support please use older versions.
7
+ For previous Angular support please use older versions.
8
8
9
9
This library relies on HTML 5 File API thus IE and Safari are not supported
10
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ../node_modules/ng-packagr/package.schema.json" ,
3
3
"name" : " ngx-file-drop" ,
4
- "version" : " 8 .0.8 " ,
4
+ "version" : " 9 .0.0 " ,
5
5
"description" : " Angular ngx-file-drop - Simple desktop file and folder drag and drop" ,
6
6
"author" : " Georgi Peltekov" ,
7
7
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments