mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(changelog): vant@4.6.8 (#12273)
This commit is contained in:
parent
3e20c768ee
commit
7e55ff9514
@ -19,6 +19,36 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
|||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
||||||
|
### v4.6.8
|
||||||
|
|
||||||
|
`2023-09-10`
|
||||||
|
|
||||||
|
#### New Features 🎉
|
||||||
|
|
||||||
|
- feat(Cell): add CSS vars to customize font size of the value by [@inottn](https://github.com/inottn) in [#12260](https://github.com/youzan/vant/pull/12260)
|
||||||
|
- feat(ConfigProvider): supplement the type declaration of ConfigProviderThemeVars by [@xieyezi](https://github.com/xieyezi) in [#12264](https://github.com/youzan/vant/pull/12264)
|
||||||
|
- feat(NavBar): add leftDisabled and rightDisabled prop by [@m-xlsea](https://github.com/m-xlsea) in [#12258](https://github.com/youzan/vant/pull/12258)
|
||||||
|
|
||||||
|
#### Bug Fixes 🐞
|
||||||
|
|
||||||
|
- fix(ConfigProvider): failed to set some basic theme vars by [@chenjiahan](https://github.com/chenjiahan) in [#12272](https://github.com/youzan/vant/pull/12272)
|
||||||
|
- fix(ConfigProvider): ConfigProviderThemeVars fontSizeXs hump by [@xieyezi](https://github.com/xieyezi) in [#12267](https://github.com/youzan/vant/pull/12267)
|
||||||
|
|
||||||
|
#### Document 📖
|
||||||
|
|
||||||
|
- docs(NavBar): add disable button demo by [@chenjiahan](https://github.com/chenjiahan) in [#12270](https://github.com/youzan/vant/pull/12270)
|
||||||
|
|
||||||
|
#### Other Changes
|
||||||
|
|
||||||
|
- chore(CI): enable single-commit to reduce the repo size by [@chenjiahan](https://github.com/chenjiahan) in [#12268](https://github.com/youzan/vant/pull/12268)
|
||||||
|
- chore(CI): bump actions version by [@chenjiahan](https://github.com/chenjiahan) in [#12269](https://github.com/youzan/vant/pull/12269)
|
||||||
|
- chore: move axure to vant-assets repo by [@chenjiahan](https://github.com/chenjiahan) in [#12271](https://github.com/youzan/vant/pull/12271)
|
||||||
|
|
||||||
|
#### New Contributors
|
||||||
|
|
||||||
|
- [@xieyezi](https://github.com/xieyezi) made their first contribution in [#12264](https://github.com/youzan/vant/pull/12264)
|
||||||
|
- [@m-xlsea](https://github.com/m-xlsea) made their first contribution in [#12258](https://github.com/youzan/vant/pull/12258)
|
||||||
|
|
||||||
### v4.6.7
|
### v4.6.7
|
||||||
|
|
||||||
`2023-09-04`
|
`2023-09-04`
|
||||||
|
@ -19,6 +19,36 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
|||||||
|
|
||||||
## 更新内容
|
## 更新内容
|
||||||
|
|
||||||
|
### v4.6.8
|
||||||
|
|
||||||
|
`2023-09-10`
|
||||||
|
|
||||||
|
#### 新功能 🎉
|
||||||
|
|
||||||
|
- feat(Cell): 添加 CSS 变量用于自定义 Value 的字体大小 by [@inottn](https://github.com/inottn) in [#12260](https://github.com/youzan/vant/pull/12260)
|
||||||
|
- feat(ConfigProvider): 补充 ConfigProviderThemeVars 的类型声明 by [@xieyezi](https://github.com/xieyezi) in [#12264](https://github.com/youzan/vant/pull/12264)
|
||||||
|
- feat(NavBar): 添加 leftDisabled 和 rightDisabled 属性 by [@m-xlsea](https://github.com/m-xlsea) in [#12258](https://github.com/youzan/vant/pull/12258)
|
||||||
|
|
||||||
|
#### Bug 修复 🐞
|
||||||
|
|
||||||
|
- fix(ConfigProvider): 修复设置某些基础主题变量失败的问题 by [@chenjiahan](https://github.com/chenjiahan) in [#12272](https://github.com/youzan/vant/pull/12272)
|
||||||
|
- fix(ConfigProvider): 修复 ConfigProviderThemeVars 的 fontSizeXs 命名错误 by [@xieyezi](https://github.com/xieyezi) in [#12267](https://github.com/youzan/vant/pull/12267)
|
||||||
|
|
||||||
|
#### 文档 📖
|
||||||
|
|
||||||
|
- docs(NavBar): 添加禁用按钮示例 by [@chenjiahan](https://github.com/chenjiahan) in [#12270](https://github.com/youzan/vant/pull/12270)
|
||||||
|
|
||||||
|
#### 其他变更
|
||||||
|
|
||||||
|
- chore(CI): 启用单一提交以减小仓库大小 by [@chenjiahan](https://github.com/chenjiahan) in [#12268](https://github.com/youzan/vant/pull/12268)
|
||||||
|
- chore(CI): 升级 actions 版本 by [@chenjiahan](https://github.com/chenjiahan) in [#12269](https://github.com/youzan/vant/pull/12269)
|
||||||
|
- chore: 将 Axure 文件移动到 vant-assets 仓库 by [@chenjiahan](https://github.com/chenjiahan) in [#12271](https://github.com/youzan/vant/pull/12271)
|
||||||
|
|
||||||
|
#### 新贡献者
|
||||||
|
|
||||||
|
- [@xieyezi](https://github.com/xieyezi) 在 [#12264](https://github.com/youzan/vant/pull/12264) 中首次贡献
|
||||||
|
- [@m-xlsea](https://github.com/m-xlsea) 在 [#12258](https://github.com/youzan/vant/pull/12258) 中首次贡献
|
||||||
|
|
||||||
### v4.6.7
|
### v4.6.7
|
||||||
|
|
||||||
`2023-09-04`
|
`2023-09-04`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user