Skip to content

Commit 5b4534f

Browse files
committed
3.9.1
1 parent 879910d commit 5b4534f

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="3.9.1"></a>
2+
## [3.9.1](https://github.com/mengxiong10/vue2-datepicker/compare/v3.9.0...v3.9.1) (2021-06-03)
3+
4+
5+
### Bug Fixes
6+
7+
* move vertical-align to td, th to avoid UA style dependency ([#608](https://github.com/mengxiong10/vue2-datepicker/issues/608)) ([#610](https://github.com/mengxiong10/vue2-datepicker/issues/610)) ([705c100](https://github.com/mengxiong10/vue2-datepicker/commit/705c100))
8+
* update:show-time-panel event invalid ([#614](https://github.com/mengxiong10/vue2-datepicker/issues/614)) ([7ec739a](https://github.com/mengxiong10/vue2-datepicker/commit/7ec739a))
9+
10+
11+
### Features
12+
13+
* add default icon for 'time' type ([#583](https://github.com/mengxiong10/vue2-datepicker/issues/583)) ([e872756](https://github.com/mengxiong10/vue2-datepicker/commit/e872756))
14+
15+
16+
117
<a name="3.9.0"></a>
218
# [3.9.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.8.2...v3.9.0) (2021-02-06)
319

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