[changelog] 1.6.12

This commit is contained in:
陈嘉涵 2019-03-29 15:03:38 +08:00
parent 43fa88ca21
commit cc6b4bb62b
2 changed files with 28 additions and 0 deletions

View File

@ -1,5 +1,19 @@
## Changelog
## [v1.6.12](https://github.com/youzan/vant/tree/v1.6.12)
`2019-03-28`
**Improvements**
- Actionsheet: add less vars [\#3049](https://github.com/youzan/vant/pull/3049)
**Bug Fixes**
- fix SwipeCell unable to scroll page when opened [\#3056](https://github.com/youzan/vant/pull/3056)
- fix Picker render error when set data async [\#3064](https://github.com/youzan/vant/pull/3064)
- fix Button square prop not work when use hairline [\#3058](https://github.com/youzan/vant/pull/3058)
## [v1.6.11](https://github.com/youzan/vant/tree/v1.6.11)
`2019-03-22`

View File

@ -1,5 +1,19 @@
## 更新日志
## [v1.6.12](https://github.com/youzan/vant/tree/v1.6.12)
`2019-03-28`
**Improvements**
- Actionsheet: 新增 less 变量 [\#3049](https://github.com/youzan/vant/pull/3049)
**Bug Fixes**
- 修复 SwipeCell 展示时无法触发滚动事件的问题 [\#3056](https://github.com/youzan/vant/pull/3056)
- 修复 Button 细边框状态下 square 属性失效的问题 [\#3058](https://github.com/youzan/vant/pull/3058)
- 修复 Picker 使用 loading 属性时展示出现异常的问题 [\#3064](https://github.com/youzan/vant/pull/3064)
## [v1.6.11](https://github.com/youzan/vant/tree/v1.6.11)
`2019-03-22`