Skip to content

Commit 2eea21f

Browse files
committed
3.8.0
1 parent 7fc299a commit 2eea21f

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="3.8.0"></a>
2+
# [3.8.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.7.0...v3.8.0) (2020-11-18)
3+
4+
5+
### Bug Fixes
6+
7+
* the MMM parse error ([c504b1d](https://github.com/mengxiong10/vue2-datepicker/commit/c504b1d))
8+
9+
10+
### Features
11+
12+
* add event `panel-change` ([3d29b49](https://github.com/mengxiong10/vue2-datepicker/commit/3d29b49))
13+
* add event `update:show-time-panel` ([#531](https://github.com/mengxiong10/vue2-datepicker/issues/531)) ([45969a1](https://github.com/mengxiong10/vue2-datepicker/commit/45969a1))
14+
* add prop `getYearPanel` ([#526](https://github.com/mengxiong10/vue2-datepicker/issues/526)) ([7fc299a](https://github.com/mengxiong10/vue2-datepicker/commit/7fc299a))
15+
16+
17+
118
<a name="3.7.0"></a>
219
# [3.7.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.6.3...v3.7.0) (2020-10-20)
320

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.7.0",
14+
"version": "3.8.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)