diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index ec03ba991..115fd4735 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -16,6 +16,16 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v3.4.1](https://github.com/compare/v3.4.0...v3.4.1) + +`2022-01-10` + +**Bug Fixes** + +- Area: missing picker mask [#10164](https://github.com/issues/10164) +- DatetimePicker: error in some edge cases [#10140](https://github.com/issues/10140) +- Popover: fix gap under the triangle [#10148](https://github.com/issues/10148) + ### [v3.4.0](https://github.com/compare/v3.3.7...v3.4.0) `2022-01-01` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index b2d08e894..c28beb47e 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -16,6 +16,16 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v3.4.1](https://github.com/compare/v3.4.0...v3.4.1) + +`2022-01-10` + +**Bug Fixes** + +- Area: 修复缺少遮罩层的问题 [#10164](https://github.com/issues/10164) +- DatetimePicker: 修复边界场景下出现报错的问题 [#10140](https://github.com/issues/10140) +- Popover: 修复箭头和弹出框之间存在缝隙的问题 [#10148](https://github.com/issues/10148) + ### [v3.4.0](https://github.com/compare/v3.3.7...v3.4.0) `2022-01-01`