diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 78df71b61..e3034ca08 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.22](https://github.com/youzan/vant/compare/v2.12.21...v2.12.22) + +`2021-06-22` + +**Feature** + +- Calendar: add top-info、bottom-info slot [#8847](https://github.com/youzan/vant/issues/8847) + +**Bug Fixes** + +- Slider: format v-model with step correctly [#8894](https://github.com/youzan/vant/issues/8894) + ### [v2.12.21](https://github.com/youzan/vant/compare/v2.12.20...v2.12.21) `2021-06-03` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index f18bd7d55..570083f52 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.22](https://github.com/youzan/vant/compare/v2.12.21...v2.12.22) + +`2021-06-22` + +**Feature** + +- Calendar: 新增 top-info、bottom-info 插槽 [#8847](https://github.com/youzan/vant/issues/8847) + +**Bug Fixes** + +- Slider: 修复设置 step 属性时,输入值格式化错误的问题 [#8894](https://github.com/youzan/vant/issues/8894) + ### [v2.12.21](https://github.com/youzan/vant/compare/v2.12.20...v2.12.21) `2021-06-03`