docs(changelog): vant@4.0.0-rc.3 (#11038)

This commit is contained in:
neverland 2022-09-12 10:54:15 +08:00 committed by GitHub
parent 5509ca0d1d
commit 6a9d5515ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 2 deletions

View File

@ -19,6 +19,20 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details ## 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) ### [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` `2022-09-11`

View File

@ -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) ### [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` `2022-09-11`

View File

@ -48,7 +48,7 @@
], ],
"dependencies": { "dependencies": {
"@vant/icons": "^1.8.0", "@vant/icons": "^1.8.0",
"@vant/popperjs": "^1.2.1", "@vant/popperjs": "^1.3.0",
"@vant/use": "^1.4.2" "@vant/use": "^1.4.2"
}, },
"peerDependencies": { "peerDependencies": {

2
pnpm-lock.yaml generated
View File

@ -51,7 +51,7 @@ importers:
'@vant/cli': workspace:* '@vant/cli': workspace:*
'@vant/eslint-config': workspace:* '@vant/eslint-config': workspace:*
'@vant/icons': ^1.8.0 '@vant/icons': ^1.8.0
'@vant/popperjs': ^1.2.1 '@vant/popperjs': ^1.3.0
'@vant/use': ^1.4.2 '@vant/use': ^1.4.2
'@vue/runtime-core': ^3.2.38 '@vue/runtime-core': ^3.2.38
'@vue/test-utils': ^2.0.2 '@vue/test-utils': ^2.0.2