Skip to content

Commit 3d0475e

Browse files
committed
3.8.1
1 parent ef1a748 commit 3d0475e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="3.8.1"></a>
2+
## [3.8.1](https://github.com/mengxiong10/vue2-datepicker/compare/v3.8.0...v3.8.1) (2020-11-26)
3+
4+
5+
### Bug Fixes
6+
7+
* `input` event work with slot input ([#546](https://github.com/mengxiong10/vue2-datepicker/issues/546)) ([ef1a748](https://github.com/mengxiong10/vue2-datepicker/commit/ef1a748))
8+
* clear text error ([#544](https://github.com/mengxiong10/vue2-datepicker/issues/544)) ([bcc4f77](https://github.com/mengxiong10/vue2-datepicker/commit/bcc4f77))
9+
* click event compatible with xhtml ([#550](https://github.com/mengxiong10/vue2-datepicker/issues/550)) ([b7cbc0d](https://github.com/mengxiong10/vue2-datepicker/commit/b7cbc0d))
10+
* showWeekNumber don't work ([57f2219](https://github.com/mengxiong10/vue2-datepicker/commit/57f2219))
11+
12+
13+
114
<a name="3.8.0"></a>
215
# [3.8.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.7.0...v3.8.0) (2020-11-18)
316

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"/index.*",
1212
"/scss"
1313
],
14-
"version": "3.8.0",
14+
"version": "3.8.1",
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)