diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 64cc703ae..b10bcf45f 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.43](https://github.com/youzan/vant/compare/v2.12.39...v2.12.43) + +`2022-02-10` + +**Feature** + +- Cascader: add show-header prop [#10201](https://github.com/youzan/vant/issues/10201) +- CollapseItem: add lazy-render prop [#10279](https://github.com/youzan/vant/issues/10279) + +**Bug Fixes** + +- Icon: remove white space under image when using image URL [#10224](https://github.com/youzan/vant/issues/10224) + ### [v2.12.42](https://github.com/youzan/vant/compare/v2.12.41...v2.12.42) `2022-02-07` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 0d900edb1..bb7bcf6e5 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -16,6 +16,19 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v2.12.43](https://github.com/youzan/vant/compare/v2.12.39...v2.12.43) + +`2022-02-10` + +**Feature** + +- Cascader: 新增 show-header 属性 [#10201](https://github.com/youzan/vant/issues/10201) +- CollapseItem: 新增 lazy-render 属性 [#10279](https://github.com/youzan/vant/issues/10279) + +**Bug Fixes** + +- Icon: 修复使用图片作为图标时水平未对齐的问题 [#10224](https://github.com/youzan/vant/issues/10224) + ### [v2.12.42](https://github.com/youzan/vant/compare/v2.12.41...v2.12.42) `2022-02-07`