From 41cf5706fdca8bd5ce1a85d66f26c70d09d0012e Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 23 Nov 2022 09:35:11 +0800 Subject: [PATCH] docs(changelog): vant@3.6.6 (#11283) --- packages/vant/docs/markdown/changelog.en-US.md | 10 ++++++++++ packages/vant/docs/markdown/changelog.zh-CN.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index bace8bd19..fb1fa8d99 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,16 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v3.6.6](https://github.com/vant-ui/vant/compare/v3.6.5...v3.6.6) + +`2022-11-23` + +**Bug Fixes** + +- Cell: arrow-direction assignment right is invalid [#11279](https://github.com/vant-ui/vant/issues/11279) +- List: incorrect initial loading value [#11275](https://github.com/vant-ui/vant/issues/11275) +- NumberKeyboard: should inherit attrs when using teleport [#11274](https://github.com/vant-ui/vant/issues/11274) + ### [v3.6.5](https://github.com/vant-ui/vant/compare/v3.6.4...v3.6.5) `2022-11-08` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 4835b18b0..b2b75e77f 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,16 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v3.6.6](https://github.com/vant-ui/vant/compare/v3.6.5...v3.6.6) + +`2022-11-23` + +**Bug Fixes** + +- Cell: 修复 arrow-direction 属性设置为 right 不生效的问题 [#11279](https://github.com/vant-ui/vant/issues/11279) +- List: 修复初始的 loading 状态可能不正确的问题 [#11275](https://github.com/vant-ui/vant/issues/11275) +- NumberKeyboard: 修复使用 teleport 属性时未正确继承 attrs 的问题 [#11274](https://github.com/vant-ui/vant/issues/11274) + ### [v3.6.5](https://github.com/vant-ui/vant/compare/v3.6.4...v3.6.5) `2022-11-08`