From 666089edbb2b894fec5e8f023c0037ca5c7dbe41 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sat, 16 Apr 2022 21:56:08 +0800 Subject: [PATCH] docs(changelog): 3.4.8 --- .../vant/docs/markdown/changelog.en-US.md | 20 +++++++++++++++++++ .../vant/docs/markdown/changelog.zh-CN.md | 20 +++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index ceebb80da..26f99582c 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,26 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v3.4.8](https://github.com/youzan/vant/compare/v3.4.7...v3.4.8) + +`2022-04-16` + +**Feature** + +- CalendarDay: add default margin-bottom [#10441](https://github.com/youzan/vant/issues/10441) +- Empty: support set the image size separately [#10465](https://github.com/youzan/vant/issues/10465) +- Field: add enterkeyhint prop [#10478](https://github.com/youzan/vant/issues/10478) +- Form: add getValues method [#10511](https://github.com/youzan/vant/issues/10511) +- Icon: add some icons for ShareSheet [#10468](https://github.com/youzan/vant/issues/10468) +- Locale: add Danish lang [#10513](https://github.com/youzan/vant/issues/10513) +- ShareSheet: no longer rely on CDN images [#10469](https://github.com/youzan/vant/issues/10469) +- Add event arguments in web-types.json [#10474](https://github.com/youzan/vant/issues/10474) + +**Bug Fixes** + +- DatetimePicker: modeValue is inconsistent with the selected data [#10448](https://github.com/youzan/vant/issues/10448) +- Rate: support precisely selected [#10500](https://github.com/youzan/vant/issues/10500) + ### [v3.4.7](https://github.com/youzan/vant/compare/v3.4.6...v3.4.7) `2022-03-29` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index f47fceb34..12fb121f9 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,26 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v3.4.8](https://github.com/youzan/vant/compare/v3.4.7...v3.4.8) + +`2022-04-16` + +**Feature** + +- CalendarDay: 增加日期行间距 [#10441](https://github.com/youzan/vant/issues/10441) +- Empty: 支持单独设置 image 的宽高 [#10465](https://github.com/youzan/vant/issues/10465) +- Field: 新增 enterkeyhint 属性 [#10478](https://github.com/youzan/vant/issues/10478) +- Form: 新增 getValues 方法 [#10511](https://github.com/youzan/vant/issues/10511) +- Icon: 新增 qq、weibo 等图标 [#10468](https://github.com/youzan/vant/issues/10468) +- Locale: 新增 Danish 丹麦语 [#10513](https://github.com/youzan/vant/issues/10513) +- ShareSheet: 不再依赖 CDN 上的图片资源,使用 iconfont 代替 [#10469](https://github.com/youzan/vant/issues/10469) +- web-types.json 文件增加 event arguments 信息 [#10474](https://github.com/youzan/vant/issues/10474) + +**Bug Fixes** + +- DatetimePicker: 修复 modeValue 与选中的数据不一致的问题 [#10448](https://github.com/youzan/vant/issues/10448) +- Rate: 修复多行时滑动选中不正确的问题 [#10500](https://github.com/youzan/vant/issues/10500) + ### [v3.4.7](https://github.com/youzan/vant/compare/v3.4.6...v3.4.7) `2022-03-29`