[Improvement] update actionsheet close icon style (#340)

* fix: Tabbar icon line-height

* [new feature] progress add showPivot prop

* [new feature] TabItem support vue-router

* [new feature] update document header style

* [Doc] add toast english ducoment

* [bugfix] Search box-sizing wrong

* [Doc] update vant-demo respo

* [Doc] translate theme & demo pages

* [Doc] add Internationalization document

* [bugfix] remove unnecessary props

* [fix] optimize clickoutside

* [new feature] optimize find-parent

* [new feature]: change document title accordinng to language

* [new feature] Pagination code review

* [improvement] adjust icon-font unicode

* [improvement] Icon spinner color inherit

* [improvement] icon default width

* [bugfix] DateTimePicker validate date props

* [bugfix] Tab item text ellipsis

* [improvement] optimize single line ellipsis

* [Improvement] optimzie staticClass

* [Improvement] Button: use sfc instread of jsx

* [Improvement] update actionsheet close icon style

* fix: yarn.lock

* fix: icon test cases
This commit is contained in:
neverland
2017-11-23 19:45:57 +08:00
committed by GitHub
parent a6a59e6bc7
commit 7e233eebfe
7 changed files with 186 additions and 224 deletions
+6 -6
View File
@@ -47,7 +47,7 @@
"vue-lazyload": "^1.1.4"
},
"peerDependencies": {
"vue": ">= 2.4.0"
"vue": ">= 2.5.0"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
@@ -78,7 +78,6 @@
"gulp-cssmin": "^0.2.0",
"gulp-postcss": "^7.0.0",
"gulp-util": "^3.0.8",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^2.29.0",
"isparta-loader": "^2.0.0",
"karma": "^1.7.1",
@@ -107,13 +106,14 @@
"uppercamelcase": "^3.0.0",
"url-loader": "^0.6.2",
"vant-doc": "0.3.18",
"vue": "^2.5.3",
"vue": "^2.5.8",
"vue-loader": "^13.5.0",
"vue-markdown-loader": "^2.2.3",
"vue-markdown-loader": "^2.3.0",
"vue-router": "^3.0.1",
"vue-sfc-compiler": "^0.0.4",
"vue-sfc-compiler": "^0.0.5",
"vue-style-loader": "^3.0.0",
"vue-template-compiler": "^2.5.3",
"vue-template-compiler": "^2.5.8",
"vue-template-es2015-compiler": "^1.6.0",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-dev-server": "^2.9.4",