diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index 95181edd4..d47f60854 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,20 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v4.1.2](https://github.com/vant-ui/vant/compare/v4.1.1...v4.1.2) + +`2023-03-26` + +**Feature** + +- Locale: add Khmer translations [#11701](https://github.com/vant-ui/vant/issues/11701) + +**Bug Fixes** + +- Field: label-align top works well with label-width [#11684](https://github.com/vant-ui/vant/issues/11684) +- Field: should emit blur event when readonly [#11699](https://github.com/vant-ui/vant/issues/11699) +- ImagePreview: long vertical images sliding up and down [#11702](https://github.com/vant-ui/vant/issues/11702) + ### [v4.1.1](https://github.com/vant-ui/vant/compare/v4.1.0...v4.1.1) `2023-03-19` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 2da1d40ce..da31245eb 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,20 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v4.1.2](https://github.com/vant-ui/vant/compare/v4.1.1...v4.1.2) + +`2023-03-26` + +**Feature** + +- Locale: 增加 Khmer 高棉语 [#11701](https://github.com/vant-ui/vant/issues/11701) + +**Bug Fixes** + +- Field: 修复同时设置 label-align "top" 和 is-link 时样式错误的问题 [#11684](https://github.com/vant-ui/vant/issues/11684) +- Field: 修复设置 readonly 属性后无法触发 blur 事件的问题 [#11699](https://github.com/vant-ui/vant/issues/11699) +- ImagePreview: 修复长图片上下拖动不顺滑的问题 [#11702](https://github.com/vant-ui/vant/issues/11702) + ### [v4.1.1](https://github.com/vant-ui/vant/compare/v4.1.0...v4.1.1) `2023-03-19`