From c6f1d99318db6a1687d73ae8f674a72809467f12 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 25 Dec 2022 21:21:14 +0800 Subject: [PATCH] docs(changelog): vant@4.0.5 (#11420) --- packages/vant/docs/markdown/changelog.en-US.md | 15 +++++++++++++++ packages/vant/docs/markdown/changelog.zh-CN.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index 2540a877b..7f5d06dfd 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,21 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v4.0.5](https://github.com/vant-ui/vant/compare/v4.0.4...v4.0.5) + +`2022-12-25` + +**Feature** + +- Locale: add Dutch lang [#11419](https://github.com/vant-ui/vant/issues/11419) +- Locale: add Mongolian lang [#11418](https://github.com/vant-ui/vant/issues/11418) + +**Bug Fixes** + +- Badge: fix badge offset of different position [#11400](https://github.com/vant-ui/vant/issues/11400) +- Form: filter no name field's value [#11410](https://github.com/vant-ui/vant/issues/11410) +- Picker: picker loading color in dark theme [#11405](https://github.com/vant-ui/vant/issues/11405) + ### [v4.0.4](https://github.com/vant-ui/vant/compare/v4.0.3...v4.0.4) `2022-12-23` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 9421e4059..ad596f47d 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,21 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v4.0.5](https://github.com/vant-ui/vant/compare/v4.0.4...v4.0.5) + +`2022-12-25` + +**Feature** + +- Locale: 新增 Dutch 荷兰语 [#11419](https://github.com/vant-ui/vant/issues/11419) +- Locale: 新增 Mongolian 蒙古语 [#11418](https://github.com/vant-ui/vant/issues/11418) + +**Bug Fixes** + +- Badge: 修复 offset 属性部分情况下导致样式错误的问题 [#11400](https://github.com/vant-ui/vant/issues/11400) +- Form: 修复事件参数中可能出现 key 为 undefined 的问题 [#11410](https://github.com/vant-ui/vant/issues/11410) +- Picker: 修复深色模式下加载状态样式错误的问题 [#11405](https://github.com/vant-ui/vant/issues/11405) + ### [v4.0.4](https://github.com/vant-ui/vant/compare/v4.0.3...v4.0.4) `2022-12-23`