mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-06-05 18:08:10 +08:00
Compare commits
2 Commits
19ccba9974
...
ca83674d7a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca83674d7a | ||
|
|
659e7ed7d3 |
@ -16,6 +16,19 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
|||||||
|
|
||||||
## Details
|
## 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)
|
### [v2.12.26](https://github.com/youzan/vant/compare/v2.12.25...v2.12.26)
|
||||||
|
|
||||||
`2021-08-15`
|
`2021-08-15`
|
||||||
|
|||||||
@ -16,6 +16,19 @@ 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)
|
### [v2.12.26](https://github.com/youzan/vant/compare/v2.12.25...v2.12.26)
|
||||||
|
|
||||||
`2021-08-15`
|
`2021-08-15`
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vant",
|
"name": "vant",
|
||||||
"version": "2.12.27-beta.0",
|
"version": "2.12.27",
|
||||||
"description": "Mobile UI Components built on Vue",
|
"description": "Mobile UI Components built on Vue",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"module": "es/index.js",
|
"module": "es/index.js",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user