docs(changelog): 2.12.43

This commit is contained in:
chenjiahan 2022-02-10 19:58:32 +08:00
parent ec55f9ff7a
commit cf88ae38a6
2 changed files with 26 additions and 0 deletions

View File

@ -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`

View File

@ -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`