From 57e3d09938cfb696c72ade2602e3d0f9d2b9c2e4 Mon Sep 17 00:00:00 2001 From: rex-zsd Date: Tue, 21 Apr 2020 10:23:11 +0800 Subject: [PATCH] docs(changelog): release 1.2.2 --- docs/markdown/changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/markdown/changelog.md b/docs/markdown/changelog.md index f5b1eaa7..348826cd 100644 --- a/docs/markdown/changelog.md +++ b/docs/markdown/changelog.md @@ -1,5 +1,20 @@ # 更新日志 + +### [v1.2.2](https://github.com/youzan/vant-weapp/tree/v1.2.2) +`2020-04-21` + +**Features** + +- GoodsActionButton: 新增 CSS 变量 goods-action-line-height [\#3037](https://github.com/youzan/vant-weapp/pull/3037) +- Calendar: 选择区间大于 range 时自动选中最大范围 [\#3026](https://github.com/youzan/vant-weapp/pull/3026) +- Notify: 新增 top 属性 [\#3018](https://github.com/youzan/vant-weapp/pull/3018) + +**Bug Fixes** + +- Field: 修复未设置 autosize 时 wxs 报错 [\#3038](https://github.com/youzan/vant-weapp/pull/3038) +- Field: 避免设置 showClear 为 undefined [\#3012](https://github.com/youzan/vant-weapp/pull/3012) + ### [v1.2.1](https://github.com/youzan/vant-weapp/tree/v1.2.1) `2020-04-12`