1.0.2
This commit is contained in:
26
CHANGELOG.md
Normal file
26
CHANGELOG.md
Normal file
@@ -0,0 +1,26 @@
|
||||
<a name="1.0.2"></a>
|
||||
## 1.0.2 (2016-05-12)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **upload:** merge fix and get filters fix ([ef6091c](https://github.com/valor-software/ng2-file-upload/commit/ef6091c))
|
||||
|
||||
|
||||
### Chores
|
||||
|
||||
* **build:** ng2 style guide applied, ([aee69d8](https://github.com/valor-software/ng2-file-upload/commit/aee69d8))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **package:** upgrade to angular 2.0.0-rc.1 ([#176](https://github.com/valor-software/ng2-file-upload/issues/176)) ([13c5c35](https://github.com/valor-software/ng2-file-upload/commit/13c5c35)), closes [#180](https://github.com/valor-software/ng2-file-upload/issues/180)
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* build: S:
|
||||
- directives and selectors renamed to ng2FileSelect and ng2FileDrop
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ng2-file-upload",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "angular2 file upload directives",
|
||||
"scripts": {
|
||||
"flow.install:typings": "./node_modules/.bin/typings install",
|
||||
|
||||
Reference in New Issue
Block a user