From d7512dbb1e2b475d3e16ac008a18090ff02c026d Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Thu, 12 May 2016 16:07:31 +0300 Subject: [PATCH] chore(ci): travis build fixed --- .travis.yml | 1 - CHANGELOG.md | 3 +-- README.md | 6 +++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce4e7cd..56eb9da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ script: after_success: - ./node_modules/.bin/codecov - - npm run deploy addons: # sauce labs tunel connector (read more https://docs.travis-ci.com/user/sauce-connect/ ) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3dfb1b..2c748c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ### Chores -* **build:** ng2 style guide applied, ([aee69d8](https://github.com/valor-software/ng2-file-upload/commit/aee69d8)) +* **build:** ng2 style guide applied ([aee69d8](https://github.com/valor-software/ng2-file-upload/commit/aee69d8)) ### Features @@ -19,7 +19,6 @@ ### BREAKING CHANGES -* build: S: - directives and selectors renamed to ng2FileSelect and ng2FileDrop diff --git a/README.md b/README.md index d520c55..c4ced13 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ Follow me [![twitter](https://img.shields.io/twitter/follow/valorkin.svg?style=s 3. More information regarding using of ***ng2-file-upload*** is located in [demo](http://valor-software.github.io/ng2-file-upload/) and [demo sources](https://github.com/valor-software/ng2-file-upload/tree/master/demo). -## API for `ng2-file-select` +## API for `ng2FileSelect` ### Properties - `uploader` - (`FileUploader`) - uploader object. See using in [demo](https://github.com/valor-software/ng2-file-upload/blob/master/demo/components/file-upload/simple-demo.ts) -## API for `ng2-file-drop` +## API for `ng2FileDrop` ### Properties @@ -44,7 +44,7 @@ Follow me [![twitter](https://img.shields.io/twitter/follow/valorkin.svg?style=s ### Events - - `file-over` - it fires during 'over' and 'out' events for Drop Area; returns `boolean`: `true` if file is over Drop Area, `false` in case of out. + - `fileOver` - it fires during 'over' and 'out' events for Drop Area; returns `boolean`: `true` if file is over Drop Area, `false` in case of out. See using in [ts demo](https://github.com/valor-software/ng2-file-upload/blob/master/demo/components/file-upload/simple-demo.ts) and [html demo](https://github.com/valor-software/ng2-file-upload/blob/master/demo/components/file-upload/simple-demo.html)