--- 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.8.3 `2020-11-14` - ๐Ÿž Fixed the problem that form behaves abnormally when namepath is an array.. [#27664](https://github.com/ant-design/ant-design/pull/27664) - ๐Ÿ’„ Fix DateRangePicker hover effect position when hover over start or end cell of in range row. [#27731](https://github.com/ant-design/ant-design/pull/27731) [@AlanCutFlim](https://github.com/AlanCutFlim) - ๐Ÿž Fix Select `mode=tags` cannot input whitespace normally. [#27726](https://github.com/ant-design/ant-design/pull/27726) [@baxtergu](https://github.com/baxtergu) - ๐Ÿ’„ Fix the mouse style when Typography.Link is `disabled`. [#27734](https://github.com/ant-design/ant-design/pull/27734) - ๐Ÿž Fix Menu dropdown animation start twice when appear. [#27663](https://github.com/ant-design/ant-design/pull/27663) - ๐Ÿ’„ Fix Avatar style when `src` is Image component. [#27691](https://github.com/ant-design/ant-design/pull/27691) - ๐Ÿ’„ Fix Select multiple cursor position. [#27689](https://github.com/ant-design/ant-design/pull/27689) - ๐Ÿž Fix TextArea emoji been cut when enable `maxLength`. [#27679](https://github.com/ant-design/ant-design/pull/27679) [@372623460jh](https://github.com/372623460jh) - ๐Ÿž Fix small size RangePicker active bar align issue. [#27673](https://github.com/ant-design/ant-design/pull/27673) [@Ifeinstein](https://github.com/Ifeinstein) - ๐Ÿ’„ Add `@radio-border-width`. [#27703](https://github.com/ant-design/ant-design/pull/27703) - ๐Ÿ›  Refactor Carousel with React hooks. [#27694](https://github.com/ant-design/ant-design/pull/27694) - ๐Ÿ›  Refactor `` with React hooks. [#27655](https://github.com/ant-design/ant-design/pull/27655) ## 4.8.2 `2020-11-09` - ๐Ÿž Fix Pagination lost jumper margin style. [#27650](https://github.com/ant-design/ant-design/pull/27650) - ๐Ÿž Fix Steps `type="navigation"` last item broken style. [#27654](https://github.com/ant-design/ant-design/pull/27654) ## 4.8.1 `2020-11-08` - ๐Ÿ›  Refactor TreeSelect with React hooks. [#27593](https://github.com/ant-design/ant-design/pull/27593) - ๐Ÿ›  Refactor Layout with React hooks. [#27595](https://github.com/ant-design/ant-design/pull/27595) - ๐Ÿž Fix Select abnormal outline style in Form validation. [#27607](https://github.com/ant-design/ant-design/pull/27607) - ๐Ÿž Fix Pagination extra `margin-right` when enable size changer. [#27610](https://github.com/ant-design/ant-design/pull/27610) - ๐Ÿž Fix Input.Search `enterButton={null}` throw error. [#27591](https://github.com/ant-design/ant-design/pull/27591) [@davidebianchi](https://github.com/davidebianchi) - ๐Ÿž fix Avatar.Group `size` not working. [#27531](https://github.com/ant-design/ant-design/pull/27531) - ๐Ÿž Fix vertical Tabs long title cause tab width changes. [#27569](https://github.com/ant-design/ant-design/pull/27569) - ๐Ÿž Fix Table filters didn't display in `column.children`. [#27435](https://github.com/ant-design/ant-design/pull/27435) [@JhonXY](https://github.com/JhonXY) - ๐Ÿ’„ Fix Steps style that inside another Steps. [#27514](https://github.com/ant-design/ant-design/pull/27514) - TypeScript - ๐Ÿค– Fix Select `ref` TS error. [#27482](https://github.com/ant-design/ant-design/pull/27482) - ๐Ÿค– Fix Avatar `src` type. [#27524](https://github.com/ant-design/ant-design/pull/27524) [@n0ruSh](https://github.com/n0ruSh) - RTL - ๐Ÿ’„ Fix Progress.Line `strokeColor` direction error in RTL mode. [#27515](https://github.com/ant-design/ant-design/pull/27515) ## 4.8.0 `2020-11-02` - Image - ๐Ÿ”ฅ Image support `preview.getContainer` property. [#26713](https://github.com/ant-design/ant-design/pull/26713) [@rfreling](https://github.com/rfreling) - ๐Ÿž Fix Image `style` prop not acting on img element. [#27446](https://github.com/ant-design/ant-design/pull/27446) - ๐Ÿ†• ConfigProvider support `form.requiredMark`. [#27322](https://github.com/ant-design/ant-design/pull/27322) - ๐Ÿ†• Statistic support `loading` prop. [#26811](https://github.com/ant-design/ant-design/pull/26811) [@appleshell](https://github.com/appleshell) - Avatar - ๐Ÿ”ฅ Support Image element as prop for Avatar component. [#27448](https://github.com/ant-design/ant-design/pull/27448) [@n0ruSh](https://github.com/n0ruSh) - ๐Ÿ†• Avatar.Group support `size` props. [#27348](https://github.com/ant-design/ant-design/pull/27348) - ๐Ÿ†• Row support `noWrap` to make Col in line. [#27469](https://github.com/ant-design/ant-design/pull/27469) - Tree - ๐Ÿž Fix Tree text selecting when double click switcher icon. [#27476](https://github.com/ant-design/ant-design/pull/27476) - ๐Ÿž Fix Tree with `showLine` not connect line when `title` break line. [#27386](https://github.com/ant-design/ant-design/pull/27386) - Modal - ๐Ÿ†• `modal.update()` supports functional updating. [#27163](https://github.com/ant-design/ant-design/pull/27163) [@Mongkii](https://github.com/Mongkii) - ๐Ÿ†• Modal method support `bodyStyle` props. [#27292](https://github.com/ant-design/ant-design/pull/27292) - ๐Ÿž Fix Modal missing `modalRender` prop. [#27272](https://github.com/ant-design/ant-design/pull/27272) [@jieny](https://github.com/jieny) - ๐Ÿž `rootPrefixCls` set in `Modal.config` can be effective for the antd components used in `title` and `content`. [#27376](https://github.com/ant-design/ant-design/pull/27376) [@Chersquwn](https://github.com/Chersquwn) - Input - ๐Ÿ†• Input.Textarea support `size` props. [#27110](https://github.com/ant-design/ant-design/pull/27110) - ๐Ÿž Fix Input missing `className` when `allowClear` is true. [#27462](https://github.com/ant-design/ant-design/pull/27462) - Table - ๐Ÿ†• Table.Summary.Cell support `align` prop. [#27365](https://github.com/ant-design/ant-design/pull/27365) - ๐Ÿž Fix Table `onShowSizeChange` trigger twice. [#27417](https://github.com/ant-design/ant-design/pull/27417) - ๐Ÿž Fix Table `pagination` cache previous config issue. [#27412](https://github.com/ant-design/ant-design/pull/27412) - Typography - ๐Ÿž Fix Typography Invalid regular expression issue with particular content. [#27383](https://github.com/ant-design/ant-design/pull/27383) [@ttys026](https://github.com/ttys026) - ๐Ÿ’„ Fix disabled Typography.Link hover or active color. [@27487](https://github.com/ant-design/ant-design/pull/27487) [@Liu-Ya](https://github.com/Liu-Ya) - Steps - ๐Ÿž Fix title is not centered when enabling `progressDot`. [#27406](https://github.com/ant-design/ant-design/pull/27406) - ๐Ÿž Fix style in small screen. [#27499](https://github.com/ant-design/ant-design/pull/27499) - ๐Ÿž Fix PageHeader that empty dom will be displayed when `title` is empty. [#27485](https://github.com/ant-design/ant-design/pull/27485) - ๐Ÿž Fix Slider keep tooltip align with handle when dragging. [#27489](https://github.com/ant-design/ant-design/pull/27489) - ๐Ÿž Fix RangePicker selected range border style. [#27438](https://github.com/ant-design/ant-design/pull/27438) - ๐Ÿ’„ Adjust Collapse arrow position align with first line. [#27363](https://github.com/ant-design/ant-design/pull/27363) - ๐Ÿ’„ Fix Descriptions style when `label` use block element. [#27375](https://github.com/ant-design/ant-design/pull/27375) - ๐Ÿ’„ Fix Select abnormal border style in Form validation. [#27378](https://github.com/ant-design/ant-design/pull/27378) ## 4.7.3 `2020-10-24` - Form - ๐Ÿž Fix Form warning for non-boolean attribute `virtual` when use ConfigProvider. [#27343](https://github.com/ant-design/ant-design/pull/27343) - ๐Ÿ›  Adjust Form.Item `initialValue` sync status align with Form level `initialValues`. [#27319](https://github.com/ant-design/ant-design/pull/27319) - Typography - ๐Ÿ›  Improve Typography `ellipsis` title display. [#27328](https://github.com/ant-design/ant-design/pull/27328) - ๐Ÿ’„ Fix Editable Typography in Card title style problems. [#27221](https://github.com/ant-design/ant-design/pull/27221) - Input - ๐Ÿž Fix Input.Search duplicated `className` when `allowClear` is `true`. [#27261](https://github.com/ant-design/ant-design/pull/27261) - ๐Ÿž Fix Input.Search border style when enable `allowClear`. [#27261](https://github.com/ant-design/ant-design/pull/27325) - ๐Ÿž Fix Upload.List preview image fit size issue. [#27312](https://github.com/ant-design/ant-design/pull/27312) [@JuniorTour](https://github.com/JuniorTour) - ๐Ÿž Fix Notification no wrap with long text. [#27285](https://github.com/ant-design/ant-design/pull/27285) [@littleee](https://github.com/littleee) - ๐Ÿž Fix Menu inside flexable container will not shrink properly. [#27253](https://github.com/ant-design/ant-design/pull/27253) - ๐ŸŒ Fix en_US, en_GB and ga_IE gramma. [#27259](https://github.com/ant-design/ant-design/pull/27259) [@yasikovsky](https://github.com/yasikovsky) - ๐Ÿž Fix Tag with customize `closeIcon` breaks line issue. [#27226](https://github.com/ant-design/ant-design/pull/27226) [@handycode](https://github.com/handycode) ## 4.7.2 `2020-10-19` - ๐Ÿ’„ Fix Layout.Sider `light` theme lost styles. [#27227](https://github.com/ant-design/ant-design/pull/27227) [@lingjieee](https://github.com/lingjieee) - ๐Ÿ’„ Fix TextArea wrapped with additional div when `showCount` is `false`, and pass `className` and `style` to outer wrapper when `showCount` is `true`. [#27216](https://github.com/ant-design/ant-design/pull/27216) - ๐Ÿž Fix Checkbox.Group TS2559 error. [#27231](https://github.com/ant-design/ant-design/pull/27231) ## 4.7.1 `2020-10-18` - DatePicker - ๐Ÿž Fix DatePicker don't work correctly when `showTime` is `true` and `format` is function. [#27156](https://github.com/ant-design/ant-design/pull/27156) - ๐Ÿ’„ Fix DatePicker wrong animation direction when auto overflow. [#27101](https://github.com/ant-design/ant-design/pull/27101) - Typography - ๐Ÿ’„ Fix Typography miss `pre` and `blockquote` style. [#27150](https://github.com/ant-design/ant-design/pull/27150) - ๐Ÿž Fix Typography.Link hover color. [#27119](https://github.com/ant-design/ant-design/pull/27119) - ๐Ÿž Fix Typography.Link hover color when type is danger. [#27104](https://github.com/ant-design/ant-design/pull/27104) - ๐Ÿ’„ Fix Descriptions `ant-descriptions-item-content` and add style `word-break:break-word;`. [#27195](https://github.com/ant-design/ant-design/pull/27195) [@WLyKan](https://github.com/WLyKan) - ๐Ÿž Fix clear Password value attribute in controlled mode. [#27191](https://github.com/ant-design/ant-design/pull/27191) - ๐Ÿž Optimize Notification width in small screen. [#27189](https://github.com/ant-design/ant-design/pull/27189) - ๐Ÿž Fix Cascader className duplicate. [#27187](https://github.com/ant-design/ant-design/pull/27187) [@huntdream](https://github.com/huntdream) - ๐Ÿž Fix the issue that the Drawer will trigger form submit. [#27175](https://github.com/ant-design/ant-design/pull/27175) - ๐Ÿž Fix Dropdown icon missing margin. [#27165](https://github.com/ant-design/ant-design/pull/27165) - ๐Ÿ’„ Fix Layout.Sider `collapsedWidth` cannot work without modifying `@menu-collapsed-width`. [#27154](https://github.com/ant-design/ant-design/pull/27154) - ๐Ÿž Fix Tabs `animated={true}` not working for panels. [#27145](https://github.com/ant-design/ant-design/pull/27145) - ๐Ÿž Fix Divider color when contains text. [#27134](https://github.com/ant-design/ant-design/pull/27134) - ๐Ÿ’„ Fix the cursor style when the Radio option is selected and disabled. [#27125](https://github.com/ant-design/ant-design/pull/27125) - ๐Ÿ‡ช๐Ÿ‡ธ Add missing translations in es_ES. [#27079](https://github.com/ant-design/ant-design/pull/27079) [@gersongams](https://github.com/gersongams) - RTL - ๐Ÿ’„ Optimize the style of Input.TextArea character count in RTL mode. [#27098](https://github.com/ant-design/ant-design/pull/27098) - TypeScript - ๐Ÿค– Button shape remove undeclared doc type. [#27159](https://github.com/ant-design/ant-design/pull/27159) - ๐Ÿค– Add optional `rules` property into `FormListProps`. [#27164](https://github.com/ant-design/ant-design/pull/27164) [@huntdream](https://github.com/huntdream) ## 4.7.0 `2020-10-10` - ๐Ÿ”ฅ Input.TextArea support word count. [#26952](https://github.com/ant-design/ant-design/pull/26952) [@zhangchen915](https://github.com/zhangchen915) - DatePicker - ๐Ÿ”ฅ DatePicker support custom `format` by passing a function. [#26845](https://github.com/ant-design/ant-design/pull/26845) - ๐Ÿž Fix RangePicker initial date of end panel cannot selected. [#23167](https://github.com/ant-design/ant-design/issues/23167) - Form - ๐Ÿ”ฅ Form.Item support `tooltip` to customize tooltip. [#26780](https://github.com/ant-design/ant-design/pull/26780) - ๐Ÿ†• Form.List support `rules` validation and add Form.ErrorList to show the errors. [#26676](https://github.com/ant-design/ant-design/pull/26676) - ๐Ÿ†• Form.Item support `messageVariables` prop. [#26597](https://github.com/ant-design/ant-design/pull/26597) - ๐Ÿž Fix Form `onValuesChange` second param return fully `store` values instead of validate fields. [#26808](https://github.com/ant-design/ant-design/pull/26808) - Upload - ๐Ÿ”ฅ Upload can custom the item of file list by `itemRender` now. [#26333](https://github.com/ant-design/ant-design/pull/26333) - ๐Ÿ†• Upload custom action icons now supports callback functions. [#26684](https://github.com/ant-design/ant-design/pull/26684) [@mwaddell](https://github.com/mwaddell) - Table - ๐Ÿ†• Table `sticky` now support `getContainer`. [#26973](https://github.com/ant-design/ant-design/pull/26973) - ๐Ÿž Fix Table should not render dropdown filter icon when filterDropdown is `undefined`. [#27002](https://github.com/ant-design/ant-design/pull/27002) [@shangyilim](https://github.com/shangyilim) - Modal - ๐Ÿ›  Refactor Modal animation code so that it will remove all dom element by `destroyOnClose` when closed. [#26940](https://github.com/ant-design/ant-design/pull/26940) - ๐Ÿ†• Modal add `modalRender` prop which can be used for draggable dialog. [#26507](https://github.com/ant-design/ant-design/pull/26507) [@jhoneybee](https://github.com/jhoneybee) - ๐Ÿ†• Space add `split` prop. [#26948](https://github.com/ant-design/ant-design/pull/26948) - ๐Ÿ†• Image `preview` prop now support `visible` and `onVisibleChange`. [#26915](https://github.com/ant-design/ant-design/pull/26915) - ๐Ÿ†• InputNumber will trigger `onStep` prop when click up/down buttons. [#27075](https://github.com/ant-design/ant-design/pull/27075) - ๐Ÿ†• Avatar `size` support responsive config. [#26244](https://github.com/ant-design/ant-design/pull/26244) [@willamesoares](https://github.com/willamesoares) - ๐Ÿž Fix Radio.Button children cannot apply Tooltip. [#27050](https://github.com/ant-design/ant-design/pull/27050) - RTL - โฌ…๏ธ Fix List action button position in RTL mode. [#26964](https://github.com/ant-design/ant-design/pull/26964) - โฌ…๏ธ Fix Transfer pagination style in RTL mode. [#26960](https://github.com/ant-design/ant-design/pull/26960) - โฌ…๏ธ Fix Upload style in RTL mode. [#26961](https://github.com/ant-design/ant-design/pull/26961) - โฌ…๏ธ Optimize Tag style to avoid the interaction between theme and RTL mode. [#26955](https://github.com/ant-design/ant-design/pull/26955) - โฌ…๏ธ Optimize Cascader and Tree style of the data expansion loading icon in RTL mode. [#27010](https://github.com/ant-design/ant-design/pull/27010) - TypeScript - ๐Ÿค– Fix typo `TimeLineItemProps` to `TimelineItemProps`. [#27001](https://github.com/ant-design/ant-design/pull/27001) [@mgcrea](https://github.com/mgcrea) - ๐Ÿค– Fix Slider missing `autoFocus` prop. [#26995](https://github.com/ant-design/ant-design/pull/26995) [@shangyilim](https://github.com/shangyilim) - ๐Ÿค– Fix Slider `step` prop not accepting `null` value. [#26984](https://github.com/ant-design/ant-design/pull/26984) [@shangyilim](https://github.com/shangyilim) - ๐Ÿค– Fix Slider.Range `trackStyle` and `handleStyle` should be array. [#27033](https://github.com/ant-design/ant-design/pull/27033) - ๐Ÿค– Optimize Tag `onClose` TypeScript definition. [#26932](https://github.com/ant-design/ant-design/pull/26932) - ๐Ÿค– Improve Form TypeScript definition to support `getFieldsValue` return generic type without `namePath` argument. [#26791](https://github.com/ant-design/ant-design/pull/26791) - Locale - ๐Ÿ‡ง๐Ÿ‡พ Add Belarusian locale. [#27028](https://github.com/ant-design/ant-design/pull/27028) [@StIvan8](https://github.com/StIvan8) - ๐Ÿ‡ฏ๐Ÿ‡ต Fix Japanese locale. [#27043](https://github.com/ant-design/ant-design/pull/27043) [@iorikingdom](https://github.com/iorikingdom) - ๐Ÿ‡น๐Ÿ‡ญ Add Thai locale for Pickers. [#26993](https://github.com/ant-design/ant-design/pull/26993) [@anawinwz](https://github.com/anawinwz) - ๐Ÿ‡น๐Ÿ‡ท Add Turkish locale of Form optional text. [#27017](https://github.com/ant-design/ant-design/pull/27017) [@alperTunca](https://github.com/alperTunca) - ๐Ÿ‡ต๐Ÿ‡ฑ Add Polish locale of Table. [#26913](https://github.com/ant-design/ant-design/pull/26913) [@daczczcz1](https://github.com/daczczcz1) ## 4.6.6 `2020-09-27` - ๐Ÿž Fix Steps first item shifts in small screen. [#26894](https://github.com/ant-design/ant-design/pull/26894) - ๐Ÿ’„ Fix Divider border style not work when text is provided. [#26863](https://github.com/ant-design/ant-design/pull/26863) - ๐Ÿž Fix Radio.Button validation error highlight. [#26849](https://github.com/ant-design/ant-design/pull/26849) [@dhorelik](https://github.com/dhorelik) - ๐Ÿ’„ Fix Typography link-decoration style. [#26854](https://github.com/ant-design/ant-design/pull/26854) [@vineetvk01](https://github.com/vineetvk01) - Locale - ๐ŸŒ Add Thai locale support. [#26906](https://github.com/ant-design/ant-design/pull/26906) [@anawinwz](https://github.com/anawinwz) - TypeScript - ๐Ÿค– Fix message.destroy parameter type. [#26864](https://github.com/ant-design/ant-design/pull/26864) [@lihqi](https://github.com/lihqi) - ๐Ÿค– Optimize Slider type definition. [#26884](https://github.com/ant-design/ant-design/pull/26884) - ๐Ÿค– Form properly export `FormListProps` type. [#26831](https://github.com/ant-design/ant-design/pull/26831) [@mgcrea](https://github.com/mgcrea) ## 4.6.5 `2020-09-20` - ๐Ÿ’„ Fix Descriptions item long text ellipsis issue. [#26820](https://github.com/ant-design/ant-design/pull/26820) - ๐Ÿž Fix Menu unexpected scrollbar when show and hide. [#26817](https://github.com/ant-design/ant-design/pull/26817) - ๐Ÿž Fix `@layout-sider-background` cannot set to linear gradient color. [#26810](https://github.com/ant-design/ant-design/pull/26810) - ๐Ÿž Fix Select compositing status lost when input first letter in Chinese. [#26796](https://github.com/ant-design/ant-design/pull/26796) - ๐Ÿž Fix Table `@table-sticky-zindex` less compile error issue. [#26800](https://github.com/ant-design/ant-design/pull/26800) [@chimp1nski](https://github.com/chimp1nski) - Button - ๐Ÿ’„ Fix Button align issue when has icon only. [#26785](https://github.com/ant-design/ant-design/pull/26785) - ๐Ÿž Fix Button warning `Invalid value for prop navigate` when using with react-router. [#26740](https://github.com/ant-design/ant-design/pull/26740) [@knobo](https://github.com/knobo) - ๐Ÿ’„ Fix TimePicker column align issue, add `@picker-time-panel-column-width` and `@picker-time-panel-column-height` less variables. [#26784](https://github.com/ant-design/ant-design/pull/26784) - ๐Ÿž Fix AutoComplete warning when using `placeholder` and `allowClear`. [#26765](https://github.com/ant-design/ant-design/pull/26765) - ๐Ÿž Fix Space show items when it's render empty dom. [#26721](https://github.com/ant-design/ant-design/pull/26721) [@knobo](https://github.com/knobo) - ๐Ÿ›  Dedupe `rc-trigger` version to reduce package size. [#26803](https://github.com/ant-design/ant-design/pull/26803) - TypeScript - ๐Ÿค– Cascader add `name` and `id` props definition. [#26660](https://github.com/ant-design/ant-design/pull/26660) [@alwaysloseall](https://github.com/alwaysloseall) ## 4.6.4 `2020-09-13` - ๐Ÿ’„ style: Card card image has extra 1px border. [#26659](https://github.com/ant-design/ant-design/pull/26659) - ๐Ÿ’„ Fix Select `placeholder` color not same as Input. [#26651](https://github.com/ant-design/ant-design/pull/26651) [@wangcch](https://github.com/wangcch) - ๐Ÿž Fix Menu not support React.Fragment inside. [#26656](https://github.com/ant-design/ant-design/pull/26656) - ๐Ÿž Fix TextArea different behavior with Input when set `value` to `undefined`. [#26652](https://github.com/ant-design/ant-design/pull/26652) - ๐Ÿž Fix Motion related issue like Upload align flash and Form.Item with `help` ssr issue. [#26628](https://github.com/ant-design/ant-design/pull/26628) - ๐Ÿž Fix Typography.Link warning `Invalid value for prop navigate` when using with react-router. [#26623](https://github.com/ant-design/ant-design/pull/26623) - ๐Ÿž Fix Table pagination missing when is above table. [#26618](https://github.com/ant-design/ant-design/pull/26618) - ๐Ÿž Fix Upload in control miss file when upload multiple file in same time. [#26612](https://github.com/ant-design/ant-design/pull/26612) - TypeScript - ๐Ÿค– Fix Table that sorter `compare` and `multiple` should be optional. [#26686](https://github.com/ant-design/ant-design/pull/26686) ## 4.6.3 `2020-09-06` - ๐Ÿ›Ž Sort props `className` to the end. [#26602](https://github.com/ant-design/ant-design/pull/26602) - Table - ๐Ÿ’„ Fix Table nested table styles affects all sub-level tables. [#26568](https://github.com/ant-design/ant-design/pull/26568) [@willc001](https://github.com/willc001) - ๐Ÿž Fix elements above Table was not clickable elements which has `float: right;` style. [#26599](https://github.com/ant-design/ant-design/pull/26599) - ๐Ÿž Fix Modal closing cause scroll position jump up. [#26538](https://github.com/ant-design/ant-design/pull/26538) - ๐Ÿž Fix the type declaration of onError in `customRequest` options of Upload. [#26601](https://github.com/ant-design/ant-design/pull/26601) [@yingpengsha](https://github.com/yingpengsha) - ๐Ÿž Shutdown Select/TreeSelect autocomplete list in Chrome. [#26590](https://github.com/ant-design/ant-design/pull/26590) - ๐Ÿž Fix Cascader value overwritten when filtering. [#26569](https://github.com/ant-design/ant-design/pull/26569) [@lich-yoo](https://github.com/lich-yoo) - ๐Ÿž Fix Modal jump out of screen in some situations. [#25765](https://github.com/ant-design/ant-design/pull/25765) [@tanmoyopenroot](https://github.com/tanmoyopenroot) - ๐Ÿž Fix Radio.Group not working properly, when is used in legacy Form. [#26555](https://github.com/ant-design/ant-design/pull/26555) [@willc001](https://github.com/willc001) - ๐Ÿž Fix Pagination align issue in windows. [#26549](https://github.com/ant-design/ant-design/pull/26549) - ๐Ÿž Fix Form with `help` make ssr un-sync issue. [#26542](https://github.com/ant-design/ant-design/pull/26542) - ๐Ÿž Fix Avatar doesn't scale fallback text well when display is none. [#26522](https://github.com/ant-design/ant-design/pull/26522) [@zhangyu1818](https://github.com/zhangyu1818) - TypeScript - ๐Ÿค– Col Add `flex` type to `ColSize` interface. [#26578](https://github.com/ant-design/ant-design/pull/26578) [@blaiz](https://github.com/blaiz) - ๐Ÿค– Fix Tooltip/Popover `children` tsd to accept ReactNode. [#26534](https://github.com/ant-design/ant-design/pull/26534) ## 4.6.2 `2020-08-31` - Upload - ๐Ÿž Fix Upload list status issue when in control mode. [#26481](https://github.com/ant-design/ant-design/pull/26481) - ๐Ÿ’„ Fix Upload `picture-card` style unexpected margin in Form.Item. [#26367](https://github.com/ant-design/ant-design/pull/26367) - ๐Ÿ’„ Fix Select focus shadow style. [#26465](https://github.com/ant-design/ant-design/pull/26465) [@Rainy](https://github.com/Rainy) - Table - ๐Ÿž Fix Table Pagination not hide with empty data when show on top position. [#26143](https://github.com/ant-design/ant-design/pull/26143) [@zhangchen915](https://github.com/zhangchen915) - ๐Ÿ’„ Fix Table expand icon size issue when `@font-size-base` is `12px`. [#26409](https://github.com/ant-design/ant-design/pull/26409) - Space - ๐Ÿž Fix Space not support React.Fragment issue. [#26444](https://github.com/ant-design/ant-design/pull/26444) - ๐Ÿž Fix Space preserve empty dom node when `children` contains empty node. [#26389](https://github.com/ant-design/ant-design/pull/26389) - ๐Ÿž Fix Badge not work when `status` or `color` is empty. [#26375](https://github.com/ant-design/ant-design/pull/26375) [@zhangchen915](https://github.com/zhangchen915) - ๐Ÿ’„ Fix Tree draggable transition style. [#26387](https://github.com/ant-design/ant-design/pull/26387) - ๐Ÿž Fix `colorPalette is not defined` when customize theme in some situation. [#26395](https://github.com/ant-design/ant-design/pull/26395) - TypeScript - ๐Ÿž Fix TimePicker.RangePicker typescript need `picker` issue. [#26446](https://github.com/ant-design/ant-design/pull/26446) - ๐Ÿž Upload extended `showUploadList` of Upload with `removeIcon` and `downloadIcon` properties. [#26406](https://github.com/ant-design/ant-design/pull/26406) [@bencallaway](https://github.com/bencallaway) - RTL - ๐Ÿž Fix the rtl style of Col. [#26479](https://github.com/ant-design/ant-design/pull/26479) [#26482](https://github.com/ant-design/ant-design/pull/26482) [@TrueMoein](https://github.com/TrueMoein) ## 4.6.1 `2020-08-24` - TypeScript - ๐Ÿž Fix Upload type declaration missing `children`. [#26347](https://github.com/ant-design/ant-design/pull/26347) ## 4.6.0 `2020-08-23` - ๐Ÿ’„ Darker `@text-color` for WCAG 2.0 on contrast ratio. [#25630](https://github.com/ant-design/ant-design/pull/25630) - ๐Ÿ”ฅ New Image component. [#26296](https://github.com/ant-design/ant-design/pull/26296) - ๐Ÿ”ฅ Table support `sticky` prop to sticky header and scroll bar. [#25939](https://github.com/ant-design/ant-design/pull/25939) - ๐Ÿ›  Refactor Upload via hooks. [#26196](https://github.com/ant-design/ant-design/pull/26196) - Form - ๐Ÿ†• Form support style of required mark with `requiredMark` and deprecate `hideRequiredMark` prop. [#26309](https://github.com/ant-design/ant-design/pull/26309) - ๐Ÿ†• Form.List support the second `index` param in `add`. [#26081](https://github.com/ant-design/ant-design/pull/26081) - ๐Ÿ†• VirtualList support no blink jump and fix Select blank dropdown issue. [#26306](https://github.com/ant-design/ant-design/pull/26306) - Typography - ๐Ÿ†• Support Typography.Text `success` type. [#26145](https://github.com/ant-design/ant-design/pull/26145) [@llwslc](https://github.com/llwslc) - ๐Ÿ†• Typography `copyable` support hide tooltip and `editable` support config icon and tooltip. [#25953](https://github.com/ant-design/ant-design/pull/25953) [@llwslc](https://github.com/llwslc) - ๐Ÿ†• Add Typography.Title level 5. [#25861](https://github.com/ant-design/ant-design/pull/25861) - ๐Ÿ†• Typography add `maxLength` & `autoSize` with `editable` config [#25373](https://github.com/ant-design/ant-design/pull/25373) [@CornerSkyless](https://github.com/CornerSkyless) - ๐Ÿž Fix Transfer `filterOption` not trigger when search spaces. [#26335](https://github.com/ant-design/ant-design/pull/26335) - Progress - ๐Ÿž Fix Progress `steps` don't support `trailColor`. [#26323](https://github.com/ant-design/ant-design/pull/26323) - ๐Ÿž Fix Progress `success.percent` not working when `type="circle"`. [#26307](https://github.com/ant-design/ant-design/pull/26307) - ๐Ÿž Fix Textarea don't display `defaultValue` when `value` is `undefined`. [#26327](https://github.com/ant-design/ant-design/pull/26327) - Cascader - ๐Ÿž Fix Cascader options not open with search after ESC pressing. [#26271](https://github.com/ant-design/ant-design/pull/26271) [@flyerH](https://github.com/flyerH) - ๐Ÿ’„ Optimize Cascader clear animation. [#26186](https://github.com/ant-design/ant-design/pull/26186) - ๐Ÿ—‘ Remove deprecated `Button.Group` and please use Space component instead. [#26260](https://github.com/ant-design/ant-design/pull/26260) - Select - ๐Ÿ†• Select support `onClear` prop. [#25907](https://github.com/ant-design/ant-design/pull/25907) - ๐Ÿž Fix Select `mode="tags"` showing duplicated items when search. [#25907](https://github.com/ant-design/ant-design/pull/25907) - ๐Ÿž Fixed the style exception that was disabled when Select focused. [#26255](https://github.com/ant-design/ant-design/pull/26255) - ๐Ÿž Fix Select icon overlap with selections when `showArrow` enabled. [#26168](https://github.com/ant-design/ant-design/pull/26168) [@zhangchen915](https://github.com/zhangchen915) - DatePicker - ๐Ÿž Fix panel not correct when `picker` changed. [#26093](https://github.com/ant-design/ant-design/issues/26093) - ๐Ÿž Fix RangePicker do not close panel when click clear icon. [#26188](https://github.com/ant-design/ant-design/issues/26188) - ๐Ÿž Fix Pagination font family style. [#26230](https://github.com/ant-design/ant-design/pull/26230) [@albertms10](https://github.com/albertms10) - ๐Ÿž Fix Space children remount in some case. [#26219](https://github.com/ant-design/ant-design/pull/26219) - Badge - ๐Ÿ’„ Add `@badge-color` less variable. [#26159](https://github.com/ant-design/ant-design/pull/26159) - ๐Ÿ†• Badge support `size` prop. [#25851](https://github.com/ant-design/ant-design/pull/25851) [@moonrailgun](https://github.com/moonrailgun) - ๐Ÿ†• Tabs `tabBarExtraSlot` support extra position. [#25138](https://github.com/ant-design/ant-design/pull/25138) [@jesse3mh9a](https://github.com/jesse3mh9a) - ๐Ÿ’„ Optimize the display effect of Descriptions when there is more content. [#25903](https://github.com/ant-design/ant-design/pull/25903) - ๐Ÿ†• message could be detroied by `message.desctroy(key)`. [#26052](https://github.com/ant-design/ant-design/pull/26052) [@lihqi](https://github.com/lihqi) - ๐Ÿ’„ Adjust InputNumber handler bar to be hidden when `readOnly`. [#25998](https://github.com/ant-design/ant-design/pull/25998) - Locale - ๐ŸŒ Add Galician locale support. [#26015](https://github.com/ant-design/ant-design/pull/26015) [@barreeeiroo](https://github.com/barreeeiroo) - ๐Ÿ‡ฑ๐Ÿ‡น Add Lithuanian locale support. [#26312](https://github.com/ant-design/ant-design/pull/26312) [@mslotvinskij](https://github.com/mslotvinskij) - ๐ŸŒ Use `kmr_IQ` to replace `ku_IQ`. [#26030](https://github.com/ant-design/ant-design/pull/26030) - RTL - ๐Ÿ’„ Optimize the connection line style in Tree RTL mode. [#26205](https://github.com/ant-design/ant-design/pull/26205) - ๐Ÿ’„ Optimize Dropdown RTL writing to avoid dark mode style overlays. [#26206](https://github.com/ant-design/ant-design/pull/26206) - TypeScript - ๐Ÿค– Fix Form.Item `initialValue` missing definition. [#26292](https://github.com/ant-design/ant-design/pull/26292) [@miaoyuxinbaby](https://github.com/miaoyuxinbaby) - ๐Ÿค– Form support generic type. [#25937](https://github.com/ant-design/ant-design/pull/25937) ## 4.5.4 `2020-08-12` - ๐Ÿž Fix Form.Item `hidden` not working in less. [#26152](https://github.com/ant-design/ant-design/pull/26152) - ๐Ÿž Fix Dropdown render issue when `overlay` is string. [#26135](https://github.com/ant-design/ant-design/pull/26135) - ๐Ÿž Fix Table pagination disappear when last record in last page is deleted. [#26133](https://github.com/ant-design/ant-design/pull/26133) [@QoVoQ](https://github.com/QoVoQ) - Tree - ๐Ÿž Fix Tree.DirectoryTree can not use `scrollTo` with ref. [#26129](https://github.com/ant-design/ant-design/pull/26129) - ๐Ÿž Fix Tree lost line between top level nodes when enable `showLine`. [#25991](https://github.com/ant-design/ant-design/pull/25991) [@zhangchen915](https://github.com/zhangchen915) - ๐Ÿ’„ Add `@badge-color` less variable. [#26159](https://github.com/ant-design/ant-design/pull/26159) - RTL - ๐Ÿž Fixed Input.Search border style in RTL mode. [#26156](https://github.com/ant-design/ant-design/pull/26156) - ๐Ÿž Fix the style of Input when `addonBefore` in RTL mode. [#26153](https://github.com/ant-design/ant-design/pull/26153) - ๐Ÿž Fix multiple style issues for DatePicker in RTL mode. [#26149](https://github.com/ant-design/ant-design/pull/26149) [#26157](https://github.com/ant-design/ant-design/pull/26157) [#26158](https://github.com/ant-design/ant-design/pull/26158) - TypeScript - ๐Ÿž Fix Slider `handleStyle` and `trackStyle` TypeScript definitions. [#26160](https://github.com/ant-design/ant-design/pull/26160) ## 4.5.3 `2020-08-08` - Menu - ๐Ÿž Fix horizontal Menu dark `theme` style under dark theme. [#26062](https://github.com/ant-design/ant-design/pull/26062) - ๐Ÿž Fix the position of the horizontal Menu in dark theme and RTL mode. [#26032](https://github.com/ant-design/ant-design/pull/26032) - Table - ๐Ÿž Fix Table crash when `dataSource` contains number. [#26042](https://github.com/ant-design/ant-design/pull/26042) - ๐Ÿž Fix Table empty filters throw warning. [#26001](https://github.com/ant-design/ant-design/pull/26001) - Form - ๐Ÿž Fix Form.Item `hidden` not work with `noStyle`. [#26020](https://github.com/ant-design/ant-design/pull/26020) - ๐Ÿ’„ Fix Form.Item margin is uncorrect in compact mode. [#26069](https://github.com/ant-design/ant-design/pull/26069) - Transfer - ๐Ÿž Fix the mouse style of the head dropDown when Transfer is `disabled`. [#26005](https://github.com/ant-design/ant-design/pull/26005) - ๐Ÿž Fix the problem that Pagination is not `disabled` when Transfer is `disabled`. [#26009](https://github.com/ant-design/ant-design/pull/26009) - Cascader - ๐Ÿ’„ Cascader selector down arrow doesn't rotate. [#26078](https://github.com/ant-design/ant-design/pull/26078) [@07akioni](https://github.com/07akioni) - ๐Ÿž Fix Cascader text overflow bug in Firefox. [#26011](https://github.com/ant-design/ant-design/pull/26011) - ๐Ÿž Fix the problem that the color of mouse hover border is abnormal when Cascader is `disabled`. [#25970](https://github.com/ant-design/ant-design/pull/25970) - Select - ๐Ÿ’„ Optimize the `disabled` style of Select multiple mode. [#25980](https://github.com/ant-design/ant-design/pull/25980) - ๐Ÿž Fix the mouse style of custom icon when Select is `disabled`. [#26002](https://github.com/ant-design/ant-design/pull/26002) - ๐Ÿž Fix Breadcrumb.Item lost separator after wrapping in component. [#25984](https://github.com/ant-design/ant-design/pull/25984) [@flyerH](https://github.com/flyerH) - ๐Ÿž Fix InputNumber dark theme handler background color. [#26072](https://github.com/ant-design/ant-design/pull/26072) - ๐Ÿž Fix the missing `key` of Avatar.Group. [#26098](https://github.com/ant-design/ant-design/pull/26098) - ๐Ÿ’„ Adjusts Mentions `readOnly` mouse style to native style. [#25977](https://github.com/ant-design/ant-design/pull/25977) - ๐Ÿ’„ Add `@btn-line-height`. [#26014](https://github.com/ant-design/ant-design/pull/26014) - ๐Ÿ’„ Optimize Pagination style when `simple` type and `disabled`. [#26008](https://github.com/ant-design/ant-design/pull/26008) - ๐Ÿž Fix Modal `useModal` missing style issue. [#25967](https://github.com/ant-design/ant-design/pull/25967) - ๐Ÿž Fix Steps RTL style when use `progress`. [#26075](https://github.com/ant-design/ant-design/pull/26075) - ๐ŸŒ Improve Arabic locale. [#26094](https://github.com/ant-design/ant-design/pull/26094) [@Mohelm97](https://github.com/Mohelm97) - ๐ŸŒ Improve fr_FR localization. [#26034](https://github.com/ant-design/ant-design/pull/26034) [@Thanaen](https://github.com/Thanaen) ## 4.5.2 `2020-08-02` - ๐Ÿž Fix Slider tooltip abnormal visibility. [#25945](https://github.com/ant-design/ant-design/pull/25945) [@lihqi](https://github.com/lihqi) - ๐Ÿž Fix Divider color in dark mode. [#25922](https://github.com/ant-design/ant-design/pull/25922) - ๐Ÿž Fix Radio.Button text color when `disabled` and `checked`. [#25911](https://github.com/ant-design/ant-design/pull/25911) - ๐Ÿž Fix Carousel children height smaller then parent node issue. [#25906](https://github.com/ant-design/ant-design/pull/25906) - ๐Ÿž Fix Table `indentSize` couldn't be zero value. [#25890](https://github.com/ant-design/ant-design/pull/25890) [@OmriGM](https://github.com/OmriGM) - ๐Ÿž Fix List `actions` show cursor outside clickable area. [#25961](https://github.com/ant-design/ant-design/pull/25961) - ๐Ÿ‡ท๐Ÿ‡บ Improve Russian locale. [#25958](https://github.com/ant-design/ant-design/pull/25958) [@addictional](https://github.com/addictional) - RTL - ๐Ÿž Fixed vertical Slider default `tooltipPlacement` in RTL mode. [#25909](https://github.com/ant-design/ant-design/pull/25909) - ๐Ÿž Fix Tabs RTL style of `card` type. [#25936](https://github.com/ant-design/ant-design/pull/25936) - ๐Ÿž Fix nested Table RTL style under dark theme. [#25938](https://github.com/ant-design/ant-design/pull/25938) ## 4.5.1 `2020-07-28` - ๐Ÿž Fix Badge style causing build error. [#25863](https://github.com/ant-design/ant-design/pull/25863) - ๐Ÿž Fix Menu in `horizontal` `dark` status Menu.Item background style glitch. [#25850](https://github.com/ant-design/ant-design/pull/25850) - ๐Ÿ’„ Optimize Divider color in none-white background. [#25855](https://github.com/ant-design/ant-design/pull/25855) - ๐Ÿ’„ Remove multiple Select choice animation of item. [#25852](https://github.com/ant-design/ant-design/pull/25852) - TypeScript - Export Form `FormList` interface. [#25849](https://github.com/ant-design/ant-design/pull/25849) ## 4.5.0 `2020-07-28` - ๐Ÿ†• Input and Input.TextArea support `bordered` prop. [#25617](https://github.com/ant-design/ant-design/pull/25617) - ๐Ÿ†• Add `useMessage` hook for Message to support `context` access. [#25422](https://github.com/ant-design/ant-design/pull/25422) - ๐Ÿ†• Tree support `titleRender` to customize all nodes' content. [#25624](https://github.com/ant-design/ant-design/pull/25624) - ๐Ÿ†• Descriptions add `extra` prop. [#25512](https://github.com/ant-design/ant-design/pull/25512) [@zzz111](https://github.com/zzz111) - ๐Ÿ†• Add `Modal.config` to set `rootPrefixCls` for Modal statis methods. [#25613](https://github.com/ant-design/ant-design/pull/25613) - ๐Ÿ†• Drawer support `push` prop for multi-Drawer linkage. [#25445](https://github.com/ant-design/ant-design/pull/25445) [@jinxin0112](https://github.com/jinxin0112) - ๐Ÿ†• Add Badge.Ribbon component. [#25456](https://github.com/ant-design/ant-design/pull/25456) - ๐Ÿ†• Steps support `percent` prop to show step icon progress. [#25839](https://github.com/ant-design/ant-design/pull/25839) - ๐Ÿ’„ **Menu.Item's blue indicator line and dropdown width are the same as its content's width in `horizontal` mode.** [#25622](https://github.com/ant-design/ant-design/pull/25622) - Avatar - ๐Ÿ†• Add Avatar.Group for showing a set of avatars. [#25192](https://github.com/ant-design/ant-design/pull/25192) - ๐Ÿž Fix Avatar not fallback correctly when `src` is invalid. [#25806](https://github.com/ant-design/ant-design/pull/25806) - DatePicker - ๐Ÿ†• DatePicker support [date-fns](https://date-fns.org/). [#25822](https://github.com/ant-design/ant-design/pull/25822) [@fireairforce](https://github.com/fireairforce) - ๐Ÿ†• Improve DatePicker hovering experience, the placeholder will change to format value of target-date when hovering a date cell. ([#25050](https://github.com/ant-design/ant-design/issues/25050)). [#25784](https://github.com/ant-design/ant-design/pull/25784) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• RangePicker `onCalendarChange` add `range` param to indicate currently activated pane. [#25568](https://github.com/ant-design/ant-design/pull/25568) [@Kim-Wing-Fung](https://github.com/Kim-Wing-Fung) - ๐Ÿ†• DatePicker support `panelRender` to customize panel. [#25488](https://github.com/ant-design/ant-design/pull/25488) - ๐Ÿž Fix QuarterPicker not working, remove DatePicker.XxxPicker and recommend `picker='xxx'` usage instead. [#25768](https://github.com/ant-design/ant-design/pull/25768) - Form - ๐Ÿ†• Form.List support array in `remove` method. [#25638](https://github.com/ant-design/ant-design/pull/25638) [@fireairforce](https://github.com/fireairforce) - ๐Ÿ†• Form.Item supports `dependencies` to control updating logic with render props `children`. [#25408](https://github.com/ant-design/ant-design/pull/25408) - ๐Ÿ†• Adjust Form.Item validateFist to validate in order. Origin logic use parallel to validate. [#25321](https://github.com/ant-design/ant-design/pull/25321) - ๐Ÿž Fix Form.Item sometime not clean up prev error message. [#25737](https://github.com/ant-design/ant-design/pull/25737) - ๐Ÿž Fix Form.Item not collect `validateStatus` when children Form.Item with `noStyle` has an error. [#25734](https://github.com/ant-design/ant-design/pull/25734) - ๐Ÿž Fix Form.Item setting `labelCol={{ offset: number }}` doesn't work if layout is vertical. [#25713](https://github.com/ant-design/ant-design/pull/25713) [@zhangchen915](https://github.com/zhangchen915) - โŒจ๏ธ Form add `role="alert"` attribute on validation message node to import accessibility. [#25735](https://github.com/ant-design/ant-design/pull/25735) [@AlbertAZ1992](https://github.com/AlbertAZ1992) - Calendar - ๐Ÿž Fix Calendar `validRange` prevents `disabledDate`. [#25626](https://github.com/ant-design/ant-design/pull/25626) [@zhangchen915](https://github.com/zhangchen915) - ๐Ÿž Fix Calendar `validRange` not working on month selection dropdown. [#25626](https://github.com/ant-design/ant-design/pull/25626) [@zhangchen915](https://github.com/zhangchen915) - ๐Ÿž Fix Table `indeterminate` returned by `getCheckboxProps` not working. [#25649](https://github.com/ant-design/ant-design/pull/25649) - ๐Ÿž Fix Select clear icon position in Form.Item. [#25728](https://github.com/ant-design/ant-design/pull/25728) - ๐Ÿž Fix Pagination mouse style of the page turning button. [#25772](https://github.com/ant-design/ant-design/pull/25772) - ๐Ÿž Fix TreeSelect `treeNodeLabelProp` affect tree node render result. [#25755](https://github.com/ant-design/ant-design/pull/25755) - ๐Ÿž Fix Carousel `findDOMNode` warning in strict mode. [#25744](https://github.com/ant-design/ant-design/pull/25744) - ๐Ÿž Fix Radio causing SSR build errors with `webpack@4.44.0`. [25821](https://github.com/ant-design/ant-design/pull/25821) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿž Fix Tabs focus & active state color when disabled. [25827](https://github.com/ant-design/ant-design/pull/25827) [hsuanxyz](https://github.com/hsuanxyz) - ๐Ÿ’„ Card action pane color is unified with body color. [#25722](https://github.com/ant-design/ant-design/pull/25722) - โŒจ๏ธ Improve Alert/message/notification accessibility by adding role attribute. [#25774](https://github.com/ant-design/ant-design/pull/25774) - ๐Ÿ‡ญ๐Ÿ‡ฐ Add zh_HK localization. [#25731](https://github.com/ant-design/ant-design/pull/25731) [@wuchu](https://github.com/wuchu) - ๐Ÿ‡ฉ๐Ÿ‡ช Improve Form de_DE localization. [#25823](https://github.com/ant-design/ant-design/pull/25823) [@LukeTimeWalker](https://github.com/LukeTimeWalker) ## 4.4.3 `2020-07-20` - ๐Ÿž Fix Layout `trigger` cannot customize zero width to trigger. [#25653](https://github.com/ant-design/ant-design/pull/25653) - ๐Ÿž Fix Form.Item `help` style when verification fails. [#25582](https://github.com/ant-design/ant-design/pull/25582) [@zhangchen915](https://github.com/zhangchen915) - ๐Ÿž Fix Descriptions abnormal style inside Table `expandedRowRender`. [#25593](https://github.com/ant-design/ant-design/pull/25593) - ๐Ÿ’„ Add `@zindex-popconfirm: 1060` less variable, and improve `@zindex-tooltip` into `1070`. [#25693](https://github.com/ant-design/ant-design/pull/25693) - ๐Ÿ›  Upgrade `react-slick` to reduce bundle size. [#25599](https://github.com/ant-design/ant-design/pull/25599) - ๐ŸŒ Improve Catalan ca_ES localization. [#25583](https://github.com/ant-design/ant-design/pull/25583) [@albertms10](https://github.com/albertms10) - ๐Ÿ‡ธ๐Ÿ‡ฆ Improve ar_EG localization. [#25587](https://github.com/ant-design/ant-design/pull/25587) [@amir5000](https://github.com/amir5000) - TypeScript - ๐Ÿž Fix Upload `customRequest` file interface. [#25598](https://github.com/ant-design/ant-design/pull/25598) [@AlbertAZ1992](https://github.com/AlbertAZ1992) ## 4.4.2 `2020-07-11` - ๐Ÿ›  Adjust Alert animation to remove directly dom operation. [#dd8e9f8](https://github.com/ant-design/ant-design/commit/dd8e9f8) [@Yunfly](https://github.com/Yunfly) - Select - ๐Ÿž Fix Select shifts vertically when searching. [#25536](https://github.com/ant-design/ant-design/pull/25536) - ๐Ÿ’„ Add `@select-item-select-color` to control the color when Select item is selected. [#25476](https://github.com/ant-design/ant-design/pull/25476) - ๐Ÿž Fix Form.Item warning for `preserve` as invalidate dom prop. [#25518](https://github.com/ant-design/ant-design/pull/25518) - ๐Ÿž Fix Card cover margin bug when bordered is false. [#25515](https://github.com/ant-design/ant-design/pull/25515) [@yutingzhao1991](https://github.com/yutingzhao1991) - ๐Ÿ’„ Adjust Typography style to set `overflow-wrap: break-word` as default. [#25516](https://github.com/ant-design/ant-design/pull/25516) - ๐Ÿž Fix Table `expandedRowRender` nested Table cell background color. [#25498](https://github.com/ant-design/ant-design/pull/25498) - ๐Ÿž Fix Popover wrong positioning on Radio.Button. [#25449](https://github.com/ant-design/ant-design/pull/25449) [@zgoby](https://github.com/zgoby) - ๐Ÿž Fix RangePicker clear icon position issue when `size=small`. [#25458](https://github.com/ant-design/ant-design/pull/25458) - ๐Ÿ†• Upload supports to show thumbnail for non-image files as `thumbUrl` configured in `onChange` event. [#25432](https://github.com/ant-design/ant-design/pull/25432) [@AlbertAZ1992](https://github.com/AlbertAZ1992) - ๐Ÿž Fix Table `onChange` triggered multiple times when change page size. [#25520](https://github.com/ant-design/ant-design/pull/25520) [@zhangchen915](https://github.com/zhangchen915) - ๐Ÿ›  Remove `babel-runtime` and add `@babel/runtime` in dependencies, reduce gzipped bundle size `18.6KB`. [#25530](https://github.com/ant-design/ant-design/pull/25530) - ๐Ÿ‡ช๐Ÿ‡ธ Improve es_ES localization. [#25460](https://github.com/ant-design/ant-design/pull/25460) [@gersongams](https://github.com/gersongams) ## 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, dom structure is changed. [#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 `