From f802864cda7c4a1407c31c8f3d5bc128801f45be Mon Sep 17 00:00:00 2001 From: ycjcl868 <45808948@qq.com> Date: Sun, 3 Feb 2019 12:16:45 +0800 Subject: [PATCH] upd: release changelog --- CHANGELOG.en-US.md | 1 + CHANGELOG.zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index ed512eb4bb..00fa09d0a4 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -58,6 +58,7 @@ timeline: true - Less - 🌟 Enable monospaced for OpenType font, reduce the font animation shake. [56ac0](https://github.com/ant-design/ant-design/commit/56ac01610f600b3c2d62c33fa87e99156f114ccf) - 🐞 Corrected typo `@dawer-prfix-cls` to `@drawer-prfix-cls`. [#14631](https://github.com/ant-design/ant-design/pull/14631) + - 🐞 Fix animation in Dropdown SubMenu.[#14703](https://github.com/ant-design/ant-design/pull/14703) [#14638](https://github.com/ant-design/ant-design/issues/14638) - TypeScript - 🐞 Fix definition lack of `name` for `Form.create`. [#14584](https://github.com/ant-design/ant-design/pull/14584) [@boraikizoglu](https://github.com/boraikizoglu) - 🐞 Fix definition error fo `onTitleClick` for `SubMenu`. [#14591](https://github.com/ant-design/ant-design/pull/14591) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 297eff9b3e..32c390e9b8 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -58,6 +58,7 @@ timeline: true - Less - 🌟 设置 OpenType 数字字体等宽,减轻字体动画震颤。[56ac0](https://github.com/ant-design/ant-design/commit/56ac01610f600b3c2d62c33fa87e99156f114ccf) - 🐞 修复 Less 变量 `@drawer-prefix-cls` 拼写问题。[#14631](https://github.com/ant-design/ant-design/pull/14631) + - 🐞 修复 Dropdown 的 SubMenu 动画问题。[#14703](https://github.com/ant-design/ant-design/pull/14703) [#14638](https://github.com/ant-design/ant-design/issues/14638) - TypeScript - 🐞 修复 Form.create 缺失 `name` 属性定义。[#14584](https://github.com/ant-design/ant-design/pull/14584) [@boraikizoglu](https://github.com/boraikizoglu) - 🐞 修复 SubMenu 的 `onTitleClick` 参数类型错误。[#14591](https://github.com/ant-design/ant-design/pull/14591)