From b3c14a47e44cbbee583872d63c2436501ca6a97e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 19 Apr 2019 17:40:49 +0800 Subject: [PATCH] [changelog] 1.6.15 --- docs/markdown/changelog.en-US.md | 26 +++++++++++++++++++++++++- docs/markdown/changelog.zh-CN.md | 27 ++++++++++++++++++++++++++- 2 files changed, 51 insertions(+), 2 deletions(-) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 40875e61a..a195eee25 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -1,11 +1,35 @@ ## Changelog +## [v1.6.15](https://github.com/youzan/vant/tree/v1.6.15) +`2019-04-19` + +**Improvements** + +- Card: add less vars [\#3167](https://github.com/youzan/vant/pull/3167) +- Swipe: add less vars [\#3169](https://github.com/youzan/vant/pull/3169) +- Field: add less vars [\#3168](https://github.com/youzan/vant/pull/3168) +- ImagePreview: add index slot [\#3157](https://github.com/youzan/vant/pull/3157) +- ImagePreview: add change event [\#3155](https://github.com/youzan/vant/pull/3155) +- ImagePreview: support component call [\#3154](https://github.com/youzan/vant/pull/3154) +- SubmitBar: add decimal-length prop [\#3151](https://github.com/youzan/vant/pull/3151) +- Tabbar: add safe-area-inset-bottom prop [\#3149](https://github.com/youzan/vant/pull/3149) +- SubmitBar: add safe-area-inset-bottom prop [\#3172](https://github.com/youzan/vant/pull/3172) +- GoodsAction: add safe-area-inset-bottom prop [\#3174](https://github.com/youzan/vant/pull/3174) +- Actionsheet: add safe-area-inset-bottom prop [\#3171](https://github.com/youzan/vant/pull/3171) +- NumberKeyboard: add safe-area-inset-bottom prop [\#3173](https://github.com/youzan/vant/pull/3173) + +**Bug Fixes** + +- fix Card should not render empty bottom div [\#3152](https://github.com/youzan/vant/pull/3152) +- fix Popup may cause event uncancelable warning [\#3150](https://github.com/youzan/vant/pull/3150) +- fix Toast should add z-index if previous toast has not disappeared [\#3153](https://github.com/youzan/vant/pull/3153) + + ## [v1.6.14](https://github.com/youzan/vant/tree/v1.6.14) `2019-04-13` **Improvements** - - Rate: add allow-half prop [\#3134](https://github.com/youzan/vant/pull/3134) - ImagePreview: add max-zoom、min-zoom prop [\#3133](https://github.com/youzan/vant/pull/3133) - Dialog: add confirm-button-color、cancel-button-color prop [\#3107](https://github.com/youzan/vant/pull/3107) diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 4e74e7f67..a424595b1 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -1,11 +1,35 @@ ## 更新日志 +## [v1.6.15](https://github.com/youzan/vant/tree/v1.6.15) +`2019-04-19` + +**Improvements** + +- Card: 新增多个 Less 变量 [\#3167](https://github.com/youzan/vant/pull/3167) +- Swipe: 新增多个 Less 变量 [\#3169](https://github.com/youzan/vant/pull/3169) +- Field: 新增多个 Less 变量 [\#3168](https://github.com/youzan/vant/pull/3168) +- ImagePreview: 支持组件调用 [\#3154](https://github.com/youzan/vant/pull/3154) +- ImagePreview: 新增 index 插槽 [\#3157](https://github.com/youzan/vant/pull/3157) +- ImagePreview: 新增 change 事件 [\#3155](https://github.com/youzan/vant/pull/3155) +- SubmitBar: 新增 decimal-length 属性 [\#3151](https://github.com/youzan/vant/pull/3151) +- Tabbar: 新增 safe-area-inset-bottom 属性 [\#3149](https://github.com/youzan/vant/pull/3149) +- SubmitBar: 新增 safe-area-inset-bottom 属性 [\#3172](https://github.com/youzan/vant/pull/3172) +- GoodsAction: 新增 safe-area-inset-bottom 属性 [\#3174](https://github.com/youzan/vant/pull/3174) +- Actionsheet: 新增 safe-area-inset-bottom 属性 [\#3171](https://github.com/youzan/vant/pull/3171) +- NumberKeyboard: 新增 safe-area-inset-bottom 属性 [\#3173](https://github.com/youzan/vant/pull/3173) + +**Bug Fixes** + +- 修复 Card 渲染空标签的问题 [\#3152](https://github.com/youzan/vant/pull/3152) +- 修复 Popup 会触发浏览器事件 uncancelable 提示的问题 [\#3150](https://github.com/youzan/vant/pull/3150) +- 修复 Toast z-index 未正确递增的问题 [\#3153](https://github.com/youzan/vant/pull/3153) + + ## [v1.6.14](https://github.com/youzan/vant/tree/v1.6.14) `2019-04-13` **Improvements** - - Rate: 新增 allow-half 属性 [\#3134](https://github.com/youzan/vant/pull/3134) - ImagePreview: 新增 max-zoom、min-zoom 属性 [\#3133](https://github.com/youzan/vant/pull/3133) - Dialog: 新增 confirm-button-color、cancel-button-color 属性 [\#3107](https://github.com/youzan/vant/pull/3107) @@ -23,6 +47,7 @@ - 修复 Toast 使用 getContainer 属性后可能出现节点被回收导致无法渲染的问题 [\#3115](https://github.com/youzan/vant/pull/3115) - 修复 Dialog 使用 getContainer 属性后可能出现节点被回收导致无法渲染的问题 [\#3111](https://github.com/youzan/vant/pull/3111) + ## [v1.6.13](https://github.com/youzan/vant/tree/v1.6.13) `2019-04-06`