Skip to content

Commit 1f10484

Browse files
committed
3.1.0
1 parent 09a4d8f commit 1f10484

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="3.1.0"></a>
2+
# [3.1.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.0.2...v3.1.0) (2019-11-21)
3+
4+
5+
### Bug Fixes
6+
7+
* ie style compatible ([e69b9b7](https://github.com/mengxiong10/vue2-datepicker/commit/e69b9b7))
8+
* move sidebar element to right position ([32c74a4](https://github.com/mengxiong10/vue2-datepicker/commit/32c74a4))
9+
10+
11+
### Features
12+
13+
* add slot `input` ([ffd3918](https://github.com/mengxiong10/vue2-datepicker/commit/ffd3918))
14+
* export the scss for custom style ([09a4d8f](https://github.com/mengxiong10/vue2-datepicker/commit/09a4d8f))
15+
16+
17+
118
<a name="3.0.2"></a>
219

320
## [3.0.2](https://github.com/mengxiong10/vue2-datepicker/compare/v3.0.1...v3.0.2) (2019-11-14)

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