[changelog] 1.3.10

This commit is contained in:
陈嘉涵 2018-10-29 19:41:33 +08:00
parent 009302e86e
commit 0bd557bdd4
2 changed files with 36 additions and 0 deletions

View File

@ -1,5 +1,23 @@
## Changelog ## Changelog
## [v1.3.10](https://github.com/youzan/vant/tree/v1.3.10)
`2018-10-29`
**Improvements**
- Field: add focus method [\#1987](https://github.com/youzan/vant/pull/1987)
- Search: add left-icon slot [\#1974](https://github.com/youzan/vant/pull/1974)
- CouponCell: add border prop [\#1993](https://github.com/youzan/vant/pull/1993)
- CouponCell: update value display rule [\#1976](https://github.com/youzan/vant/pull/1976)
- ImagePreview: add showIndicators prop [\#1992](https://github.com/youzan/vant/pull/1992)
- GoodsAction: add loading、disabled prop [\#1994](https://github.com/youzan/vant/pull/1994)
**Bug Fixes**
- fix Swipe height prop not work [\#1982](https://github.com/youzan/vant/pull/1982)
- fix Toast remove unclickable when destroyed [\#1991](https://github.com/youzan/vant/pull/1991)
## [v1.3.9](https://github.com/youzan/vant/tree/v1.3.9) ## [v1.3.9](https://github.com/youzan/vant/tree/v1.3.9)
`2018-10-24` `2018-10-24`

View File

@ -1,5 +1,23 @@
## 更新日志 ## 更新日志
## [v1.3.10](https://github.com/youzan/vant/tree/v1.3.10)
`2018-10-29`
**Improvements**
- Field: 新增 focus 方法 [\#1987](https://github.com/youzan/vant/pull/1987)
- Search: 新增 left-icon 插槽 [\#1974](https://github.com/youzan/vant/pull/1974)
- CouponCell: 新增 border 属性 [\#1993](https://github.com/youzan/vant/pull/1993)
- CouponCell: 优化优惠金额展示规则 [\#1976](https://github.com/youzan/vant/pull/1976)
- ImagePreview: 新增 showIndicators 属性 [\#1992](https://github.com/youzan/vant/pull/1992)
- GoodsAction: 新增 loading、disabled 属性 [\#1994](https://github.com/youzan/vant/pull/1994)
**Bug Fixes**
- 修复 Swipe height 属性不生效的问题 [\#1982](https://github.com/youzan/vant/pull/1982)
- 修复 Toast 在多实例模式下未正确销毁导致无法点击的问题 [\#1991](https://github.com/youzan/vant/pull/1991)
## [v1.3.9](https://github.com/youzan/vant/tree/v1.3.9) ## [v1.3.9](https://github.com/youzan/vant/tree/v1.3.9)
`2018-10-24` `2018-10-24`