This commit is contained in:
neverland 2022-11-08 18:07:13 +08:00 committed by GitHub
parent 7d1e9b3709
commit 0d54e9644d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -16,6 +16,15 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details
### [v2.12.52](https://github.com/vant-ui/vant/compare/v2.12.51...v2.12.52)
`2022-11-08`
**Bug Fixes**
- ActionSheet: fix that close is invalid without title [#11214](https://github.com/vant-ui/vant/issues/11214)
- Uploader: chooseFile is invalid when show-upload = false [#11221](https://github.com/vant-ui/vant/issues/11221)
### [v2.12.51](https://github.com/vant-ui/vant/compare/v2.12.50...v2.12.51)
`2022-10-17`

View File

@ -25,6 +25,15 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### [v2.12.52](https://github.com/vant-ui/vant/compare/v2.12.51...v2.12.52)
`2022-11-08`
**Bug Fixes**
- ActionSheet: 修复标题为空时,关闭按钮层级错误的问题 [#11214](https://github.com/vant-ui/vant/issues/11214)
- Uploader: 修复 show-upload 设置为 false 时无法调用 chooseFile 方法的问题 [#11221](https://github.com/vant-ui/vant/issues/11221)
### [v2.12.51](https://github.com/vant-ui/vant/compare/v2.12.50...v2.12.51)
`2022-10-17`