2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-12 03:32:26 +03:00
This commit is contained in:
mengxiong10
2019-12-02 11:49:25 +08:00
parent da2ac2378b
commit d7e7f49c95
3 changed files with 18 additions and 2 deletions
+16
View File
@@ -1,3 +1,19 @@
<a name="3.2.0"></a>
# [3.2.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.1.1...v3.2.0) (2019-12-02)
### Bug Fixes
* can't clear input box ([52bd1fe](https://github.com/mengxiong10/vue2-datepicker/commit/52bd1fe))
### Features
* add `getWeek` in custom format ([#382](https://github.com/mengxiong10/vue2-datepicker/issues/382)) ([4d935d7](https://github.com/mengxiong10/vue2-datepicker/commit/4d935d7))
* add the second parameter to `disabled-date` ([#385](https://github.com/mengxiong10/vue2-datepicker/issues/385)) ([da2ac23](https://github.com/mengxiong10/vue2-datepicker/commit/da2ac23))
<a name="3.1.1"></a>
## [3.1.1](https://github.com/mengxiong10/vue2-datepicker/compare/v3.1.0...v3.1.1) (2019-11-25)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue2-datepicker",
"version": "3.1.1",
"version": "3.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -11,7 +11,7 @@
"/index.*",
"/scss"
],
"version": "3.1.1",
"version": "3.2.0",
"scripts": {
"dev": "parcel ./example/dev.html --open --port 2235",
"build:index": "cross-env NODE_ENV=production rollup -c",