diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 8cf8da381..a3fc535e3 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -16,6 +16,15 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v2.12.24](https://github.com/youzan/vant/compare/v2.12.23...v2.12.24) + +`2021-07-13` + +**Bug Fixes** + +- DatetimePicker: fix incorrect value when using filter [#9009](https://github.com/youzan/vant/issues/9009) +- Step: z-index issue [#9004](https://github.com/youzan/vant/issues/9004) + ### [v2.12.23](https://github.com/youzan/vant/compare/v2.12.22...v2.12.23) `2021-07-06` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index a4410414d..4e42316a4 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -16,6 +16,15 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v2.12.24](https://github.com/youzan/vant/compare/v2.12.23...v2.12.24) + +`2021-07-13` + +**Bug Fixes** + +- DatetimePicker: 修复设置 filter 属性时可能出现当前日期不正确的问题 [#9009](https://github.com/youzan/vant/issues/9009) +- Step: 修复 z-index 层级问题 [#9004](https://github.com/youzan/vant/issues/9004) + ### [v2.12.23](https://github.com/youzan/vant/compare/v2.12.22...v2.12.23) `2021-07-06`