mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(changelog): vant@4.0.0-rc.3 (#11038)
This commit is contained in:
parent
5509ca0d1d
commit
6a9d5515ce
@ -19,6 +19,20 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
||||
|
||||
## Details
|
||||
|
||||
### [v4.0.0-rc.3](https://github.com/vant-ui/vant/compare/v4.0.0-rc.2...v4.0.0-rc.3)
|
||||
|
||||
`2022-09-12`
|
||||
|
||||
**Feature**
|
||||
|
||||
- ConfigProvider: add ConfigProviderThemeVars type [#11034](https://github.com/vant-ui/vant/issues/11034)
|
||||
- Notify: add z-index prop [#11032](https://github.com/vant-ui/vant/issues/11032)
|
||||
- remove popperjs to reduce install size [#11030](https://github.com/vant-ui/vant/issues/11030)
|
||||
|
||||
**Types**
|
||||
|
||||
- Toast: fix missing global components type [#11033](https://github.com/vant-ui/vant/issues/11033)
|
||||
|
||||
### [v4.0.0-rc.2](https://github.com/vant-ui/vant/compare/v4.0.0-rc.1...v4.0.0-rc.2)
|
||||
|
||||
`2022-09-11`
|
||||
|
@ -19,6 +19,20 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
|
||||
## 更新内容
|
||||
|
||||
### [v4.0.0-rc.3](https://github.com/vant-ui/vant/compare/v4.0.0-rc.2...v4.0.0-rc.3)
|
||||
|
||||
`2022-09-12`
|
||||
|
||||
**Feature**
|
||||
|
||||
- ConfigProvider: 新增 ConfigProviderThemeVars 类型 [#11034](https://github.com/vant-ui/vant/issues/11034)
|
||||
- Notify: 新增 z-index 属性 [#11032](https://github.com/vant-ui/vant/issues/11032)
|
||||
- 移除 `@popperjs/core` 依赖,减少安装体积 1.6MB [#11030](https://github.com/vant-ui/vant/issues/11030)
|
||||
|
||||
**Types**
|
||||
|
||||
- Toast: 修复缺少全局类型定义的问题 [#11033](https://github.com/vant-ui/vant/issues/11033)
|
||||
|
||||
### [v4.0.0-rc.2](https://github.com/vant-ui/vant/compare/v4.0.0-rc.1...v4.0.0-rc.2)
|
||||
|
||||
`2022-09-11`
|
||||
|
@ -48,7 +48,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@vant/icons": "^1.8.0",
|
||||
"@vant/popperjs": "^1.2.1",
|
||||
"@vant/popperjs": "^1.3.0",
|
||||
"@vant/use": "^1.4.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@ -51,7 +51,7 @@ importers:
|
||||
'@vant/cli': workspace:*
|
||||
'@vant/eslint-config': workspace:*
|
||||
'@vant/icons': ^1.8.0
|
||||
'@vant/popperjs': ^1.2.1
|
||||
'@vant/popperjs': ^1.3.0
|
||||
'@vant/use': ^1.4.2
|
||||
'@vue/runtime-core': ^3.2.38
|
||||
'@vue/test-utils': ^2.0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user