2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-24 01:00:35 +03:00
This commit is contained in:
mxie
2019-01-24 10:26:55 +08:00
parent 054758e92c
commit f5dc1338ce
3 changed files with 12 additions and 2 deletions
+10
View File
@@ -1,3 +1,13 @@
## [2.8.1](https://github.com/mengxiong10/vue2-datepicker/compare/v2.8.0...v2.8.1) (2019-01-24)
### Bug Fixes
* clickoutside event listener change capturing to bubbling ([054758e](https://github.com/mengxiong10/vue2-datepicker/commit/054758e))
* use refs instead of children array ([f43e3a3](https://github.com/mengxiong10/vue2-datepicker/commit/f43e3a3))
# [2.8.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.7.0...v2.8.0) (2019-01-13) # [2.8.0](https://github.com/mengxiong10/vue2-datepicker/compare/v2.7.0...v2.8.0) (2019-01-13)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "vue2-datepicker", "name": "vue2-datepicker",
"version": "2.8.0", "version": "2.8.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
+1 -1
View File
@@ -6,7 +6,7 @@
"lib", "lib",
"src" "src"
], ],
"version": "2.8.0", "version": "2.8.1",
"scripts": { "scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot --open --config build/webpack.dev.config.js", "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", "demo": "cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.demo.config.js",