diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 59bef56afd..0f23fad06b 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -14,6 +14,19 @@ timeline: true * Major version release is not included in this schedule for breaking change and new features. --- +## 3.5.3 + +`2018-05-20` + +- 🐞 Fix `Affix` with offsetTop === 0, value becomes `undefined` problem [#10566](https://github.com/ant-design/ant-design/pull/10566) +- 🐞 Fix highlighted link color in `Menu` item [09d5e36](https://github.com/ant-design/ant-design/commit/09d5e36cfa27e371a7b4d4e68276a279698ea901) +- 💄 Remove redundant icons [#10583](https://github.com/ant-design/ant-design/pull/10583) +- 💄 Unifying the name of the variable [12d3046](https://github.com/ant-design/ant-design/commit/12d3046687a0dcdb51fece08dd2bea64f185cc40) +- 💄 Fixed several errors in the documentation +- TypeScript + - 🐞 Fixed an issue with the type of gutter attribute in `Row` [b7d508e](https://github.com/ant-design/ant-design/commit/b7d508e1662bf20a0cacbe6440a2ce31a65a8a59) + - 💄 Improved the `Form` component type [#10564](https://github.com/ant-design/ant-design/pull/10564) + - 💄 Improved the `Button` and `Tag` types[1ed9fed](https://github.com/ant-design/ant-design/commit/1ed9fed2cf1c99b947359fafb101b2e58213cb48) ## 3.5.2 diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index ab9f5257d7..318df2f30d 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -14,6 +14,19 @@ timeline: true * 主版本号:含有破坏性更新和新特性,不在发布周期内。 --- +## 3.5.3 + +`2018-05-20` + +- 🐞 修复 `Affix` 当 offsetTop === 0, 值将变为 `undefined` 的问题 [#10566](https://github.com/ant-design/ant-design/pull/10566) +- 🐞 修复 `Menu` item 中的高亮链接颜色 [09d5e36](https://github.com/ant-design/ant-design/commit/09d5e36cfa27e371a7b4d4e68276a279698ea901) +- 💄 删除多余的图标 [#10583](https://github.com/ant-design/ant-design/pull/10583) +- 💄 统一 less 的变量命名 [12d3046](https://github.com/ant-design/ant-design/commit/12d3046687a0dcdb51fece08dd2bea64f185cc40) +- 💄 修正了几处文档错漏 +- TypeScript + - 🐞 修复了 `Row` 中 gutter 属性的类型问题 [b7d508e](https://github.com/ant-design/ant-design/commit/b7d508e1662bf20a0cacbe6440a2ce31a65a8a59) + - 💄 改进了 `Form` 组件类型 [#10564](https://github.com/ant-design/ant-design/pull/10564) + - 💄 改进了 `Button` 和 `Tag` 类型 [1ed9fed](https://github.com/ant-design/ant-design/commit/1ed9fed2cf1c99b947359fafb101b2e58213cb48) ## 3.5.2 diff --git a/package.json b/package.json index e6486a9f35..c6ac33b6c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antd", - "version": "3.5.2", + "version": "3.5.3", "title": "Ant Design", "description": "An enterprise-class UI design language and React-based implementation", "homepage": "http://ant.design/",