[changelog] 1.6.7

This commit is contained in:
陈嘉涵 2019-02-26 20:51:30 +08:00
parent dacb00eedb
commit fde0f39ce6
2 changed files with 38 additions and 0 deletions

View File

@ -1,5 +1,24 @@
## Changelog
## [v1.6.7](https://github.com/youzan/vant/tree/v1.6.7)
`2019-02-26`
**Improvements**
- Button: add loading-size prop [\#2854](https://github.com/youzan/vant/pull/2854)
- Icon: optimzie round corner of some icons [\#2856](https://github.com/youzan/vant/pull/2856)
- Sku: Add custom settings in stepper stock [\#2839](https://github.com/youzan/vant/pull/2839)
- Stepper: add focus event [\#2841](https://github.com/youzan/vant/pull/2841)
**Bug Fixes**
- fix Actionsheet lazy-render not work [\#2840](https://github.com/youzan/vant/pull/2840)
- fix Actionsheet get-container not work [\#2853](https://github.com/youzan/vant/pull/2853)
- fix Tab should scroll to active tab when inited [\#2857](https://github.com/youzan/vant/pull/2857)
- fix Checkbox uncheckable when inside cell [\#2855](https://github.com/youzan/vant/pull/2855)
- fix CouponList incorrectly render when disabled list empty [\#2845](https://github.com/youzan/vant/pull/2845)
## [v1.6.6](https://github.com/youzan/vant/tree/v1.6.6)
`2019-02-24`

View File

@ -1,5 +1,24 @@
## 更新日志
## [v1.6.7](https://github.com/youzan/vant/tree/v1.6.7)
`2019-02-26`
**Improvements**
- Button: 新增 loading-size 属性 [\#2854](https://github.com/youzan/vant/pull/2854)
- Stepper: 新增 focus 事件 [\#2841](https://github.com/youzan/vant/pull/2841)
- Sku: 支持自定义 Stepper 库存信息 [\#2839](https://github.com/youzan/vant/pull/2839)
- Icon: 优化部分图标的圆角线条 [\#2856](https://github.com/youzan/vant/pull/2856)
**Bug Fixes**
- 修复 Actionsheet lazy-render 属性不生效的问题 [\#2840](https://github.com/youzan/vant/pull/2840)
- 修复 Actionsheet get-container 属性不生效的问题 [\#2853](https://github.com/youzan/vant/pull/2853)
- 修复 Tab 初始化时导航栏未自动滚动到当前标签位置的问题 [\#2857](https://github.com/youzan/vant/pull/2857)
- 修复 Checkbox 与 Cell 组件嵌套用法在 Vue 2.6+ 上的兼容问题 [\#2855](https://github.com/youzan/vant/pull/2855)
- 修复 CouponList 不可用券列表为空时展示错误的问题 [\#2845](https://github.com/youzan/vant/pull/2845)
## [v1.6.6](https://github.com/youzan/vant/tree/v1.6.6)
`2019-02-24`