From f8f1da7db1c12f9e119e7fec1da4cab84fc25db7 Mon Sep 17 00:00:00 2001 From: zhongnan Date: Fri, 26 Feb 2021 17:14:07 +0800 Subject: [PATCH] docs(changelog): release 1.6.8 --- docs/markdown/changelog.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/docs/markdown/changelog.md b/docs/markdown/changelog.md index ab5391a7..408fad2f 100644 --- a/docs/markdown/changelog.md +++ b/docs/markdown/changelog.md @@ -1,13 +1,32 @@ # 更新日志 +### [1.6.8](https://github.com/youzan/vant-weapp/tree/v1.6.8) + +`2021-02-26` + +**Features** + +- NoticeBar: 新增默认插槽 ([#4048](https://github.com/youzan/vant-weapp/pull/4048)) +- Stepper: 新增 theme 属性,支持圆形风格 ([#4049](https://github.com/youzan/vant-weapp/pull/4049)) +- Stepper: 新增 plus & minus 插槽 ([#4049](https://github.com/youzan/vant-weapp/pull/4049)) + +**Bug Fixes** + +- Checkbox: 修复 label-position 属性无效 ([#4036](https://github.com/youzan/vant-weapp/pull/4036)) +- Dialog: 修复 beforeClose 方法类型定义 ([#4019](https://github.com/youzan/vant-weapp/pull/4019)) + +**Improvements** + +- Circle: 当内置 canvas 不支持同层渲染时降级至默认 type ([#4050](https://github.com/youzan/vant-weapp/pull/4050)) + ### [1.6.7](https://github.com/youzan/vant-weapp/tree/v1.6.7) + `2021-01-27` **Features** - Radio: 新增 `direction` 属性 ([#4007](https://github.com/youzan/vant-weapp/issues/4007)) - **Bug Fixes** - Icons: 修复部分地区图标不显示 ([#4012](https://github.com/youzan/vant-weapp/issues/4012)) @@ -17,7 +36,6 @@ `2021-01-21` - **Features** - Uploader: 支持文件预览 ([#3975](https://github.com/youzan/vant-weapp/pull/3975)) @@ -30,7 +48,6 @@ - Calendar: 优化模板代码 ([#3972](https://github.com/youzan/vant-weapp/pull/3972)) - ### [1.6.5](https://github.com/youzan/vant-weapp/tree/v1.6.5) `2021-01-19`