--- order: 6 title: Change Log toc: false timeline: true --- `antd` strictly follows [Semantic Versioning 2.0.0](http://semver.org/). #### Release Schedule - Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix). - Monthly release: minor version at the end of every month for new features. - Major version release is not included in this schedule for breaking change and new features. --- ## 4.4.1 `2020-07-06` - Menu - ๐Ÿž Fix Menu.Item use `a` tag color style issue. [#25414](https://github.com/ant-design/ant-design/pull/25414) [@kaysonwu](https://github.com/kaysonwu) - ๐Ÿž Fix Menu inline animation not correct issue. [#25341](https://github.com/ant-design/ant-design/pull/25341) - ๐Ÿ’„ Optimize Menu collapse animation. [#25301](https://github.com/ant-design/ant-design/pull/25301) - ๐Ÿž Fix Input disabled `backgroundColor` is override when inside a `error` or `warning` Form.Item. [#25385](https://github.com/ant-design/ant-design/pull/25385) - ๐Ÿž Fix Table header extra border of right side column. [#25378](https://github.com/ant-design/ant-design/pull/25378) - ๐Ÿž Fix Grid ResponsiveObserve not been unsubscribed correctly. [#25319](https://github.com/ant-design/ant-design/pull/25319) [@zhangchen915](https://github.com/zhangchen915) - ๐Ÿž Fix Progress `successPercent` warning message and correct `success.progress` to `success.percent`. [#25356](https://github.com/ant-design/ant-design/pull/25356) [@fireairforce](https://github.com/fireairforce) - ๐Ÿž Fix PageHeader Tabs unnecessary `margin-bottom`. [#25340](https://github.com/ant-design/ant-design/pull/25340) [@dickeylth](https://github.com/dickeylth) - Form - ๐Ÿž Fix Form.Item `hidden` no working. [#25336](https://github.com/ant-design/ant-design/pull/25336) - ๐Ÿž Fix Form.Item help message may not disappear in a `display:none` container. [#25297](https://github.com/ant-design/ant-design/pull/25297) - Radio - ๐Ÿž Fix Radio.Group throw `Function components cannot be given refs` warning message. [#25328](https://github.com/ant-design/ant-design/pull/25328) - ๐Ÿž Fix Radio.Group style with extra spaces in `children`. [#25304](https://github.com/ant-design/ant-design/pull/25304) [@ElderJames](https://github.com/ElderJames) - ๐Ÿž Fix Drawer click mask will trigger close event multiple times. [#25313](https://github.com/ant-design/ant-design/pull/25313) - ๐Ÿž Fix Skeleton Button/Avatar/Input/Image default width to auto. [#25303](https://github.com/ant-design/ant-design/pull/25303) - ๐Ÿ‡บ๐Ÿ‡ฆ Update uk_UA localization. [#25402](https://github.com/ant-design/ant-design/pull/25402) [@kitsoRik](https://github.com/kitsoRik) - ๐Ÿ‡ณ๐Ÿ‡ด Update nb_NO localization. [#25374](https://github.com/ant-design/ant-design/pull/25374) [@Johannes-Andersen](https://github.com/Johannes-Andersen) - TypeScript - ๐Ÿž Fix Slider `onChange` definition. [#25358](https://github.com/ant-design/ant-design/pull/25358) [@CornerSkyless](https://github.com/CornerSkyless) - ๐Ÿž Fix Tooltip custom color type definition. [#25315](https://github.com/ant-design/ant-design/pull/25315) [@CornerSkyless](https://github.com/CornerSkyless) ## 4.4.0 `2020-06-29` - ๐Ÿ”ฅ Optimize RangePicker interaction that any picker selection will popup another picker panel. [#25135](https://github.com/ant-design/ant-design/pull/25135) - ๐Ÿ”ฅ Add Skeleton.Image. [#24805](https://github.com/ant-design/ant-design/pull/24805) [@fireairforce](https://github.com/fireairforce) - Form - ๐Ÿ†• Form.Item support `preserve` to disable value preserve. [#25186](https://github.com/ant-design/ant-design/pull/25186) - ๐Ÿ†• Form.Item add `hidden` prop. [#25108](https://github.com/ant-design/ant-design/pull/25108) - ๐Ÿ†• Form instance support `getFieldInstance`. [#24711](https://github.com/ant-design/ant-design/pull/24711) - Table - ๐Ÿ†• Table `onChange` add `action` in extra argument. [#24697](https://github.com/ant-design/ant-design/pull/24697) - ๐Ÿ†• Table support `rowSelection.dirty` to enable cache `key` with ajax. [#24718](https://github.com/ant-design/ant-design/pull/24718) - ๐Ÿž Table supports `rowSelection.checkStrictly`. [#24931](https://github.com/ant-design/ant-design/pull/24931) - ๐Ÿž Fix Table `onSelectAll`'s `changeRows` parameter is incorrect. [#24931](https://github.com/ant-design/ant-design/pull/24931) - ๐Ÿž Fix Table expand buttons of leaf rows in tree data can still be clicked. [#24931](https://github.com/ant-design/ant-design/pull/24931) - ๐Ÿž Fix Table expand icon still interative when hidden. [#25170](https://github.com/ant-design/ant-design/pull/25170) - TimePicker - ๐Ÿž Fix TimePicker display 12 AM as 0 AM. [#25174](https://github.com/ant-design/ant-design/pull/25174) - ๐Ÿž Fix TimePicker not using 0 ~ 23 to disable hours. [#25174](https://github.com/ant-design/ant-design/pull/25174) - ๐Ÿž Fix TimePicker AM | PM are not related with hour disabled status. [#25174](https://github.com/ant-design/ant-design/pull/25174) - ๐Ÿž Fix TimePicker "Now" button's behavior doesn't conform hour, minute, second step. [#25174](https://github.com/ant-design/ant-design/pull/25174) - Cascader - ๐Ÿ†• Cascader add `expandIcon` to customize the current item expand icon. [#24865](https://github.com/ant-design/ant-design/pull/24865) - ๐Ÿ†• Cascader support `dropdownRender` prop for customizing menu. [#24812](https://github.com/ant-design/ant-design/pull/24812) - Menu - ๐Ÿ†• Menu support `triggerSubMenuAction` (hover or click). [#25127](https://github.com/ant-design/ant-design/pull/25127) [@hydRAnger](https://github.com/hydRAnger) - ๐Ÿž Fix Menu.SubMenu background color in dark theme. [#25205](https://github.com/ant-design/ant-design/pull/25205) - Tabs - ๐Ÿ†• Pagination support `onChange` called when `pageSize` change. [#24964](https://github.com/ant-design/ant-design/pull/24964) [@fireairforce](https://github.com/fireairforce) - ๐Ÿ†• Tabs support `addIcon` to customize add icon node. [#25006](https://github.com/ant-design/ant-design/pull/25006) - ๐Ÿž Fix Tabs can not close in IE11. [#25200](https://github.com/ant-design/ant-design/pull/25200) - Pagination - ๐Ÿž Improve Pagination accessibility by fixing a W3C error. [#25119](https://github.com/ant-design/ant-design/pull/25119) - DatePicker - ๐Ÿ†• Fix month and quarter picker's toggle button size of DatePicker component. [#25035](https://github.com/ant-design/ant-design/pull/25035) [@fireairforce](https://github.com/fireairforce) - ๐Ÿ†• DatePicker support `showNow`. TimePicker support `showNow`. [#25032](https://github.com/ant-design/ant-design/pull/25032) - Drawer - ๐Ÿ†• Dropdown component support `arrow` prop. [#23869](https://github.com/ant-design/ant-design/pull/23869) [@wendellhu95](https://github.com/wendellhu95) - ๐Ÿž Fix Drawer `getContainer={false}` cause scrollbar missing in some situation. [#25273](https://github.com/ant-design/ant-design/pull/25273) - ๐Ÿ†• Fix Rate render unexpectedly when `value` is `1.6` or `2.6`. [#24993](https://github.com/ant-design/ant-design/pull/24993) - ๐Ÿ†• Menution support `autoSize` prop. [#24961](https://github.com/ant-design/ant-design/pull/24961) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• Remove the 140px width limit on vertical dot Steps.Step. [#24907](https://github.com/ant-design/ant-design/pull/24907) - ๐Ÿ†• Move Result children to end of component. [#24945](https://github.com/ant-design/ant-design/pull/24945) - ๐Ÿ†• Add Rate `character` support `(RateProps)=> ReactNode` customization. [#24903](https://github.com/ant-design/ant-design/pull/24903) - ๐Ÿ†• Add `optionType` api to set Radio type in Radio.Group when use `options`. [#24809](https://github.com/ant-design/ant-design/pull/24809) - ๐Ÿ†• Add `closeIcon` to customize Tag close icon. [#24885](https://github.com/ant-design/ant-design/pull/24885) - ๐Ÿ†• Drawer support `closeIcon`. [#24842](https://github.com/ant-design/ant-design/pull/#24842) - ๐Ÿ†• Add `ghost` prop for collapse to set a transparent background. [#24734](https://github.com/ant-design/ant-design/pull/24734) - ๐Ÿ†• Progress support customise filled Progress color. [#24655](https://github.com/ant-design/ant-design/pull/24655) [@fireairforce](https://github.com/fireairforce) - ๐Ÿ†• Typography copyable support `icon` and `tooltips` for customization. [#25274](https://github.com/ant-design/ant-design/pull/25274) [@israelKusayev](https://github.com/israelKusayev) - ๐Ÿ†• Add `showLeafIcon` for Tree Component when set `showLine` prop. [#25271](https://github.com/ant-design/ant-design/pull/25271) - ๐Ÿ†• Add BackTop `duration` used to set the time required to return to the top. [#25254](https://github.com/ant-design/ant-design/pull/25254) - ๐Ÿž Fix Select suffix icon can not focus input. [#25212](https://github.com/ant-design/ant-design/pull/25212) - ๐Ÿž Fix the issue that Notification modification `width` is not aligned with the edge of the screen. [#25168](https://github.com/ant-design/ant-design/pull/25168) - ๐Ÿ’„ Make Switch animation more smooth and quicker. [#25160](https://github.com/ant-design/ant-design/pull/25160) - ๐Ÿ›  Modal add more less parameters. [#24773](https://github.com/ant-design/ant-design/pull/24773) [@hicrystal](https://github.com/hicrystal) - ๐Ÿž Fix PageHeader tabs unexpected border style. [#25159](https://github.com/ant-design/ant-design/pull/25159) - ๐Ÿž Fix InputNumber `max` prop has no default value. [#25243](https://github.com/ant-design/ant-design/pull/25243) - ๐ŸŒ Add missing translation keys to table locale in German, Italian and Czech. [#25233](https://github.com/ant-design/ant-design/pull/25233) [@karelsoupaEMZ](https://github.com/karelsoupaEMZ) - ๐Ÿ‡ฏ๐Ÿ‡ต Add ja_JP globalization for Form. [#25244](https://github.com/ant-design/ant-design/pull/25244) [@kentaro84207](https://github.com/kentaro84207) - RTL - ๐Ÿž Fix Table nested style in RTL. [#25156](https://github.com/ant-design/ant-design/pull/25156) - ๐Ÿž Fix Table title style in RTL when use filter and sorter. [#25152](https://github.com/ant-design/ant-design/pull/25152) - ๐Ÿž Fix InputNumber input inner in RTL. [#25146](https://github.com/ant-design/ant-design/pull/25146) ## 4.3.5 `2020-06-21` - ๐Ÿž Fix Input.Search as AutoComplete customize component crash issue. [#25049](https://github.com/ant-design/ant-design/pull/25049) - ๐Ÿ›  Rewrite Input.Password with hooks. [#25012](https://github.com/ant-design/ant-design/pull/25012) [@Rustin-Liu](https://github.com/Rustin-Liu) - ๐Ÿž Fix PageHeader tabs broken style since `4.3.0`. [#24991](https://github.com/ant-design/ant-design/pull/24991) - ๐Ÿž Fix Backtop still interactive when it is hidden. [#25132](https://github.com/ant-design/ant-design/pull/25132) [@jesse3mh9a](https://github.com/jesse3mh9a) - ๐Ÿž Fix Upload don't support Popover. [#25090](https://github.com/ant-design/ant-design/pull/25090) - ๐Ÿž Fix Tabs content exceeds container width issue. [#25072](https://github.com/ant-design/ant-design/pull/25072) - ๐Ÿž Fix DataPicker/TimePicker time dropdown alignment issue. [#25019](https://github.com/ant-design/ant-design/pull/25019) - Table - ๐Ÿž Fix Table nested border style. [#24995](https://github.com/ant-design/ant-design/pull/24995) - ๐Ÿ’„ Improve Table empty filters menu UI. [#25073](https://github.com/ant-design/ant-design/pull/25073) - ๐Ÿ’„ Reduce Table filter dropdown's `max-height`. [#25001](https://github.com/ant-design/ant-design/pull/25001) - Descriptions - ๐Ÿž Fix Descriptions selecting text behavior when double clicking item. [#24983](https://github.com/ant-design/ant-design/pull/24983) [@harupy](https://github.com/harupy) - ๐Ÿ’„ Fix Descriptions label text not start aligned in Safari. [#25018](https://github.com/ant-design/ant-design/pull/25018) - ๐Ÿ’„ Fix List.Item.Meta content width may overflow sometimes. [#24992](https://github.com/ant-design/ant-design/pull/24992) - ๐Ÿž Fix dark mode Menu.SubMenu background color in compact theme. [#24997](https://github.com/ant-design/ant-design/pull/24997) - โšก๏ธ Reduce 3KB Button css bundle size. [#24996](https://github.com/ant-design/ant-design/pull/24996) - ๐Ÿ‡น๐Ÿ‡ท Improve Turkish locale. [#25100](https://github.com/ant-design/ant-design/pull/25100) [@smddzcy](https://github.com/smddzcy) - TypeScript - Export Tree `DataNode`. [#25065](https://github.com/ant-design/ant-design/pull/25065) [@jinxin0112](https://github.com/jinxin0112) ## 4.3.4 `2020-06-14` - Form - ๐Ÿž Fix `validateTrigger` not works on Form. [#24979](https://github.com/ant-design/ant-design/pull/24979) - ๐Ÿž Fix Form.Item still replace component `id` when `id` configured. [#24929](https://github.com/ant-design/ant-design/pull/24929) - ๐Ÿž Fix Form.List error message display not correct when nested with `noStyle`. [#24867](https://github.com/ant-design/ant-design/pull/24867) - Table - ๐Ÿž Fix Table `shouldCellUpdate` missing `prevRecord` param. [#24963](https://github.com/ant-design/ant-design/pull/24963) - ๐Ÿž Fix Table's filter dropdown's display value doesn't sync with controlled `filteredValue`. [#24952](https://github.com/ant-design/ant-design/pull/24952) - ๐Ÿž Fix Table `onChange` get wrong state with multiple sorter operation. [#24852](https://github.com/ant-design/ant-design/pull/24852) - ๐Ÿž Fix Modal `confirm()` has no default icon. [#24956](https://github.com/ant-design/ant-design/pull/24956) - ๐Ÿž Fix List `grid` not working in React.Fragment or wrapped List.Item. [#24955](https://github.com/ant-design/ant-design/pull/24955) - ๐Ÿž Fix Avatar fallback to children when loading image with error. [#24944](https://github.com/ant-design/ant-design/pull/24944) [@sosohime](https://github.com/sosohime) - ๐Ÿž Fix Drawer doesn't omit prop `getTargetContainer`. [#24938](https://github.com/ant-design/ant-design/pull/24938) - ๐Ÿž Fix Tabs dropdown clip text when tab title too long. [#24928](https://github.com/ant-design/ant-design/pull/24928) - ๐Ÿž Fix Carousel under Tabs shaking when tab switch. [#24873](https://github.com/ant-design/ant-design/pull/24873) - ๐Ÿž Fix Transfer package size will increase if tree shaking is disabled. [#24847](https://github.com/ant-design/ant-design/pull/24847) [@DavidSichau](https://github.com/DavidSichau) - ๐Ÿ’„ Add `@rate-star-hover-scale` to control Rate scale when cursor hover. [#24917](https://github.com/ant-design/ant-design/pull/24917) - ๐Ÿ’„ Add `@divider-orientation-margin` less variable to control Divider's left margin when `orientation` is set. [#24877](https://github.com/ant-design/ant-design/pull/24877) - ๐ŸŒ Localization - ๐Ÿ‡ซ๐Ÿ‡ท Improve fr_FR i18n. [#24962](https://github.com/ant-design/ant-design/pull/24962) [@sharkyze](https://github.com/sharkyze) - TypeScript - ๐Ÿ›  Export Select `OptionProps` interface. [#24870](https://github.com/ant-design/ant-design/pull/24870) [@nitinknolder](https://github.com/nitinknolder) - ๐Ÿ›  Export Card `CardInterface` interface. [#24866](https://github.com/ant-design/ant-design/pull/24866) [@THPubs](https://github.com/THPubs) - ๐Ÿ›  Remove `emptyText` from Table `TableProps`. [#24948](https://github.com/ant-design/ant-design/pull/24948) [@hehex9](https://github.com/hehex9) - ๐Ÿ›  Add `patch` type on Upload `method` prop. [#24936](https://github.com/ant-design/ant-design/pull/24936) [@miclle](https://github.com/miclle) ## 4.3.3 `2020-06-07` - ๐Ÿž Fix Drawer cannot open. [#24802](https://github.com/ant-design/ant-design/pull/24802) - ๐Ÿž Fix Menu.SubMenu cannot scroll. [#24806](https://github.com/ant-design/ant-design/pull/24806) ## 4.3.2 `2020-06-06` - ๐Ÿž Fix Tag.CheckableTag don't support `onClick`. [#24743](https://github.com/ant-design/ant-design/pull/24743) - ๐Ÿž Fix Drawer support set `getPopupContainer` and `getPrefixCls` by ConfigProvider. [#24727](https://github.com/ant-design/ant-design/pull/24727) - ๐Ÿž Fix Button `loading.delay` repeat trigger when parent compoent re-render. [#24713](https://github.com/ant-design/ant-design/pull/24713) - ๐Ÿž Fix Dropdown menu link color when has `icon`. [#24707](https://github.com/ant-design/ant-design/pull/24707) [#24702](https://github.com/ant-design/ant-design/pull/24702) - Select - ๐Ÿž Fix Select virtual scroll display abnormally in compact mode. [#24706](https://github.com/ant-design/ant-design/pull/24706) - โšก๏ธ Optimize Select multiple mode performance. [#24785](https://github.com/ant-design/ant-design/pull/24785) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿž Fix Calendar trigger `onPanelChange` even when in the same panel. [#24695](https://github.com/ant-design/ant-design/pull/24695) - ๐Ÿž Fix Input component height issue in IE11. [#24673](https://github.com/ant-design/ant-design/pull/24673) [@xiaosongxiaosong](https://github.com/xiaosongxiaosong) - ๐Ÿž Fix Radio typescript error typo. [#24693](https://github.com/ant-design/ant-design/pull/24693) [@hengkx](https://github.com/hengkx) - ๐Ÿž Fix Statistic don't work with Tooltip. [#24782](https://github.com/ant-design/ant-design/pull/24782) - ๐Ÿž Fix TimePicker.RangePicker `bordered={false}` not working when has `className`. [#24781](https://github.com/ant-design/ant-design/pull/24781) - ๐Ÿž Fix List cannot trigger `onChange` in pagination. [#24514](https://github.com/ant-design/ant-design/pull/24514) - ๐ŸŒ Localization - ๐Ÿ‡ฎ๐Ÿ‡ฑ Add Hebrew localisations for Form. [#24716](https://github.com/ant-design/ant-design/pull/24716) [@israelKusayev](https://github.com/israelKusayev) - ๐Ÿ‡ฐ๐Ÿ‡ท Add ko_KR localizations for Form. [#24783](https://github.com/ant-design/ant-design/pull/24783) [@Jaewoook](https://github.com/Jaewoook) - ๐Ÿ’„ Add less variable `@table-font-size`, `@table-font-size-md` and `@table-font-size-sm` to customize the size of Table text. [#24714](https://github.com/ant-design/ant-design/pull/24714) [@morenyang](https://github.com/morenyang) - RTL - ๐Ÿ’„ Optimize Tabs dropdown style in RTL. [#24715](https://github.com/ant-design/ant-design/pull/24715) - ๐Ÿ’„ Add `Modal.method()` RTL supports only use hooks. [#24682](https://github.com/ant-design/ant-design/pull/24682) - ๐Ÿ’„ Fix Badge offset in RTL. [#24724](https://github.com/ant-design/ant-design/pull/24724) ## 4.3.1 `2020-06-02` - Tabs - ๐Ÿž Fix Tabs `hideAdd` not working. [#24621](https://github.com/ant-design/ant-design/pull/24621) - ๐Ÿž Fix Tabs dropdown has extra horizontal scrollbar in Firefox. [#24677](https://github.com/ant-design/ant-design/pull/24677) - ๐Ÿž Fix Tabs inkbar border lost when use with `react-sticky`. [#24643](https://github.com/ant-design/ant-design/pull/24643) - ๐Ÿ’„ Adjust Tabs `tabBarStyle` style display. [#24620](https://github.com/ant-design/ant-design/pull/24620) - Button - ๐Ÿž Fix Button quick set `loading` from `delay` to `false` will still change to the loading status. [#24678](https://github.com/ant-design/ant-design/pull/24678) - ๐Ÿž Fix the inconsistent style of Text Button in `danger`. [#24622](https://github.com/ant-design/ant-design/pull/24622) [@morenyang](https://github.com/morenyang) - ๐Ÿž Fix Table no showing scrollbar inside Row. [#24661](https://github.com/ant-design/ant-design/pull/24661) [@zt123123](https://github.com/zt123123) - ๐Ÿž Fix Drawer get `dropdownMatchSelectWidth` as dom prop warning. [#24651](https://github.com/ant-design/ant-design/pull/24651) - ๐Ÿž Adjust Steps to support React.Fragment with `children`. [#24644](https://github.com/ant-design/ant-design/pull/24644) - ๐Ÿž Fix Upload delete icon cannot be navigate via keyboard. [#24615](https://github.com/ant-design/ant-design/pull/24615) [@morenyang](https://github.com/morenyang) - ๐Ÿž Fix multiple Select search input cursor missing issue. [#24631](https://github.com/ant-design/ant-design/pull/24631) - ๐Ÿž Fix Radio.Group using `options` get `Element type is invalid` error. [#24631](https://github.com/ant-design/ant-design/pull/24631) - RTL - ๐Ÿ’„ Adjust Notification default placement to `topLeft` in RTL. [#24632](https://github.com/ant-design/ant-design/pull/24632) - TypeScript - ๐Ÿ›  Export Tabs `TabPaneProps` definition. [#24648](https://github.com/ant-design/ant-design/pull/24648) ## 4.3.0 `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 - ๐Ÿ†• `data` could return `Promise` now. [#24546](https://github.com/ant-design/ant-design/pull/24546) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• Support `progress` to customize progress bar. [#24319](https://github.com/ant-design/ant-design/pull/24319) [@morenyang](https://github.com/morenyang) - ๐Ÿž 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) - 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) - ๐Ÿ’„ 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) - 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) - Avatar - ๐Ÿ†• Avatar support `gap` to set the unit distance between left and right sides. [#24357](https://github.com/ant-design/ant-design/pull/24357) - ๐Ÿž 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) - ๐Ÿ†• 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) - ๐Ÿ†• 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) - ๐Ÿ†• 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) - ๐Ÿž 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 on 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) - RTL - ๐Ÿ’„ Optimize Tree checkbox style in RTL. [#24563](https://github.com/ant-design/ant-design/pull/24563) - ๐Ÿ’„ Optimize Calendar notice content text style in RTL. [#24528](https://github.com/ant-design/ant-design/pull/24528) - ๐Ÿ’„ Optimize Table filter dropdown style in RTL. [#24529](https://github.com/ant-design/ant-design/pull/24529) - ๐Ÿ’„ Fix Cascader dropdown style in RTL. [#24520](https://github.com/ant-design/ant-design/pull/24520) - TypeScript - ๐Ÿ›  Form export `RuleObject` and `RuleRender` types. [#24541](https://github.com/ant-design/ant-design/pull/24541) [@sorteam](https://github.com/sorteam) ## 4.2.5 `2020-05-25` - ๐Ÿž Fix Table selection arrow out of column when `size` is `small/middle`. [#24394](https://github.com/ant-design/ant-design/pull/24394) - ๐Ÿž Fix Input.TextArea clear icon disappears in Input.Group when hover it. [#24360](https://github.com/ant-design/ant-design/pull/24360) [@Mr-jiangzhiguo](https://github.com/Mr-jiangzhiguo) - ๐Ÿž Fixed an issue where the `RowSelection.onChange` will still be cached when the Table removes entries in `dataSource`. [#24338](https://github.com/ant-design/ant-design/pull/24338) - ๐Ÿž Adjust `useNotification` api instance to be same instance for each render. [#24337](https://github.com/ant-design/ant-design/pull/24337) - ๐Ÿž Fix Button `loading` transition animation missing and Modal `confirmLoading` not being reset. [#24328](https://github.com/ant-design/ant-design/pull/24328) - ๐Ÿž Fix Drawer cover background elements when it is not visible. [#24290](https://github.com/ant-design/ant-design/pull/24290) - ๐Ÿž Fix Cascader/Select/Table/TreeSelect text color when data empty. [#24279](https://github.com/ant-design/ant-design/pull/24279) - ๐Ÿ’„ Fix InputNumber operation button arrow is not centered. [#24266](https://github.com/ant-design/ant-design/pull/24266) - ๐Ÿž Fix Table with empty array `filteredValue` still highlight the filtered icon. [#24263](https://github.com/ant-design/ant-design/pull/24263) - ๐Ÿž Fix Cascader not support `number[]` value. [#24247](https://github.com/ant-design/ant-design/pull/24247) - โŒจ๏ธ Fix Switch `autoFocus` trigger when `disabled` removed. Adjust style to avoid switch shaking. Remove blur logic when `onMouseUp` to improve acessibility. [#24254](https://github.com/ant-design/ant-design/pull/24254) - ๐Ÿ’„ Add Menu default `text-align` style. [#24253](https://github.com/ant-design/ant-design/pull/24253) - ๐Ÿ›  Refactor List code. [#24280](https://github.com/ant-design/ant-design/pull/24280) [@hengkx](https://github.com/hengkx) - ๐Ÿ›  Modify the Alert with hooks to support strict mode. [#24236](https://github.com/ant-design/ant-design/pull/24236) [@hengkx](https://github.com/hengkx) - ๐ŸžFix Card perfermance bug when use with `react-split`. [#24425](https://github.com/ant-design/ant-design/pull/24425) - TypeScript - ๐Ÿ› Cascader ts definition update. [#24393](https://github.com/ant-design/ant-design/pull/24393) [@zhangyu1818](https://github.com/zhangyu1818) - ๐Ÿž Fix TS error of `Could not find a declaration rc-upload`. [#24325](https://github.com/ant-design/ant-design/pull/24325) - ๐Ÿ›  Add children type to BackTop. [#24235](https://github.com/ant-design/ant-design/pull/24235) ## 4.2.4 `2020-05-18` - ๐Ÿž Revert Switch patch to fix handle position style issue with `unCheckedChildren`. [#24242](https://github.com/ant-design/ant-design/pull/24242) - ๐Ÿ’„ Adjust Upload icon default color to red in error status. [#24160](https://github.com/ant-design/ant-design/pull/24160) - ๐Ÿ’„ Adjust Dropdown arrow position a little higher. [#24215](https://github.com/ant-design/ant-design/pull/24215) - ๐ŸŒ Form `defaultValidateMessages` support `ru_RU`. [#24219](https://github.com/ant-design/ant-design/pull/24219) [@aivinog1](https://github.com/aivinog1) ## 4.2.3 `2020-05-16` - ๐Ÿž Refactor `rc-progress` to resolve `h3g is not defined` error in `