From 22f832342afb5959b8aca2a059cb48d13ae2fbe4 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 23 Oct 2022 23:07:31 +0800 Subject: [PATCH] docs(changelog): vant@4.0.0-rc.6 (#11169) --- packages/vant/docs/markdown/changelog.en-US.md | 17 +++++++++++++++++ packages/vant/docs/markdown/changelog.zh-CN.md | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index b755be1d6..18f1e499d 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,23 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v4.0.0-rc.6](https://github.com/vant-ui/vant/compare/v4.0.0-rc.5...v4.0.0-rc.6) + +`2022-10-23` + +**Feature** + +- Calendar: add params for subtitle slot [#11168](https://github.com/vant-ui/vant/issues/11168) +- Cell: add tag prop [#11139](https://github.com/vant-ui/vant/issues/11139) +- ImagePreview: add image slot [#11133](https://github.com/vant-ui/vant/issues/11133) +- Toast: add wordBreak prop [#11147](https://github.com/vant-ui/vant/issues/11147) + +**Bug Fixes** + +- CouponList: fix the style of coupon checkbox [#11153](https://github.com/vant-ui/vant/issues/11153) +- CouponList: incorrect field style [#11155](https://github.com/vant-ui/vant/issues/11155) +- Swipe: failed to render when inside popup [#11162](https://github.com/vant-ui/vant/issues/11162) + ### [v4.0.0-rc.5](https://github.com/vant-ui/vant/compare/v4.0.0-rc.4...v4.0.0-rc.5) `2022-10-07` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 02a737608..707675d76 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,23 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v4.0.0-rc.6](https://github.com/vant-ui/vant/compare/v4.0.0-rc.5...v4.0.0-rc.6) + +`2022-10-23` + +**Feature** + +- Calendar: subtitle 插槽新增 text 和 date 入参 [#11168](https://github.com/vant-ui/vant/issues/11168) +- Cell: 新增 tag 属性 [#11139](https://github.com/vant-ui/vant/issues/11139) +- ImagePreview: 新增 image 插槽 [#11133](https://github.com/vant-ui/vant/issues/11133) +- Toast: 新增 wordBreak 选项 [#11147](https://github.com/vant-ui/vant/issues/11147) + +**Bug Fixes** + +- CouponList: 修复 coupon 位置错误的问题 [#11153](https://github.com/vant-ui/vant/issues/11153) +- CouponList: 修复输入框样式错误的问题 [#11155](https://github.com/vant-ui/vant/issues/11155) +- Swipe: 修复在 Popup 内时个别情况下渲染错误的问题 [#11162](https://github.com/vant-ui/vant/issues/11162) + ### [v4.0.0-rc.5](https://github.com/vant-ui/vant/compare/v4.0.0-rc.4...v4.0.0-rc.5) `2022-10-07`