diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index fb1c30e50..17215f2a9 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,14 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v3.6.9](https://github.com/vant-ui/vant/compare/v3.6.8...v3.6.9) + +`2022-12-01` + +**Bug Fixes** + +- Field: set selection range only when focused [#11333](https://github.com/vant-ui/vant/issues/11333) + ### [v3.6.8](https://github.com/vant-ui/vant/compare/v3.6.7...v3.6.8) `2022-11-26` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 4eb6a0932..08c9254b1 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,14 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v3.6.9](https://github.com/vant-ui/vant/compare/v3.6.8...v3.6.9) + +`2022-12-01` + +**Bug Fixes** + +- Field: 修复未选中时修改绑定的值会导致键盘弹出的问题 [#11333](https://github.com/vant-ui/vant/issues/11333) + ### [v3.6.8](https://github.com/vant-ui/vant/compare/v3.6.7...v3.6.8) `2022-11-26`