From 4d85e56d8321c5bd720da04e2890b326f03154f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Sat, 23 Mar 2019 19:38:48 +0800 Subject: [PATCH] [changelog] 1.6.11 --- docs/markdown/changelog.en-US.md | 25 +++++++++++++++++++++++++ docs/markdown/changelog.zh-CN.md | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 3ea88ea6f..be2da6e3f 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -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` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 08601fee5..37aed4551 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -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`