From 9cdbbbdc99b781a02c25fe78ee6d607e9bd6424d Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 11 Jun 2023 22:48:17 +0800 Subject: [PATCH] docs(changelog): vant@4.5.0 (#11965) --- .../vant/docs/markdown/changelog.en-US.md | 21 +++++++++++++++++++ .../vant/docs/markdown/changelog.zh-CN.md | 21 +++++++++++++++++++ packages/vant/src/floating-panel/README.md | 2 +- .../vant/src/floating-panel/README.zh-CN.md | 2 +- 4 files changed, 44 insertions(+), 2 deletions(-) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index a3e95ffb2..9bae720cb 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,27 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v4.5.0](https://github.com/vant-ui/vant/compare/v4.4.1...v4.5.0) + +`2023-06-11` + +**New Component** + +- add new FloatingPanel component, contributed by [@zhousg](https://github.com/zhousg) ❤️ [#11832](https://github.com/vant-ui/vant/issues/11832) + +**Feature** + +- AddressList: add new right-icon props [#11959](https://github.com/vant-ui/vant/issues/11959) +- DropdownMenu: add close method [#11921](https://github.com/vant-ui/vant/issues/11921) +- Slider: add dragging param for button slot [#11946](https://github.com/vant-ui/vant/issues/11946) +- TimePicker: add min-time and max-time prop [#11887](https://github.com/vant-ui/vant/issues/11887) +- TimePicker: add values param for filter method [#11916](https://github.com/vant-ui/vant/issues/11916) +- CI: add issue helper [#11963](https://github.com/vant-ui/vant/issues/11963) + +**Bug Fixes** + +- BackTop: should hide when deactivated [#11938](https://github.com/vant-ui/vant/issues/11938) + ### [v4.4.1](https://github.com/vant-ui/vant/compare/v4.4.0...v4.4.1) `2023-05-28` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 8299638f3..0c1390b19 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,27 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v4.5.0](https://github.com/vant-ui/vant/compare/v4.4.1...v4.5.0) + +`2023-06-11` + +**New Component** + +- 新增 FloatingPanel 组件,由 [@zhousg](https://github.com/zhousg) 贡献 ❤️ [#11832](https://github.com/vant-ui/vant/issues/11832) + +**Feature** + +- AddressList: 新增 right-icon 属性 [#11959](https://github.com/vant-ui/vant/issues/11959) +- DropdownMenu: 新增 close 方法 [#11921](https://github.com/vant-ui/vant/issues/11921) +- Slider: 新增 button 插槽的 dragging 参数 [#11946](https://github.com/vant-ui/vant/issues/11946) +- TimePicker: 新增 min-time 和 max-time 属性 [#11887](https://github.com/vant-ui/vant/issues/11887) +- TimePicker: 新增 filter 属性的 values 参数 [#11916](https://github.com/vant-ui/vant/issues/11916) +- CI: 增加 issue helper [#11963](https://github.com/vant-ui/vant/issues/11963) + +**Bug Fixes** + +- BackTop: 修复 deactivated 时未隐藏的问题 [#11938](https://github.com/vant-ui/vant/issues/11938) + ### [v4.4.1](https://github.com/vant-ui/vant/compare/v4.4.0...v4.4.1) `2023-05-28` diff --git a/packages/vant/src/floating-panel/README.md b/packages/vant/src/floating-panel/README.md index 86625e8bb..6d60f30d0 100644 --- a/packages/vant/src/floating-panel/README.md +++ b/packages/vant/src/floating-panel/README.md @@ -2,7 +2,7 @@ ### Intro -A panel that floats at the bottom of a page, which can be dragged up and down to browse content, often used to provide additional functionality or information. +A panel that floats at the bottom of a page, which can be dragged up and down to browse content, often used to provide additional functionality or information. Please upgrade `vant` to >= v4.5.0 before using this component. ### Install diff --git a/packages/vant/src/floating-panel/README.zh-CN.md b/packages/vant/src/floating-panel/README.zh-CN.md index 0533e7490..489b5c56e 100644 --- a/packages/vant/src/floating-panel/README.zh-CN.md +++ b/packages/vant/src/floating-panel/README.zh-CN.md @@ -2,7 +2,7 @@ ### 介绍 -浮动在页面底部的面板,可以上下拖动来浏览内容,常用于提供额外的功能或信息。 +浮动在页面底部的面板,可以上下拖动来浏览内容,常用于提供额外的功能或信息。请升级 `vant` 到 >= 4.5.0 版本来使用该组件。 ### 引入