diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index baf58e973..e94017c9b 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,15 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v4.0.3](https://github.com/vant-ui/vant/compare/v4.0.2...v4.0.3) + +`2022-12-13` + +**Bug Fixes** + +- Field: failed to dynamically set empty label [#11373](https://github.com/vant-ui/vant/issues/11373) +- ImagePreview: fix loading when previewing images [#11376](https://github.com/vant-ui/vant/issues/11376) + ### [v4.0.2](https://github.com/vant-ui/vant/compare/v4.0.1...v4.0.2) `2022-12-03` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index ee7cb3ecb..97de6df8e 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,15 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v4.0.3](https://github.com/vant-ui/vant/compare/v4.0.2...v4.0.3) + +`2022-12-13` + +**Bug Fixes** + +- Field: 修复动态设置空的 label 不生效的问题 [#11373](https://github.com/vant-ui/vant/issues/11373) +- ImagePreview: 修复图片可能加载失败的问题 [#11376](https://github.com/vant-ui/vant/issues/11376) + ### [v4.0.2](https://github.com/vant-ui/vant/compare/v4.0.1...v4.0.2) `2022-12-03`