From f8bb5a5b4b43b928168544aa38589bab958c45a5 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 3 May 2023 22:24:40 +0800 Subject: [PATCH] docs(changelog): vant@4.3.0 (#11811) --- packages/vant/docs/markdown/changelog.en-US.md | 17 +++++++++++++++++ packages/vant/docs/markdown/changelog.zh-CN.md | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index 78213f8c6..8f32d9c31 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,23 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v4.3.0](https://github.com/vant-ui/vant/compare/v4.2.1...v4.3.0) + +`2023-05-03` + +**New Component** + +- add new Signature component, contributed by [@LIjiAngChen8](https://github.com/LIjiAngChen8) [#11733](https://github.com/vant-ui/vant/issues/11733) + +**Feature** + +- Field: increase default icon size to 18px [#11799](https://github.com/vant-ui/vant/issues/11799) + +**Bug Fixes** + +- Field: disabled cursor should be not-allowed [#11800](https://github.com/vant-ui/vant/issues/11800) +- Image: failed to display loading when using lazy-load [#11809](https://github.com/vant-ui/vant/issues/11809) + ### [v4.2.1](https://github.com/vant-ui/vant/compare/v4.2.0...v4.2.1) `2023-04-30` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 6cfdc008a..b9a0c0d2c 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,23 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v4.3.0](https://github.com/vant-ui/vant/compare/v4.2.1...v4.3.0) + +`2023-05-03` + +**New Component** + +- 新增 Signature 组件, 由 [@LIjiAngChen8](https://github.com/LIjiAngChen8) 贡献 [#11733](https://github.com/vant-ui/vant/issues/11733) + +**Feature** + +- Field: 图标的默认大小增加为 18px [#11799](https://github.com/vant-ui/vant/issues/11799) + +**Bug Fixes** + +- Field: 修复禁用状态下光标显示不正确的问题 [#11800](https://github.com/vant-ui/vant/issues/11800) +- Image: 修复开启 lazy-load 时无法显示加载中状态的问题 [#11809](https://github.com/vant-ui/vant/issues/11809) + ### [v4.2.1](https://github.com/vant-ui/vant/compare/v4.2.0...v4.2.1) `2023-04-30`