From e42500070bc3ae85a3ec8c67cd214ef3c563bc69 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 9 Jul 2023 20:36:20 +0800 Subject: [PATCH] docs(changelog): vant@4.6.2 (#12071) --- .../vant/docs/markdown/changelog.en-US.md | 22 ++++++++++++++++--- .../vant/docs/markdown/changelog.zh-CN.md | 20 +++++++++++++++-- 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index cd61fab02..ff51ea07a 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -13,12 +13,28 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). **Release Schedule** -- Patch version:released weekly, including features and bug fixes. -- Minor version:released every one to two months, including backwards compatible features. -- Major version:including breaking changes and new features. +- Patch version:Typically released every 1 to 2 weeks, including new features and bug fixes. +- Minor version:Typically released every 1 to 2 months, including new components or significant feature updates, with backward compatibility. +- Major version:No fixed release time, includes breaking changes and major feature updates. ## Details +### [v4.6.2](https://github.com/vant-ui/vant/compare/v4.6.1...v4.6.2) + +`2023-07-09` + +**Feature** + +- Field: add autocapitalize, autocorrect and spellcheck props [#12065](https://github.com/vant-ui/vant/issues/12065) +- FloatingBubble: add CSS vars to override border radius [#12070](https://github.com/vant-ui/vant/issues/12070) +- Radio: add dot shape [#12057](https://github.com/vant-ui/vant/issues/12057) +- TextEllipsis: add position prop, contributed by [cxybd](https://github.com/cxybd) ❤️ [#12058](https://github.com/vant-ui/vant/issues/12058) + +**Bug Fixes** + +- FloatingBubble: fix wrong value of boundary [#12067](https://github.com/vant-ui/vant/issues/12067) +- Pagination: display the border correctly [#12062](https://github.com/vant-ui/vant/issues/12062) + ### [v4.6.1](https://github.com/vant-ui/vant/compare/v4.6.0...v4.6.1) `2023-07-02` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 2fbc01967..e24b6c3e2 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -13,12 +13,28 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 **发布节奏** -- 修订号:每周发布,包含新特性和问题修复。 -- 次版本号:每隔一至二个月发布,包含新特性和较大的功能更新,向下兼容。 +- 修订号:通常每隔 1 ~ 2 周发布,包含新特性和问题修复。 +- 次版本号:通常每隔 1 ~ 2 月发布,包含新组件或较大的功能更新,向下兼容。 - 主版本号:无固定的发布时间,包含不兼容更新和重大功能更新。 ## 更新内容 +### [v4.6.2](https://github.com/vant-ui/vant/compare/v4.6.1...v4.6.2) + +`2023-07-09` + +**Feature** + +- Field: 新增 autocapitalize,autocorrect 和 spellcheck 属性 [#12065](https://github.com/vant-ui/vant/issues/12065) +- FloatingBubble: 新增 CSS 变量用于自定义圆角 [#12070](https://github.com/vant-ui/vant/issues/12070) +- Radio: 新增 dot 属性 [#12057](https://github.com/vant-ui/vant/issues/12057) +- TextEllipsis: 新增 position 属性,由 [cxybd](https://github.com/cxybd) 贡献 ❤️ [#12058](https://github.com/vant-ui/vant/issues/12058) + +**Bug Fixes** + +- FloatingBubble: 修复边界错误 [#12067](https://github.com/vant-ui/vant/issues/12067) +- Pagination: 修复边框渲染错误 [#12062](https://github.com/vant-ui/vant/issues/12062) + ### [v4.6.1](https://github.com/vant-ui/vant/compare/v4.6.0...v4.6.1) `2023-07-02`