From fde0f39ce6191c791e89416099dc0b9ff9e06405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Tue, 26 Feb 2019 20:51:30 +0800 Subject: [PATCH] [changelog] 1.6.7 --- docs/markdown/changelog.en-US.md | 19 +++++++++++++++++++ docs/markdown/changelog.zh-CN.md | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 53389a476..688c540fe 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -1,5 +1,24 @@ ## Changelog +## [v1.6.7](https://github.com/youzan/vant/tree/v1.6.7) +`2019-02-26` + +**Improvements** + +- Button: add loading-size prop [\#2854](https://github.com/youzan/vant/pull/2854) +- Icon: optimzie round corner of some icons [\#2856](https://github.com/youzan/vant/pull/2856) +- Sku: Add custom settings in stepper stock [\#2839](https://github.com/youzan/vant/pull/2839) +- Stepper: add focus event [\#2841](https://github.com/youzan/vant/pull/2841) + +**Bug Fixes** + +- fix Actionsheet lazy-render not work [\#2840](https://github.com/youzan/vant/pull/2840) +- fix Actionsheet get-container not work [\#2853](https://github.com/youzan/vant/pull/2853) +- fix Tab should scroll to active tab when inited [\#2857](https://github.com/youzan/vant/pull/2857) +- fix Checkbox uncheckable when inside cell [\#2855](https://github.com/youzan/vant/pull/2855) +- fix CouponList incorrectly render when disabled list empty [\#2845](https://github.com/youzan/vant/pull/2845) + + ## [v1.6.6](https://github.com/youzan/vant/tree/v1.6.6) `2019-02-24` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 6503602a7..2bc151d6f 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -1,5 +1,24 @@ ## 更新日志 +## [v1.6.7](https://github.com/youzan/vant/tree/v1.6.7) +`2019-02-26` + +**Improvements** + +- Button: 新增 loading-size 属性 [\#2854](https://github.com/youzan/vant/pull/2854) +- Stepper: 新增 focus 事件 [\#2841](https://github.com/youzan/vant/pull/2841) +- Sku: 支持自定义 Stepper 库存信息 [\#2839](https://github.com/youzan/vant/pull/2839) +- Icon: 优化部分图标的圆角线条 [\#2856](https://github.com/youzan/vant/pull/2856) + +**Bug Fixes** + +- 修复 Actionsheet lazy-render 属性不生效的问题 [\#2840](https://github.com/youzan/vant/pull/2840) +- 修复 Actionsheet get-container 属性不生效的问题 [\#2853](https://github.com/youzan/vant/pull/2853) +- 修复 Tab 初始化时导航栏未自动滚动到当前标签位置的问题 [\#2857](https://github.com/youzan/vant/pull/2857) +- 修复 Checkbox 与 Cell 组件嵌套用法在 Vue 2.6+ 上的兼容问题 [\#2855](https://github.com/youzan/vant/pull/2855) +- 修复 CouponList 不可用券列表为空时展示错误的问题 [\#2845](https://github.com/youzan/vant/pull/2845) + + ## [v1.6.6](https://github.com/youzan/vant/tree/v1.6.6) `2019-02-24`