Skip to content

Commit 39b1de3

Browse files
committed
Changelog updated
1 parent d4e397c commit 39b1de3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### 2.3.6
2-
- Added `method` as prop, updated accepted types for `clickable` option. ceaba46fe105329b21477676d60bff70c5cd8cb1
3-
- Added `confirm` as prop. ecc7cdb7f19bb6a4cba749fd012afbdeb61500cf
4-
- Added `hiddenInputContainer` and `capture` as props. 9c742d156d1433b43bfc43e50667f0c8754c3489
5-
- Updated `README` with **LARAVEL** integration option. 6b96e85a54adcd1228be9c8ae9189f199e74cc8b
6-
- Added `withCredentials` as prop. c459af69840a1cf6a4eb6d7db9b26683cfe03977
7-
- Added missing dataUrl to the thumbnail event as second parameter. ba39a9cf6e94cd515b2f6cb54f5a47a4004060a9
2+
- Added `method` as prop, updated accepted types for `clickable` option. [#146](ceaba46fe105329b21477676d60bff70c5cd8cb1)
3+
- Added `confirm` as prop. [#171](ecc7cdb7f19bb6a4cba749fd012afbdeb61500cf)
4+
- Added `hiddenInputContainer` and `capture` as props. [#164](9c742d156d1433b43bfc43e50667f0c8754c3489)
5+
- Updated `README` with **LARAVEL** integration option. [#180](6b96e85a54adcd1228be9c8ae9189f199e74cc8b)
6+
- Added `withCredentials` as prop. [#182](c459af69840a1cf6a4eb6d7db9b26683cfe03977)
7+
- Added missing dataUrl to the thumbnail event as second parameter. [#194](ba39a9cf6e94cd515b2f6cb54f5a47a4004060a9)
88

99
### 2.3.5
1010
- Added support for `uploadMultiple`. Fixes [#107](https://github.com/rowanwins/vue-dropzone/issues/107)

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 <[email protected]>",
5-
"version": "2.3.5",
5+
"version": "2.3.6",
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)