From 4832342321944c933df7987a1f982c8fd4f422cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Sun, 5 May 2019 11:15:35 +0800 Subject: [PATCH] [changelog] 1.6.17 --- docs/markdown/changelog.en-US.md | 18 ++++++++++++++++++ docs/markdown/changelog.zh-CN.md | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 78d8be853..1edea365d 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -1,5 +1,23 @@ ## Changelog +## [1.6.17](https://github.com/youzan/vant/tree/v1.6.17) +`2019-05-05` + +**Improvements** + +- List: add direction prop [\#3223](https://github.com/youzan/vant/pull/3223) +- Cell: add title-style prop [\#3233](https://github.com/youzan/vant/pull/3233) +- Field: add label-width prop [\#3235](https://github.com/youzan/vant/pull/3235) + +**Bug Fixes** + +- fix Card thumb image align center [\#3229](https://github.com/youzan/vant/pull/3229) +- fix Icon new and question icon incomplete render +- fix Step text display overlapping in small screen devices +- fix Step incorrect active step when insert step asynchronously +- fix Popup click-overlay event triggered twice when show multiple popup + + ## [v1.6.16](https://github.com/youzan/vant/tree/v1.6.16) `2019-04-26` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index a6137baa8..ea93d0103 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -1,5 +1,23 @@ ## 更新日志 +## [1.6.17](https://github.com/youzan/vant/tree/v1.6.17) +`2019-05-05` + +**Improvements** + +- List: 新增 direction 属性 [\#3223](https://github.com/youzan/vant/pull/3223) +- Cell: 新增 title-style 属性 [\#3233](https://github.com/youzan/vant/pull/3233) +- Field: 新增 label-width 属性 [\#3235](https://github.com/youzan/vant/pull/3235) + +**Bug Fixes** + +- 修复 Card 图片未居中的问题 [\#3229](https://github.com/youzan/vant/pull/3229) +- 修复 Icon new、question 图标展示不全的问题 +- 修复 Step 异步插入步骤时顺序错误的问题 +- 修复 Step 步骤超过五项时在小屏设备上文字重叠的问题 +- 修复 Popup 弹出多个弹层时 click-overlay 事件重复触发的问题 + + ## [v1.6.16](https://github.com/youzan/vant/tree/v1.6.16) `2019-04-26`