[changelog] 1.6.16

This commit is contained in:
陈嘉涵 2019-04-26 14:33:21 +08:00
parent 2f39ce32a6
commit 821639c47e
2 changed files with 38 additions and 0 deletions

View File

@ -1,5 +1,24 @@
## Changelog
## [v1.6.16](https://github.com/youzan/vant/tree/v1.6.16)
`2019-04-26`
**Improvements**
- Step: add active-icon slot [\#3193](https://github.com/youzan/vant/pull/3193)
- NumberKeyboard: add title-left slot [\#3194](https://github.com/youzan/vant/pull/3194)
- Icon: update new icon & hot icon [\#3203](https://github.com/youzan/vant/pull/3203)
**Bug Fixes**
- fix Row align bottom not work [\#3209](https://github.com/youzan/vant/pull/3209)
- fix Area change event values incorrect [\#3219](https://github.com/youzan/vant/pull/3219)
- fix Field add hack for iOS 12 scroll position [\#3204](https://github.com/youzan/vant/pull/3204)
- fix AddressList not trigger select event when click radio icon [\#3214](https://github.com/youzan/vant/pull/3214)
- fix ContactList not trigger select event when click radio icon [\#3218](https://github.com/youzan/vant/pull/3218)
- fix Slider drag and `value` props change at the same time can not drag success [\#3206](https://github.com/youzan/vant/pull/3206)
## [v1.6.15](https://github.com/youzan/vant/tree/v1.6.15)
`2019-04-19`

View File

@ -1,5 +1,24 @@
## 更新日志
## [v1.6.16](https://github.com/youzan/vant/tree/v1.6.16)
`2019-04-26`
**Improvements**
- Step: 新增 active-icon 插槽 [\#3193](https://github.com/youzan/vant/pull/3193)
- NumberKeyboard: 新增 title-left 插槽 [\#3194](https://github.com/youzan/vant/pull/3194)
- Icon: 更新 new、hot 图标 [\#3203](https://github.com/youzan/vant/pull/3203)
**Bug Fixes**
- 修复 Field 在 iOS12 上滚动位置偏移的问题 [\#3204](https://github.com/youzan/vant/pull/3204)
- 修复 Row align 设置为 bottom 时不生效的问题 [\#3209](https://github.com/youzan/vant/pull/3209)
- 修复 Area change 事件回传的 values 参数错误的问题 [\#3219](https://github.com/youzan/vant/pull/3219)
- 修复 AddressList 点击单选框无法触发 select 事件的问题 [\#3214](https://github.com/youzan/vant/pull/3214)
- 修复 ContactList 点击单选框无法触发 select 事件的问题 [\#3218](https://github.com/youzan/vant/pull/3218)
- 修复 Slider 拖动同时设置 value 属性导致拖动失败的问题 [\#3206](https://github.com/youzan/vant/pull/3206)
## [v1.6.15](https://github.com/youzan/vant/tree/v1.6.15)
`2019-04-19`