Skip to content

Commit

Permalink
3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxiong10 committed Nov 26, 2020
1 parent ef1a748 commit 3d0475e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="3.8.1"></a>
## [3.8.1](https://github.com/mengxiong10/vue2-datepicker/compare/v3.8.0...v3.8.1) (2020-11-26)


### Bug Fixes

* `input` event work with slot input ([#546](https://github.com/mengxiong10/vue2-datepicker/issues/546)) ([ef1a748](https://github.com/mengxiong10/vue2-datepicker/commit/ef1a748))
* clear text error ([#544](https://github.com/mengxiong10/vue2-datepicker/issues/544)) ([bcc4f77](https://github.com/mengxiong10/vue2-datepicker/commit/bcc4f77))
* click event compatible with xhtml ([#550](https://github.com/mengxiong10/vue2-datepicker/issues/550)) ([b7cbc0d](https://github.com/mengxiong10/vue2-datepicker/commit/b7cbc0d))
* showWeekNumber don't work ([57f2219](https://github.com/mengxiong10/vue2-datepicker/commit/57f2219))



<a name="3.8.0"></a>
# [3.8.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.7.0...v3.8.0) (2020-11-18)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"/index.*",
"/scss"
],
"version": "3.8.0",
"version": "3.8.1",
"scripts": {
"dev": "parcel ./example/dev.html --open --port 2235",
"build:index": "cross-env NODE_ENV=production rollup -c",
Expand Down

0 comments on commit 3d0475e

Please sign in to comment.