diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 54fea32cd..cccae5137 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -16,6 +16,22 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v2.12.8](https://github.com/youzan/vant/compare/v2.12.7...v2.12.8) + +`2021-03-07` + +**Feature** + +- ImagePreview: add transition prop [#8273](https://github.com/youzan/vant/issues/8273) +- PullRefresh: add pull-distance prop [#8279](https://github.com/youzan/vant/issues/8279) +- Locale: add th-TH lang [#8247](https://github.com/youzan/vant/issues/8247) + +**Bug Fixes** + +- ActionSheet: should not reopen when closed [#8271](https://github.com/youzan/vant/issues/8271) +- ImagePreview: missing initial animation [#8274](https://github.com/youzan/vant/issues/8274) +- Stepper: incorrect text color in iOS14 when disabled [#8278](https://github.com/youzan/vant/issues/8278) + ### [v2.12.7](https://github.com/youzan/vant/compare/v2.12.6...v2.12.7) `2021-02-28` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index ff567f756..6ad344a10 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -16,6 +16,22 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v2.12.8](https://github.com/youzan/vant/compare/v2.12.7...v2.12.8) + +`2021-03-07` + +**Feature** + +- ImagePreview: 新增 transition 属性 [#8273](https://github.com/youzan/vant/issues/8273) +- PullRefresh: 新增 pull-distance 属性 [#8279](https://github.com/youzan/vant/issues/8279) +- Locale: 新增 th-TH 泰语 [#8247](https://github.com/youzan/vant/issues/8247) + +**Bug Fixes** + +- ActionSheet: 修复返回页面时可能错误地重新打开的问题 [#8271](https://github.com/youzan/vant/issues/8271) +- ImagePreview: 修复第一次打开时动画缺失的问题 [#8274](https://github.com/youzan/vant/issues/8274) +- Stepper: 修复在 iOS14 下禁用时输入框文字不可见的问题 [#8278](https://github.com/youzan/vant/issues/8278) + ### [v2.12.7](https://github.com/youzan/vant/compare/v2.12.6...v2.12.7) `2021-02-28`