From c019ff43d624aea08b7459123139bb12e253fd51 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 31 May 2020 14:11:46 +0800 Subject: [PATCH] :book: update 4.3.0 changelog --- CHANGELOG.en-US.md | 35 ++++++++++++++++++----------------- CHANGELOG.zh-CN.md | 39 ++++++++++++++++++++------------------- 2 files changed, 38 insertions(+), 36 deletions(-) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 78879926f9..f011978cf6 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -20,57 +20,58 @@ timeline: true `2020-05-31` - ๐Ÿ”ฅ Rewrite Tabs for better user experience. [#24552](https://github.com/ant-design/ant-design/pull/24552) +- ๐Ÿ“– Add components [overview page](https://ant.design/components/overview). [#24491](https://github.com/ant-design/ant-design/pull/24491) [@arvinxx](https://github.com/arvinxx) +- ๐Ÿ›  Optimize dependencies to reduce overall package size. [#24584](https://github.com/ant-design/ant-design/pull/24584) +- Button + - ๐Ÿ†• New `type="text"` Button. [#22552](https://github.com/ant-design/ant-design/pull/22552) + - ๐Ÿ’„ Improve button background variable usage. [#24372](https://github.com/ant-design/ant-design/pull/24372) [@morenyang](https://github.com/morenyang) - Upload - - ๐Ÿž Fix delete icon cannot be navigate via keyboard. [#24604](https://github.com/ant-design/ant-design/pull/24604) [@morenyang](https://github.com/morenyang) - ๐Ÿ†• `data` could return `Promise` now. [#24546](https://github.com/ant-design/ant-design/pull/24546) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - - ๐Ÿž Fix progress bar override by accident. [#24339](https://github.com/ant-design/ant-design/pull/24339) [@morenyang](https://github.com/morenyang) - ๐Ÿ†• Support `progress` to customize progress bar. [#24319](https://github.com/ant-design/ant-design/pull/24319) [@morenyang](https://github.com/morenyang) -- ๐Ÿž Fix Steps `subtitle` transition style. [#24593](https://github.com/ant-design/ant-design/pull/24593) + - ๐Ÿž Fix progress bar override by accident. [#24339](https://github.com/ant-design/ant-design/pull/24339) [@morenyang](https://github.com/morenyang) - Table - ๐Ÿ†• Table support `rowSelection.hideSelectAll` to hide selectAll checkbox. [#24592](https://github.com/ant-design/ant-design/pull/24592) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• `ellipsis` support `showTitle` to config `title` show. [#24056](https://github.com/ant-design/ant-design/pull/24056) [@lijinke666](https://github.com/lijinke666) - ๐Ÿ†• Table `columns` support `shouldCellUpdate`. [#23872](https://github.com/ant-design/ant-design/pull/23872) -- ๐Ÿž Fix List warning about`React does not recognize colStyle prop`. [#24568](https://github.com/ant-design/ant-design/pull/24568) -- ๐Ÿž Fix Progress with `steps` don't update `percent` expectedly. [#24534](https://github.com/ant-design/ant-design/pull/24534) [@ChuckJonas](https://github.com/ChuckJonas) - Input + - ๐Ÿ†• Input.Passowrd support custom icon. [#23792](https://github.com/ant-design/ant-design/pull/23792) - ๐Ÿž Fix Input.Password still show `value` attribute in DOM after blur it. [#24535](https://github.com/ant-design/ant-design/pull/24535) - - ๐Ÿ†• Input.Passowrd support custom icon. [#23792](https://github.com/ant-design/ant-design/pull/23792) [@ๅๅณ](https://github.com/ๅๅณ) - ๐Ÿ’„ Add less variable `@input-disabled-color`. [#23775](https://github.com/ant-design/ant-design/pull/23775) [@alwaysloseall](https://github.com/alwaysloseall) - Form - ๐Ÿž Fix Form.Item inline label collapsed when in narrow space. [#24531](https://github.com/ant-design/ant-design/pull/24531) - ๐Ÿž Fix Form.List field status sync logic and add a nest fields demo. [#24009](https://github.com/ant-design/ant-design/pull/24009) - ๐Ÿ†• Form support `validateTrigger` to config children fields validate trigger. [#23972](https://github.com/ant-design/ant-design/pull/23972) -- ๐Ÿž Fix Cascader expand icon color when disabled. [#24521](https://github.com/ant-design/ant-design/pull/24521) - Menu - ๐Ÿ†• Adjust text shows the first character when Menu is collapsed in `inline` mode. [#24330](https://github.com/ant-design/ant-design/pull/24330) - ๐Ÿ†• Menu.Item support `danger` prop. [#23785](https://github.com/ant-design/ant-design/pull/23785) -- ๐Ÿž Fix Breadcrumb icon margin missing when using links. [#24490](https://github.com/ant-design/ant-design/pull/24490) [@EscapeB](https://github.com/EscapeB) - Avatar - - ๐Ÿž Fix Avatar `onError` trigger twice. [#24506](https://github.com/ant-design/ant-design/pull/24506) [@sanonz](https://github.com/sanonz) - ๐Ÿ†• Avatar support `gap` to set the unit distance between left and right sides. [#24357](https://github.com/ant-design/ant-design/pull/24357) -- ๐Ÿž Fix Alert close icon `padding` style. [#24471](https://github.com/ant-design/ant-design/pull/24471) -- ๐Ÿž Fix Tree `@tree-directory-selected-bg` don't work. [#24468](https://github.com/ant-design/ant-design/pull/24468) [@morenyang](https://github.com/morenyang) + - ๐Ÿž Fix Avatar `onError` trigger twice. [#24506](https://github.com/ant-design/ant-design/pull/24506) [@sanonz](https://github.com/sanonz) - Typography - ๐Ÿ†• Support Typography.Paragraph custom expand style. [#24385](https://github.com/ant-design/ant-design/pull/24385) [@fireairforce](https://github.com/fireairforce) - - ๐Ÿž Fix Typography `title` prop support. [#24440](https://github.com/ant-design/ant-design/pull/24440) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• Typography.Text support `keyboard` style. [#24195](https://github.com/ant-design/ant-design/pull/24195) - ๐Ÿ†• Add Link component. [#24019](https://github.com/ant-design/ant-design/pull/24019) + - ๐Ÿž Fix Typography `title` prop support. [#24440](https://github.com/ant-design/ant-design/pull/24440) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• Tooltip support `color` to config background color. [#23155](https://github.com/ant-design/ant-design/pull/23155) - ๐Ÿ†• Popconfirm can be closed by pressing `ESC` now. [#24420](https://github.com/ant-design/ant-design/pull/24420) - ๐Ÿ†• Tooltip `destroyTooltipOnHide` support `keepParent` config. [#24362](https://github.com/ant-design/ant-design/pull/24362) [@Kermit-Xuan](https://github.com/Kermit-Xuan) -- Button - - ๐Ÿ’„ Improve button background variable usage. [#24372](https://github.com/ant-design/ant-design/pull/24372) [@morenyang](https://github.com/morenyang) - - ๐Ÿ†• New `type="text"` Button. [#22552](https://github.com/ant-design/ant-design/pull/22552) - ๐Ÿ†• Notification support to config `prefixCls`. [#24295](https://github.com/ant-design/ant-design/pull/24295) [@tdida](https://github.com/tdida) - ๐Ÿ†• RangePicker `dateRender` support additional argument to detect is `start` or `end` field. [#24278](https://github.com/ant-design/ant-design/pull/24278) - ๐Ÿ†• Skeleton add `round` prop to enable paragraph and title show radius. [#24137](https://github.com/ant-design/ant-design/pull/24137) [@xilihuasi](https://github.com/xilihuasi) - ๐Ÿ†• Transfer support `oneWay` and `pagination`. [#24041](https://github.com/ant-design/ant-design/pull/24041) -- ๐Ÿ’„ Descriptions add less variables `@descriptions-item-trailing-colon` and etc. [#24032](https://github.com/ant-design/ant-design/pull/24032) [@hengkx](https://github.com/hengkx) - ๐Ÿ†• Message Support customize `className` and `style`. [#24024](https://github.com/ant-design/ant-design/pull/24024) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• ConfigProvider support `virtual` and `dropdownMatchSelectWidth`. [#23841](https://github.com/ant-design/ant-design/pull/23841) [@hengkx](https://github.com/hengkx) -- ๐Ÿ›  Optimize dependencies to reduce overall package size. [#24584](https://github.com/ant-design/ant-design/pull/24584) +- ๐Ÿž Fix Breadcrumb icon margin missing when using links. [#24490](https://github.com/ant-design/ant-design/pull/24490) [@EscapeB](https://github.com/EscapeB) +- ๐Ÿž Fix Cascader expand icon color when disabled. [#24521](https://github.com/ant-design/ant-design/pull/24521) +- ๐Ÿž Fix List warning about`React does not recognize colStyle prop`. [#24568](https://github.com/ant-design/ant-design/pull/24568) +- ๐Ÿž Fix Progress with `steps` don't update `percent` expectedly. [#24534](https://github.com/ant-design/ant-design/pull/24534) [@ChuckJonas](https://github.com/ChuckJonas) +- ๐Ÿž Fix Steps `subtitle` transition style. [#24593](https://github.com/ant-design/ant-design/pull/24593) +- ๐Ÿž Fix Alert close icon `padding` style. [#24471](https://github.com/ant-design/ant-design/pull/24471) +- ๐Ÿž Fix Tree `@tree-directory-selected-bg` don't work. [#24468](https://github.com/ant-design/ant-design/pull/24468) [@morenyang](https://github.com/morenyang) - ๐Ÿž Fix `@ant-prefix` don't work in some styles. [#24459](https://github.com/ant-design/ant-design/pull/24459) [@morenyang](https://github.com/morenyang) +- ๐Ÿ’„ Descriptions add less variables `@descriptions-item-trailing-colon` and etc. [#24032](https://github.com/ant-design/ant-design/pull/24032) [@hengkx](https://github.com/hengkx) - ๐ŸŒ Localization + - ๐Ÿ‡ฎ๐Ÿ‡ช Add Irish(ga_IE) locale. [#24609](https://github.com/ant-design/ant-design/pull/24609) [@AbhijeetGaware](https://github.com/AbhijeetGaware) - ๐Ÿ‡ซ๐Ÿ‡ฎ Improve Typography `fi_FI` locale. [#24591](https://github.com/ant-design/ant-design/pull/24591) [@sagge](https://github.com/sagge) - ๐Ÿ‡ง๐Ÿ‡ท Improve `pt_BR` locale. [#24518](https://github.com/ant-design/ant-design/pull/24518) [@arturpfb](https://github.com/arturpfb) - ๐Ÿ‡ฌ๐Ÿ‡ง Improve Form `en_GB` locale. [#24404](https://github.com/ant-design/ant-design/pull/24404) [@morenyang](https://github.com/morenyang) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index 90b01891d4..18cbec84fe 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -20,57 +20,58 @@ timeline: true `2020-05-31` - ๐Ÿ”ฅ ้‡ๅš Tabs ไปฅๆๅ‡ๅคšๆ ‡็ญพๅœจไธๅŒ็Žฏๅขƒไธ‹็š„็”จๆˆทไฝ“้ชŒใ€‚[#24552](https://github.com/ant-design/ant-design/pull/24552) +- ๐Ÿ“– ๆ–ฐๅขž็ป„ไปถ[ๆ€ป่งˆ้กต้ข](https://ant.design/components/overview-cn)ใ€‚[#24491](https://github.com/ant-design/ant-design/pull/24491) [@arvinxx](https://github.com/arvinxx) +- ๐Ÿ›  ๅขžๅŠ ๅคง้‡ๅŠŸ่ƒฝ๏ผŒๅŒๆ—ถๅ‡ๅฐ‘ไบ†ๅŒ…ไฝ“็งฏ๏ผˆ็›ธๆฏ”ๆฏ” `4.2.5` ๅ‡ๅฐ‘ไบ† 2KB๏ผ‰ใ€‚[#24584](https://github.com/ant-design/ant-design/pull/24584) +- Button + - ๐Ÿ†• ๆ–ฐๅขžๆ–‡ๆœฌ็ฑปๅž‹ๆŒ‰้’ฎ `type="text"`ใ€‚[#22552](https://github.com/ant-design/ant-design/pull/22552) + - ๐Ÿ’„ ไผ˜ๅŒ– Button ่ƒŒๆ™ฏ less ๅ˜้‡็š„ๅฝฑๅ“่Œƒๅ›ดใ€‚[#24372](https://github.com/ant-design/ant-design/pull/24372) [@morenyang](https://github.com/morenyang) - Upload - - ๐Ÿž ่งฃๅ†ณๅˆ ้™คๅ›พๆ ‡้”ฎ็›˜ๆ— ๆณ•ๅฏผ่ˆชๆ“ไฝœ็š„้—ฎ้ข˜ใ€‚[#24604](https://github.com/ant-design/ant-design/pull/24604) [@morenyang](https://github.com/morenyang) - ๐Ÿ†• `data` ๅฑžๆ€งๆ”ฏๆŒ่ฟ”ๅ›ž `Promise`ใ€‚[#24546](https://github.com/ant-design/ant-design/pull/24546) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - - ๐Ÿž ไฟฎๅค็š„่ฟ›ๅบฆๆก็ฑปๅž‹ไผš่ขซๆ„ๅค–่ฆ†็›–็š„้—ฎ้ข˜ใ€‚[#24339](https://github.com/ant-design/ant-design/pull/24339) [@morenyang](https://github.com/morenyang) - ๐Ÿ†• ๆทปๅŠ  `progress` ๅฑžๆ€งไปฅๆ”ฏๆŒ่‡ชๅฎšไน‰่ฟ›ๅบฆๆกใ€‚[#24319](https://github.com/ant-design/ant-design/pull/24319) [@morenyang](https://github.com/morenyang) -- ๐Ÿž ไฟฎๅค Steps `subtitle` hover ๆธๅ˜่ฟ‡ๆธกใ€‚[#24593](https://github.com/ant-design/ant-design/pull/24593) + - ๐Ÿž ไฟฎๅค็š„่ฟ›ๅบฆๆก็ฑปๅž‹ไผš่ขซๆ„ๅค–่ฆ†็›–็š„้—ฎ้ข˜ใ€‚[#24339](https://github.com/ant-design/ant-design/pull/24339) [@morenyang](https://github.com/morenyang) - Table - ๐Ÿ†• Table ๆ–ฐๅขž `rowSelection.hideSelectAll` ็”จไบŽ้š่—ๅ…จ้€‰ๆก†ใ€‚[#24592](https://github.com/ant-design/ant-design/pull/24592) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• `ellipsis` ๆ”ฏๆŒ `showTitle` ไปฅๅ…ณ้—ญ่‡ชๅŠจ่ฎพ็ฝฎ `title` ๅฑžๆ€งใ€‚[#24056](https://github.com/ant-design/ant-design/pull/24056) [@lijinke666](https://github.com/lijinke666) - ๐Ÿ†• Table `columns` ๆ”ฏๆŒ `shouldCellUpdate` ๅฑžๆ€งใ€‚[#23872](https://github.com/ant-design/ant-design/pull/23872) -- ๐Ÿž ไฟฎๅค List ๆŠฅ `React does not recognize colStyle prop` ็š„้—ฎ้ข˜ใ€‚[#24568](https://github.com/ant-design/ant-design/pull/24568) -- ๐Ÿž ไฟฎๅคๆญฅ้ชค Progress `percent` ๆ ทๅผๆœชๆญฃ็กฎๆ›ดๆ–ฐ็š„้—ฎ้ข˜ใ€‚[#24534](https://github.com/ant-design/ant-design/pull/24534) [@ChuckJonas](https://github.com/ChuckJonas) - Input + - ๐Ÿ†• Input.Passowrd ๆ”ฏๆŒ่‡ชๅฎšไน‰ๅ›พๆ ‡ใ€‚[#23792](https://github.com/ant-design/ant-design/pull/23792) - ๐Ÿž ไฟฎๅค Input.Password ไธ€ไธชๆ˜Žๆ–‡ๆ˜พ็คบ `value` ็š„้—ฎ้ข˜ใ€‚[#24535](https://github.com/ant-design/ant-design/pull/24535) - - ๐Ÿ†• Input.Passowrd ๆ”ฏๆŒ่‡ชๅฎšไน‰ๅ›พๆ ‡ใ€‚[#23792](https://github.com/ant-design/ant-design/pull/23792) [@ๅๅณ](https://github.com/ๅๅณ) - ๐Ÿ’„ ๆทปๅŠ  `@input-disabled-color` less ๅ˜้‡ใ€‚[#23775](https://github.com/ant-design/ant-design/pull/23775) [@alwaysloseall](https://github.com/alwaysloseall) - Form + - ๐Ÿ†• Form ๆทปๅŠ  `validateTrigger` ๆ”ฏๆŒๅ…จๅฑ€่ฎพ็ฝฎๅญๅญ—ๆฎตๆ ก้ชŒๆ—ถๆœบใ€‚[#23972](https://github.com/ant-design/ant-design/pull/23972) - ๐Ÿž ไฟฎๅค Form.Item ๅ†…่”ๆ ทๅผไธ‹ label ๅœจ็‹ญ็ช„็ฉบ้—ด่ขซๆŒคๅŽ‹็š„้—ฎ้ข˜ใ€‚[#24531](https://github.com/ant-design/ant-design/pull/24531) - ๐Ÿž ไฟฎๅค Form.List ๅญ—ๆฎต็Šถๆ€ๅŒๆญฅ้€ป่พ‘ๅนถๆทปๅŠ ๅตŒๅฅ—ๅญ—ๆฎต็คบไพ‹ใ€‚[#24009](https://github.com/ant-design/ant-design/pull/24009) - - ๐Ÿ†• Form ๆทปๅŠ  `validateTrigger` ๆ”ฏๆŒๅ…จๅฑ€่ฎพ็ฝฎๅญๅญ—ๆฎตๆ ก้ชŒๆ—ถๆœบใ€‚[#23972](https://github.com/ant-design/ant-design/pull/23972) -- ๐Ÿž ไฟฎๅค Cascader ไธ‹ๆ‹‰ๆก†ไธญๆ‰ฉๅฑ•ๆŒ‰้’ฎๅœจ็ฆ็”จๆ—ถ็š„้ขœ่‰ฒใ€‚[#24521](https://github.com/ant-design/ant-design/pull/24521) - Menu - ๐Ÿ†• ่ฐƒๆ•ด Menu `inline` ๆจกๅผไธ‹ๆœช่ฎพ็ฝฎ icon ็š„่œๅ•ๆ”ถ่ตทๆ—ถๆ–‡ๅญ—ๆ˜พ็คบ็ฌฌไธ€ไธชๅญ—็ฌฆใ€‚[#24330](https://github.com/ant-design/ant-design/pull/24330) - ๐Ÿ†• Menu.Item ๆ”ฏๆŒ `danger` ๅฑžๆ€งใ€‚[#23785](https://github.com/ant-design/ant-design/pull/23785) -- ๐Ÿž ไฟฎๅค Breadcrumb ๅ†…ไฝฟ็”จ้“พๆŽฅๆ—ถๅ›พๆ ‡้—ด่ทไธขๅคฑ็š„้—ฎ้ข˜ใ€‚[#24490](https://github.com/ant-design/ant-design/pull/24490) [@EscapeB](https://github.com/EscapeB) - Avatar - - ๐Ÿž ไฟฎๅค Avatar `onError` ไผš่งฆๅ‘ไธคๆฌก็š„้—ฎ้ข˜ใ€‚[#24506](https://github.com/ant-design/ant-design/pull/24506) [@sanonz](https://github.com/sanonz) - ๐Ÿ†• Avatar ๆ–ฐๅขž `gap` ๆฅ่ฎพ็ฝฎๅญ—็ฌฆ็ฑปๅž‹่ท็ฆปๅทฆๅณไธคไพง่พน็•Œๅ•ไฝๅƒ็ด ใ€‚[#24357](https://github.com/ant-design/ant-design/pull/24357) -- ๐Ÿž ไฟฎๅค Alert ๅ…ณ้—ญๆŒ‰้’ฎ `padding` ๆ ทๅผใ€‚[#24471](https://github.com/ant-design/ant-design/pull/24471) -- ๐Ÿž ไฟฎๅค Tree `@tree-directory-selected-bg` ๅ˜้‡ไธ็”Ÿๆ•ˆ็š„้—ฎ้ข˜ใ€‚[#24468](https://github.com/ant-design/ant-design/pull/24468) [@morenyang](https://github.com/morenyang) + - ๐Ÿž ไฟฎๅค Avatar `onError` ไผš่งฆๅ‘ไธคๆฌก็š„้—ฎ้ข˜ใ€‚[#24506](https://github.com/ant-design/ant-design/pull/24506) [@sanonz](https://github.com/sanonz) - Typography - ๐Ÿ†• Typography.Paragraph ๆ”ฏๆŒ่‡ชๅฎšไน‰ๅฑ•ๅผ€ๆ ทๅผใ€‚[#24385](https://github.com/ant-design/ant-design/pull/24385) [@fireairforce](https://github.com/fireairforce) - - ๐Ÿž ไฟฎๅค Typography ไธๆ”ฏๆŒ `title` ๅฑžๆ€ง็š„้—ฎ้ข˜ใ€‚[#24440](https://github.com/ant-design/ant-design/pull/24440) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• Typography.Text ๆ”ฏๆŒ `keyboard` ๆ ทๅผใ€‚[#24195](https://github.com/ant-design/ant-design/pull/24195) - ๐Ÿ†• ๆทปๅŠ  Link ็ป„ไปถใ€‚[#24019](https://github.com/ant-design/ant-design/pull/24019) + - ๐Ÿž ไฟฎๅค Typography ไธๆ”ฏๆŒ `title` ๅฑžๆ€ง็š„้—ฎ้ข˜ใ€‚[#24440](https://github.com/ant-design/ant-design/pull/24440) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• Tooltip ๆ”ฏๆŒ้…็ฝฎ่ƒŒๆ™ฏ้ขœ่‰ฒใ€‚[#23155](https://github.com/ant-design/ant-design/pull/23155) - ๐Ÿ†• Popconfirm ๆ”ฏๆŒๆŒ‰ `ESC` ๅ…ณ้—ญใ€‚[#24420](https://github.com/ant-design/ant-design/pull/24420) - ๐Ÿ†• Tooltip `destroyTooltipOnHide` ๆ”ฏๆŒ `keepParent` ้…็ฝฎใ€‚[#24362](https://github.com/ant-design/ant-design/pull/24362) [@Kermit-Xuan](https://github.com/Kermit-Xuan) -- Button - - ๐Ÿ’„ ไผ˜ๅŒ– Button ่ƒŒๆ™ฏ less ๅ˜้‡็š„ๅฝฑๅ“่Œƒๅ›ดใ€‚[#24372](https://github.com/ant-design/ant-design/pull/24372) [@morenyang](https://github.com/morenyang) - - ๐Ÿ†• ๆ–ฐๅขžๆ–‡ๆœฌ็ฑปๅž‹ๆŒ‰้’ฎ `type="text"`ใ€‚[#22552](https://github.com/ant-design/ant-design/pull/22552) - ๐Ÿ†• Notification ๆ”ฏๆŒๅ…จๅฑ€้…็ฝฎ `prefixCls`ใ€‚[#24295](https://github.com/ant-design/ant-design/pull/24295) [@tdida](https://github.com/tdida) - ๐Ÿ†• RangePicker `dateRender` ๆ”ฏๆŒ้ขๅค–ๅ‚ๆ•ฐๆฅๅˆคๆ–ญๆ˜ฏ `start` ่ฟ˜ๆ˜ฏ `end` ๅญ—ๆฎตใ€‚[#24278](https://github.com/ant-design/ant-design/pull/24278) - ๐Ÿ†• Skeleton ๆทปๅŠ  `round` ๅฑžๆ€ง๏ผŒๅ…่ฎธๆฎต่ฝๅ’Œๆ ‡้ข˜ๆ˜พ็คบๅœ†่ง’ใ€‚[#24137](https://github.com/ant-design/ant-design/pull/24137) [@xilihuasi](https://github.com/xilihuasi) - ๐Ÿ†• Transfer ๆ”ฏๆŒ `oneWay` ้…็ฝฎๅ•ๅ‘้€‰ๆ‹ฉไปฅๅŠ `pagination` ้…็ฝฎๅˆ†้กตใ€‚[#24041](https://github.com/ant-design/ant-design/pull/24041) -- ๐Ÿ’„ Descriptions ๆ–ฐๅขž `@descriptions-item-trailing-colon` ็ญ‰ less ๅ˜้‡ใ€‚[#24032](https://github.com/ant-design/ant-design/pull/24032) [@hengkx](https://github.com/hengkx) - ๐Ÿ†• Message ๆ”ฏๆŒ่‡ชๅฎšไน‰ๆ ทๅผ้€š่ฟ‡ไฝฟ็”จ`className`ๅ’Œ`style`ใ€‚[#24024](https://github.com/ant-design/ant-design/pull/24024) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• ConfigProvider ๆ”ฏๆŒ `virtual` ๅ’Œ `dropdownMatchSelectWidth` ้…็ฝฎใ€‚[#23841](https://github.com/ant-design/ant-design/pull/23841) [@hengkx](https://github.com/hengkx) -- ๐Ÿ›  ไผ˜ๅŒ–ไพ่ต–ไปฅๅ‡ๅฐ‘ๆ€ปไฝ“ๆ‰“ๅŒ…ๅฐบๅฏธใ€‚[#24584](https://github.com/ant-design/ant-design/pull/24584) +- ๐Ÿž ไฟฎๅค Cascader ไธ‹ๆ‹‰ๆก†ไธญๆ‰ฉๅฑ•ๆŒ‰้’ฎๅœจ็ฆ็”จๆ—ถ็š„้ขœ่‰ฒใ€‚[#24521](https://github.com/ant-design/ant-design/pull/24521) +- ๐Ÿž ไฟฎๅค Alert ๅ…ณ้—ญๆŒ‰้’ฎ `padding` ๆ ทๅผใ€‚[#24471](https://github.com/ant-design/ant-design/pull/24471) +- ๐Ÿž ไฟฎๅค Tree `@tree-directory-selected-bg` ๅ˜้‡ไธ็”Ÿๆ•ˆ็š„้—ฎ้ข˜ใ€‚[#24468](https://github.com/ant-design/ant-design/pull/24468) [@morenyang](https://github.com/morenyang) - ๐Ÿž ไฟฎๅค `@ant-prefix` ๅ˜้‡ๅœจ้ƒจๅˆ†ๆ ทๅผ้‡Œไธ็”Ÿๆ•ˆ็š„้—ฎ้ข˜ใ€‚[#24459](https://github.com/ant-design/ant-design/pull/24459) [@morenyang](https://github.com/morenyang) +- ๐Ÿž ไฟฎๅค Steps `subtitle` hover ๆธๅ˜่ฟ‡ๆธกใ€‚[#24593](https://github.com/ant-design/ant-design/pull/24593) +- ๐Ÿž ไฟฎๅค List ๆŠฅ `React does not recognize colStyle prop` ็š„้—ฎ้ข˜ใ€‚[#24568](https://github.com/ant-design/ant-design/pull/24568) +- ๐Ÿž ไฟฎๅคๆญฅ้ชค Progress `percent` ๆ ทๅผๆœชๆญฃ็กฎๆ›ดๆ–ฐ็š„้—ฎ้ข˜ใ€‚[#24534](https://github.com/ant-design/ant-design/pull/24534) [@ChuckJonas](https://github.com/ChuckJonas) +- ๐Ÿž ไฟฎๅค Breadcrumb ๅ†…ไฝฟ็”จ้“พๆŽฅๆ—ถๅ›พๆ ‡้—ด่ทไธขๅคฑ็š„้—ฎ้ข˜ใ€‚[#24490](https://github.com/ant-design/ant-design/pull/24490) [@EscapeB](https://github.com/EscapeB) +- ๐Ÿ’„ Descriptions ๆ–ฐๅขž `@descriptions-item-trailing-colon` ็ญ‰ less ๅ˜้‡ใ€‚[#24032](https://github.com/ant-design/ant-design/pull/24032) [@hengkx](https://github.com/hengkx) - ๐ŸŒ ๅ›ฝ้™…ๅŒ– + - ๐Ÿ‡ฎ๐Ÿ‡ช ๆ–ฐๅขž็ˆฑๅฐ”ๅ…ฐ่ฏญ่จ€ๅŒ…ใ€‚[#24609](https://github.com/ant-design/ant-design/pull/24609) [@AbhijeetGaware](https://github.com/AbhijeetGaware) - ๐Ÿ‡ซ๐Ÿ‡ฎ ๆ”น่ฟ› Typography `fi_FI` ๅ›ฝ้™…ๅŒ–ใ€‚[#24591](https://github.com/ant-design/ant-design/pull/24591) [@sagge](https://github.com/sagge) - ๐Ÿ‡ง๐Ÿ‡ท ๆ”น่ฟ› `pt_BR` ๅ›ฝ้™…ๅŒ–ใ€‚[#24518](https://github.com/ant-design/ant-design/pull/24518) [@arturpfb](https://github.com/arturpfb) - ๐Ÿ‡ฌ๐Ÿ‡ง ๆ”น่ฟ› Form `en_GB` ๅ›ฝ้™…ๅŒ–ใ€‚[#24404](https://github.com/ant-design/ant-design/pull/24404) [@morenyang](https://github.com/morenyang) @@ -80,7 +81,7 @@ timeline: true - ๐Ÿ’„ ไผ˜ๅŒ– Table ็ญ›้€‰ไธ‹ๆ‹‰ๆก†ๅœจ RTL ๆจกๅผไธ‹ๆ ทๅผใ€‚[#24529](https://github.com/ant-design/ant-design/pull/24529) - ๐Ÿ’„ ไผ˜ๅŒ– Cascader RTL ๆจกๅผไธ‹ๆ‹‰ๆก†็š„ๆ ทๅผใ€‚[#24520](https://github.com/ant-design/ant-design/pull/24520) - TypeScript - - Form ๅฏผๅ‡บ RuleObject ไธŽ RuleRender ๅฎšไน‰ใ€‚[#24541](https://github.com/ant-design/ant-design/pull/24541) [@sorteam](https://github.com/sorteam) + - Form ๅฏผๅ‡บ `RuleObject` ไธŽ `RuleRender` ๅฎšไน‰ใ€‚[#24541](https://github.com/ant-design/ant-design/pull/24541) [@sorteam](https://github.com/sorteam) ## 4.2.5