From 597122117e64c7b6d3c704949cb677771852557e Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sun, 10 Jan 2021 19:13:37 +0800 Subject: [PATCH] docs(changelog): 3.0.3 --- docs/markdown/changelog-v3.en-US.md | 14 ++++++++++++++ docs/markdown/changelog-v3.zh-CN.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/docs/markdown/changelog-v3.en-US.md b/docs/markdown/changelog-v3.en-US.md index 256bf1df1..ba65fc5c8 100644 --- a/docs/markdown/changelog-v3.en-US.md +++ b/docs/markdown/changelog-v3.en-US.md @@ -16,6 +16,20 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v3.0.3](https://github.com/youzan/vant/compare/v3.0.2...v3.0.3) + +`2021-01-10` + +**Feature** + +- Field: add autocomplate prop [#7877](https://github.com/youzan/vant/issues/7877) + +**Bug Fixes** + +- Area: should expose getValues method [03c7b4](https://github.com/youzan/vant/commit/03c7b46b04d8c543f952cbf8399ec21ca39f979f) +- ImagePreview: close-on-popstate not work [#7880](https://github.com/youzan/vant/issues/7880) +- List: should watch error prop and check position [b79c32](https://github.com/youzan/vant/commit/b79c32183f6159a663dad42f6189a939061f9f32) + ### [v3.0.2](https://github.com/youzan/vant/compare/v3.0.1...v3.0.2) `2021-01-02` diff --git a/docs/markdown/changelog-v3.zh-CN.md b/docs/markdown/changelog-v3.zh-CN.md index 76f18900c..0702e29be 100644 --- a/docs/markdown/changelog-v3.zh-CN.md +++ b/docs/markdown/changelog-v3.zh-CN.md @@ -16,6 +16,20 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v3.0.3](https://github.com/youzan/vant/compare/v3.0.2...v3.0.3) + +`2021-01-10` + +**Feature** + +- Field: 新增 autocomplate 属性 [#7877](https://github.com/youzan/vant/issues/7877) + +**Bug Fixes** + +- Area: 修复无法调用 getValues 方法的问题 [03c7b4](https://github.com/youzan/vant/commit/03c7b46b04d8c543f952cbf8399ec21ca39f979f) +- ImagePreview: 修复 close-on-popstate 属性不生效的问题 [#7880](https://github.com/youzan/vant/issues/7880) +- List: 修复更新 error 属性后未触发位置检查的问题 [b79c32](https://github.com/youzan/vant/commit/b79c32183f6159a663dad42f6189a939061f9f32) + ### [v3.0.2](https://github.com/youzan/vant/compare/v3.0.1...v3.0.2) `2021-01-02`