mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs(changelog): vant@4.5.0 (#11965)
This commit is contained in:
parent
82e5d39710
commit
9cdbbbdc99
@ -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`
|
||||
|
@ -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`
|
||||
|
@ -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
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
### 介绍
|
||||
|
||||
浮动在页面底部的面板,可以上下拖动来浏览内容,常用于提供额外的功能或信息。
|
||||
浮动在页面底部的面板,可以上下拖动来浏览内容,常用于提供额外的功能或信息。请升级 `vant` 到 >= 4.5.0 版本来使用该组件。
|
||||
|
||||
### 引入
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user