mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-05 18:02:26 +03:00
2.10.0
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
# [2.10.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.9.2...v2.10.0) (2019-02-12)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add prop `default-value` for calendar default date ([#94](https://github.com/mengxiong10/vue2-datepicker/issues/94)) ([4ff6945](https://github.com/mengxiong10/vue2-datepicker/commit/4ff6945))
|
||||
* show the popup on focus and close it on blur ([3bcedf5](https://github.com/mengxiong10/vue2-datepicker/commit/3bcedf5))
|
||||
|
||||
|
||||
|
||||
## [2.9.2](https://github.com/mengxiong10/vue2-datepicker/compare/v2.9.1...v2.9.2) (2019-02-10)
|
||||
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vue2-datepicker",
|
||||
"version": "2.9.2",
|
||||
"version": "2.10.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
"lib",
|
||||
"src"
|
||||
],
|
||||
"version": "2.9.2",
|
||||
"version": "2.10.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",
|
||||
|
||||
Reference in New Issue
Block a user