mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs(changelog): vant@4.2.1 (#11787)
This commit is contained in:
parent
e39e1402b2
commit
5c843f77c5
@ -19,6 +19,23 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
||||
|
||||
## Details
|
||||
|
||||
### [v4.2.1](https://github.com/vant-ui/vant/compare/v4.2.0...v4.2.1)
|
||||
|
||||
`2023-04-30`
|
||||
|
||||
**Feature**
|
||||
|
||||
- Pagination: add show-prev-button, show-next-button props [#11780](https://github.com/vant-ui/vant/issues/11780)
|
||||
- Picker: add scroll-into event [#11757](https://github.com/vant-ui/vant/issues/11757)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- Pagination: don't show click feedback when button is disabled [#11779](https://github.com/vant-ui/vant/issues/11779)
|
||||
- Sticky: resize or orientationchange wrapper no reset width and height [#11753](https://github.com/vant-ui/vant/issues/11753)
|
||||
- Tabs: re-render when line-width or line-height changed [#11776](https://github.com/vant-ui/vant/issues/11776)
|
||||
- Tabs: should scroll active tab into view after resized [#11777](https://github.com/vant-ui/vant/issues/11777)
|
||||
- Watermark: add xlink namespace and fix blob MIME type [#11762](https://github.com/vant-ui/vant/issues/11762)
|
||||
|
||||
### [v4.2.0](https://github.com/vant-ui/vant/compare/v4.1.2...v4.2.0)
|
||||
|
||||
`2023-04-16`
|
||||
|
@ -19,6 +19,23 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
|
||||
## 更新内容
|
||||
|
||||
### [v4.2.1](https://github.com/vant-ui/vant/compare/v4.2.0...v4.2.1)
|
||||
|
||||
`2023-04-30`
|
||||
|
||||
**Feature**
|
||||
|
||||
- Pagination: 新增 show-prev-button, show-next-button 属性 [#11780](https://github.com/vant-ui/vant/issues/11780)
|
||||
- Picker: 新增 scroll-into 事件 [#11757](https://github.com/vant-ui/vant/issues/11757)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- Pagination: 修复点击禁用后的按钮时存在点击反馈的问题 [#11779](https://github.com/vant-ui/vant/issues/11779)
|
||||
- Sticky: 修复屏幕宽度变化时不会更新组件宽度的问题 [#11753](https://github.com/vant-ui/vant/issues/11753)
|
||||
- Tabs: 修复动态设置 line-width 或 line-height 不会重新渲染的问题 [#11776](https://github.com/vant-ui/vant/issues/11776)
|
||||
- Tabs: 修复屏幕宽度变化时不会自动滚动到激活的标签页的问题 [#11777](https://github.com/vant-ui/vant/issues/11777)
|
||||
- Watermark: 修复 iOS 12 系统的兼容性问题 [#11762](https://github.com/vant-ui/vant/issues/11762)
|
||||
|
||||
### [v4.2.0](https://github.com/vant-ui/vant/compare/v4.1.2...v4.2.0)
|
||||
|
||||
`2023-04-16`
|
||||
|
Loading…
x
Reference in New Issue
Block a user