From 4b64b1ffc45dcbac365dec1fee3e29c9f45fa204 Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 25 Jun 2022 12:39:02 +0800 Subject: [PATCH] docs(changelog): vant@2.12.48 (#10744) --- docs/markdown/changelog.en-US.md | 13 +++++++++++++ docs/markdown/changelog.zh-CN.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 13e1d63bc..71addcd4e 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -16,6 +16,19 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v2.12.48](https://github.com/youzan/vant/compare/v2.12.47...v2.12.48) + +`2022-06-25` + +**Feature** + +- Steps: add center prop [#10617](https://github.com/youzan/vant/issues/10617) + +**Bug Fixes** + +- Dialog: should not submit form after clicking button [#10570](https://github.com/youzan/vant/issues/10570) +- List: element with `overflow: overlay` style should be considered a scroll container [#10743](https://github.com/youzan/vant/issues/10743) + ### [v2.12.47](https://github.com/youzan/vant/compare/v2.12.46...v2.12.47) `2022-04-07` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index ae3e8d6fc..4766b0eba 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -25,6 +25,19 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v2.12.48](https://github.com/youzan/vant/compare/v2.12.47...v2.12.48) + +`2022-06-25` + +**Feature** + +- Steps: 新增 center 属性 [#10617](https://github.com/youzan/vant/issues/10617) + +**Bug Fixes** + +- Dialog: 修复点击按钮后会导致表单提交的问题 [#10570](https://github.com/youzan/vant/issues/10570) +- List: 修复检测滚动容器时忽略了 `overflow: overlay` 样式的问题 [#10743](https://github.com/youzan/vant/issues/10743) + ### [v2.12.47](https://github.com/youzan/vant/compare/v2.12.46...v2.12.47) `2022-04-07`