Releasing 1.3.4
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
<a name="1.3.4"></a>
|
||||||
|
## [1.3.4](https://github.com/koenvanderlinden/ng2-file-upload/compare/v1.3.3...v1.3.4) (2018-04-03)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **fileUploader:** Added queueMaxSizeLimit, to limit the file size of all items in the uploadqueue. ([385c322](https://github.com/koenvanderlinden/ng2-file-upload/commit/385c322))
|
||||||
|
|
||||||
|
|
||||||
<a name="1.3.3"></a>
|
<a name="1.3.3"></a>
|
||||||
## [1.3.3](https://github.com/koenvanderlinden/ng2-file-upload/compare/v1.3.2...v1.3.3) (2018-03-21)
|
## [1.3.3](https://github.com/koenvanderlinden/ng2-file-upload/compare/v1.3.2...v1.3.3) (2018-03-21)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ng2-file-upload-base",
|
"name": "ng2-file-upload-base",
|
||||||
"version": "1.3.3",
|
"version": "1.3.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Angular file upload directives",
|
"description": "Angular file upload directives",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+ssh://git@github.com/valor-software/ng2-file-upload.git"
|
"url": "git+ssh://git@github.com/koenvanderlinden/ng2-file-upload.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/valor-software/ng2-file-upload/issues"
|
"url": "https://github.com/valor-software/ng2-file-upload/issues"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ng2-file-upload-koenvanderlinden",
|
"name": "ng2-file-upload-koenvanderlinden",
|
||||||
"version": "1.3.3",
|
"version": "1.3.4",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Koen van der Linden",
|
"name": "Koen van der Linden",
|
||||||
"email": "vanderlinden.koen@gmail.com"
|
"email": "vanderlinden.koen@gmail.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user