2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-05-30 18:14:06 +03:00
This commit is contained in:
xiemx
2019-12-19 13:43:43 +08:00
parent 73a1b73abe
commit 07cdb8c3fa
3 changed files with 20 additions and 2 deletions
+18
View File
@@ -1,3 +1,21 @@
<a name="3.3.0"></a>
# [3.3.0](https://github.com/mengxiong10/vue2-datepicker/compare/v3.2.2...v3.3.0) (2019-12-19)
### Bug Fixes
* `get-class` should be valid in `range` ([c8f7122](https://github.com/mengxiong10/vue2-datepicker/commit/c8f7122))
* shortcus with range ([#400](https://github.com/mengxiong10/vue2-datepicker/issues/400)) ([bb0255f](https://github.com/mengxiong10/vue2-datepicker/commit/bb0255f))
### Features
* `default-value` supports Array for `range` ([#395](https://github.com/mengxiong10/vue2-datepicker/issues/395)) ([b33c9b8](https://github.com/mengxiong10/vue2-datepicker/commit/b33c9b8))
* add `prefixClass` prop ([#401](https://github.com/mengxiong10/vue2-datepicker/issues/401)) ([a756753](https://github.com/mengxiong10/vue2-datepicker/commit/a756753))
* add prop `defaultPanel` ([#394](https://github.com/mengxiong10/vue2-datepicker/issues/394)) ([73a1b73](https://github.com/mengxiong10/vue2-datepicker/commit/73a1b73))
<a name="3.2.2"></a>
## [3.2.2](https://github.com/mengxiong10/vue2-datepicker/compare/v3.2.1...v3.2.2) (2019-12-05)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue2-datepicker",
"version": "3.2.2",
"version": "3.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -11,7 +11,7 @@
"/index.*",
"/scss"
],
"version": "3.2.2",
"version": "3.3.0",
"scripts": {
"dev": "parcel ./example/dev.html --open --port 2235",
"build:index": "cross-env NODE_ENV=production rollup -c",