Skip to content

Commit 51f3313

Browse files
committed
3.0.2
1 parent 07f4271 commit 51f3313

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.0.2"></a>
2+
## [3.0.2](https://github.com/mengxiong10/vue2-datepicker/compare/v3.0.1...v3.0.2) (2019-11-14)
3+
4+
5+
### Bug Fixes
6+
7+
* compatible with vue old version inject ([c03632f](https://github.com/mengxiong10/vue2-datepicker/commit/c03632f))
8+
* should return `[null, null]` when clear range ([635631f](https://github.com/mengxiong10/vue2-datepicker/commit/635631f))
9+
* when year < 100 && year >= 0 should be right ([8c546cc](https://github.com/mengxiong10/vue2-datepicker/commit/8c546cc))
10+
11+
12+
### Features
13+
14+
* add prop `partial-update` ([07f4271](https://github.com/mengxiong10/vue2-datepicker/commit/07f4271))
15+
16+
17+
118
<a name="3.0.1"></a>
219

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

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
@@ -10,7 +10,7 @@
1010
"/locale",
1111
"/index.*"
1212
],
13-
"version": "3.0.1",
13+
"version": "3.0.2",
1414
"scripts": {
1515
"dev": "parcel ./example/dev.html --open --port 2235",
1616
"build:index": "rollup -c",

0 commit comments

Comments
 (0)