2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-08 17:52:26 +03:00
This commit is contained in:
mengxiong10
2019-11-14 16:05:41 +08:00
parent 07f42717c9
commit 51f3313865
3 changed files with 19 additions and 2 deletions
+17
View File
@@ -1,3 +1,20 @@
<a name="3.0.2"></a>
## [3.0.2](https://github.com/mengxiong10/vue2-datepicker/compare/v3.0.1...v3.0.2) (2019-11-14)
### Bug Fixes
* compatible with vue old version inject ([c03632f](https://github.com/mengxiong10/vue2-datepicker/commit/c03632f))
* should return `[null, null]` when clear range ([635631f](https://github.com/mengxiong10/vue2-datepicker/commit/635631f))
* when year < 100 && year >= 0 should be right ([8c546cc](https://github.com/mengxiong10/vue2-datepicker/commit/8c546cc))
### Features
* add prop `partial-update` ([07f4271](https://github.com/mengxiong10/vue2-datepicker/commit/07f4271))
<a name="3.0.1"></a>
## [3.0.1](https://github.com/mengxiong10/vue2-datepicker/compare/v3.0.0...v3.0.1) (2019-11-11)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue2-datepicker",
"version": "3.0.1",
"version": "3.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -10,7 +10,7 @@
"/locale",
"/index.*"
],
"version": "3.0.1",
"version": "3.0.2",
"scripts": {
"dev": "parcel ./example/dev.html --open --port 2235",
"build:index": "rollup -c",