From 2ee3c96df42fd425f227b5d534c115ccbf175b56 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 19 Mar 2023 20:48:02 +0800 Subject: [PATCH] docs(changelog): vant v4.1.1 (#11683) --- 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 d18c47e75..95181edd4 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.1.1](https://github.com/vant-ui/vant/compare/v4.1.0...v4.1.1) + +`2023-03-19` + +**Feature** + +- Uploader: support avif image format [#11655](https://github.com/vant-ui/vant/issues/11655) + +**Bug Fixes** + +- @vant/use: add vue as peer dependencies [#11662](https://github.com/vant-ui/vant/issues/11662) +- DatePicker: fix display back wrong of date-picker [#11656](https://github.com/vant-ui/vant/issues/11656) +- Field: fix `FieldRuleFormatter` typo [#11674](https://github.com/vant-ui/vant/issues/11674) +- TextEllipsis: fix that numbers and letters cannot display ellipses [#11669](https://github.com/vant-ui/vant/issues/11669) + ### [v4.1.0](https://github.com/vant-ui/vant/compare/v4.0.11...v4.1.0) `2023-03-05` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 9586f8809..2da1d40ce 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.1.1](https://github.com/vant-ui/vant/compare/v4.1.0...v4.1.1) + +`2023-03-19` + +**Feature** + +- Uploader: 支持 avif 图片格式 [#11655](https://github.com/vant-ui/vant/issues/11655) + +**Bug Fixes** + +- @vant/use: 增加 vue 作为 peer dependencies [#11662](https://github.com/vant-ui/vant/issues/11662) +- DatePicker: 修复个别情况下显示时间错误的问题 [#11656](https://github.com/vant-ui/vant/issues/11656) +- Field: 修复 `FieldRuleFormatter` 类型拼写错误 [#11674](https://github.com/vant-ui/vant/issues/11674) +- TextEllipsis: 修复长数字无法被正确截断的问题 [#11669](https://github.com/vant-ui/vant/issues/11669) + ### [v4.1.0](https://github.com/vant-ui/vant/compare/v4.0.11...v4.1.0) `2023-03-05`