From 3297289e39b9c51b4760271f92c64a1f6d3046be Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 28 May 2023 21:38:00 +0800 Subject: [PATCH] docs(changelog): vant@4.4.1 (#11917) --- packages/vant/docs/markdown/changelog.en-US.md | 15 +++++++++++++++ packages/vant/docs/markdown/changelog.zh-CN.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index 33c04127e..a3e95ffb2 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,21 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v4.4.1](https://github.com/vant-ui/vant/compare/v4.4.0...v4.4.1) + +`2023-05-28` + +**Feature** + +- Popover: add actions-direction prop [#11888](https://github.com/vant-ui/vant/issues/11888) + +**Bug Fixes** + +- ImagePreview: stop animation during initialization [#11897](https://github.com/vant-ui/vant/issues/11897) +- Popup: opened event is emitted twice when duration is 0 [#11902](https://github.com/vant-ui/vant/issues/11902) +- Slider: should update startValue when the slider is clicked [#11904](https://github.com/vant-ui/vant/issues/11904) +- Tab: maximum recursive updates exceeded in Tabs [#11898](https://github.com/vant-ui/vant/issues/11898) + ### [v4.4.0](https://github.com/vant-ui/vant/compare/v4.3.2...v4.4.0) `2023-05-21` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index d38be565e..87397c6b8 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,21 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v4.4.1](https://github.com/vant-ui/vant/compare/v4.4.0...v4.4.1) + +`2023-05-28` + +**Feature** + +- Popover: 新增 actions-direction 熟悉 [#11888](https://github.com/vant-ui/vant/issues/11888) + +**Bug Fixes** + +- ImagePreview: 修复初始化时可能有过渡动画的问题 [#11897](https://github.com/vant-ui/vant/issues/11897) +- Popup: 修复 duration 为 0 时 opened 事件触发两次的问题 [#11902](https://github.com/vant-ui/vant/issues/11902) +- Slider: 修复点击可能无法触发 change 事件的问题 [#11904](https://github.com/vant-ui/vant/issues/11904) +- Tab: 修复 title-class 和 title-style 属性可能导致死循环的问题 [#11898](https://github.com/vant-ui/vant/issues/11898) + ### [v4.4.0](https://github.com/vant-ui/vant/compare/v4.3.2...v4.4.0) `2023-05-21`