diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index b8d977ffe..8b50ae61e 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -16,6 +16,22 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## 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) `2021-03-30` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 677b261c2..88557c9b9 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -16,6 +16,22 @@ 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) `2021-03-30`