docs(changelog): vant@4.6.3 (#12112)

This commit is contained in:
neverland 2023-07-23 18:51:43 +08:00 committed by GitHub
parent c41a402881
commit a90c109832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 0 deletions

View File

@ -19,6 +19,21 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details
### [v4.6.3](https://github.com/vant-ui/vant/compare/v4.6.2...v4.6.3)
`2023-07-23`
**Feature**
- AddressList: add show-add-button prop [#12090](https://github.com/vant-ui/vant/issues/12090)
- CheckboxGroup: add shape prop [#12092](https://github.com/vant-ui/vant/issues/12092)
- RadioGroup: add shape prop [#12092](https://github.com/vant-ui/vant/issues/12092)
**Bug Fixes**
- FloatingBubble: fix global component type [#12101](https://github.com/vant-ui/vant/issues/12101)
- Tab: fix incorrect import path [#12103](https://github.com/vant-ui/vant/issues/12103)
### [v4.6.2](https://github.com/vant-ui/vant/compare/v4.6.1...v4.6.2)
`2023-07-09`

View File

@ -19,6 +19,21 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### [v4.6.3](https://github.com/vant-ui/vant/compare/v4.6.2...v4.6.3)
`2023-07-23`
**Feature**
- AddressList: 新增 show-add-button 属性 [#12090](https://github.com/vant-ui/vant/issues/12090)
- CheckboxGroup: 新增 shape 属性 [#12092](https://github.com/vant-ui/vant/issues/12092)
- RadioGroup: 新增 shape 属性 [#12092](https://github.com/vant-ui/vant/issues/12092)
**Bug Fixes**
- FloatingBubble: 修复全局组件类型定义错误 [#12101](https://github.com/vant-ui/vant/issues/12101)
- Tab: 修复导入路径错误 [#12103](https://github.com/vant-ui/vant/issues/12103)
### [v4.6.2](https://github.com/vant-ui/vant/compare/v4.6.1...v4.6.2)
`2023-07-09`