[changelog] 1.6.11

This commit is contained in:
陈嘉涵 2019-03-23 19:38:48 +08:00
parent 79cec37c5a
commit 4d85e56d83
2 changed files with 50 additions and 0 deletions

View File

@ -1,5 +1,30 @@
## Changelog
## [v1.6.11](https://github.com/youzan/vant/tree/v1.6.11)
`2019-03-22`
**Improvements**
- Icon: update shop icons [\#3044](https://github.com/youzan/vant/pull/3044)
- Button: add hairline prop [\#3031](https://github.com/youzan/vant/pull/3031)
- Button: add touchstart event [\#3039](https://github.com/youzan/vant/pull/3039)
- Dialog: add getContainer option [\#3040](https://github.com/youzan/vant/pull/3040)
- Radio: add click event [\#2990](https://github.com/youzan/vant/pull/2990)
- Checkbox: add click event [\#2990](https://github.com/youzan/vant/pull/2990)
- NoticeBar: add wrapable prop [\#2992](https://github.com/youzan/vant/pull/2992)
- Field: add error-message-align prop [\#3016](https://github.com/youzan/vant/pull/3016)
- Sku: support set selectedNum when inited [\#3045](https://github.com/youzan/vant/pull/3045)
- Actionsheet: support use slot and cancel-text at same time [\#3021](https://github.com/youzan/vant/pull/3021)
**Bug Fixes**
- fix Dialog overlay incorrect locate when use getContainer [\#3041](https://github.com/youzan/vant/pull/3041)
- fix Swipe text blur in some browsers [\#3030](https://github.com/youzan/vant/pull/3030)
- fix Toast should not render overlay when cleared [\#3025](https://github.com/youzan/vant/pull/3025)
- fix Steps active-icon prop style error when vertical [\#3007](https://github.com/youzan/vant/pull/3007)
- fix Collapse can not expand when clientHeight equals zero [\#2993](https://github.com/youzan/vant/pull/2993)
## [v1.6.10](https://github.com/youzan/vant/tree/v1.6.10)
`2019-03-17`

View File

@ -1,5 +1,30 @@
## 更新日志
## [v1.6.11](https://github.com/youzan/vant/tree/v1.6.11)
`2019-03-22`
**Improvements**
- Icon: 更新店铺相关图标 [\#3044](https://github.com/youzan/vant/pull/3044)
- Radio: 新增 click 事件 [\#2990](https://github.com/youzan/vant/pull/2990)
- Checkbox: 新增 click 事件 [\#2990](https://github.com/youzan/vant/pull/2990)
- Button: 新增 hairline 属性 [\#3031](https://github.com/youzan/vant/pull/3031)
- Button: 新增 touchstart 属性 [\#3039](https://github.com/youzan/vant/pull/3039)
- Dialog: 新增 getContainer 选项 [\#3040](https://github.com/youzan/vant/pull/3040)
- NoticeBar: 新增 wrapable 属性 [\#2992](https://github.com/youzan/vant/pull/2992)
- Field: 新增 error-message-align 属性 [\#3016](https://github.com/youzan/vant/pull/3016)
- Sku: 支持在初始化时设置选中商品数量 [\#3045](https://github.com/youzan/vant/pull/3045)
- Actionsheet: 支持同时设置默认插槽和 cancel-text [\#3021](https://github.com/youzan/vant/pull/3021)
**Bug Fixes**
- 修复 Swipe 在部分浏览器上文字模糊的问题 [\#3030](https://github.com/youzan/vant/pull/3030)
- 修复 Steps 垂直方向 active-icon 样式错误的问题 [\#3007](https://github.com/youzan/vant/pull/3007)
- 修复 Toast 在某些情况下遮罩层无法被清除的问题 [\#3025](https://github.com/youzan/vant/pull/3025)
- 修复 Dialog 使用 getContainer 属性时遮罩层位置错误的问题 [\#3041](https://github.com/youzan/vant/pull/3041)
- 修复 Collapse 在渲染较慢的情况下可能出现高度为 0 的问题 [\#2993](https://github.com/youzan/vant/pull/2993)
## [v1.6.10](https://github.com/youzan/vant/tree/v1.6.10)
`2019-03-17`