mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-08 17:52:26 +03:00
3.0.2
This commit is contained in:
@@ -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)
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue2-datepicker",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user