Compare commits

...

2 Commits

Author SHA1 Message Date
neverland
0d54e9644d
docs(changelog): vant@2.12.52 (#11234) 2022-11-08 18:07:13 +08:00
chenjiahan
7d1e9b3709 chore: release 2.12.52 2022-11-08 17:59:20 +08:00
3 changed files with 19 additions and 1 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`

View File

@ -1,6 +1,6 @@
{
"name": "vant",
"version": "2.12.51",
"version": "2.12.52",
"description": "Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",