mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs(changelog): vant@4.6.2 (#12071)
This commit is contained in:
parent
40a653053e
commit
e42500070b
@ -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`
|
||||
|
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user