From d0e0e97e99cb4b10a8afc8d4aa7104d8f9038c28 Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 3 Dec 2022 20:32:03 +0800 Subject: [PATCH] docs(changelog): vant@4.0.2 (#11353) --- packages/vant/docs/markdown/changelog.en-US.md | 10 ++++++++++ packages/vant/docs/markdown/changelog.zh-CN.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index 52a5efcb0..baf58e973 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,16 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v4.0.2](https://github.com/vant-ui/vant/compare/v4.0.1...v4.0.2) + +`2022-12-03` + +**Bug Fixes** + +- Field: incorrect cursor position when using formatter [#11348](https://github.com/vant-ui/vant/issues/11348) +- Image: load event not triggered in nuxt3 [128972](https://github.com/vant-ui/vant/commit/128972a75329d4b14028d00cd23dac66038e2d4c) +- NavBar: update placeholder height when window resized [#11351](https://github.com/vant-ui/vant/issues/11351) + ### [v4.0.1](https://github.com/vant-ui/vant/compare/v4.0.0...v4.0.1) `2022-12-01` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 961e23d7a..51e3ea9f6 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,16 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v4.0.2](https://github.com/vant-ui/vant/compare/v4.0.1...v4.0.2) + +`2022-12-03` + +**Bug Fixes** + +- Field: 修复使用 formatter 时光标位置错误的问题 [#11348](https://github.com/vant-ui/vant/issues/11348) +- Image: 修复在 Nuxt 3 下图片可能无法展示的问题 [128972](https://github.com/vant-ui/vant/commit/128972a75329d4b14028d00cd23dac66038e2d4c) +- NavBar: 修复屏幕旋转时 placeholder 未自动适配高度的问题 [#11351](https://github.com/vant-ui/vant/issues/11351) + ### [v4.0.1](https://github.com/vant-ui/vant/compare/v4.0.0...v4.0.1) `2022-12-01`