vant/docs/markdown/changelog.generated.md
2018-06-28 19:37:40 +08:00

312 lines
26 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 更新日志
## [v1.1.10](https://github.com/youzan/vant/tree/v1.1.10) (2018-06-28)
[Full Changelog](https://github.com/youzan/vant/compare/v1.1.9...v1.1.10)
**Breaking changes**
- Stepper 步进器 [\#1315](https://github.com/youzan/vant/issues/1315)
- 头部底部无法固定、底部被内容遮挡 [\#1300](https://github.com/youzan/vant/issues/1300)
- Tab 标签页在视窗宽度变化后,没有自适应地 重新计算 底部条的位置 [\#1299](https://github.com/youzan/vant/issues/1299)
- Field 里面的 slot 如果是 van-icon的话点击触发区域偏离 [\#1249](https://github.com/youzan/vant/issues/1249)
**Issue**
- Stepper 的事件如何传递参数? [\#1346](https://github.com/youzan/vant/issues/1346)
- Area地址可以不可以更新到最新版的 [\#1341](https://github.com/youzan/vant/issues/1341)
- line-width支持根据标题宽度自适应 [\#1339](https://github.com/youzan/vant/issues/1339)
- 折叠面板问题不能动态循环数据后指定打开某一项面板 [\#1335](https://github.com/youzan/vant/issues/1335)
- van-row type="flex" 设置为flex布局没有效果 [\#1333](https://github.com/youzan/vant/issues/1333)
- Vant is not defined [\#1330](https://github.com/youzan/vant/issues/1330)
- AddressEdit组件show-delete设置false也无法阻止按钮显示 版本1.1.9 [\#1329](https://github.com/youzan/vant/issues/1329)
- Android Chrome里绝对定位组件\(van-goods-action,van-tabbar\)触摸位置发生偏移 [\#1328](https://github.com/youzan/vant/issues/1328)
- 每次升级后之前的组件都会遇到问题 [\#1325](https://github.com/youzan/vant/issues/1325)
- Dialog 无法使用组件的高级用法,方法调用正常 [\#1324](https://github.com/youzan/vant/issues/1324)
- CDN 引入 list 控件异步加载数据后不能控制状态 [\#1322](https://github.com/youzan/vant/issues/1322)
- 请问picker打开时的默认值是怎么设置的呢 [\#1321](https://github.com/youzan/vant/issues/1321)
- nuxt框架用List滚动底部load失效 [\#1320](https://github.com/youzan/vant/issues/1320)
- 使用vue-cli 3.0 构建项目 定制主题 [\#1319](https://github.com/youzan/vant/issues/1319)
- toast clear mask [\#1318](https://github.com/youzan/vant/issues/1318)
- 1.1.9版本直接使用http导入js和css文件在大部分浏览器上iphone/android/PC,按钮无法显示。在mac上正常 [\#1317](https://github.com/youzan/vant/issues/1317)
- 自定义 ICON 和自带 ICON 加载错误 [\#1298](https://github.com/youzan/vant/issues/1298)
**Improvements**
- \[Improvement\] Field label align [\#1353](https://github.com/youzan/vant/pull/1353) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Field: input text align [\#1352](https://github.com/youzan/vant/pull/1352) ([chenjiahan](https://github.com/chenjiahan))
- \[Doc\] Field: props doc [\#1350](https://github.com/youzan/vant/pull/1350) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Sku: add stepper-change event [\#1349](https://github.com/youzan/vant/pull/1349) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Field: add is-link prop [\#1347](https://github.com/youzan/vant/pull/1347) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] List: visibility check [\#1345](https://github.com/youzan/vant/pull/1345) ([chenjiahan](https://github.com/chenjiahan))
- \[Doc\] Lazyload register [\#1344](https://github.com/youzan/vant/pull/1344) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Cell arrow [\#1343](https://github.com/youzan/vant/pull/1343) ([chenjiahan](https://github.com/chenjiahan))
- bump vue-test-utils [\#1338](https://github.com/youzan/vant/pull/1338) ([chenjiahan](https://github.com/chenjiahan))
- update dependencies [\#1337](https://github.com/youzan/vant/pull/1337) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] PullRefresh: add disabled prop [\#1336](https://github.com/youzan/vant/pull/1336) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Sku: image clip [\#1334](https://github.com/youzan/vant/pull/1334) ([chenjiahan](https://github.com/chenjiahan))
- \[Imprvement\] Icon: add idcard icon and remove three icon [\#1331](https://github.com/youzan/vant/pull/1331) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Cell: add arrow-direction prop [\#1323](https://github.com/youzan/vant/pull/1323) ([Fyerl](https://github.com/Fyerl))
## [v1.1.9](https://github.com/youzan/vant/tree/v1.1.9) (2018-06-22)
[Full Changelog](https://github.com/youzan/vant/compare/v1.1.8...v1.1.9)
**Breaking changes**
- van-tab 底部条在title变化时的宽度问题 [\#1258](https://github.com/youzan/vant/issues/1258)
**Issue**
- rate评分组件只能一整个一整个星的显示不能有半颗星么 [\#1314](https://github.com/youzan/vant/issues/1314)
- van-pull-refresh 滚动条不在最顶端时下拉也会刷新。 [\#1313](https://github.com/youzan/vant/issues/1313)
- Stepper 值为空 [\#1311](https://github.com/youzan/vant/issues/1311)
- dialog组件高级用法无法正常使用 [\#1308](https://github.com/youzan/vant/issues/1308)
- v-lazy 里的options [\#1307](https://github.com/youzan/vant/issues/1307)
- 上传组件被套在v-for循环中会自动重复触发 [\#1306](https://github.com/youzan/vant/issues/1306)
- 关于picker的问题 [\#1303](https://github.com/youzan/vant/issues/1303)
- 希望能在picker里面添加props设置高亮的index [\#1302](https://github.com/youzan/vant/issues/1302)
- swipe里面如果img包含上a标签跳转滑动过程中直接出发a标签的跳转事件 [\#1301](https://github.com/youzan/vant/issues/1301)
- Switch能否支持0和1 [\#1297](https://github.com/youzan/vant/issues/1297)
- 业务组件 带过滤条件 商品列表组件实现计划吗 [\#1296](https://github.com/youzan/vant/issues/1296)
- List组件在ios的webview中上拉加载不起作用因为ios不支持scroll事件 [\#1295](https://github.com/youzan/vant/issues/1295)
- swiper 组件,一个页面中,多次使用,出现不显示问题,应该怎么解决? [\#1292](https://github.com/youzan/vant/issues/1292)
- van-list 无法隐藏 van-loading [\#1291](https://github.com/youzan/vant/issues/1291)
- area组件数据格式能否加个配置选项通用的地址json数据格式都是嵌套的 [\#1290](https://github.com/youzan/vant/issues/1290)
- dialog 无蒙层 完全相同的代码结果一个有蒙层一个没有 [\#1288](https://github.com/youzan/vant/issues/1288)
- van-list在firefox上报错 [\#1285](https://github.com/youzan/vant/issues/1285)
- swiper+lazyload只显示第一张图片 [\#1278](https://github.com/youzan/vant/issues/1278)
- van-swipe @change function trigger repeatedly [\#1276](https://github.com/youzan/vant/issues/1276)
**Improvements**
- \[Improvement\] Stepper blur [\#1316](https://github.com/youzan/vant/pull/1316) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\]Datetime-picker:fix typo [\#1312](https://github.com/youzan/vant/pull/1312) ([HowardTangHw](https://github.com/HowardTangHw))
- \[Improvement\] Tabbar: add z-index prop [\#1310](https://github.com/youzan/vant/pull/1310) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Field: support clearable [\#1309](https://github.com/youzan/vant/pull/1309) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Layout: support flex [\#1305](https://github.com/youzan/vant/pull/1305) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Tab: line resize [\#1304](https://github.com/youzan/vant/pull/1304) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] update type definition [\#1294](https://github.com/youzan/vant/pull/1294) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Actionsheet: support disable option [\#1293](https://github.com/youzan/vant/pull/1293) ([chenjiahan](https://github.com/chenjiahan))
## [v1.1.8](https://github.com/youzan/vant/tree/v1.1.8) (2018-06-14)
[Full Changelog](https://github.com/youzan/vant/compare/v1.1.7...v1.1.8)
**Breaking changes**
- van-field type=“number”时 会报错 [\#1220](https://github.com/youzan/vant/issues/1220)
- van-swipe 没有提供自定义滑动到指定slider的方法即常见的slideTo\(index\) [\#1214](https://github.com/youzan/vant/issues/1214)
**Issue**
- 功能需求 [\#1286](https://github.com/youzan/vant/issues/1286)
- AddressEdit组件addressInfo数据格式的key值自定义 [\#1284](https://github.com/youzan/vant/issues/1284)
- picker是否支持多选 [\#1283](https://github.com/youzan/vant/issues/1283)
- 动态绑定 field 的Error 属性不生效 [\#1279](https://github.com/youzan/vant/issues/1279)
- 这套强大的UI不知可否支持小程序呢 [\#1277](https://github.com/youzan/vant/issues/1277)
- Swipe 轮播 通过 ref 可以获取到 swipe 实例并调用实例方法无效 [\#1275](https://github.com/youzan/vant/issues/1275)
- npm run build:lib编译错误 [\#1273](https://github.com/youzan/vant/issues/1273)
- Badge 徽章达不到想要的效果 [\#1269](https://github.com/youzan/vant/issues/1269)
- 请求新增表单校验 [\#1268](https://github.com/youzan/vant/issues/1268)
- 使用AddressEdit的时输入的 addressInfo 的数据无法获取。 [\#1265](https://github.com/youzan/vant/issues/1265)
- 紧急:优惠券列表超出一屏时,不能上下翻页划动! [\#1263](https://github.com/youzan/vant/issues/1263)
- 在vue-ssr非nuxt下组件使用出现问题 [\#1261](https://github.com/youzan/vant/issues/1261)
- 在vue-ssr非nuxt下组件使用出现bug [\#1259](https://github.com/youzan/vant/issues/1259)
- 能否增加如flextransform等css属性的厂商前缀以兼容如ios8等系统 [\#1257](https://github.com/youzan/vant/issues/1257)
- van-list loading 设为false还是显示加载中,如果数据为空直接finished=false还是继续显示加载中 [\#1253](https://github.com/youzan/vant/issues/1253)
- 在使用AddressEdit的时候,地址无法显示 [\#1252](https://github.com/youzan/vant/issues/1252)
- van-list 从其他页面返回时van-list页面:immediate-check=“false”属性无效 [\#1248](https://github.com/youzan/vant/issues/1248)
- van-list 从其他页面返回时van-list页面:immediate-check=“false”属性无效 [\#1247](https://github.com/youzan/vant/issues/1247)
- API文档页面嵌套手机模型怎么实现 [\#1246](https://github.com/youzan/vant/issues/1246)
- passwordinput的value值无法重置或清空 [\#1244](https://github.com/youzan/vant/issues/1244)
- 打包后在安卓4.4系统打开空白 混合app+vant [\#1243](https://github.com/youzan/vant/issues/1243)
- checkbox 和cell一起使用 [\#1241](https://github.com/youzan/vant/issues/1241)
- 请问AddressEdit收件地区选择如何做到反选因为我做的是编辑页面 [\#1240](https://github.com/youzan/vant/issues/1240)
- 文档radio组件示例代码问题-与 Cell 组件一起使用 [\#1238](https://github.com/youzan/vant/issues/1238)
- Popup或Dialog弹出层显示的列表不能滚动 [\#1236](https://github.com/youzan/vant/issues/1236)
- 图片上传组件图片旋转问题 [\#1235](https://github.com/youzan/vant/issues/1235)
- 定制主题无法显示效果 [\#1234](https://github.com/youzan/vant/issues/1234)
- Popup弹出层配合日期选择使用ios端日期选择窗不显示 [\#1229](https://github.com/youzan/vant/issues/1229)
- Slider 滑块 [\#1226](https://github.com/youzan/vant/issues/1226)
- 文档无法访问问题反馈 [\#1223](https://github.com/youzan/vant/issues/1223)
**Improvements**
- \[Improvement\] AddressEdit: configure button text [\#1287](https://github.com/youzan/vant/pull/1287) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] build style entry failed [\#1282](https://github.com/youzan/vant/pull/1282) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] stylelint [\#1280](https://github.com/youzan/vant/pull/1280) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] AddressEdit: simplify [\#1274](https://github.com/youzan/vant/pull/1274) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Area: default option [\#1272](https://github.com/youzan/vant/pull/1272) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Sku: message maxlength [\#1271](https://github.com/youzan/vant/pull/1271) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Dialog: isolated title [\#1270](https://github.com/youzan/vant/pull/1270) ([chenjiahan](https://github.com/chenjiahan))
- fix:actionsheet的标题div没有值设置具体值导致rem布局不自适应 [\#1267](https://github.com/youzan/vant/pull/1267) ([nmxiaowei](https://github.com/nmxiaowei))
- \[Doc\] add demo link [\#1266](https://github.com/youzan/vant/pull/1266) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Field: add blur method [\#1264](https://github.com/youzan/vant/pull/1264) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Field: icon color [\#1262](https://github.com/youzan/vant/pull/1262) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Tab: resize line when title changed [\#1260](https://github.com/youzan/vant/pull/1260) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Popup: limit max height [\#1256](https://github.com/youzan/vant/pull/1256) ([chenjiahan](https://github.com/chenjiahan))
- \[Doc\] fix radio doc [\#1255](https://github.com/youzan/vant/pull/1255) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] CheckboxGroup: v-model type check [\#1254](https://github.com/youzan/vant/pull/1254) ([chenjiahan](https://github.com/chenjiahan))
- \[Doc\] Update document format [\#1251](https://github.com/youzan/vant/pull/1251) ([tudoubang](https://github.com/tudoubang))
- \[Doc\] update contribution guide [\#1250](https://github.com/youzan/vant/pull/1250) ([chenjiahan](https://github.com/chenjiahan))
- \[Doc\] add style guide [\#1245](https://github.com/youzan/vant/pull/1245) ([chenjiahan](https://github.com/chenjiahan))
- \[Build\] extract build iconfont [\#1242](https://github.com/youzan/vant/pull/1242) ([chenjiahan](https://github.com/chenjiahan))
- docs\(doc\): postcss tips [\#1239](https://github.com/youzan/vant/pull/1239) ([tudoubang](https://github.com/tudoubang))
- \[Improvement\] eslint: use vue-libs [\#1237](https://github.com/youzan/vant/pull/1237) ([chenjiahan](https://github.com/chenjiahan))
## [v1.1.7](https://github.com/youzan/vant/tree/v1.1.7) (2018-06-06)
[Full Changelog](https://github.com/youzan/vant/compare/v1.1.6...v1.1.7)
**Breaking changes**
- 可以将picker中的v-text改为v-html吗 [\#1155](https://github.com/youzan/vant/issues/1155)
**Bug Fixes**
- Popup 嵌套 AddressEdit 背景蒙层问题 [\#1203](https://github.com/youzan/vant/issues/1203)
- van-tab title slot 绑定数据更新异常 [\#1170](https://github.com/youzan/vant/issues/1170)
**Issue**
- \[eslint-plugin-vue\] \[vue/require-v-for-key\] Elements in iteration expect to have 'v-bind:key' directives. [\#1228](https://github.com/youzan/vant/issues/1228)
- image-preview不能直接用吗 carousel 走马灯的效果 [\#1225](https://github.com/youzan/vant/issues/1225)
- Tab与List一起使用时点击Tab后 list 会一直执行load事件 [\#1217](https://github.com/youzan/vant/issues/1217)
- Stepper 如果存在于checkbox中 会存在click事件冒泡 [\#1216](https://github.com/youzan/vant/issues/1216)
- Sku是否可以自定义数据格式 [\#1152](https://github.com/youzan/vant/issues/1152)
**Improvements**
- \[Improvement\] Dialog: optimize style without content [\#1233](https://github.com/youzan/vant/pull/1233) ([chenjiahan](https://github.com/chenjiahan))
- \[Test\] optimize async cases [\#1232](https://github.com/youzan/vant/pull/1232) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] add babel-eslint [\#1231](https://github.com/youzan/vant/pull/1231) ([chenjiahan](https://github.com/chenjiahan))
- \[Doc\] ts import plugin [\#1230](https://github.com/youzan/vant/pull/1230) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Dialog: support custom className [\#1224](https://github.com/youzan/vant/pull/1224) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Swipe: add swipeTo method [\#1222](https://github.com/youzan/vant/pull/1222) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Field: support v-model.number [\#1221](https://github.com/youzan/vant/pull/1221) ([chenjiahan](https://github.com/chenjiahan))
- \[Doc\] add version tip [\#1219](https://github.com/youzan/vant/pull/1219) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Test: separate jest config from packages.json [\#1218](https://github.com/youzan/vant/pull/1218) ([chenjiahan](https://github.com/chenjiahan))
## [v1.1.6](https://github.com/youzan/vant/tree/v1.1.6) (2018-06-01)
[Full Changelog](https://github.com/youzan/vant/compare/v1.1.5...v1.1.6)
**Breaking changes**
- 在van-pull-refresh内通过组件形式来调用 Dialogdialog内容显示异常 [\#1171](https://github.com/youzan/vant/issues/1171)
**Issue**
- NoticeBar 通告栏能不能上下滚动? [\#1210](https://github.com/youzan/vant/issues/1210)
- Dialog确认按钮无法弹出,只有挂载在原型链的可以用 [\#1209](https://github.com/youzan/vant/issues/1209)
- rate的change事件 [\#1208](https://github.com/youzan/vant/issues/1208)
- Dialog注册不正确的报错提示 [\#1207](https://github.com/youzan/vant/issues/1207)
- TreeSelect 分类选择 [\#1206](https://github.com/youzan/vant/issues/1206)
- 轮播图不能纵向轮播 [\#1205](https://github.com/youzan/vant/issues/1205)
- 将vant引入mpvue框架组件并没有渲染出来 [\#1204](https://github.com/youzan/vant/issues/1204)
- radio 单选在safari浏览器\(包含苹果手机微信\)下显示不正常 [\#1199](https://github.com/youzan/vant/issues/1199)
- van-pull-refresh下拉刷新标签有个问题 [\#1196](https://github.com/youzan/vant/issues/1196)
- Stepper 步进器 多次触发事件 [\#1190](https://github.com/youzan/vant/issues/1190)
- swipe组件滑动时会触发item内的点击事件 [\#1186](https://github.com/youzan/vant/issues/1186)
- 为什么用在iphone5和ipad上 样式就崩了 [\#1185](https://github.com/youzan/vant/issues/1185)
- 设计稿是750px根元素应该设置75但是vant转换后好小要改成35才行 [\#1181](https://github.com/youzan/vant/issues/1181)
- Stepper 组件不能输入后直接变成最大值默认值 [\#1180](https://github.com/youzan/vant/issues/1180)
- List组件按照官方的示例初始化的时候就默认把所有页都加载了 [\#1179](https://github.com/youzan/vant/issues/1179)
- 下拉组件与浏览器页面滚动有冲突 [\#1178](https://github.com/youzan/vant/issues/1178)
- Vant-demo 404 [\#1175](https://github.com/youzan/vant/issues/1175)
- vant tab active 绑定无效 [\#1173](https://github.com/youzan/vant/issues/1173)
- rate 评分组件 [\#1172](https://github.com/youzan/vant/issues/1172)
- vant checkbox 能否有多个触发机制 [\#1165](https://github.com/youzan/vant/issues/1165)
- Field 输入框左边怎样加图标 [\#1164](https://github.com/youzan/vant/issues/1164)
- \[Feature Request\] Popup组件右滑关闭 [\#1162](https://github.com/youzan/vant/issues/1162)
- 我是直接CDN引入开发。 [\#1161](https://github.com/youzan/vant/issues/1161)
- List组件在滚动到中间区域时重置数据源时会触发两次load事件 [\#1160](https://github.com/youzan/vant/issues/1160)
- 复选框和步进器共用问题 [\#1159](https://github.com/youzan/vant/issues/1159)
- 步进器输入框大小偏小 [\#1158](https://github.com/youzan/vant/issues/1158)
- swipe item内的点击事件会在滑动时触发 [\#1153](https://github.com/youzan/vant/issues/1153)
- Tab 和 List 组件一起使用时List 组件 onscroll 事件同时触发 [\#1151](https://github.com/youzan/vant/issues/1151)
- vant添加下拉刷新组件后Tab组件无法吸顶 [\#1146](https://github.com/youzan/vant/issues/1146)
- AddressList 地址列表 组件 前面的radio是否设置可以选 [\#1144](https://github.com/youzan/vant/issues/1144)
**Improvements**
- \[Improvement\] upgrade to jest-serializer-vue@2.0 [\#1215](https://github.com/youzan/vant/pull/1215) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Picker: suppot html option [\#1213](https://github.com/youzan/vant/pull/1213) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Tab: title slot render [\#1212](https://github.com/youzan/vant/pull/1212) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] AddressEdit: area popup should mount in document root [\#1211](https://github.com/youzan/vant/pull/1211) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Switch: add test cases [\#1202](https://github.com/youzan/vant/pull/1202) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Checkbox: add test cases [\#1201](https://github.com/youzan/vant/pull/1201) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Search: add test cases [\#1200](https://github.com/youzan/vant/pull/1200) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] ImagePreview: add test cases [\#1198](https://github.com/youzan/vant/pull/1198) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Stepper: add test cases [\#1197](https://github.com/youzan/vant/pull/1197) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Contact: add test cases [\#1195](https://github.com/youzan/vant/pull/1195) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Collapse: add test cases [\#1194](https://github.com/youzan/vant/pull/1194) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] CellSwipe: add test cases [\#1193](https://github.com/youzan/vant/pull/1193) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Slider: add test cases [\#1192](https://github.com/youzan/vant/pull/1192) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] List: add test cases [\#1191](https://github.com/youzan/vant/pull/1191) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] PullRefresh: add test cases [\#1189](https://github.com/youzan/vant/pull/1189) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Uploader add test cases [\#1188](https://github.com/youzan/vant/pull/1188) ([chenjiahan](https://github.com/chenjiahan))
- \[Doc\] improve quickstart [\#1187](https://github.com/youzan/vant/pull/1187) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] SubmitBar: optimize render [\#1184](https://github.com/youzan/vant/pull/1184) ([chenjiahan](https://github.com/chenjiahan))
- \[Doc\] Field: add left-icon demo [\#1177](https://github.com/youzan/vant/pull/1177) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Dialog: add get-container prop [\#1176](https://github.com/youzan/vant/pull/1176) ([chenjiahan](https://github.com/chenjiahan))
- \[Build\] travis: use node8 [\#1169](https://github.com/youzan/vant/pull/1169) ([chenjiahan](https://github.com/chenjiahan))
- \[Build\] dynamic import [\#1168](https://github.com/youzan/vant/pull/1168) ([chenjiahan](https://github.com/chenjiahan))
- \[Build\] optimize config [\#1167](https://github.com/youzan/vant/pull/1167) ([chenjiahan](https://github.com/chenjiahan))
- \[new feature\] Dialog: beforeClose Add callback parameters [\#1166](https://github.com/youzan/vant/pull/1166) ([akebe](https://github.com/akebe))
- \[Build\] optimize build lib script [\#1163](https://github.com/youzan/vant/pull/1163) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] update wechat icon [\#1156](https://github.com/youzan/vant/pull/1156) ([zgrong](https://github.com/zgrong))
## [v1.1.5](https://github.com/youzan/vant/tree/v1.1.5) (2018-05-24)
[Full Changelog](https://github.com/youzan/vant/compare/v1.1.4...v1.1.5)
**Issue**
- PC端打开页面时无法滑动日期控件 [\#1145](https://github.com/youzan/vant/issues/1145)
**Improvements**
- \[bugfix\] Toast: mask render uncorrectly when forbidClick [\#1154](https://github.com/youzan/vant/pull/1154) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] AddressEdit: trim empty value [\#1150](https://github.com/youzan/vant/pull/1150) ([chenjiahan](https://github.com/chenjiahan))
- update dependencies [\#1149](https://github.com/youzan/vant/pull/1149) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] Dialog: prevent button text select [\#1148](https://github.com/youzan/vant/pull/1148) ([chenjiahan](https://github.com/chenjiahan))
- \[bugfix\] Field: normalize input margin in safari [\#1147](https://github.com/youzan/vant/pull/1147) ([chenjiahan](https://github.com/chenjiahan))
## [v1.1.4](https://github.com/youzan/vant/tree/v1.1.4) (2018-05-18)
[Full Changelog](https://github.com/youzan/vant/compare/v1.1.3...v1.1.4)
## [v1.1.3](https://github.com/youzan/vant/tree/v1.1.3) (2018-05-12)
[Full Changelog](https://github.com/youzan/vant/compare/v1.1.2...v1.1.3)
## [v1.1.2](https://github.com/youzan/vant/tree/v1.1.2) (2018-05-08)
[Full Changelog](https://github.com/youzan/vant/compare/v1.1.1...v1.1.2)
## [v1.1.1](https://github.com/youzan/vant/tree/v1.1.1) (2018-05-04)
[Full Changelog](https://github.com/youzan/vant/compare/v1.1.0...v1.1.1)
## [v1.1.0](https://github.com/youzan/vant/tree/v1.1.0) (2018-04-25)
[Full Changelog](https://github.com/youzan/vant/compare/v1.0.8...v1.1.0)
## [v1.0.8](https://github.com/youzan/vant/tree/v1.0.8) (2018-04-20)
[Full Changelog](https://github.com/youzan/vant/compare/v1.0.7...v1.0.8)
## [v1.0.7](https://github.com/youzan/vant/tree/v1.0.7) (2018-04-17)
[Full Changelog](https://github.com/youzan/vant/compare/v1.0.6...v1.0.7)
## [v1.0.6](https://github.com/youzan/vant/tree/v1.0.6) (2018-04-17)
[Full Changelog](https://github.com/youzan/vant/compare/v1.0.5...v1.0.6)
## [v1.0.5](https://github.com/youzan/vant/tree/v1.0.5) (2018-04-13)
[Full Changelog](https://github.com/youzan/vant/compare/v1.0.4...v1.0.5)
## [v1.0.4](https://github.com/youzan/vant/tree/v1.0.4) (2018-04-10)
[Full Changelog](https://github.com/youzan/vant/compare/v1.0.3...v1.0.4)
## [v1.0.3](https://github.com/youzan/vant/tree/v1.0.3) (2018-03-26)
[Full Changelog](https://github.com/youzan/vant/compare/v1.0.2...v1.0.3)
## [v1.0.2](https://github.com/youzan/vant/tree/v1.0.2) (2018-03-22)
[Full Changelog](https://github.com/youzan/vant/compare/v1.0.1...v1.0.2)
## [v1.0.1](https://github.com/youzan/vant/tree/v1.0.1) (2018-03-19)
[Full Changelog](https://github.com/youzan/vant/compare/v1.0.0...v1.0.1)
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*