diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index f958bd021..d2efe14da 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -16,6 +16,18 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v2.12.16](https://github.com/youzan/vant/compare/v2.12.15...v2.12.16) + +`2021-05-03` + +**Feature** + +- Steps: add icon-prefix prop [#8630](https://github.com/youzan/vant/issues/8630) + +**Bug Fixes** + +- DatetimePicker: fixed show incorrect date time when dynamic set mindate or maxdate [#8640](https://github.com/youzan/vant/issues/8640) + ### [v2.12.15](https://github.com/youzan/vant/compare/v2.12.14...v2.12.15) `2021-04-25` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index feece46ed..42a37f9f1 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -16,6 +16,18 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v2.12.16](https://github.com/youzan/vant/compare/v2.12.15...v2.12.16) + +`2021-05-03` + +**Feature** + +- Steps: 新增 icon-prefix 属性 [#8630](https://github.com/youzan/vant/issues/8630) + +**Bug Fixes** + +- DatetimePicker: 修复动态设置 mindate 或 maxdate 时可能导致日期错误的问题 [#8640](https://github.com/youzan/vant/issues/8640) + ### [v2.12.15](https://github.com/youzan/vant/compare/v2.12.14...v2.12.15) `2021-04-25`