mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-07-13 17:21:07 +08:00
Compare commits
2 Commits
4db2ca6cd6
...
0d54e9644d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d54e9644d | ||
|
|
7d1e9b3709 |
@ -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`
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user