Skip to content

Commit

Permalink
update to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Peltekov committed Jan 18, 2019
1 parent 2a2897b commit 4b797eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Change Log
### [5.0.1](https://github.com/georgipeltekov/ngx-file-drop/compare/v5.0.0...v5.0.1) (2019-01-18)
* Support patch-level differences for zone.js
* Update Readme

### [5.0.0](https://github.com/georgipeltekov/ngx-file-drop/compare/v4.0.6...v5.0.0) (2018-10-22)
* Update to Angular 7.0.0

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ An Angular 7 module for simple desktop file and folder drag and drop. This libra

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

This library relies on HTML 5 File API thus IE and Safari are not supported

## DEMO
You can check the [DEMO](https://georgipeltekov.github.io/) of the library

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-file-drop",
"version": "5.0.0",
"version": "5.0.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 4b797eb

Please sign in to comment.