2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-07 10:32:26 +03:00
This commit is contained in:
mengxiong10
2019-04-09 20:44:05 +08:00
parent 9bb604610c
commit 3e7e8e2b02
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -1,3 +1,17 @@
# [2.11.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.10.3...v2.11.0) (2019-04-09)
### Bug Fixes
* clickoutside bad when use append-to-body ([#291](https://github.com/mengxiong10/vue2-datepicker/issues/291)) ([9bb6046](https://github.com/mengxiong10/vue2-datepicker/commit/9bb6046))
### Features
* `select-year` and `select-month` ([#290](https://github.com/mengxiong10/vue2-datepicker/issues/290)) ([20d1f19](https://github.com/mengxiong10/vue2-datepicker/commit/20d1f19))
## [2.10.3](https://github.com/mengxiong10/vue2-datepicker/compare/v2.10.2...v2.10.3) (2019-03-14)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue2-datepicker",
"version": "2.10.3",
"version": "2.11.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -6,7 +6,7 @@
"lib",
"src"
],
"version": "2.10.3",
"version": "2.11.0",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --open --config build/webpack.dev.config.js",
"demo": "cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.demo.config.js",