mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-25 19:06:36 +08:00
299 lines
25 KiB
Markdown
299 lines
25 KiB
Markdown
## 更新日志
|
||
|
||
## [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)
|
||
|
||
**Breaking changes**
|
||
|
||
- Swipe 如何禁止用户滑动 [\#967](https://github.com/youzan/vant/issues/967)
|
||
- 关于组件事件的设计思路 [\#960](https://github.com/youzan/vant/issues/960)
|
||
- 请问可以自定义tab line模式下滑动条的宽度并使其居中吗 [\#954](https://github.com/youzan/vant/issues/954)
|
||
|
||
**Bug Fixes**
|
||
|
||
- Search 搜索组件 首字显示不全 [\#969](https://github.com/youzan/vant/issues/969)
|
||
|
||
**Issue**
|
||
|
||
- 怎么用Checkbox组件实现全选功能 [\#1015](https://github.com/youzan/vant/issues/1015)
|
||
- 建议增加属性筛选器 [\#1009](https://github.com/youzan/vant/issues/1009)
|
||
- fonts本地化,不起作用啊! [\#1008](https://github.com/youzan/vant/issues/1008)
|
||
- 关于form标签 [\#1006](https://github.com/youzan/vant/issues/1006)
|
||
- Cell单元格里面value字段的颜色什么的都不能自定义的吗 [\#1004](https://github.com/youzan/vant/issues/1004)
|
||
- Field type=number 报错 Cannot read property 'indexOf' of null [\#1003](https://github.com/youzan/vant/issues/1003)
|
||
- Picker多级联动,初始化无法绑定 [\#996](https://github.com/youzan/vant/issues/996)
|
||
- type check failed for prop "swipeThreshold" [\#995](https://github.com/youzan/vant/issues/995)
|
||
- AddressList默认地址 [\#989](https://github.com/youzan/vant/issues/989)
|
||
- swipe组件在nuxt generate下无效果 [\#984](https://github.com/youzan/vant/issues/984)
|
||
- 本地构建主题的问题 [\#981](https://github.com/youzan/vant/issues/981)
|
||
- 当picker组件和popup组件一起使用的时候,picker的toolbar的bug [\#971](https://github.com/youzan/vant/issues/971)
|
||
- list 组件快速划到底部 多次加载 有点问题吧? [\#963](https://github.com/youzan/vant/issues/963)
|
||
|
||
**Improvements**
|
||
|
||
- \[Improvement\] Area: add change event [\#1019](https://github.com/youzan/vant/pull/1019) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Doc\] optimize document site [\#1013](https://github.com/youzan/vant/pull/1013) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] Locale: add warning when not correctly registered [\#1012](https://github.com/youzan/vant/pull/1012) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Rate: remove dependencie of Array.fill [\#1011](https://github.com/youzan/vant/pull/1011) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] Rate: add english document [\#1010](https://github.com/youzan/vant/pull/1010) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] Rate: rename component [\#1002](https://github.com/youzan/vant/pull/1002) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] optimize watcher [\#1001](https://github.com/youzan/vant/pull/1001) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Search: should not have cell border [\#1000](https://github.com/youzan/vant/pull/1000) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] Button: update border color [\#998](https://github.com/youzan/vant/pull/998) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] Stepper: update disabled style [\#997](https://github.com/youzan/vant/pull/997) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Doc\] update slogan [\#993](https://github.com/youzan/vant/pull/993) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Stepper: integer wrong spelling [\#992](https://github.com/youzan/vant/pull/992) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Doc\] remove Accepted Values [\#991](https://github.com/youzan/vant/pull/991) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Doc\] remove Accepted Values [\#990](https://github.com/youzan/vant/pull/990) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Tab: should lazy render tab-pane [\#978](https://github.com/youzan/vant/pull/978) ([jerryni](https://github.com/jerryni))
|
||
- \[new feature\] add StarRate component [\#901](https://github.com/youzan/vant/pull/901) ([Tinysymphony](https://github.com/Tinysymphony))
|
||
|
||
## [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)
|
||
|
||
**Bug Fixes**
|
||
|
||
- dialog ts error [\#917](https://github.com/youzan/vant/issues/917)
|
||
- popup 重大bug [\#911](https://github.com/youzan/vant/issues/911)
|
||
- van-uploader弹出选择图片,点击完图片没有反应 [\#910](https://github.com/youzan/vant/issues/910)
|
||
- picker 选择器在IOS设备上选中偏移 [\#907](https://github.com/youzan/vant/issues/907)
|
||
|
||
**Issue**
|
||
|
||
- dialog的高级用法能不能给一个完整的实例,文档看的一脸懵逼 [\#987](https://github.com/youzan/vant/issues/987)
|
||
- mpvue 中引入 vant 不生效 [\#983](https://github.com/youzan/vant/issues/983)
|
||
- AddressEdit 地址编辑 默认收件地区 [\#982](https://github.com/youzan/vant/issues/982)
|
||
- List组件的一个BUG [\#976](https://github.com/youzan/vant/issues/976)
|
||
- tab标签页,滑动切换 怎么监听滑动切换的事件 , 比如滑动到了第几个模块, 有没有相应的事件? [\#973](https://github.com/youzan/vant/issues/973)
|
||
- GoodsAction 商品页行动点 bug问题 [\#964](https://github.com/youzan/vant/issues/964)
|
||
- iPhoneX路由带参跳转需要按两遍以上才能跳转 [\#962](https://github.com/youzan/vant/issues/962)
|
||
- van-address-edit 里的省市区不能绑定值,每次都要重选 [\#961](https://github.com/youzan/vant/issues/961)
|
||
- List 选项卡切换后 无法加载 [\#959](https://github.com/youzan/vant/issues/959)
|
||
- 请问是否可以自定义swiper的宽度? [\#958](https://github.com/youzan/vant/issues/958)
|
||
- 为什的组件的css不能写在.vue文件里面? [\#957](https://github.com/youzan/vant/issues/957)
|
||
- 你好,我打算用这个也淘宝的flexible,做适配,vue项目,但是这个应该怎么适配呢 [\#955](https://github.com/youzan/vant/issues/955)
|
||
- 打包和按需加载的实现 [\#953](https://github.com/youzan/vant/issues/953)
|
||
- 请问search组件打开键盘的时候如何默认数字键 [\#952](https://github.com/youzan/vant/issues/952)
|
||
- 建议加入下拉组件 [\#950](https://github.com/youzan/vant/issues/950)
|
||
- 与vw适配不兼容 [\#949](https://github.com/youzan/vant/issues/949)
|
||
- list 的loading text 加载中 文字如何设置 ? [\#947](https://github.com/youzan/vant/issues/947)
|
||
- 希望增加一个类似微信朋友圈的“全文、收起”的组件 [\#946](https://github.com/youzan/vant/issues/946)
|
||
- picker多列联动,获取数据后再绑定出错 [\#945](https://github.com/youzan/vant/issues/945)
|
||
- Coupon组件超过屏幕高度的时候不会出现滚动条 [\#943](https://github.com/youzan/vant/issues/943)
|
||
- slider 2个重大BUG。 [\#942](https://github.com/youzan/vant/issues/942)
|
||
- CouponList组件disabled-doupons参数无效 [\#939](https://github.com/youzan/vant/issues/939)
|
||
- list组件load重复加载问题 [\#933](https://github.com/youzan/vant/issues/933)
|
||
- PullRefresh 触发机制 [\#922](https://github.com/youzan/vant/issues/922)
|
||
|
||
**Improvements**
|
||
|
||
- \[Improvement\] Tab: add line-width prop [\#988](https://github.com/youzan/vant/pull/988) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] ImagePreview: remove unused code [\#986](https://github.com/youzan/vant/pull/986) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] Swipe: optimzie performance [\#985](https://github.com/youzan/vant/pull/985) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] ImagePreview offset empty [\#980](https://github.com/youzan/vant/pull/980) ([jerryni](https://github.com/jerryni))
|
||
- \[Improvement\] Slider: expand touch area [\#977](https://github.com/youzan/vant/pull/977) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] Swipe: add touchable prop [\#975](https://github.com/youzan/vant/pull/975) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Search: incomplete text display in iOS [\#974](https://github.com/youzan/vant/pull/974) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] Contact: optimize background image [\#972](https://github.com/youzan/vant/pull/972) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Doc\] fixed a bug in picker doc [\#970](https://github.com/youzan/vant/pull/970) ([Plortinus](https://github.com/Plortinus))
|
||
- \[Improvement\] Stepper: add interger prop [\#951](https://github.com/youzan/vant/pull/951) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] List: loading-text support [\#948](https://github.com/youzan/vant/pull/948) ([rex-zsd](https://github.com/rex-zsd))
|
||
- \[new feature\] \#734 swipe组件支持垂直滚动 [\#938](https://github.com/youzan/vant/pull/938) ([jerryni](https://github.com/jerryni))
|
||
|
||
## [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)
|
||
|
||
**Bug Fixes**
|
||
|
||
- Field组件不支持负数 [\#884](https://github.com/youzan/vant/issues/884)
|
||
- 上传组件在部分安卓机型点击没有任何反应 无法弹出选择文件弹框 [\#860](https://github.com/youzan/vant/issues/860)
|
||
|
||
**Issue**
|
||
|
||
- swiper-item 加了页面跳转事件或者a 标签,swiper 组件中含 swipe-item 滑动时,会触发页面跳转,在ios 中会出现 [\#940](https://github.com/youzan/vant/issues/940)
|
||
- van-datetime-picker选项高度item-height设置不生效 [\#935](https://github.com/youzan/vant/issues/935)
|
||
- rem还没解决方案吗,可以提供些思路怎么快速解决 [\#931](https://github.com/youzan/vant/issues/931)
|
||
- 按需引入DatetimePicker组件时出现错误 [\#925](https://github.com/youzan/vant/issues/925)
|
||
- col not work [\#923](https://github.com/youzan/vant/issues/923)
|
||
- 可以实现夜间模式嘛?能不能给个思路吗? [\#914](https://github.com/youzan/vant/issues/914)
|
||
- 在Google Chrome 67.0.3396.10版本(32位)下Button按钮没有点击效果 [\#908](https://github.com/youzan/vant/issues/908)
|
||
- 运行 npm run test 或 npm run test:watch 报错 [\#906](https://github.com/youzan/vant/issues/906)
|
||
- 本地开发vant 需要清空yarn.lock 再yarn [\#905](https://github.com/youzan/vant/issues/905)
|
||
- radio组件没有挂载 [\#900](https://github.com/youzan/vant/issues/900)
|
||
- 请问怎么监听sku 规格选项发生变化 [\#899](https://github.com/youzan/vant/issues/899)
|
||
- 请问PopUP overlay-style 如何赋值。 [\#896](https://github.com/youzan/vant/issues/896)
|
||
- sku在部分手机出现了两遍 [\#895](https://github.com/youzan/vant/issues/895)
|
||
- sku组件提供的getSkuData\(\)方法,应该如何使用,希望能在文档上加个例子 [\#882](https://github.com/youzan/vant/issues/882)
|
||
- tab默认加载active延伸全部拉通了1.0.3版本 [\#836](https://github.com/youzan/vant/issues/836)
|
||
|
||
**Improvements**
|
||
|
||
- \[Doc\] Loading: remove circle type from document [\#941](https://github.com/youzan/vant/pull/941) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[build\] upgrade vue-loader@15 [\#937](https://github.com/youzan/vant/pull/937) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Build\] use MiniCssExtractPlugin instead of ExtractTextPlugin [\#936](https://github.com/youzan/vant/pull/936) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] use bem mixin [\#934](https://github.com/youzan/vant/pull/934) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] more component use bem mixin [\#932](https://github.com/youzan/vant/pull/932) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Uploader: can not upload pic in android [\#929](https://github.com/youzan/vant/pull/929) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Doc\] add rem guide [\#928](https://github.com/youzan/vant/pull/928) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] Panel: use cell instead of extra style [\#927](https://github.com/youzan/vant/pull/927) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] add sideEffects config for webpack 4 [\#926](https://github.com/youzan/vant/pull/926) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] more component use bem mixin [\#924](https://github.com/youzan/vant/pull/924) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] component use bem mixin [\#921](https://github.com/youzan/vant/pull/921) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Checkbox: should not render label when label is empty [\#920](https://github.com/youzan/vant/pull/920) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] Cell: optimize flex layout [\#919](https://github.com/youzan/vant/pull/919) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Dialog: type define error [\#918](https://github.com/youzan/vant/pull/918) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Picker: text adjust may cause option wrong offset [\#916](https://github.com/youzan/vant/pull/916) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] Slider: add step & bar-height prop [\#915](https://github.com/youzan/vant/pull/915) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] use ChromeHeadless instead of PhantomJS to run test cases [\#913](https://github.com/youzan/vant/pull/913) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Popup: should remove touch event listener when distroyed [\#912](https://github.com/youzan/vant/pull/912) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] add BEM helper mixin [\#904](https://github.com/youzan/vant/pull/904) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Doc\] fix Radio document [\#903](https://github.com/youzan/vant/pull/903) ([jerryni](https://github.com/jerryni))
|
||
- \[new component\] add Slider component \#721 [\#897](https://github.com/youzan/vant/pull/897) ([jerryni](https://github.com/jerryni))
|
||
|
||
## [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)
|
||
|
||
**Breaking changes**
|
||
|
||
- SubmitBar 组件的人民币符号建议可配置 [\#871](https://github.com/youzan/vant/issues/871)
|
||
- Tabs active 希望标签页改变也跟随改变 [\#849](https://github.com/youzan/vant/issues/849)
|
||
|
||
**Bug Fixes**
|
||
|
||
- Bug:Popup弹出层 滚动穿透至父层 [\#833](https://github.com/youzan/vant/issues/833)
|
||
|
||
**Issue**
|
||
|
||
- Uploader 图片上传组件存在BUG,同时使用:before-read,:after-read参数,后者不触发 [\#898](https://github.com/youzan/vant/issues/898)
|
||
- sku 组件 sku数据key值只能是tree,list,k,v么? [\#894](https://github.com/youzan/vant/issues/894)
|
||
- 希望form里面增加一个select的组件 [\#892](https://github.com/youzan/vant/issues/892)
|
||
- 通过script方式引入,如何调用类似于图片预览的方法? [\#890](https://github.com/youzan/vant/issues/890)
|
||
- tab的v-model无效? [\#888](https://github.com/youzan/vant/issues/888)
|
||
- 2级联动 Picker,Columns 数据是 key-value 格式的可以支持吗 [\#887](https://github.com/youzan/vant/issues/887)
|
||
- Contact 联系人组件是否有考虑增加一个 地址 类型? [\#886](https://github.com/youzan/vant/issues/886)
|
||
- PopUp click-overlay 事件无效 [\#880](https://github.com/youzan/vant/issues/880)
|
||
- 日期选择组件会出现和webview的下拉刷新冲突 [\#855](https://github.com/youzan/vant/issues/855)
|
||
|
||
**Improvements**
|
||
|
||
- \[Improvement\] Cell: optimize left icon [\#893](https://github.com/youzan/vant/pull/893) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Popup: fix lock scroll [\#891](https://github.com/youzan/vant/pull/891) ([Tinysymphony](https://github.com/Tinysymphony))
|
||
- \[bugfix\] Field: allow negative number when type is number [\#889](https://github.com/youzan/vant/pull/889) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Build: should use babel sync compile [\#885](https://github.com/youzan/vant/pull/885) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] add git hook, optimize dev process [\#883](https://github.com/youzan/vant/pull/883) ([jerryni](https://github.com/jerryni))
|
||
|
||
## [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)
|
||
|
||
**Breaking changes**
|
||
|
||
- tabs 的 click 希望多传回一个 e 对象 [\#873](https://github.com/youzan/vant/issues/873)
|
||
- \<van-tabbar-item info="5"\>标签\</van-tabbar-item\>中info应该要支持Number类型 [\#844](https://github.com/youzan/vant/issues/844)
|
||
|
||
**Bug Fixes**
|
||
|
||
- NavBar标题栏文字过长会重叠左右按键空间 [\#865](https://github.com/youzan/vant/issues/865)
|
||
- CellSwipe 和 list 在一起使用,往下滑动的时候,很容易就触发了CellSwipe 的左滑或者右滑事件, [\#856](https://github.com/youzan/vant/issues/856)
|
||
- Collapse 的 title 以 slot 方式包含按钮,按钮在loading状态下不对齐 [\#850](https://github.com/youzan/vant/issues/850)
|
||
- 实例页面购物车 van-submit-bar\_\_bar里的van-submit-bar\_\_price文字会被设置的rem影响不能居中 [\#848](https://github.com/youzan/vant/issues/848)
|
||
- 滑动tabs 和Swipe同时使用滑动优先级问题怎么处理 [\#817](https://github.com/youzan/vant/issues/817)
|
||
|
||
**Issue**
|
||
|
||
- Uploader 小米5S的微信浏览器上传回调不成功 [\#872](https://github.com/youzan/vant/issues/872)
|
||
- 请问NoticeBar支持多条text内容滚动么? [\#868](https://github.com/youzan/vant/issues/868)
|
||
- 引用toast组件会出现警告信息 [\#861](https://github.com/youzan/vant/issues/861)
|
||
- van-field的 type为 textarea 设置 高度自适应,高度被设置为0 [\#818](https://github.com/youzan/vant/issues/818)
|
||
|
||
**Improvements**
|
||
|
||
- \[Improvement\] Dialog: add before-close prop [\#881](https://github.com/youzan/vant/pull/881) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] Tab: support v-model bind active tab [\#879](https://github.com/youzan/vant/pull/879) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bug fix\] \#742 datetime-picker:时间选取错误 [\#878](https://github.com/youzan/vant/pull/878) ([jerryni](https://github.com/jerryni))
|
||
- \[Improvement\] SubmitBar: support custom currency symbol [\#876](https://github.com/youzan/vant/pull/876) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[new feature\] support es module [\#875](https://github.com/youzan/vant/pull/875) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[improvement\] Dialog: support async close [\#854](https://github.com/youzan/vant/pull/854) ([qianzhaoy](https://github.com/qianzhaoy))
|
||
|
||
## [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)
|
||
|
||
**Issue**
|
||
|
||
- 移动端适配的问题, 我看单位用的是px, 那这样的话我们本身基于rem做的适配是不是对组件就没有效果了 [\#859](https://github.com/youzan/vant/issues/859)
|
||
- NavBar @click-left默认没有返回上一页Event么 每个页面需要自己添加Event么 [\#851](https://github.com/youzan/vant/issues/851)
|
||
- 部分样式无法覆盖 ,现项目中有些细节需要修改样式表 我是在vue文件里覆盖修改的 但是有些可以覆盖有效 有些覆盖无效 [\#847](https://github.com/youzan/vant/issues/847)
|
||
- 标签页切换后导致左边tab标签页的分页方法失效,求大神解答。 [\#843](https://github.com/youzan/vant/issues/843)
|
||
- 在使用sku弹层的时候 van-sku-row的高度会被设置的rem影响 [\#839](https://github.com/youzan/vant/issues/839)
|
||
- List 列表 瀑布流滚动加载 [\#834](https://github.com/youzan/vant/issues/834)
|
||
|
||
**Improvements**
|
||
|
||
- \[Improvement\] add touch mixin [\#869](https://github.com/youzan/vant/pull/869) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] NavBar: limit title max width [\#867](https://github.com/youzan/vant/pull/867) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] CellSwipe: only trigger swipe when drag horizontally [\#866](https://github.com/youzan/vant/pull/866) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] ImagePreview: manually close not work [\#864](https://github.com/youzan/vant/pull/864) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] Radio: name support any types [\#863](https://github.com/youzan/vant/pull/863) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Button: vertical align incorrect when loading [\#858](https://github.com/youzan/vant/pull/858) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] SubmitBar: inherit wrong font size [\#857](https://github.com/youzan/vant/pull/857) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] SwitchCell: text vertical align [\#852](https://github.com/youzan/vant/pull/852) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Swipe: stop touch event propagation [\#846](https://github.com/youzan/vant/pull/846) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Improvement\] support Number type info [\#845](https://github.com/youzan/vant/pull/845) ([chenjiahan](https://github.com/chenjiahan))
|
||
|
||
## [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)
|
||
|
||
**Issue**
|
||
|
||
- 单独调用Dialog.close\(\)或者在vue里调用this.$dialog.close\(\)方法会报错 [\#837](https://github.com/youzan/vant/issues/837)
|
||
- waterfall异步加载问题 [\#835](https://github.com/youzan/vant/issues/835)
|
||
- picker组件 在单列情况下 如何设置默认值? [\#832](https://github.com/youzan/vant/issues/832)
|
||
- AddressEdit 地址编辑 cdn引用方式使用有问题 [\#831](https://github.com/youzan/vant/issues/831)
|
||
- 通过cdn形式使用时,bug太多 [\#830](https://github.com/youzan/vant/issues/830)
|
||
- Stepper 按钮怎么阻止冒泡 [\#829](https://github.com/youzan/vant/issues/829)
|
||
- area.json 数据 215090 没有父节点 [\#827](https://github.com/youzan/vant/issues/827)
|
||
- van-filed 组件的 button slot 无效。 [\#826](https://github.com/youzan/vant/issues/826)
|
||
- picker 组件 单列情况下 defaultIndex 参数不生效 [\#825](https://github.com/youzan/vant/issues/825)
|
||
- 希望DatetimePicker的type能够更灵活一点 [\#824](https://github.com/youzan/vant/issues/824)
|
||
- van-field中使用type="date"无效 [\#823](https://github.com/youzan/vant/issues/823)
|
||
- Uploader 图片上传 的属性disable 资料有误! [\#822](https://github.com/youzan/vant/issues/822)
|
||
- used vue-lazyload? [\#821](https://github.com/youzan/vant/issues/821)
|
||
- Dialog使用中产生的问题 [\#819](https://github.com/youzan/vant/issues/819)
|
||
- 关于修改控件默认样式及尺寸的问题 [\#816](https://github.com/youzan/vant/issues/816)
|
||
- 急急急!!Popup在安卓手机上出现严重问题 [\#815](https://github.com/youzan/vant/issues/815)
|
||
- 当有一个van-popup组件弹出时,如果再触发toast组件 弹出提示 [\#814](https://github.com/youzan/vant/issues/814)
|
||
- van-tabs 组件点击事件第二个title参数显示undefined [\#813](https://github.com/youzan/vant/issues/813)
|
||
- Radio与Cell组件一起使用时和示例的样式不一样,不知道时候需要手动重新设置样式? [\#811](https://github.com/youzan/vant/issues/811)
|
||
- 使用CDN时cell组件的bug [\#810](https://github.com/youzan/vant/issues/810)
|
||
- 希望能出一个视频播放组件 [\#809](https://github.com/youzan/vant/issues/809)
|
||
- 地址编辑 收取不到地区数据 [\#808](https://github.com/youzan/vant/issues/808)
|
||
- 关于checkbox [\#807](https://github.com/youzan/vant/issues/807)
|
||
- 如何点击tab时如何更换title旁的小图标 使当前点击状态的小图标与非点击时小图标不一样 [\#806](https://github.com/youzan/vant/issues/806)
|
||
- Cell组件为什么不开放value的slot? [\#805](https://github.com/youzan/vant/issues/805)
|
||
- Tab 标签页 里面添加sticky属性页面滑到一半切换不见了 [\#804](https://github.com/youzan/vant/issues/804)
|
||
- 布局都是PX,没有用rem。 [\#803](https://github.com/youzan/vant/issues/803)
|
||
- NumberKeyboard组件能给一个配合输入框使用的demo吗?考虑到阻止虚拟键盘之类的 [\#802](https://github.com/youzan/vant/issues/802)
|
||
|
||
**Improvements**
|
||
|
||
- \[bugfix\] Popup: lock-scroll not work when open multi popup [\#842](https://github.com/youzan/vant/pull/842) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Dialog: close method may cause error [\#841](https://github.com/youzan/vant/pull/841) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[bugfix\] Sku: van-sku-row font-size [\#840](https://github.com/youzan/vant/pull/840) ([chenjiahan](https://github.com/chenjiahan))
|
||
- \[Doc\] fix documentation error [\#828](https://github.com/youzan/vant/pull/828) ([cookfront](https://github.com/cookfront))
|
||
- \[bug fix\]submit-bar: Decimal rounding [\#820](https://github.com/youzan/vant/pull/820) ([ddchef](https://github.com/ddchef))
|
||
- \[locate\] add zh-HK [\#812](https://github.com/youzan/vant/pull/812) ([jasonc08](https://github.com/jasonc08))
|
||
|
||
## [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)* |