From d1ba62e50b8956b2a94f97c2aa1e9fc45acd3f11 Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Sat, 28 Jul 2018 16:27:01 +0800 Subject: [PATCH] Add 3.7.3 changelog (#11494) --- CHANGELOG.en-US.md | 10 ++++++++++ CHANGELOG.zh-CN.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 881fd1c83c..f19a9986b0 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -15,6 +15,16 @@ timeline: true --- +## 3.7.3 + +`2018-07-28` + +- 🐞 Fix issue resulting in title not vertical align with icon when setting `labelPlacement` to `vertical` in Steps. [#11426](https://github.com/ant-design/ant-design/pull/11426) [@yoyo837](https://github.com/yoyo837) +- 🐞 Fix issue resulting in the children field specified in `fieldName` could not be read correctly in Cascader. [#11311](https://github.com/ant-design/ant-design/pull/11311) [@405go](https://github.com/405go) +- TypeScript + - 🐞 Fix type definition of Pagination. [#11474](https://github.com/ant-design/ant-design/pull/11474) [@kagd](https://github.com/kagd) + - 🐞 Fix type definition of Select. [#11189](https://github.com/ant-design/ant-design/pull/11189) [@thisJJ](https://github.com/thisJJ) + ## 3.7.2 `2018-07-25` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 954e7c5515..415a266db3 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -15,6 +15,16 @@ timeline: true --- +## 3.7.3 + +`2018-07-28` + +- 🐞 修复 Steps 在 `labelPlacement` 为 `vertical` 时标题与图标不对齐的问题。[#11426](https://github.com/ant-design/ant-design/pull/11426) [@yoyo837](https://github.com/yoyo837) +- 🐞 修复 Cascader 设置 `fieldNames` 时不能正确读取子节点的问题。[#11311](https://github.com/ant-design/ant-design/pull/11311) [@405go](https://github.com/405go) +- TypeScript + - 🐞 修复 Pagination 类型定义。[#11474](https://github.com/ant-design/ant-design/pull/11474) [@kagd](https://github.com/kagd) + - 🐞 修复 Select 类型定义。[#11189](https://github.com/ant-design/ant-design/pull/11189) [@thisJJ](https://github.com/thisJJ) + ## 3.7.2 `2018-07-25`