mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-06-05 09:58:11 +08:00
Compare commits
No commits in common. "ca83674d7aee8da848acd231b49883f2b4aa5a29" and "19ccba9974b3a1d68479e9c0fd5051910a6bab24" have entirely different histories.
ca83674d7a
...
19ccba9974
@ -16,19 +16,6 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
||||
|
||||
## Details
|
||||
|
||||
### [v2.12.27](https://github.com/youzan/vant/compare/v2.12.27-beta.0...v2.12.27)
|
||||
|
||||
`2021-09-06`
|
||||
|
||||
**Feature**
|
||||
|
||||
- Sku: add custom-upload prop [#9389](https://github.com/youzan/vant/issues/9389)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- Field: field-error-message-font-size var name [#9393](https://github.com/youzan/vant/issues/9393)
|
||||
- Popup: fix memory leak issue [#9336](https://github.com/youzan/vant/issues/9336)
|
||||
|
||||
### [v2.12.26](https://github.com/youzan/vant/compare/v2.12.25...v2.12.26)
|
||||
|
||||
`2021-08-15`
|
||||
|
||||
@ -16,19 +16,6 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
|
||||
## 更新内容
|
||||
|
||||
### [v2.12.27](https://github.com/youzan/vant/compare/v2.12.27-beta.0...v2.12.27)
|
||||
|
||||
`2021-09-06`
|
||||
|
||||
**Feature**
|
||||
|
||||
- Sku: 新增 custom-upload 配置项 [#9389](https://github.com/youzan/vant/issues/9389)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- Field: 修复 field-error-message-font-size 样式变量名称 [#9393](https://github.com/youzan/vant/issues/9393)
|
||||
- Popup: 修复内存泄露问题 [#9336](https://github.com/youzan/vant/issues/9336)
|
||||
|
||||
### [v2.12.26](https://github.com/youzan/vant/compare/v2.12.25...v2.12.26)
|
||||
|
||||
`2021-08-15`
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vant",
|
||||
"version": "2.12.27",
|
||||
"version": "2.12.27-beta.0",
|
||||
"description": "Mobile UI Components built on Vue",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user