Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85d996ea37 | ||
|
|
d7512dbb1e |
@@ -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/ )
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
<a name="1.0.3"></a>
|
||||
## [1.0.3](https://github.com/valor-software/ng2-file-upload/compare/v1.0.2...v1.0.3) (2016-05-12)
|
||||
|
||||
|
||||
|
||||
<a name="1.0.2"></a>
|
||||
## 1.0.2 (2016-05-12)
|
||||
|
||||
@@ -9,7 +14,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 +24,6 @@
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* build: S:
|
||||
- directives and selectors renamed to ng2FileSelect and ng2FileDrop
|
||||
|
||||
|
||||
|
||||
@@ -25,13 +25,13 @@ Follow me [ 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 [ and
|
||||
[html demo](https://github.com/valor-software/ng2-file-upload/blob/master/demo/components/file-upload/simple-demo.html)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ng2-file-upload",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "angular2 file upload directives",
|
||||
"scripts": {
|
||||
"flow.install:typings": "./node_modules/.bin/typings install",
|
||||
|
||||
Reference in New Issue
Block a user