Skip to content

Commit d7e7f49

Browse files
committed
3.2.0
1 parent da2ac23 commit d7e7f49

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="3.2.0"></a>
2+
# [3.2.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.1.1...v3.2.0) (2019-12-02)
3+
4+
5+
### Bug Fixes
6+
7+
* can't clear input box ([52bd1fe](https://github.com/mengxiong10/vue2-datepicker/commit/52bd1fe))
8+
9+
10+
### Features
11+
12+
* add `getWeek` in custom format ([#382](https://github.com/mengxiong10/vue2-datepicker/issues/382)) ([4d935d7](https://github.com/mengxiong10/vue2-datepicker/commit/4d935d7))
13+
* add the second parameter to `disabled-date` ([#385](https://github.com/mengxiong10/vue2-datepicker/issues/385)) ([da2ac23](https://github.com/mengxiong10/vue2-datepicker/commit/da2ac23))
14+
15+
16+
117
<a name="3.1.1"></a>
218
## [3.1.1](https://github.com/mengxiong10/vue2-datepicker/compare/v3.1.0...v3.1.1) (2019-11-25)
319

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"/index.*",
1212
"/scss"
1313
],
14-
"version": "3.1.1",
14+
"version": "3.2.0",
1515
"scripts": {
1616
"dev": "parcel ./example/dev.html --open --port 2235",
1717
"build:index": "cross-env NODE_ENV=production rollup -c",

0 commit comments

Comments
 (0)