diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 1f306ba96f..b5b6adfb50 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -15,6 +15,16 @@ timeline: true --- +## 3.23.0 + +- ๐Ÿ”ฅ Pageheader has been rewritten to accommodate more situations. [#18128](https://github.com/ant-design/ant-design/pull/18128) +- ๐Ÿ’„ Tweak Table expand icon style. [c5344bd](https://github.com/ant-design/ant-design/commit/c5344bde529a2f2ec814f46e7ec5d249eac8d608) +- ๐ŸŒŸ Add `tabBarExtraContent` property to Card component. [#18433](https://github.com/ant-design/ant-design/pull/18433) [@lengthmin](https://github.com/lengthmin) +- ๐ŸŒŸ Anchor.Link add add new property `target`. [#18335](https://github.com/ant-design/ant-design/pull/18335) [@DiamondYuan](https://github.com/DiamondYuan) +- ๐Ÿž Fix prop `style` is getting duplicated on Table. [#18330](https://github.com/ant-design/ant-design/pull/18330) [@MrHeer](https://github.com/MrHeer) +- ๐Ÿž Fix Input line height style bug in IE. [#17759](https://github.com/ant-design/ant-design/pull/17759) +- ๐Ÿž Fix Steps progressDot broken style. [#18356](https://github.com/ant-design/ant-design/pull/18356) + ## 3.22.2 `2019-08-27` diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index db1e61ff4c..ab5492965d 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -15,6 +15,16 @@ timeline: true --- +## 3.23.0 + +- ๐Ÿ”ฅ PageHeader ๆ ทๅผ้‡ๅ†™ไปฅ้€‚ๅบ”ๆ›ดๅคš็š„ๆƒ…ๅ†ตใ€‚ [#18128](https://github.com/ant-design/ant-design/pull/18128) +- ๐Ÿ’„ ่ฐƒๆ•ด Table `expand icon` ็š„ๆ ทๅผใ€‚ [c5344bd](https://github.com/ant-design/ant-design/commit/c5344bde529a2f2ec814f46e7ec5d249eac8d608) +- ๐ŸŒŸ Card ็ป„ไปถๆ–ฐๅขžไบ† `tabBarExtraContent` propsใ€‚ [#18433](https://github.com/ant-design/ant-design/pull/18433) [@lengthmin](https://github.com/lengthmin) +- ๐ŸŒŸ Anchor.Link ๅขžๅŠ  `target` ๅฑžๆ€งใ€‚ [#18335](https://github.com/ant-design/ant-design/pull/18335) [@DiamondYuan](https://github.com/DiamondYuan) +- ๐Ÿž ไฟฎๅค Table ็š„ `style` ๅฑžๆ€ง่ขซๅบ”็”จไบ†ไธคๆฌก็š„้—ฎ้ข˜. [#18330](https://github.com/ant-design/ant-design/pull/18330) [@MrHeer](https://github.com/MrHeer) +- ๐Ÿž ไฟฎๅค Input ๅœจ IE ไธ‹้”™ไฝ็š„้—ฎ้ข˜ใ€‚ [#17759](https://github.com/ant-design/ant-design/pull/17759) +- ๐Ÿž ไฟฎๅค Steps `progressDot` ๆ ทๅผ้”™ไฝ้—ฎ้ข˜ใ€‚ [#18356](https://github.com/ant-design/ant-design/pull/18356) + ## 3.22.2 `2019-08-27` @@ -40,6 +50,7 @@ timeline: true - ๐Ÿž ไฟฎๅค Upload ้”™่ฏฏๆข่กŒ็š„้—ฎ้ข˜ใ€‚[#18423](https://github.com/ant-design/ant-design/pull/18423) - ๐Ÿ’„ ๅขžๅŠ  less ๅ˜้‡ `@select-dropdown-bg` `@select-item-selected-bg` `@select-item-active-bg` `@anchor-border-colorr` `@descriptions-bg`ใ€‚[#18444](https://github.com/ant-design/ant-design/pull/18444) [#18372](https://github.com/ant-design/ant-design/pull/18440) [@MrHeer](https://github.com/MrHeer) + ## 3.22.0 `2019-08-17`