From eba9eaa1ffc9dda7040aceb80f62e9f727979ba6 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 9 Oct 2018 18:54:28 +0800 Subject: [PATCH] fix typo --- CHANGELOG.en-US.md | 6 +++--- CHANGELOG.zh-CN.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 98a922bfcf..fcc356272c 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -133,7 +133,7 @@ In addition, our **Ant Design Pro 2.0.0** version has also been released simulta ### Bugfix/Feature๏ผš -- ๐ŸŒŸ Added Model.open for optional icon dialog. [#11982](https://github.com/ant-design/ant-design/pull/11982) [@hsiehjack](https://github.com/hsiehjack) +- ๐ŸŒŸ Added Modal.open for optional icon dialog. [#11982](https://github.com/ant-design/ant-design/pull/11982) [@hsiehjack](https://github.com/hsiehjack) - ๐ŸŒŸ Modal.info adds the configuration of `getContainer`. [#11377](https://github.com/ant-design/ant-design/issues/11377) - ๐ŸŒŸ Improve RangePicker footer UI by merging them. - ๐ŸŒŸ The Anchor component adds `onClick` property. [#11898](https://github.com/ant-design/ant-design/pull/11898) @@ -244,7 +244,7 @@ Thanks to 24 contributors who send pull request to 3.8.0! - Modal - ๐ŸŒŸ Added `centered` prop to set vertical center position of modal. [#11537](https://github.com/ant-design/ant-design/pull/11537) [@yoyo837](https://github.com/yoyo837) - ๐Ÿž Fixed that closing all modals when pressing `ESC` once, now they will be closed one by one. [#11394](https://github.com/ant-design/ant-design/issues/11394) [@yoyo837](https://github.com/yoyo837) - - ๐Ÿž Fixed issue resulting title of Model.confirm shows scrollbar again. [#11568](https://github.com/ant-design/ant-design/pull/11568) [@cheshireoctopus](https://github.com/cheshireoctopus) + - ๐Ÿž Fixed issue resulting title of Modal.confirm shows scrollbar again. [#11568](https://github.com/ant-design/ant-design/pull/11568) [@cheshireoctopus](https://github.com/cheshireoctopus) - ๐ŸŒŸ Progress added `strokeLinecap` to customize shape of edge. [#11547](https://github.com/ant-design/ant-design/pull/11547) [@blatinier](https://github.com/blatinier) - ๐ŸŒŸ Drawer added `className` and deprecated `wrapClassName`. [#11609](https://github.com/ant-design/ant-design/pull/11609) [@fergiar](https://github.com/fergiar) @@ -274,7 +274,7 @@ Thanks to 24 contributors who send pull request to 3.8.0! - ๐Ÿž Fix the arrow buttons of InputNumber showing wrong positon in a fixed table. [#11408](https://github.com/ant-design/ant-design/issues/11408) - ๐Ÿž Fix issue resulting in Select.Option shows wrong border radius in Select.OptGroup. [6cb6f5c](https://github.com/ant-design/ant-design/commit/6cb6f5c83ed634e67d5b5d0816d11aa0788a74d8) - ๐Ÿž Fix issue resulting in `onChange` was trigged twice when click the filter icon of Table. [#11164](https://github.com/ant-design/ant-design/issues/11164) [@adybionka](https://github.com/adybionka) -- ๐Ÿž Fix issue resulting title of Model.confirm shows scrollbar on Firefox. [#11432](https://github.com/ant-design/ant-design/issues/11432) +- ๐Ÿž Fix issue resulting title of Modal.confirm shows scrollbar on Firefox. [#11432](https://github.com/ant-design/ant-design/issues/11432) - TypeScript - ๐Ÿž Fix type definition of Radio.Group. [#11409](https://github.com/ant-design/ant-design/pull/11409) [@eddiemoore](https://github.com/eddiemoore) - ๐Ÿž Fix type definition of TreeSelect. [#11442](https://github.com/ant-design/ant-design/pull/11442) [@JribiBelhassen](https://github.com/JribiBelhassen) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index c6e8646fc0..ba6da25768 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -134,7 +134,7 @@ timeline: true ### ็ป„ไปถไฟฎๅค/ๅŠŸ่ƒฝๅขžๅผบ๏ผš -- ๐ŸŒŸ ๆ–ฐๅขž Model.open ๆ–นๆณ•๏ผŒ็”จไบŽๅฏ่‡ชๅฎšไน‰ๅ›พๆ ‡็š„ๅฟซๆทๅฏน่ฏๆก†ใ€‚[#11982](https://github.com/ant-design/ant-design/pull/11982) [@hsiehjack](https://github.com/hsiehjack) +- ๐ŸŒŸ ๆ–ฐๅขž Modal.open ๆ–นๆณ•๏ผŒ็”จไบŽๅฏ่‡ชๅฎšไน‰ๅ›พๆ ‡็š„ๅฟซๆทๅฏน่ฏๆก†ใ€‚[#11982](https://github.com/ant-design/ant-design/pull/11982) [@hsiehjack](https://github.com/hsiehjack) - ๐ŸŒŸ Modal.info ๅขžๅŠ  `getContainer` ็š„้…็ฝฎใ€‚[#11377](https://github.com/ant-design/ant-design/issues/11377) - ๐ŸŒŸ ๅˆๅนถไผ˜ๅŒ–ไบ† RangePicker ็š„ๆ—ฅๅŽ†้กต่„š UIใ€‚ - ๐ŸŒŸ Anchor ็ป„ไปถๅขžๅŠ  `onClick` ๅฑžๆ€งใ€‚[#11898](https://github.com/ant-design/ant-design/pull/11898)