From ab9a9cc329b023f575920609b6ec54414697c92f Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sun, 23 May 2021 15:57:29 +0800 Subject: [PATCH] docs(changelog): 3.0.17 --- docs/markdown/changelog.en-US.md | 24 ++++++++++++++++++++++++ docs/markdown/changelog.zh-CN.md | 25 +++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index fe10d10d4..0b9fcfd2e 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -16,6 +16,30 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v3.0.17](https://github.com/youzan/vant/compare/v3.0.16...v3.0.17) + +`2021-05-23` + +**Feature** + +- ActionBarIcon: add icon-prefix prop [#8748](https://github.com/youzan/vant/issues/8748) +- Calendar: add show-range-prompt prop [#8739](https://github.com/youzan/vant/issues/8739) +- Calendar: add top-info、bottom-info slot [#8716](https://github.com/youzan/vant/issues/8716) +- GridItem: add icon-color prop [#8753](https://github.com/youzan/vant/issues/8753) +- NoticeBar: increase default speed to 60 [#8694](https://github.com/youzan/vant/issues/8694) +- Popover: add icon-prefix prop [#8703](https://github.com/youzan/vant/issues/8703) +- Toast: add transition [#8743](https://github.com/youzan/vant/issues/8743) +- Uploader: max-size prop can be a function [#8744](https://github.com/youzan/vant/issues/8744) + +**Bug Fixes** + +- Button: add onClick event shim for tsx [#8665](https://github.com/youzan/vant/issues/8665) +- Calendar: initial date incorrect [#8696](https://github.com/youzan/vant/issues/8696) +- DatetimePicker: vant3 fixed incorrect value when dynamic set min/max [#8658](https://github.com/youzan/vant/issues/8658) +- List: skip check when inside an inactive tab [#8741](https://github.com/youzan/vant/issues/8741) +- Tabs: fix add scroll event target [#8734](https://github.com/youzan/vant/issues/8734) +- Toast: should reset duration when type or message changed [#8742](https://github.com/youzan/vant/issues/8742) + ### [v3.0.16](https://github.com/youzan/vant/compare/v3.0.15...v3.0.16) `2021-05-03` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 41ded62f8..fd3a085ff 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -16,6 +16,31 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v3.0.17](https://github.com/youzan/vant/compare/v3.0.16...v3.0.17) + +`2021-05-23` + +**Feature** + +- ActionBarIcon: 新增 icon-prefix 属性 [#8748](https://github.com/youzan/vant/issues/8748) +- Calendar: 新增 over-range 事件 [#8739](https://github.com/youzan/vant/issues/8739) +- Calendar: 新增 show-range-prompt 属性 [#8739](https://github.com/youzan/vant/issues/8739) +- Calendar: 新增 top-info、bottom-info 插槽 [#8716](https://github.com/youzan/vant/issues/8716) +- GridItem: 新增 icon-color 属性 [#8753](https://github.com/youzan/vant/issues/8753) +- NoticeBar: 默认 speed 由 50 调整为 60 [#8694](https://github.com/youzan/vant/issues/8694) +- Popover: 新增 icon-prefix 属性 [#8703](https://github.com/youzan/vant/issues/8703) +- Toast: 新增不同类型 Toast 的 transition 过渡效果 [#8743](https://github.com/youzan/vant/issues/8743) +- Uploader: max-size 属性支持函数格式 [#8744](https://github.com/youzan/vant/issues/8744) + +**Bug Fixes** + +- Button: 修复 tsx 下使用时缺少 onClick 类型定义的问题 [#8665](https://github.com/youzan/vant/issues/8665) +- Calendar: 修复默认日期不正确的问题 [#8696](https://github.com/youzan/vant/issues/8696) +- DatetimePicker: 修复动态设置 minDate、maxDate 时异常的问题 [#8658](https://github.com/youzan/vant/issues/8658) +- List: 修复在开启 animated 的 Tabs 下使用时加载异常的问题 [#8741](https://github.com/youzan/vant/issues/8741) +- Tabs: 修复滚动事件监听不正确的问题 [#8734](https://github.com/youzan/vant/issues/8734) +- Toast: 修复多次调用时持续时间不正确的问题 [#8742](https://github.com/youzan/vant/issues/8742) + ### [v3.0.16](https://github.com/youzan/vant/compare/v3.0.15...v3.0.16) `2021-05-03`