From 609ec4579b3a87415aaf7eb6f17ed313b479145e Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 2 Jan 2023 12:38:13 +0800 Subject: [PATCH] docs(changelog): vant@4.0.7 (#11445) --- packages/vant/docs/markdown/changelog.en-US.md | 12 ++++++++++++ packages/vant/docs/markdown/changelog.zh-CN.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index bfc4e714a..7ec9626ec 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,18 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v4.0.7](https://github.com/vant-ui/vant/compare/v4.0.6...v4.0.7) + +`2023-01-02` + +**Bug Fixes** + +- Icons: fix delete / delete-o icon [#11441](https://github.com/vant-ui/vant/issues/11441) +- Icons: no longer support woff/ttf format [#11442](https://github.com/vant-ui/vant/issues/11442) +- ImagePreview:fix teleport prop not work [#11429](https://github.com/vant-ui/vant/issues/11429) +- Locale: fix typo of "Calendar" in ru-RU [#11425](https://github.com/vant-ui/vant/issues/11425) +- Swipe: failed to render inside keep-alive [#11437](https://github.com/vant-ui/vant/issues/11437) + ### [v4.0.6](https://github.com/vant-ui/vant/compare/v4.0.5...v4.0.6) `2022-12-26` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index d74e64f9d..b5ecd93a1 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,18 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v4.0.7](https://github.com/vant-ui/vant/compare/v4.0.6...v4.0.7) + +`2023-01-02` + +**Bug Fixes** + +- Icons: 修复 delete / delete-o 图标存在多余黑点的问题 [#11441](https://github.com/vant-ui/vant/issues/11441) +- Icons: 移除多余的 woff/ttf 格式声明 [#11442](https://github.com/vant-ui/vant/issues/11442) +- ImagePreview:修复 teleport 属性不生效的问题 [#11429](https://github.com/vant-ui/vant/issues/11429) +- Locale: 修复 ru-RU 中的 "Calendar" 拼写错误 [#11425](https://github.com/vant-ui/vant/issues/11425) +- Swipe: 修复在 keep-alive 内使用时可能渲染空白的问题 [#11437](https://github.com/vant-ui/vant/issues/11437) + ### [v4.0.6](https://github.com/vant-ui/vant/compare/v4.0.5...v4.0.6) `2022-12-26`