mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-26 22:29:15 +08:00
Compare commits
No commits in common. "fe453dabb1294d6a004c0f85f2b5d68beeee0e0b" and "7a9e60bcaf400e86d6d7f07e57ad4e42cf31edb4" have entirely different histories.
fe453dabb1
...
7a9e60bcaf
@ -16,22 +16,6 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
|||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
||||||
### [v3.0.12](https://github.com/youzan/vant/compare/v3.0.11...v3.0.12)
|
|
||||||
|
|
||||||
`2021-04-05`
|
|
||||||
|
|
||||||
**Feature**
|
|
||||||
|
|
||||||
- CollapseItem: add readonly prop [#8445](https://github.com/youzan/vant/issues/8445)
|
|
||||||
- Field: add clear-icon prop [#8438](https://github.com/youzan/vant/issues/8438)
|
|
||||||
- Search: add clear-icon prop [#8439](https://github.com/youzan/vant/issues/8439)
|
|
||||||
- Search: add error-message prop [#8442](https://github.com/youzan/vant/issues/8442)
|
|
||||||
- Search: add formatter、format-trigger prop [#8441](https://github.com/youzan/vant/issues/8441)
|
|
||||||
|
|
||||||
**Bug Fixes**
|
|
||||||
|
|
||||||
- fix incorrect tag prompts under Webstorm [#8450](https://github.com/youzan/vant/issues/8450)
|
|
||||||
|
|
||||||
### [v3.0.11](https://github.com/youzan/vant/compare/v3.0.10...v3.0.11)
|
### [v3.0.11](https://github.com/youzan/vant/compare/v3.0.10...v3.0.11)
|
||||||
|
|
||||||
`2021-03-30`
|
`2021-03-30`
|
||||||
|
@ -16,22 +16,6 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
|||||||
|
|
||||||
## 更新内容
|
## 更新内容
|
||||||
|
|
||||||
### [v3.0.12](https://github.com/youzan/vant/compare/v3.0.11...v3.0.12)
|
|
||||||
|
|
||||||
`2021-04-05`
|
|
||||||
|
|
||||||
**Feature**
|
|
||||||
|
|
||||||
- CollapseItem: 新增 readonly 属性 [#8445](https://github.com/youzan/vant/issues/8445)
|
|
||||||
- Field: 新增 clear-icon 属性 [#8438](https://github.com/youzan/vant/issues/8438)
|
|
||||||
- Search: 新增 clear-icon 属性 [#8439](https://github.com/youzan/vant/issues/8439)
|
|
||||||
- Search: 新增 error-message 属性 [#8442](https://github.com/youzan/vant/issues/8442)
|
|
||||||
- Search: 新增 formatter、format-trigger 属性 [#8441](https://github.com/youzan/vant/issues/8441)
|
|
||||||
|
|
||||||
**Bug Fixes**
|
|
||||||
|
|
||||||
- 修复 Webstorm 下组件标签提示不正确的问题 [#8450](https://github.com/youzan/vant/issues/8450)
|
|
||||||
|
|
||||||
### [v3.0.11](https://github.com/youzan/vant/compare/v3.0.10...v3.0.11)
|
### [v3.0.11](https://github.com/youzan/vant/compare/v3.0.10...v3.0.11)
|
||||||
|
|
||||||
`2021-03-30`
|
`2021-03-30`
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vant",
|
"name": "vant",
|
||||||
"version": "3.0.12",
|
"version": "3.0.11",
|
||||||
"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