docs(changelog): 2.1.8

This commit is contained in:
陈嘉涵 2019-08-29 20:51:17 +08:00
parent 0daa8b23e9
commit 44f5599c4f
2 changed files with 34 additions and 0 deletions

View File

@ -1,5 +1,22 @@
# Changelog
### [v2.1.8](https://github.com/youzan/vant/tree/v2.1.8)
`2019-08-29`
**Improvements**
- Picker: add allow-html prop [\#4278](https://github.com/youzan/vant/pull/4278)
- NumberKeyboard: add focused prop [\#4279](https://github.com/youzan/vant/pull/4279)
- GoodsActionButton: add color prop [\#4255](https://github.com/youzan/vant/pull/4255)
- Button: color prop support linear-gradient [\#4252](https://github.com/youzan/vant/pull/4252)
**Bug Fixes**
- fix Circle stroke-width can't be greater than 60 [\#4256](https://github.com/youzan/vant/pull/4256)
- fix Picker should avoid click event when moving [\#4273](https://github.com/youzan/vant/pull/4273)
- fix Picker incorrect position when pause momentum [\#4277](https://github.com/youzan/vant/pull/4277)
### [v2.1.7](https://github.com/youzan/vant/tree/v2.1.7)
`2019-08-26`

View File

@ -1,5 +1,22 @@
# 更新日志
### [v2.1.8](https://github.com/youzan/vant/tree/v2.1.8)
`2019-08-29`
**Improvements**
- Picker: 新增 allow-html 属性 [\#4278](https://github.com/youzan/vant/pull/4278)
- NumberKeyboard: 新增 focused 属性 [\#4279](https://github.com/youzan/vant/pull/4279)
- GoodsActionButton: 新增 color 属性 [\#4255](https://github.com/youzan/vant/pull/4255)
- Button: color 属性支持传入 linear-gradient 渐变色 [\#4252](https://github.com/youzan/vant/pull/4252)
**Bug Fixes**
- 修复 Circle stroke-width 超过 60 时样式错误的问题 [\#4256](https://github.com/youzan/vant/pull/4256)
- 修复 Picker 滑动暂停时位置错误的问题 [\#4277](https://github.com/youzan/vant/pull/4277)
- 修复 Picker 滑动结束时触发点击会跳动的问题 [\#4273](https://github.com/youzan/vant/pull/4273)
### [v2.1.7](https://github.com/youzan/vant/tree/v2.1.7)
`2019-08-26`