From 5c843f77c5c9b3edb152d001ff80d94be1570187 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 30 Apr 2023 21:24:27 +0800 Subject: [PATCH] docs(changelog): vant@4.2.1 (#11787) --- 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 da14a5378..78213f8c6 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.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` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 7d64bd2b2..6cfdc008a 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.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`