Skip to content

Commit 4b797eb

Browse files
author
Georgi Peltekov
committed
update to 5.0.1
1 parent 2a2897b commit 4b797eb

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## 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+
26
### [5.0.0](https://github.com/georgipeltekov/ngx-file-drop/compare/v4.0.6...v5.0.0) (2018-10-22)
37
* Update to Angular 7.0.0
48

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ An Angular 7 module for simple desktop file and folder drag and drop. This libra
66

77
For Angular 6, 5 and 4 support please use older versions.
88

9+
This library relies on HTML 5 File API thus IE and Safari are not supported
10+
911
## DEMO
1012
You can check the [DEMO](https://georgipeltekov.github.io/) of the library
1113

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": "5.0.0",
3+
"version": "5.0.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)