From ffefe3002f674f644b90f8fdfb04dc004a3a8c4f Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sun, 12 Jun 2022 12:49:53 +0800 Subject: [PATCH] docs(changelog): 3.5.1 --- packages/vant/docs/markdown/changelog.en-US.md | 15 +++++++++++++++ packages/vant/docs/markdown/changelog.zh-CN.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index 7372ed0fb..f70121d98 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,21 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v3.5.1](https://github.com/youzan/vant/compare/v3.5.0...v3.5.1) + +`2022-06-12` + +**Feature** + +- PullRefresh: add change event [#10702](https://github.com/youzan/vant/issues/10702) + +**Bug Fixes** + +- Calender: failed to render months after changing maxDate or minDate [#10668](https://github.com/youzan/vant/issues/10668) +- Popup: should not auto close on deactivated if not using teleport [#10706](https://github.com/youzan/vant/issues/10706) +- Toast: fix Toast.clear typing [#10699](https://github.com/youzan/vant/issues/10699) +- Uploader: preview-options images should be optional [#10698](https://github.com/youzan/vant/issues/10698) + ### [v3.5.0](https://github.com/youzan/vant/compare/v3.4.9...v3.5.0) `2022-06-05` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 9fcbbb2ab..430e16f42 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,21 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v3.5.1](https://github.com/youzan/vant/compare/v3.5.0...v3.5.1) + +`2022-06-12` + +**Feature** + +- PullRefresh: 新增 change 事件 [#10702](https://github.com/youzan/vant/issues/10702) + +**Bug Fixes** + +- Calender: 修复动态设置 maxDate 或 minDate 可能导致月份渲染失败的问题 [#10668](https://github.com/youzan/vant/issues/10668) +- Popup: 修复未使用 teleport 时 deactivated 后会自动关闭的问题 [#10706](https://github.com/youzan/vant/issues/10706) +- Toast: 修复 toast.clear 缺少类型定义的问题 [#10699](https://github.com/youzan/vant/issues/10699) +- Uploader: 修复 preview-options 属性中 images 为必填字段的问题 [#10698](https://github.com/youzan/vant/issues/10698) + ### [v3.5.0](https://github.com/youzan/vant/compare/v3.4.9...v3.5.0) `2022-06-05`