Skip to content

Commit d88afc4

Browse files
committed
🎉 NPM version updating. Minimal bug fixes and improvements
1 parent 4baf46d commit d88afc4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2.3.5
2+
- Added support for `uploadMultiple`. Fixes #107 fd16e6ad2192885bbd045997e291930ac62602b2
3+
- Error messages positioned correctly. Fixes #127 cacd770685f12a085f0d0fe74287fa548b499916
4+
- Parallel upload support added. 1f0972ae69f99673116e777b560ddda02403d812
5+
- Added `timeout` prop. Fixes #127 4baf46def55339b08fa01bfe0f5ef22ce0aaadd0
6+
- NPM version updated to v2.3.5 :+1:
17

28
### 2.3.4
39
- This release was intended for the issue [#116](https://github.com/rowanwins/vue-dropzone/issues/116), which was caused due to core base library of dropzone. Issue from base library can be tracked here in their changelog.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue2-dropzone",
33
"description": "A wrapper around Dropzone.js for Vue 2",
44
"author": "rowanwins <rowanwins@yahoo.com.au>",
5-
"version": "2.3.4",
5+
"version": "2.3.5",
66
"main": "./dist/vue2-dropzone.js",
77
"scripts": {
88
"dev": "webpack-dev-server --inline --hot --config ./build/dev.js --port 8080",

0 commit comments

Comments
 (0)