--- 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.20.0-alpha.1 `2022-04-18` - Form - ๐Ÿ”ฅ Form support `useWatch` to get current field value. [#35036](https://github.com/ant-design/ant-design/pull/35036) - ๐Ÿ†• Form support `useFormInstance` to get current context form instance. [#35039](https://github.com/ant-design/ant-design/pull/35039) - ๐Ÿ†• Image PreviewGroup Support top progress rendering. [#35038](https://github.com/ant-design/ant-design/pull/35038) [@zpc7](https://github.com/zpc7) - Upload - ๐Ÿ†• Upload support `crossOrigin` for images in `picture-card` mode. [#34981](https://github.com/ant-design/ant-design/pull/34981) [@dragmove](https://github.com/dragmove) - ๐Ÿž Fix Upload `prefixCls` don't work on file list. [#34944](https://github.com/ant-design/ant-design/pull/34944) [@swchen](https://github.com/swchen) - ๐Ÿ’„ Improve Upload action styles. [#35052](https://github.com/ant-design/ant-design/pull/35052) - ๐Ÿž Fix Notification and Message throw `createRoot` warning in React 18. [#35030](https://github.com/ant-design/ant-design/pull/35030) - ๐Ÿž Fix Select and AutoComplete scroll abnormal behavior when navigate via keyboard.ใ€‚[#35025](https://github.com/ant-design/ant-design/pull/35025) - ๐Ÿž Fix Cascader search result do not fill the entrie panel. [#35019](https://github.com/ant-design/ant-design/pull/35019) [@boomler](https://github.com/boomler) - ๐Ÿ’„ Fix Spin animation style being abnormally parsed in Parcel. [#35005](https://github.com/ant-design/ant-design/pull/35005) - ๐Ÿ’„ Arrow radius use fixed value `2px`. [#34999](https://github.com/ant-design/ant-design/pull/34999) ## 4.20.0-alpha.0 `2022-04-12` - ๐Ÿ”ฅ Add new component Segmented. [#34319](https://github.com/ant-design/ant-design/pull/34319) - Table - ๐Ÿ†• Support reset to the default value rather than empty, when click reset in Table column filter. [#34355](https://github.com/ant-design/ant-design/pull/34355) [@heiyu4585](https://github.com/heiyu4585) - ๐Ÿ’„ Fix Table head background and selection column width styling issues when `size="small"`. [#34963](https://github.com/ant-design/ant-design/pull/34963) - ๐Ÿ‡ฉ๐Ÿ‡ช Improve German translations for Table. [#34836](https://github.com/ant-design/ant-design/pull/34836) [@pfedan](https://github.com/pfedan) - Tree - ๐Ÿ†• Tree `switcherIcon` prop support render-prop. [#34470](https://github.com/ant-design/ant-design/pull/34470) [@zqran](https://github.com/zqran) - ๐Ÿ†• Tree support `rootClassName` and `rootStyle`. [#34578](https://github.com/ant-design/ant-design/pull/34578) - ๐Ÿ†• Anchor `getCurrentAnchor` has active link as argument. [#34799](https://github.com/ant-design/ant-design/pull/34799) - ๐Ÿ†• Cascader supports `showCheckedStrategy ` for value display strategy. [#34568](https://github.com/ant-design/ant-design/pull/34568) [@heiyu4585](https://github.com/heiyu4585) - ๐Ÿ†• Click event object can be accessed in `onCopy` function of Typography. [#34655](https://github.com/ant-design/ant-design/pull/34655) [@yzwxk](https://github.com/yzwxk) - ๐Ÿ†• Grid supports `justify="space-evenly"`. [#34606](https://github.com/ant-design/ant-design/pull/34606) [@gp5251](https://github.com/gp5251) - ๐Ÿ†• Support `rootClassName` property for Dialog and Image. [#34574](https://github.com/ant-design/ant-design/pull/34574) [@heiyu4585](https://github.com/heiyu4585) - ๐Ÿž Fix error `Nothing was returned from render` when Skeleton use falsy `loading` props without `children`. [#34872](https://github.com/ant-design/ant-design/pull/34872) [@AlbertAZ1992](https://github.com/AlbertAZ1992) - ๐Ÿž Fix BackTop not working in StrictMode. [#34858](https://github.com/ant-design/ant-design/pull/34858) [@tmkx](https://github.com/tmkx) - ๐Ÿž Fix Title, Text, Paragraph components cannot get `ref` bug. [#34847](https://github.com/ant-design/ant-design/pull/34847) [@MQuy](https://github.com/MQuy) - Input - ๐Ÿ’„ Input.Group prevent components from getting style from Form.Item. [#34764](https://github.com/ant-design/ant-design/pull/34764) - ๐Ÿ’„ Adjust TextArea style in Form. [#34714](https://github.com/ant-design/ant-design/pull/34714) - ๐Ÿ’„ Fix Form broken layout when set `labelCol={{ sm: 24 }}` and `wrapperCol={{ sm: 24 }}`. [#34907](https://github.com/ant-design/ant-design/pull/34907) - ๐Ÿ’„ Fix animation for standalone Badge in RTL mode. [#34899](https://github.com/ant-design/ant-design/pull/34899) [@hmz22](https://github.com/hmz22) - โŒจ๏ธ Fix `aria-checked` attribute for Checkbox, to avoid screen reader getting an incorrect status. [#34862](https://github.com/ant-design/ant-design/pull/34862) [@SpaNb4](https://github.com/SpaNb4) - โŒจ๏ธ Dropdown support switch options with arrow keys. [#34738](https://github.com/ant-design/ant-design/pull/34738) - โŒจ๏ธ Spin add `aria` attribute to improve accessibility. [#34408](https://github.com/ant-design/ant-design/pull/34408) [@heiyu4585](https://github.com/heiyu4585) - โŒจ๏ธ Make structure of Breadcrumb be accessible. [#34082](https://github.com/ant-design/ant-design/pull/34082) [@VladimirOtroshchenko](https://github.com/VladimirOtroshchenko) - ๐Ÿ›Ž Menu support `items` for perf prepare, and `children` will be removed in next major version. [#34559](https://github.com/ant-design/ant-design/pull/34559) ## 4.19.5 `2022-04-02` - ๐Ÿž Fix Form that not keep store value when unmount and mount again. [#34845](https://github.com/ant-design/ant-design/pull/34845) - ๐Ÿž Fix Pagination under `` should display middle size Select. [#34756](https://github.com/ant-design/ant-design/pull/34756) - ๐Ÿž fix Skeleton to unable to render `childten` of non-react element. [#34751](https://github.com/ant-design/ant-design/pull/34751) [@1247748612](https://github.com/1247748612) - ๐Ÿ’„ Fix Tag `@tag-border-radius` less variable not work. [#34741](https://github.com/ant-design/ant-design/pull/34741) ## 4.19.4 `2022-03-27` - ๐Ÿž Fix when `fullscreen` of the Calendar is `false`, the element returned by `dateFullCellRender` cannot be interactive. [#34614](https://github.com/ant-design/ant-design/pull/34614) [@imoctopus](https://github.com/imoctopus) - ๐Ÿž fix BackTop responsive in RTL. [#34626](https://github.com/ant-design/ant-design/pull/34626) [@hmz22](https://github.com/hmz22) - ๐Ÿž Fix text position in Steps with `small` size and `dot` mode. [#34651](https://github.com/ant-design/ant-design/pull/34651) - ๐Ÿž Fix Descriptions `contentStyle` not working when children is 0. [#34696](https://github.com/ant-design/ant-design/pull/34696) [@zhao-huo-long](https://github.com/zhao-huo-long) - ๐Ÿž Fix notification prevent interaction on elements which under it. [#34716](https://github.com/ant-design/ant-design/pull/34716) ## 4.19.3 `2022-03-21` - ๐Ÿž Fix TextArea `clearIcon` color. [#34610](https://github.com/ant-design/ant-design/pull/34610) - ๐Ÿž Fix: apply scale transform to disabled star. [#34547](https://github.com/ant-design/ant-design/pull/34547) [@Unuuuuu](https://github.com/Unuuuuu) - ๐Ÿž Fix Tooltip arrow color with preset. [#34548](https://github.com/ant-design/ant-design/pull/34548) - ๐Ÿž Fixed number abnormal position display in Badge RTL mode. [#34545](https://github.com/ant-design/ant-design/pull/34545) - ๐Ÿ’„ Fix numeric Row and Col class styles when using prefixCls. [#34494](https://github.com/ant-design/ant-design/pull/34494) [@mic-web](https://github.com/mic-web) - ๐Ÿž Fix Editable Textarea height jump in Firefox and Editable Typography.Title confirm icon position. [#34518](https://github.com/ant-design/ant-design/pull/34518) - ๐Ÿ’„ Fix missing `status` style in RangePicker. [#34509](https://github.com/ant-design/ant-design/pull/34509) - ๐Ÿ›Ž Add warning for Input getting blurred when dynamically add `hasFeedback`. [#34475](https://github.com/ant-design/ant-design/pull/34475) - ๐Ÿž Fix missing classname in input when Input has `prefix` or `suffix`. [#34474](https://github.com/ant-design/ant-design/pull/34474) - ๐Ÿ‡ฑ๐Ÿ‡น Updated lt_LT locale for `typeTemplate`. [#34567](https://github.com/ant-design/ant-design/pull/34567) [@Anizcus](https://gitit_LTit_LThub.com/Anizcus) - ๐Ÿ‡ฎ๐Ÿ‡น Updated it_iT locale for `Table`. [#34566](https://github.com/ant-design/ant-design/pull/34566) [@freshgiammi](https://gitit_LTit_LThub.com/freshgiammi) ## 4.19.2 `2022-03-13` - ๐Ÿž Fix Dropdown not auto adjust placement when position on the edge of window. [#34390](https://github.com/ant-design/ant-design/pull/34390) - ๐Ÿ’„ Change PageHeader elements margin from `12px` to `8px` inside `extra`. [#34428](https://github.com/ant-design/ant-design/pull/34428) - ๐Ÿ›  Export css variable function in `antd/es/config-provider` folder to enable ssr requirement. [#34436](https://github.com/ant-design/ant-design/pull/34436) - ๐Ÿ›  Refactor Menu with React hooks. [#34433](https://github.com/ant-design/ant-design/pull/34433) - Input - ๐Ÿ’„ Fix Input font-size when `size` is large. [#34381](https://github.com/ant-design/ant-design/pull/34381) - ๐Ÿ’„ Fix Input.Group wrong border when status is error. [#34412](https://github.com/ant-design/ant-design/pull/34412) - Form - ๐Ÿž Fix Form.Item removed in `form.validateFields` throw `Can't perform a React state update on an unmounted component` warning. [#34405](https://github.com/ant-design/ant-design/pull/34405) - ๐Ÿž Fix to Form that `initialValues` would change if `preserve` is false. [#34411](https://github.com/ant-design/ant-design/pull/34411) - Tooltip - ๐Ÿ’„ Fix Tooltip width in Safari. [#34415](https://github.com/ant-design/ant-design/pull/34415) [@jiandandkl](https://github.com/jiandandkl) - ๐Ÿ’„ Fix arrow size of Tooltip/Popover/Popconfirm. [#34407](https://github.com/ant-design/ant-design/pull/34407) - ๐Ÿ’„ Remove Collapse bottom border in simple style. [#34366](https://github.com/ant-design/ant-design/pull/34366) [@PanStar](https://github.com/PanStar) - TypeScript - ๐Ÿค– Fix Input `data-*` type definition. [#34410](https://github.com/ant-design/ant-design/pull/34410) [@GitKou](https://github.com/GitKou) - ๐Ÿค– Fix Transfer `footer` type definition. [#34337](https://github.com/ant-design/ant-design/pull/34337) [@zomixi](https://github.com/zomixi) ## 4.19.1 `2022-03-08` - ๐Ÿž Fix less compile error related to custom status. [#34350](https://github.com/ant-design/ant-design/pull/34350) - ๐Ÿž Fix error `ReferenceError: colorPalette is not defined` when customize theme. - ๐Ÿž Fix error `Error: Invalid class or id selector syntax` when import `antd/dist/antd.css`. - ๐Ÿž Fix Input.Passowrd icon color in site. [#34354](https://github.com/ant-design/ant-design/pull/34354) - ๐Ÿž Fix ConfigProvider `csp` sometime not effect on Icon. [#34356](https://github.com/ant-design/ant-design/pull/34356) ## 4.19.0 `2022-03-08` - ๐Ÿ’„ Optimize arrow style for some components. [#33710](https://github.com/ant-design/ant-design/pull/33710) - Input - ๐Ÿ›  Refactor Input with rc-input. [#34206](https://github.com/ant-design/ant-design/pull/34206) - Attention: The type and value of `ref` is modified because of refactoring from class component to function component. You can still get DOM node from `input`, and other methods such as `focus` and `blur` mentioned in document are also supported. - ๐Ÿ†• Support `clearIcon` prop for customizing clear icon. [#34325](https://github.com/ant-design/ant-design/pull/34325) - Table - ๐Ÿ†• `filterSearch` now support passing function to customize search. [#34085](https://github.com/ant-design/ant-design/pull/34085) [@heiyu4585](https://github.com/heiyu4585) - ๐Ÿ†• `column.filterDropdown({ clearFilters })` support `clearFilters({ confirm: false, closeDropdown: false })`. [#34120](https://github.com/ant-design/ant-design/pull/34120) [@heiyu4585](https://github.com/heiyu4585) - โŒจ๏ธ Table adds `aria-sort` attribute for screen readers. [#33603](https://github.com/ant-design/ant-design/pull/33603) [@dgreene1](https://github.com/dgreene1) - ๐Ÿž Fix Table filters select-all Checkbox not changed when select item. [#34295](https://github.com/ant-design/ant-design/pull/34295) - ๐Ÿ†• Data entry components add `status` prop to support custom status. - Transfer [#34098](https://github.com/ant-design/ant-design/pull/34098) - AutoComplete [#34096](https://github.com/ant-design/ant-design/pull/34096) - TreeSelect [#34093](https://github.com/ant-design/ant-design/pull/34093) - Cascader [#34086](https://github.com/ant-design/ant-design/pull/34086) - Select [#34084](https://github.com/ant-design/ant-design/pull/34084) - DatePicker and TimePicker [#34073](https://github.com/ant-design/ant-design/pull/34073) - Mentions [#34071](https://github.com/ant-design/ant-design/pull/34071) - InputNumber [#34042](https://github.com/ant-design/ant-design/pull/34042) - Input [#33995](https://github.com/ant-design/ant-design/pull/33995) - ๐Ÿ†• InputNumber supports `controls={{ upIcon, downIcon }}` to customize icon up and down. [#33914](https://github.com/ant-design/ant-design/pull/33914) [@heiyu4585](https://github.com/heiyu4585) - ๐Ÿ†• Notification `placement` support `top` / `bottom` [#33871](https://github.com/ant-design/ant-design/pull/33871) [@heiyu4585](https://github.com/heiyu4585) - ๐Ÿ†• Select, Cascades, DatePicker now support `placement` property. [#33641](https://github.com/ant-design/ant-design/pull/33541) [@ONLY-yours](https://github.com/ONLY-yours) - ๐Ÿ†• Dropdown support `arrow={{ pointAtCenter: true }}` to make arrow point at center. And `top` `bottom` placement are also supported. [#33658](https://github.com/ant-design/ant-design/pull/33658) - ๐Ÿ†• Skeleton.Input Adds `block` prop. [#33672](https://github.com/ant-design/ant-design/pull/33672) [@woochanleee](https://github.com/woochanleee) - ๐Ÿ†• Move TimePicker `disabledHours`, `disabledMinutes`, `disabledSeconds` into `disabledTime` to align with DatePicker. [#33503](https://github.com/ant-design/ant-design/pull/33503) - ๐Ÿ’„ Modify the color of some borders and the background color of the progress bar to be transparent to suit the colored background. [#33506](https://github.com/ant-design/ant-design/pull/33506) - ๐Ÿ’„ Space support custom children `key`. [#33607](https://github.com/ant-design/ant-design/pull/33607) [@qin20](https://github.com/qin20) - ๐Ÿž Fix `Typography.Title` didn't keep font size when become editable. [#34169](https://github.com/ant-design/ant-design/pull/34169) [@heiyu4585](https://github.com/heiyu4585) - ๐Ÿž Fix Form.Item throw warning `React does not recognize the requiredMark prop on a DOM element`. [#34323](https://github.com/ant-design/ant-design/pull/34323) ## 4.18.9 `2022-02-28` - ๐Ÿ†• New theme less variable for Radio, Divider, Modal, Dropdown, Drawer. [#34194](https://github.com/ant-design/ant-design/pull/34194) [#34187](https://github.com/ant-design/ant-design/pull/34187) [#34191](https://github.com/ant-design/ant-design/pull/34191) [#34189](https://github.com/ant-design/ant-design/pull/34189) [#34188](https://github.com/ant-design/ant-design/pull/34188) [@qdzhaoxiaodao](https://github.com/qdzhaoxiaodao) - ๐Ÿ’„ Fix Dropdown item wrap style when text is too long. [#34177](https://github.com/ant-design/ant-design/pull/34177) - TypeScript - ๐Ÿž Fix Upload `onChange` parameter generic passing. [#34161](https://github.com/ant-design/ant-design/pull/34161) [@wangcch](https://github.com/wangcch) ## 4.18.8 `2022-02-21` - ๐Ÿž Fix `getContainer` config not working bug when called multi-times via `message.config`. [#34123](https://github.com/ant-design/ant-design/pull/34123) [@TrickyPi](https://github.com/TrickyPi) - ๐Ÿž Fix invalid context value cache in Menu component. [#34121](https://github.com/ant-design/ant-design/pull/34121) [@mrwd2009](https://github.com/mrwd2009) - ๐Ÿž Fix ConfigProvider config theme on server side crash, and warning for useless in SSR instead. [#34118](https://github.com/ant-design/ant-design/pull/34118) - Table - โšก๏ธ Fix Table render twice on first mount. [#34106](https://github.com/ant-design/ant-design/pull/34106) - โšก๏ธ Optimized Table rendering performance, now will skip useless rendering when deprecated `column.render: () => { children, props }` method is not used. [#34075](https://github.com/ant-design/ant-design/pull/34075) - ๐Ÿž Fix incorrect copy text of Typography after children is updated when enable `copyable`. [#34034](https://github.com/ant-design/ant-design/pull/34034) [@opopeieie](https://github.com/opopeieie) - โšก๏ธ Optimize Avatar, List, Pagination, Steps to avoid additional render on mount if unnecessary. [34122](https://github.com/ant-design/ant-design/pull/34122) - ๐Ÿ’„ Fix Form broken style when Select item is too long in horizontal layout. [#34117](https://github.com/ant-design/ant-design/pull/34117) - ๐Ÿ‡ธ๐Ÿ‡ฐ Improve texts for Table, Form and Modal in `sk_SK`. [#34061](https://github.com/ant-design/ant-design/pull/34061) [@xseman](https://github.com/xseman) - TypeScript - ๐Ÿค– Export `SiderProps` type from Layout component. [#34137](https://github.com/ant-design/ant-design/pull/34137) [@Picsong](https://github.com/Picsong) ## 4.18.7 `2022-02-14` - Typography - ๐Ÿ›  Fix Typography `useLayoutEffect` warning in SSR. [#33818](https://github.com/ant-design/ant-design/pull/33818) [@SoYoung210](https://github.com/SoYoung210) - ๐Ÿž Fix Typography with `ellipsis` makes screen show the scroll bar in some case. [#34007](https://github.com/ant-design/ant-design/pull/34007) - ๐Ÿž Typography copy click event is now `stopPropagation` by default. [#33998](https://github.com/ant-design/ant-design/pull/33998) [@linxianxi](https://github.com/linxianxi) - ๐Ÿž Fix Typography edit & copy button not trigger by enter key. [#33976](https://github.com/ant-design/ant-design/pull/33976) [@mrwd2009](https://github.com/mrwd2009) - ๐Ÿž Fix Form `undefined` text of min/max validators in pl_PL locale. [#34024](https://github.com/ant-design/ant-design/pull/34024) [@MichalPodeszwa](https://github.com/MichalPodeszwa) - ๐Ÿž Fix Input.TextArea cut text logic when `maxLength` configured. [#33910](https://github.com/ant-design/ant-design/pull/33910) [@chenyizhongx](https://github.com/chenyizhongx) - ๐Ÿ’„ Button with `type=default` will provide `.ant-btn-default` className. [#34013](https://github.com/ant-design/ant-design/pull/34013) - ๐Ÿ’„ Improve Menu `:focus-visible` style. [#34008](https://github.com/ant-design/ant-design/pull/34008) - ๐Ÿ’„ Fix Pagination and Rate style problem in Safari. [#34002](https://github.com/ant-design/ant-design/pull/34002) - ๐Ÿ’„ Fix Row and Col component styles when using prefixCls. [#33969](https://github.com/ant-design/ant-design/pull/33969) [@mic-web](https://github.com/mic-web) - ๐Ÿž Fix Timeline icons with custom color not working. [#33951](https://github.com/ant-design/ant-design/pull/33951) [@MadCcc](https://github.com/MadCcc) - TypeScript - ๐Ÿค– Optimize Cascader `onChange` definition with `multiple` prop. [#33947](https://github.com/ant-design/ant-design/pull/33947) [@babycannotsay](https://github.com/babycannotsay) ## 4.18.6 `2022-02-07` - ๐Ÿž Fix the empty Popover displayed when `content` and `title` is undefined or null. [#33835](https://github.com/ant-design/ant-design/pull/33835) [@DawnLck](https://github.com/DawnLck) - ๐Ÿž Fix the problem that Tooltip didn't show on `ellipsis` with rows larger than 1. [#33875](https://github.com/ant-design/ant-design/pull/33875) - Button - ๐Ÿž Fix the issue that `block` of Button not work when small size. [#33878](https://github.com/ant-design/ant-design/pull/33878) [@tangjinzhou](https://github.com/tangjinzhou) - ๐Ÿž Fix the issue that `loading.delay` of Button cause React memory leak warning [#33858](https://github.com/ant-design/ant-design/pull/33858) [@mrwd2009](https://github.com/mrwd2009) - ๐Ÿž Fix the problem that Tooltip cannot be displayed when it is used with Switch in `loading` state. [#33860](https://github.com/ant-design/ant-design/pull/33860) - ๐Ÿž Fix the Upload button sometimes flashes after changed from hidden to display when the Upload component is a `picture-card` type. [#33820](https://github.com/ant-design/ant-design/pull/33820) [@credred](https://github.com/credred) - TypeScript - ๐Ÿค– Fix DatePicker `ref` TypeScript definition. [#33901](https://github.com/ant-design/ant-design/pull/33901) [@Amour1688](https://github.com/Amour1688) ## 4.18.5 `2022-01-24` - Cascader - ๐Ÿ’„ Fix Cascader loading icon. [#33799](https://github.com/ant-design/ant-design/pull/33799) - ๐Ÿž Fix Cascader not auto offset placement when popup is out of screen and fix active option out of screen not scroll. [#33777](https://github.com/ant-design/ant-design/pull/33777) - ๐Ÿ’„ Fix Tag style in dark theme. [#33751](https://github.com/ant-design/ant-design/pull/33751) - ๐Ÿ’„ Fix disabled Checkbox inside Tooltip dom structure. [#33772](https://github.com/ant-design/ant-design/pull/33772) [@boomler](https://github.com/boomler) - โšก๏ธ Fix invalid hook dependency array in Row and Layout.Sider components. [#33804](https://github.com/ant-design/ant-design/pull/33804) [@mrwd2009](https://github.com/mrwd2009) - ๐Ÿž Fix Card `ref` not working. [#33784](https://github.com/ant-design/ant-design/pull/33784) [@LongHaoo](https://github.com/LongHaoo) - ๐Ÿž Fix a Checkbox problem that `onChange` could not correctly pass in the modified value when dynamically modifying `value` property. [#33753](https://github.com/ant-design/ant-design/pull/33753) ## 4.18.4 `2022-01-18` - Typography - โšก๏ธ Optimize Typography to use native css ellipsis when `tooltip` is configured. [#33669](https://github.com/ant-design/ant-design/pull/33669) - ๐Ÿž Refactor Typography `ellipsis` logic to fix error when `children` use Context content. [#33725](https://github.com/ant-design/ant-design/pull/33725) - Icon - ๐Ÿž Fix `` and `` not aligned. (https://github.com/ant-design/ant-design/pull/33709) - ๐Ÿž Fix `` shake. [#33726](https://github.com/ant-design/ant-design/pull/33726) [@JX-Zhuang](https://github.com/JX-Zhuang) - Input - ๐Ÿž Fix the display effect for Input related components with `hidden`. [#33735](https://github.com/ant-design/ant-design/pull/33735) [@fanerge](https://github.com/fanerge) [#33706](https://github.com/ant-design/ant-design/pull/33706) [@hydraZty](https://github.com/hydraZty) - ๐Ÿž Fix the warning in console for Input with `showCount`. [#33686](https://github.com/ant-design/ant-design/pull/33686) [@whwangms](https://github.com/whwangms) - โšก๏ธ Fix ConfigProvider and Anchor rerender unexpectedly. [#33723](https://github.com/ant-design/ant-design/pull/33723) [@mrwd2009](https://github.com/mrwd2009) - ๐Ÿž Fix the duplicate keys warning in console for Cascader. [#33649](https://github.com/ant-design/ant-design/pull/33649) [@dimbslmh](https://github.com/dimbslmh) - ๐Ÿž Checkbox.Group support number and boolean as options element. [#33678](https://github.com/ant-design/ant-design/pull/33678) - ๐Ÿž Fix Form `validateMessages` bug in multiple ConfigProvider. [#33705](https://github.com/ant-design/ant-design/pull/33705) - ๐Ÿž Fix Steps the tail part would be hidden when type is navigation and labelPlacement is vertical. [#33716](https://github.com/ant-design/ant-design/pull/33716) [@toSayNothing](https://github.com/toSayNothing) - ๐Ÿž Fix Image has bottom blank style. [#33631](https://github.com/ant-design/ant-design/pull/33631) [@fanerge](https://github.com/fanerge) - ๐Ÿž Fix TreeSelect with keyboard operation missing highlight issue. [#33755](https://github.com/ant-design/ant-design/pull/33755) - ๐Ÿ‡ฐ๐Ÿ‡ญ Fix some translations for Khmer (km_KH). [#33738](https://github.com/ant-design/ant-design/pull/33738) [@vireakkeosokvibol](https://github.com/vireakkeosokvibol) ## 4.18.3 `2022-01-10` - ๐Ÿ†• Menu support `home` and `end` keyboard navigate. [#33642](https://github.com/ant-design/ant-design/pull/33642) [@dartamonov-vertex](https://github.com/dartamonov-vertex) - Table - โšก๏ธ Improve Table perfermance significantly when mount and unmount. [#33554](https://github.com/ant-design/ant-design/pull/33554) - ๐Ÿž Fix Table emptynode fixed display. [#33610](https://github.com/ant-design/ant-design/pull/33610) [@hemengke1997](https://github.com/hemengke1997) - ๐Ÿž Fix Table tree data hover error. [#33638](https://github.com/ant-design/ant-design/pull/33638) [@LongHaoo](https://github.com/LongHaoo) - Form - ๐Ÿž Fix Form validateMessages is not correct in default locale. [#33511](https://github.com/ant-design/ant-design/pull/33511) - ๐Ÿž Fix Form.Item help with empty string makes layout shaking. [#33644](https://github.com/ant-design/ant-design/pull/33644) - ๐Ÿž Fix Input.Textarea throws error on preact. [#33536](https://github.com/ant-design/ant-design/pull/33536) [@developit](https://github.com/developit) - ๐Ÿž Fix PageHeader state update error after unmounted. [#33546](https://github.com/ant-design/ant-design/pull/33546) [@wuifdesign](https://github.com/wuifdesign) - ๐Ÿ’„ Fix Select tag margin issue when using `tagRender`. [#33539](https://github.com/ant-design/ant-design/pull/33539) - ๐Ÿ’„ Remove svg reset style for IE9-, fix svg elements being cutting style problem. [#33579](https://github.com/ant-design/ant-design/pull/33579) - TypeScript - ๐Ÿค– Fix Upload types for pass generic. [#33543](https://github.com/ant-design/ant-design/pull/33543) [@woochanleee](https://github.com/woochanleee) - ๐Ÿค– Fix Card.Grid props should expose Div Properties like `onClick`. [#33563](https://github.com/ant-design/ant-design/pull/33563) [@LongHaoo](https://github.com/LongHaoo) ## 4.18.2 `2021-12-30` - ๐Ÿž Revert [#33411](https://github.com/ant-design/ant-design/pull/33411) to Table `onChange` being invoked infinitely. ## 4.18.1 `2021-12-29` - ๐Ÿž Fix Popconfirm throws `Can't perform a React state update on an unmounted component.` warning in some async case. [#33432](https://github.com/ant-design/ant-design/pull/33432) [@MadCcc](https://github.com/MadCcc) - ๐Ÿž Fix Input with `suffix` will crash when `value` is number type. [#33462](https://github.com/ant-design/ant-design/pull/33462) - ๐Ÿž Fix Divider with text dashed border color error. [#33452](https://github.com/ant-design/ant-design/pull/33452) [@chen-jingjie](https://github.com/chen-jingjie) - ๐Ÿž Fix Dropdown.Button not support `destroyPopupOnHide`. [#33442](https://github.com/ant-design/ant-design/pull/33442) [@LongHaoo](https://github.com/LongHaoo) - ๐Ÿž Fix Table Pagination not trigger `onChange` when `current` changed. [#33411](https://github.com/ant-design/ant-design/pull/33411) [@2724635499](https://github.com/2724635499) ## 4.18.0 `2021-12-27` - ๐Ÿž Fix Skeleton missing `style` prop. [#33405](https://github.com/ant-design/ant-design/pull/33405) - ๐Ÿž Fix Descriptions overflow style cause other components being cut. [#33392](https://github.com/ant-design/ant-design/pull/33392) - ๐Ÿ†• Unique Select-like component generic as OptionType to support FieldNames type. [#33364](https://github.com/ant-design/ant-design/pull/33364) - ๐Ÿž Fix Slider rail hover color when it is disabled. [#33369](https://github.com/ant-design/ant-design/pull/33369) [@chen-jingjie](https://github.com/chen-jingjie) - Table - ๐Ÿ†• Table `colSpan` & `rowSpan` move to `onCell` function to optimize performance. [#33114](https://github.com/ant-design/ant-design/pull/33114) - ๐Ÿ†• Table support Table.EXPAND_COLUMN & Table.SELECTION_COLUMN to customize column order. [#33026](https://github.com/ant-design/ant-design/pull/33026) - ๐Ÿž Fix Table hovering will trigger `expandedRowRender` and `column.render` unexpectly. [#33342](https://github.com/ant-design/ant-design/issues/33342) - Form - ๐Ÿ”ฅ Form.List nest Form.Item no longer need pass `fieldKey` anymore. [#32689](https://github.com/ant-design/ant-design/pull/32689) - ๐Ÿ†• Form `label` can wrap via setting `labelWrap` now. [#33048](https://github.com/ant-design/ant-design/pull/33048) - ๐Ÿ†• ConfigProvider support Form `colon`. [9bc148a](https://github.com/ant-design/ant-design/commit/9bc148a) [@seaSuper](https://github.com/seaSuper) - ๐Ÿ†• add `prefix` to `InputNumber`. [#32600](https://github.com/ant-design/ant-design/pull/32600) [@Austaras](https://github.com/Austaras) - ๐Ÿ†• Modal static function support `wrapClassName` prop. [#32676](https://github.com/ant-design/ant-design/pull/32676) [@cwjTerrace](https://github.com/cwjTerrace) - ๐Ÿ†• Popconfirm add `showCancel` prop. [#32620](https://github.com/ant-design/ant-design/pull/32620) [@cwjTerrace](https://github.com/cwjTerrace) - ๐Ÿ†• Dropdown.Button supports `loading` property now. [#32467](https://github.com/ant-design/ant-design/pull/32467) [@kaysonwu](https://github.com/kaysonwu) - ๐Ÿ†• Input adds `showCount` property. [#32522](https://github.com/ant-design/ant-design/pull/32522) [@cwjTerrace](https://github.com/cwjTerrace) - ๐Ÿ†• Alert supports `closeIcon` now. [#32345](https://github.com/ant-design/ant-design/pull/32345) [@chen-jingjie](https://github.com/chen-jingjie) - Typography - ๐Ÿ†• for editable Paragraph, edit can be triggered by clicking the icon or the value itself (or both) with `triggerType`. [#32219](https://github.com/ant-design/ant-design/pull/32219) [@kachanovskiy](https://github.com/kachanovskiy) - ๐Ÿ†• Typography support `enterIcon` to config confirm icon. [#32220](https://github.com/ant-design/ant-design/pull/32220) [@kachanovskiy](https://github.com/kachanovskiy) - ๐Ÿ†• Divider added `orientationMargin` APIs for customizing `margin-left/right` of title. [#32084](https://github.com/ant-design/ant-design/pull/32084) [@neotan](https://github.com/neotan) - ๐Ÿ†• Avatar add `maxPopoverTrigger` to support configuration of popover trigger. [#32197](https://github.com/ant-design/ant-design/pull/32197) [@RiteshMakan](https://github.com/RiteshMakan) - ๐Ÿ†• Upload supports `showUploadList.previewIcon` now. [#32059](https://github.com/ant-design/ant-design/pull/32059) [@1040961807](https://github.com/1040961807) - ๐Ÿด๓ ฅ๓ ณ๓ ฃ๓ ด๓ ฟ Fix Catalan (ca_ES) missing translation key with `Form`. [#33377](https://github.com/ant-design/ant-design/pull/33377) [@ZzGGitter](https://github.com/ZzGGitter) - ๐Ÿ‡ซ๐Ÿ‡ฎ Fix Finland (fi_FI) missing translation key with `Table`. [#33372](https://github.com/ant-design/ant-design/pull/33372) [@ZakarFin](https://github.com/ZakarFin) - ๐Ÿ‡ฐ๐Ÿ‡ญ Added locales for Khmer (km_KH) translation. [#32853](https://github.com/ant-design/ant-design/pull/32853) [@vireakkeosokvibol](https://github.com/vireakkeosokvibol) - TypeScript - ๐Ÿค– Add Upload `capture` definition. [#33370](https://github.com/ant-design/ant-design/pull/33370) [@MichalPodeszwa](https://github.com/MichalPodeszwa) ## 4.17.4 `2021-12-19` - ๐Ÿž Fix a bug that Form.Item name is "parentNode" casue endless loop and memory leak. [#31846](https://github.com/ant-design/ant-design/pull/31846) [@DaoxingHuang](https://github.com/DaoxingHuang) - ๐Ÿž Revert [#32448](https://github.com/ant-design/ant-design/pull/32448) to fix emoji input at Input.TextArea. [#33312](https://github.com/ant-design/ant-design/pull/33312) ## 4.17.3 `2021-12-08` - ๐Ÿž Fix Drawer broken style caused by title width. [#33205](https://github.com/ant-design/ant-design/pull/33205) - ๐Ÿž Fix Badge flash style when switch from `display:none`. [#33083](https://github.com/ant-design/ant-design/pull/33083) [@songlinn](https://github.com/songlinn) - ๐Ÿ’„ Change Anchor className form `.fixed` to `.ant-anchor-fixed`. [#33085](https://github.com/ant-design/ant-design/pull/33085) [@tangjinzhou](https://github.com/tangjinzhou) - ๐Ÿ’„ Fix Button loading style missing in Firefox. [#33199](https://github.com/ant-design/ant-design/pull/33199) - Select - ๐Ÿž Fix Select width became small when searching. [#32988](https://github.com/ant-design/ant-design/pull/32988) - ๐Ÿž Fix Select throw `Object.values not defined` in low version browser. [#33124](https://github.com/ant-design/ant-design/pull/33124) - Radio - ๐Ÿ’„ Fix Radio dot offset when zooming. [#33086](https://github.com/ant-design/ant-design/pull/33086) [@hydraZty](https://github.com/hydraZty) - ๐Ÿ’„ Fix Radio cursor style. [#33198](https://github.com/ant-design/ant-design/pull/33198) [@tangjinzhou](https://github.com/tangjinzhou) - ๐Ÿ’„ Revert Collapse header `position: relative` style to ensure some user depends on this style. [#33070](https://github.com/ant-design/ant-design/pull/33070) - ๐Ÿž Fix Input.TextArea height bug when has `showCount`. [#33055](https://github.com/ant-design/ant-design/pull/33055) - TypeScript - ๐Ÿค– Fix Upload `data` type. [#33193](https://github.com/ant-design/ant-design/pull/33193) - ๐Ÿค– Fix Carousel type declaration. [#33109](https://github.com/ant-design/ant-design/pull/33109) [@q1uxu](https://github.com/q1uxu) - ๐ŸŒ Add missing zh-TW translation. [#33108](https://github.com/ant-design/ant-design/pull/33108) [@dengfuping](https://github.com/dengfuping) ## 4.17.2 `2021-11-26` - ๐Ÿ’„ Fix Form broken layout when set `wrapperCol={{ span: 24 }}`. [#32981](https://github.com/ant-design/ant-design/pull/32981) - ๐Ÿž Fix Modal `centered` was not centered vertically. [#33022](https://github.com/ant-design/ant-design/pull/33022) - ๐Ÿž Cascader typescript fix definition missing `suffixIcon` and support generic of `options` type. [#33008](https://github.com/ant-design/ant-design/pull/33008) - ๐Ÿž Fix Input.Search don't trigger click event on element inside `enterButton`. [#32999](https://github.com/ant-design/ant-design/pull/32999) - ๐Ÿ‡ช๐Ÿ‡ช Added missing Estonian translations. [#33005](https://github.com/ant-design/ant-design/pull/33005) [@wedeso](https://github.com/wedeso) - ๐Ÿค– Tree support generic to work more well with `fieldNames`. [#32992](https://github.com/ant-design/ant-design/pull/32992) ## 4.17.1 `2021-11-22` - ๐Ÿž Fix directly import `es/style/mixins/index.less` throw `Variable @root-entry-name is undefined` error. [#32887](https://github.com/ant-design/ant-design/pull/32887) - ๐Ÿž Fix Menu text color in collapsed tooltip. [#32956](https://github.com/ant-design/ant-design/pull/32956) - ๐Ÿž Fix Modal.method `bodyStyle` not working bug. [#32934](https://github.com/ant-design/ant-design/pull/32934) [@jin-benben](https://github.com/jin-benben) - ๐Ÿž Fix abnormal placeholder color. [#32915](https://github.com/ant-design/ant-design/pull/32915) - ๐Ÿ’„ Fix editable Tabs dropdown remove button style issue. [#32919](https://github.com/ant-design/ant-design/pull/32919) - ๐Ÿ›  Modal.confirm() Remove unnecessary `div` container. [#31492](https://github.com/ant-design/ant-design/pull/31492) [@ppbl](https://github.com/ppbl) - ๐Ÿ›  Remove unused css code for Drawer. [4ca6976](https://github.com/ant-design/ant-design/commit/4ca6976) - ๐Ÿ›  Use `@height-base` in PageHeader. [#32883](https://github.com/ant-design/ant-design/pull/32883) - ๐Ÿ‡ต๐Ÿ‡ฑ Added missing pl_PL translations. [#32896](https://github.com/ant-design/ant-design/pull/32896) [@MichalPodeszwa](https://github.com/MichalPodeszwa) - TypeScript - ๐Ÿค– Remove unnecessary union types for ReactNode. [#32935](https://github.com/ant-design/ant-design/pull/32935) [@huangkairan](https://github.com/huangkairan) - ๐Ÿค– Inherit `itemRender` typing from `rc-pagination`. [#32931](https://github.com/ant-design/ant-design/pull/32931) [@JounQin](https://github.com/JounQin) ## 4.17.0 `2021-11-15` - Dynamic Theme Theme - ๐Ÿ”ฅ ConfigProvider support dynamic modify theme color. [view detail](/docs/react/customize-theme-variable). [#31496](https://github.com/ant-design/ant-design/pull/31496) - ๐Ÿšง Move part `mixins` related less file to `themes` instead since it requires theme variable. We do not recommend use internal file but please note this if you already use it. [#32763](https://github.com/ant-design/ant-design/pull/32763) - ๐Ÿž Fix `antd.variable.less` compile mix with default theme variable. [#32279](https://github.com/ant-design/ant-design/pull/32279) - ๐Ÿž Fix antd compile file miss `/style/default.css`. [#32116](https://github.com/ant-design/ant-design/pull/32116) - ๐Ÿž Fix less compile `antd.xxx.less` throw the `Maximum call stack size exceeded error`. [#32063](https://github.com/ant-design/ant-design/pull/32063) - Input - ๐Ÿž Fix Input.Search `border-left-radius` is not 0 when configured with `allowClear` and `addonBefore`. [#32812](https://github.com/ant-design/ant-design/pull/32812) [@KAROTT7](https://github.com/KAROTT7) - ๐Ÿž Fix Input set to `disabled` still keep focused style. [#32739](https://github.com/ant-design/ant-design/pull/32739) - ๐Ÿž Avoid Input `placeholder` can be selected on Chrome. [#32639](https://github.com/ant-design/ant-design/pull/32639) [@cw1997](https://github.com/cw1997) - ๐Ÿž Input.TextArea `maxLength` is now passing to html textarea element. [#32448](https://github.com/ant-design/ant-design/pull/32448) [@MOHAMMADArsalan](https://github.com/MOHAMMADArsalan) - ๐Ÿž Fix Input cannot clear content when focus it. [#31931](https://github.com/ant-design/ant-design/pull/31931) [@adaex](https://github.com/adaex) - Cascader - ๐Ÿ”ฅ Cascader support `multiple` mode. [#31936](https://github.com/ant-design/ant-design/pull/31936) - ๐Ÿ†• Cascader support `onSearch` and `searchValue` props. [#31936](https://github.com/ant-design/ant-design/pull/31936) - ๐Ÿ†• Cascader add `title` prop with content by default. [#31237](https://github.com/ant-design/ant-design/pull/31237) [@yingpengsha](https://github.com/yingpengsha) - ๐Ÿž Fix Cascader missing `popupClassName` and `popupPlacement` props. [#32143](https://github.com/ant-design/ant-design/pull/32143) - Select - ๐Ÿ†• Select support `placement`. [#32143](https://github.com/ant-design/ant-design/pull/32143) - ๐Ÿ†• Select support `fieldNames`. [#31925](https://github.com/ant-design/ant-design/pull/31925) - ๐Ÿ†• Select support `ctrl + n/p` on mac. [#650](https://github.com/react-component/select/pull/650) - ๐Ÿ†• Select add `title` for tag in `multiple` mode. [#637](https://github.com/react-component/select/pull/637) - ๐Ÿ’„ Optimize the text weight in Select. [#32486](https://github.com/ant-design/ant-design/pull/32486) [@liuxulian](https://github.com/liuxulian) - TreeSelect - ๐Ÿ†• TreeSelect support `placement`. [#32143](https://github.com/ant-design/ant-design/pull/32143) - ๐Ÿ†• TreeSelect support `fieldNames`. [#31925](https://github.com/ant-design/ant-design/pull/31925) - Tree - ๐Ÿ†• Tree `draggable` add handler for tips. [#32306](https://github.com/ant-design/ant-design/pull/32306) - ๐Ÿ†• Tree support `fieldNames` to customize node field name. [#31395](https://github.com/ant-design/ant-design/pull/31395) - ๐Ÿ†• Tree support `onScroll` in virtual scroll. [#474](https://github.com/react-component/tree/pull/474) - ๐Ÿž Fix Tree icon align bug when `showLine` is enable. [#32822](https://github.com/ant-design/ant-design/pull/32822) - ๐Ÿž Fix Tree.DirectoryTree throws `TypeError:nativeEvent is undefined`. [#32551](https://github.com/ant-design/ant-design/pull/32551) [@D-to-the-K](https://github.com/D-to-the-K) - ๐Ÿž Fix Tree drop outside not clear indicator. [#478](https://github.com/react-component/tree/pull/478) - ๐Ÿ’„ Fix 1px position deviation of the Tree connection line when zooming in. [#32075](https://github.com/ant-design/ant-design/pull/32075) [@btea](https://github.com/btea) - PageHeader - ๐Ÿž Fix PageHeader with false 'breadcrumbrender' still shows dom. [#32738](https://github.com/ant-design/ant-design/pull/32738) - Form - ๐Ÿ”ฅ Form `rule` support `warningOnly` to avoid form submit. [#30829](https://github.com/ant-design/ant-design/pull/30829) - ๐Ÿ†• Form.ErrorList support customize `className`. [#30887](https://github.com/ant-design/ant-design/pull/30887) - ๐Ÿž Fix Form breaks the line when Select content too long. [#32778](https://github.com/ant-design/ant-design/pull/32778) - ๐Ÿ’„ Fix Mentions error style in Form. [#32385](https://github.com/ant-design/ant-design/pull/32385) - Drawer - ๐Ÿ†• Tweak Drawer close icon position and default width, add `extra` and `size` props. [#30908](https://github.com/ant-design/ant-design/pull/30908) - ๐Ÿ†• Drawer support `autoFocus` prop. [#181](https://github.com/react-component/drawer/pull/181) - ๐Ÿž Fix the problem that the bottom Drawer component has no animation. [#32761](https://github.com/ant-design/ant-design/pull/32761) [@solitia7125](https://github.com/solitia7125) - ๐Ÿ’„ Optimize Drawer open animation. [#32342](https://github.com/ant-design/ant-design/pull/32342) - Steps - ๐Ÿž Fix Steps `progressDot` style when it is `vertical`. [#32742](https://github.com/ant-design/ant-design/pull/32742) - ๐Ÿž Fix Steps default responsive style not working. [#31965](https://github.com/ant-design/ant-design/pull/31965) [@tangjinzhou](https://github.com/tangjinzhou) - Typography - ๐Ÿž Fix Typography ellipsis with `rows: 1` doesn't wrap after expanding. [#32735](https://github.com/ant-design/ant-design/pull/32735) [@hydraZty](https://github.com/hydraZty) - ๐Ÿž Fix the text overflow when page zoomed in Typography with prop `ellipsis`. [#32496](https://github.com/ant-design/ant-design/pull/32496) [@hydraZty](https://github.com/hydraZty) - ๐Ÿž Fix Typography `ellipsis` calculation bug when browser zoomed in. [#32447](https://github.com/ant-design/ant-design/pull/32447) - Table - ๐Ÿ”ฅ Table adds `column.filterMode` to support filter in a tree, which could set to `'menu' | 'tree'`. [#31809](https://github.com/ant-design/ant-design/pull/31809) - ๐Ÿ”ฅ Table adds `column.filterSearch` for enable search function in filter dropdown. [#31809](https://github.com/ant-design/ant-design/pull/31809) - ๐Ÿ†• Table hover `rowSpan` row will highlight all the rows now. [#32557](https://github.com/ant-design/ant-design/pull/32557) - ๐Ÿž Fix Table selection column arrow get covered by fixed column. [#32276](https://github.com/ant-design/ant-design/pull/32276) [@g7i](https://github.com/g7i) - ๐Ÿž Fix Table `loading` jumpy style when set `sticky`. [#32703](https://github.com/ant-design/ant-design/pull/32703) [@miloudbelaabed](https://github.com/miloudbelaabed) - ๐Ÿž Fix Table don't support `ref`. [#32136](https://github.com/ant-design/ant-design/pull/32136) [@JounQin](https://github.com/JounQin) - ๐Ÿž Table remove `sticky` style with fixed column in IE11 to avoid layout issue. [#32177](https://github.com/ant-design/ant-design/pull/32177) - ๐Ÿ’„ Optimize Table sorter icon margin problem. [#32172](https://github.com/ant-design/ant-design/pull/32172) - ๐Ÿž Fix Table.SELECT_XXX ignore record `disabled` status by `getCheckboxProps`. [#32027](https://github.com/ant-design/ant-design/pull/32027) - ๐Ÿ’„ Table filter reset button won't close dropdown now. [#31809](https://github.com/ant-design/ant-design/pull/31809) - ๐Ÿž Revert Table sticky `z-index` style back to `calc` instead of less calculation to fix `auto` style failure. [#31874](https://github.com/ant-design/ant-design/pull/31874) [@bconnorwhite](https://github.com/bconnorwhite) - ๐Ÿž Fix Table scroll bar display issue when data dynamic changed. [#647](https://github.com/react-component/table/pull/647) [@lanten](https://github.com/lanten) - ๐Ÿž Fix `pagination.className` not working in Table. [#32131](https://github.com/ant-design/ant-design/pull/32131) [@JounQin](https://github.com/JounQin) - Transfer - ๐Ÿ†• Transfer support custom left and right `footer`. [#31108](https://github.com/ant-design/ant-design/pull/31108) - ๐Ÿ†• Transfer supports `locale.notFoundContent` with array. [#31088](https://github.com/ant-design/ant-design/pull/31088) [@wwyx778](https://github.com/wwyx778) - ๐Ÿž Fix Transfer throws `MenuItem should not leave undefined key` warning when opening selection dropdown menu. [#32578](https://github.com/ant-design/ant-design/pull/32578) - ๐Ÿ’„ Tweak Transfer filter search input icon position. [#31809](https://github.com/ant-design/ant-design/pull/31809) - Collapse - ๐Ÿž Fix Collapse style issue when `expandIconPosition="right"`. [#32648](https://github.com/ant-design/ant-design/pull/32648) - ๐Ÿ’„ Adjust Collapse header style to make title overflow wrap not take arrow position. [#32492](https://github.com/ant-design/ant-design/pull/32492) - Button - ๐Ÿž Fix Button with `ghost` hover style. [#32289](https://github.com/ant-design/ant-design/pull/32289) - ๐Ÿž Fix Button with `loading` can not trigger Tooltip. [#32158](https://github.com/ant-design/ant-design/pull/32158) - ๐Ÿž Fix Button align issue with `icon` and `href`. [#32373](https://github.com/ant-design/ant-design/pull/32373) - Pagination - ๐Ÿ†• Pagination supports `selectComponentClass` prop. [#32132](https://github.com/ant-design/ant-design/pull/32132) [@JounQin](https://github.com/JounQin) - ๐Ÿ’„ Add box-shadow for jumper input in Pagination with `simple` props. [#32528](https://github.com/ant-design/ant-design/pull/32528) [@chen-jingjie](https://github.com/chen-jingjie) - Upload - ๐Ÿž Fix Upload broken loading style when `listStyle="picture"`. [#32664](https://github.com/ant-design/ant-design/pull/32664) - ๐Ÿž Fix Upload icon error background. [#32051](https://github.com/ant-design/ant-design/pull/32051) - InputNumber - ๐Ÿ”ฅ InputNumber support `addonBefore` and `addonAfter`. [#31432](https://github.com/ant-design/ant-design/pull/31432) [@Austaras](https://github.com/Austaras) - ๐Ÿ†• InputNumber now supports `controls` for displaying `+-` buttons or not. [#31548](https://github.com/ant-design/ant-design/pull/31548) - ๐Ÿ†• InputNumber `formatter` support additional param to check if current input is user typing. [#31030](https://github.com/ant-design/ant-design/pull/31030) - ๐Ÿž Fix InputNumber handler arrow not align center. [#32409](https://github.com/ant-design/ant-design/pull/32409) - ๐Ÿ’„ Show InputNumber handler when focus it. [#31911](https://github.com/ant-design/ant-design/pull/31911) - DatePicker - ๐Ÿ†• `DatePicker` and `RangePicker` now support `nextIcon`, `prevIcon`, `superNextIcon` and `superPrevIcon`. [#31703](https://github.com/ant-design/ant-design/pull/31703) [@Oreoz](https://github.com/Oreoz) - ๐Ÿž Fix `defaultPickerValue` not working in RangePicker. [#32107](https://github.com/ant-design/ant-design/pull/32107) [@thommesZip](https://github.com/thommesZip) - Notification - ๐Ÿ†• Notification support `maxCount` to limit count. [#31807](https://github.com/ant-design/ant-design/pull/31807) [@binyellow](https://github.com/binyellow) - ๐Ÿž Fix `closeIcon` not working bug when Notification is called multiple times. [#32359](https://github.com/ant-design/ant-design/pull/32359) [@KAROTT7](https://github.com/KAROTT7) - ๐Ÿ†• Menu.Divider support `dashed` style. [#31379](https://github.com/ant-design/ant-design/pull/31379) [@Map1en](https://github.com/Map1en) - ๐Ÿ†• Skeleton.Button add `block` prop. [#30902](https://github.com/ant-design/ant-design/pull/30902) [@Jehu](https://github.com/Jehu) - ๐Ÿ†• Popconfirm `onConfirm` supports Promise. [#30871](https://github.com/ant-design/ant-design/pull/30871) [@wendellhu95](https://github.com/wendellhu95) - ๐Ÿž Fix Card `tabs` style when set `tabPosition: 'left'`. [#32695](https://github.com/ant-design/ant-design/pull/32695) - ๐Ÿž Fix Radio cannot click due to custom `type` property. [#32463](https://github.com/ant-design/ant-design/pull/32463) - ๐Ÿž Fix `Ok` abbreviation to be `OK`. [#32259](https://github.com/ant-design/ant-design/pull/32259) [@chj-damon](https://github.com/chj-damon) - ๐Ÿž Fix Grid Col `flex` some time exceed its width when content too long. [#32160](https://github.com/ant-design/ant-design/pull/32160) - ๐Ÿž Fix Switch Loading icon in an incorrect position. [#32216](https://github.com/ant-design/ant-design/pull/32216) - ๐Ÿž Fix return element of `getPopupContainer` in ConfigProvider is not used as a container when calling `message.useMessage`. [#31939](https://github.com/ant-design/ant-design/pull/31939) [@DaoxingHuang](https://github.com/DaoxingHuang) - ๐Ÿ’„ Improve small size Image by ellipsising preview text. [#29900](https://github.com/ant-design/ant-design/pull/29900) [@drizzlesconsin](https://github.com/drizzlesconsin) - ๐Ÿž Fix Alert extra dom node when `message` is `undefined`. [#32057](https://github.com/ant-design/ant-design/pull/32057) - ๐Ÿž Fix anchor `targetOffset` not work when contain spaces. [#31952](https://github.com/ant-design/ant-design/pull/31952) [@adaex](https://github.com/adaex) - ๐Ÿ’„ Add `@checkbox-border-radius` less variable. [#31360](https://github.com/ant-design/ant-design/pull/31360) [@Gherciu](https://github.com/Gherciu) - ๐Ÿž Avatar add `crossOrigin` property to resolve cross origin issue. [#31273](https://github.com/ant-design/ant-design/pull/31273) [@Map1en](https://github.com/Map1en) - RTL - ๐Ÿ’„ Optimized Alert close icon display in RTL mode. [#32286](https://github.com/ant-design/ant-design/pull/32286) - ๐Ÿ’„ Optimized Table header action display in RTL mode. [#32283](https://github.com/ant-design/ant-design/pull/32283) - ๐Ÿ’„ Optimized Collapse arrow icon display in RTL mode. [#32282](https://github.com/ant-design/ant-design/pull/32282) - ๐Ÿ’„ Optimized Badge count display and animation in RTL mode. [#32281](https://github.com/ant-design/ant-design/pull/32281) - ๐Ÿ’„ Optimized InputNumber handler border style in RTL mode. [#32272](https://github.com/ant-design/ant-design/pull/32272) - ๐Ÿ’„ Optimized Dropdown icon display in RTL mode. [#32271](https://github.com/ant-design/ant-design/pull/32271) - ๐Ÿž Fix Transfer list `direction` value in RTL mode. [#31903](https://github.com/ant-design/ant-design/pull/31903) - ๐ŸŒ Localization - ๐Ÿ‡ฌ๐Ÿ‡ช Add Georgian locale. [#32106](https://github.com/ant-design/ant-design/pull/32106) [@PrimulaX](https://github.com/PrimulaX) - ๐Ÿ‡ฉ๐Ÿ‡ช Added Image translation in de_DE. [#32001](https://github.com/ant-design/ant-design/pull/32001) [@Chtau](https://github.com/Chtau) - ๐Ÿ‡ฎ๐Ÿ‡ณ Added Malayalam (ml_IN) locale. [#31521](https://github.com/ant-design/ant-design/pull/31521) [@khjabir](https://github.com/khjabir) - ๐Ÿ‡ต๐Ÿ‡ฐ Added Urdu language (ur_PK) locale. [#31346](https://github.com/ant-design/ant-design/pull/31346) [@MuhammadAnas190](https://github.com/MuhammadAnas190) - ๐Ÿ‡ง๐Ÿ‡ฉ Added bn_BD (Bangla) locale. [#31257](https://github.com/ant-design/ant-design/pull/31257) [@AminulBD](https://github.com/AminulBD) - TypeScript - ๐Ÿค– Modify the type of Spin `tip` to ReactNode.. [#32733](https://github.com/ant-design/ant-design/pull/32733) [@tychenjiajun](https://github.com/tychenjiajun) - ๐Ÿค– Fix Message duration type definition. [#32524](https://github.com/ant-design/ant-design/pull/32524) [@chen-jingjie](https://github.com/chen-jingjie) - ๐Ÿค– Fix args type for `getPopupContainer` in ConfigProvider. [#32406](https://github.com/ant-design/ant-design/pull/32406) [@mtadams007](https://github.com/mtadams007) - ๐Ÿž Fix Table missing generic type definition. [#32358](https://github.com/ant-design/ant-design/pull/32358) - ๐Ÿž Fix Switch missing `id` property. [#32237](https://github.com/ant-design/ant-design/pull/32237) [@M-ZubairAhmed](https://github.com/M-ZubairAhmed) - ๐Ÿค– Fix `type` type for Button. [#32004](https://github.com/ant-design/ant-design/pull/32004) [@jaredleechn](https://github.com/jaredleechn) - ๐Ÿค– Improve type `locale` for Pagination. [#32128](https://github.com/ant-design/ant-design/pull/32128) [@JounQin](https://github.com/JounQin) - ๐Ÿค– Improve and export `DropdownButtonType` type for DropdownButton [[#31957](https://github.com/ant-design/ant-design/pull/31957) [@Dreamerryao](https://github.com/Dreamerryao) - ๐Ÿค– Adjust List `rowKey` type to React.key. [#32033](https://github.com/ant-design/ant-design/pull/32033) [@lironhl](https://github.com/lironhl) - ๐Ÿž Fix DatePicker `ref` typing. [#31993](https://github.com/ant-design/ant-design/pull/31993) [@acfasj](https://github.com/acfasj) - ๐Ÿค– Update the `levelMove` type definition in Drawer. [#30714](https://github.com/ant-design/ant-design/pull/30714) [@g0shed](https://github.com/g0shed) ## 4.16.13 `2021-08-23` - ๐Ÿž Fix Form `label` and `` don't work together. [#31838](https://github.com/ant-design/ant-design/pull/31838) - ๐Ÿž Fix Collapse update failed bug in HMR. [#31827](https://github.com/ant-design/ant-design/pull/31827) [@v4](https://github.com/v4) - ๐Ÿž Fix circular dependencies in Modal and Input. [#31817](https://github.com/ant-design/ant-design/pull/31817) [@zhyupe](https://github.com/zhyupe) - RTL - ๐Ÿž Fix the rtl config of Modal.confirm custom content missing. [#31828](https://github.com/ant-design/ant-design/pull/31828) ## 4.16.12 `2021-08-16` - Form - ๐Ÿž Fix Form shows `title` on help icon and optional text. [#31785](https://github.com/ant-design/ant-design/pull/31785) - ๐Ÿ’„ Fix Form `` outline style. [#31754](https://github.com/ant-design/ant-design/pull/31754) - Button - ๐Ÿ’„ Fix Button broken style when using `ghost` and `danger`. [#31780](https://github.com/ant-design/ant-design/pull/31780) - ๐Ÿž Fix Button icon not aligned center vertically in Chrome. [#31755](https://github.com/ant-design/ant-design/pull/31755) - Input - ๐Ÿž Fix Input clear icon margin missing with `suffix`. [#31745](https://github.com/ant-design/ant-design/pull/31745) - ๐Ÿ’„ Fix Input should not have focus style when disabled. [#31738](https://github.com/ant-design/ant-design/pull/31738) - ๐Ÿž Fix Transfer `showSelectAll={false}` does not hide selection dropdown. [#31746](https://github.com/ant-design/ant-design/pull/31746) - ๐Ÿ’„ Fix Checkbox not aligned center in Checkbox.Group. [#31726](https://github.com/ant-design/ant-design/pull/31726) ## 4.16.11 `2021-08-08` - ๐Ÿž Fix ConfigProvider rerender unexpectedly when switching some languages. [#31630](https://github.com/ant-design/ant-design/pull/31630) [@Map1en](https://github.com/Map1en) - ๐Ÿ’„ Improve ghost button style rules, no more `!important`. [#31659](https://github.com/ant-design/ant-design/pull/31659) - ๐Ÿ’„ Improve RangePicker range transition style. [#31645](https://github.com/ant-design/ant-design/pull/31645) - ๐Ÿค– Fix Dropdown `destroyPopupOnHide` TypeScript definition missing. [#31700](https://github.com/ant-design/ant-design/pull/31700) [@linxianxi](https://github.com/linxianxi) - ๐Ÿค– Remove useless Omit type which is built-in in TypeScript 3.5+. [#31661](https://github.com/ant-design/ant-design/pull/31661) [@Dreamerryao](https://github.com/Dreamerryao) ## 4.16.10 `2021-08-02` - ๐Ÿž Fix Badge not showing count when customize `color` prop. [#31617](https://github.com/ant-design/ant-design/pull/31617) [@eokoneyo](https://github.com/eokoneyo) - ๐Ÿž Fix circle Progress `success.strokeColor` cannot take effect. [#31589](https://github.com/ant-design/ant-design/pull/31589) - ๐Ÿž Fix the type error due to the Select component didn't ignore the `getRawInputElement` prop. [#31566](https://github.com/ant-design/ant-design/pull/31566) [@aoilti](https://github.com/aoilti) - ๐Ÿž Fix Pagination's `totalBoundaryShowSizeChanger` property type error. [#31549](https://github.com/ant-design/ant-design/pull/31549) [@Monty-Ma](https://github.com/Monty-Ma) - ๐Ÿž Fix `className` applied to both Skeleton.Avatar wrapper and element itself. [#31536](https://github.com/ant-design/ant-design/pull/31536) [@Greatshock](https://github.com/Greatshock) - ๐ŸŒ Internationalization - ๐Ÿ‡น๐Ÿ‡ท Added Turkish translation for Image `Preview` text. [#31593](https://github.com/ant-design/ant-design/pull/31593) [@mburakkalkan](https://github.com/mburakkalkan) - ๐Ÿ‡ฐ๐Ÿ‡ท Fix a typo in the Korean language. [#31575](https://github.com/ant-design/ant-design/pull/31575) [@chatoo2412](https://github.com/chatoo2412) ## 4.16.9 `2021-07-27` - ๐Ÿž Fix Typography `ellipsis` calculation bug when browser zoomed. [#31449](https://github.com/ant-design/ant-design/pull/31449) - ๐Ÿ’„ Fix Input wrong class when using `prefixCls`. [#31479](https://github.com/ant-design/ant-design/pull/31479) [@spawnia](https://github.com/spawnia) - ๐Ÿ’„ Fix Input.Password unexpected focus style of error status. [#31456](https://github.com/ant-design/ant-design/pull/31456) - ๐Ÿ’„ Fix Badge color transition issue when toggle visibility. [#31458](https://github.com/ant-design/ant-design/pull/31458) - ๐Ÿ’„ Fix Tabs `tabBarGutter` abnormal style behaviors. [#31469](https://github.com/ant-design/ant-design/pull/31469) - ๐ŸŒ Internationalization - ๐Ÿ‡ท๐Ÿ‡บ Update translation for Image in ru_RU. [#31448](https://github.com/ant-design/ant-design/pull/31448) [@KirillSBarsukov](https://github.com/KirillSBarsukov) - ๐Ÿ‡ฉ๐Ÿ‡ฐ Add missing translation for Table in da_DK. [#31486](https://github.com/ant-design/ant-design/pull/31486) [@bischmlb](https://github.com/bischmlb) ## 4.16.8 `2021-07-19` - ๐Ÿž Fix TextArea `style` not work when `allowClear` configured. [#31391](https://github.com/ant-design/ant-design/pull/31391) - ๐Ÿž Fix BackTop not disappear when fade out. [#31357](https://github.com/ant-design/ant-design/pull/31357) - ๐Ÿ’„ Fix Cascader style bug inside Input `addonBefore`. [#31350](https://github.com/ant-design/ant-design/pull/31350) - ๐Ÿ’„ Fix DatePicker disabled cell style when customize `dateRender`. [#31349](https://github.com/ant-design/ant-design/pull/31349) - ๐Ÿ’„ Fix Select background in disabled. [#31430](https://github.com/ant-design/ant-design/pull/31430) [@DerrickTel](https://github.com/DerrickTel) - ๐Ÿ’„ Fix alignment between Radio.Group and Button. [#31421](https://github.com/ant-design/ant-design/pull/31421) [@gtb104](https://github.com/gtb104) - ๐Ÿ’„ Fix Input clear icon color in some situation. [#31378](https://github.com/ant-design/ant-design/pull/31378) - Table - ๐Ÿ’„ Fix Table `sticky` header background is transparent when has sorters. [#31373](https://github.com/ant-design/ant-design/pull/31373) - ๐Ÿ’„ Fix missing top border of the first cell in table summary. [#31363](https://github.com/ant-design/ant-design/pull/31363) - ๐ŸŒ Internationalization - ๐Ÿ‡ท๐Ÿ‡บ Add Table.SELECTION_NONE for Russian localization. [#31361](https://github.com/ant-design/ant-design/pull/31361) [@wwyx778](https://github.com/wwyx778) - ๐Ÿ‡ญ๐Ÿ‡ฐ Add missing translations for Transfer in zh_HK. [#31404](https://github.com/ant-design/ant-design/pull/31404) [@kanweiwei](https://github.com/kanweiwei) - ๐Ÿ‡ช๐Ÿ‡ธ Add missing translation for Image in es_ES. [#31330](https://github.com/ant-design/ant-design/pull/31330) [@Andu15](https://github.com/Andu15) ## 4.16.7 `2021-07-12` - ๐Ÿž Fix DatePicker date cell not centered when used in Table. [#31306](https://github.com/ant-design/ant-design/pull/31306) [@Map1en](https://github.com/Map1en) - ๐Ÿž Fix Desciptions border missing when inside Table. [#31307](https://github.com/ant-design/ant-design/pull/31307) - ๐Ÿž Fix InputNumber border and interactive handler not matched. [#31300](https://github.com/ant-design/ant-design/pull/31300) [@diyews](https://github.com/diyews) - Table - ๐Ÿž Fix incomplete display of the upper border of the table when the window is too small. [#31298](https://github.com/ant-design/ant-design/pull/31298) [@Map1en](https://github.com/Map1en) - ๐Ÿž Fix Table `rowSelection.selectedRows` don't sync in initial state. [#31224](https://github.com/ant-design/ant-design/pull/31224) [@kerm1it](https://github.com/kerm1it) - ๐Ÿž Fix Table `filteredValue` not work with nested columns. [#30815](https://github.com/ant-design/ant-design/pull/30815) [@moraispgsi](https://github.com/moraispgsi) - Form - ๐Ÿž Fix Form Input outline color under Form validation. [#31240](https://github.com/ant-design/ant-design/pull/31240) - ๐Ÿ†• Form add `name` as a default label value in `validationMessages`. [#30179](https://github.com/ant-design/ant-design/pull/30179) [@jameslahm](https://github.com/jameslahm) - ๐Ÿ’„ Fix Rate focus ring style in Safari. [#31241](https://github.com/ant-design/ant-design/pull/31241) - ๐Ÿ’„ Tweak Select arrow icon position. [#31234](https://github.com/ant-design/ant-design/pull/31234) - ๐Ÿž Input will not trigger `onBlur` when click clear icon now which resolve that editable table input cannot be cleared. [#31202](https://github.com/ant-design/ant-design/pull/31202) - ๐Ÿž Fix Tooltip `arrowPointAtCenter` 1px shift bug. [#31201](https://github.com/ant-design/ant-design/pull/31201) - ๐Ÿ’„ Fix Menu.Item hover color transition style. [#31189](https://github.com/ant-design/ant-design/pull/31189) - ๐Ÿž Fix Dropdown.Button don't support `overlayClassName` and `overlayStyle`. [#31187](https://github.com/ant-design/ant-design/pull/31187) - ๐Ÿ’„ Adjust Pagination pattern of disabled-active buttons align with Radio style. [#31185](https://github.com/ant-design/ant-design/pull/31185) [@Map1en](https://github.com/Map1en) - ๐Ÿž Fix the path error when packaging the component style export file in the Windows environment. [#31277](https://github.com/ant-design/ant-design/pull/31277) [@aoxiang78](https://github.com/aoxiang78) - ๐ŸŒ Add `selectNone` for en_GB locale file. [#31264](https://github.com/ant-design/ant-design/pull/31264) [@Map1en](https://github.com/Map1en) - TypeScript - ๐Ÿค– Adjust Transfer `listStyle` definition to be optional. [#31322](https://github.com/ant-design/ant-design/pull/31322) [@geekrainy](https://github.com/geekrainy) ## 4.16.6 `2021-06-29` - ๐Ÿž Fix Tree loading status not been restored when `loadData` throw error. [#31170](https://github.com/ant-design/ant-design/pull/31170) - โšก๏ธ Optimize Progress animation CPU usage. [#31128](https://github.com/ant-design/ant-design/pull/31128) [@stygian-desolator](https://github.com/stygian-desolator) - ๐Ÿž Fix Popover arrow cannot show correct color. [#31127](https://github.com/ant-design/ant-design/pull/31127) [@A113n1003](https://github.com/A113n1003) ## 4.16.5 `2021-06-23` - ๐Ÿž Fix Menu to import `@ant-design/icons` icon directly to reduce bundle size without tree shaking. [#31011](https://github.com/ant-design/ant-design/pull/31011) - ๐Ÿž Fix Menu with overflow indicator popup do not follow current theme. [#31043](https://github.com/ant-design/ant-design/pull/31043) - ๐Ÿž Fix Table styles not using `@{table-prefix-cls}` less variable. [#30983](https://github.com/ant-design/ant-design/pull/30983) - ๐Ÿž Fix Input.Password hover border color in Form validation. [#30999](https://github.com/ant-design/ant-design/pull/30999) - ๐Ÿž Fix Space with wrap takes additional negative margin style. [#31000](https://github.com/ant-design/ant-design/pull/31000) - ๐Ÿž Fix Typography warning for non-boolean attribute when set `italic` property. [#31004](https://github.com/ant-design/ant-design/pull/31004) - ๐Ÿž Fix Badge not passing markup validation. [#31042](https://github.com/ant-design/ant-design/pull/31042) [@conwnet](https://github.com/conwnet) ## 4.16.4 `2021-06-23` - Broken version, don't use it. ## 4.16.3 `2021-06-14` - ๐Ÿž Fix the mistake that tooltip mount on wrong dom, when getPopupContainer of tooltip's props is undefined or null. [#30963](https://github.com/ant-design/ant-design/pull/30963) [@ymrdf](https://github.com/ymrdf) - ๐Ÿž Fix Button lost margin between loading icon and text when children is fragment. [#30962](https://github.com/ant-design/ant-design/pull/30962) - Table - ๐Ÿž Table adds warning when `filteredKeys` is controlled and not reflecting internal changes. [#30882](https://github.com/ant-design/ant-design/pull/30882) [@wendellhu95](https://github.com/wendellhu95) - ๐Ÿž Fix Table fixed column header hover background. [#30972](https://github.com/ant-design/ant-design/pull/30972) - ๐Ÿ’„ Adjust Dropdown item content style to make it get more display space. [#30911](https://github.com/ant-design/ant-design/pull/30911) - ๐Ÿ’„ Fix Menu in dark mode open style affect by light mode. [#30907](https://github.com/ant-design/ant-design/pull/30907) - ๐Ÿž Fix Dropdown/DatePicker/Select/Cascader animation direction after auto adjust position. [#30892](https://github.com/ant-design/ant-design/pull/30892) - ๐ŸŒ Internationalization - ๐Ÿ‡ต๐Ÿ‡ฑ Fix Polish locale. [#30899](https://github.com/ant-design/ant-design/pull/30899) [@MichalJani](https://github.com/MichalJani) ## 4.16.2 `2021-06-07` - ๐Ÿž Fix Menu auto overflow with `horizontal` mod breaks by `float` element. [#30879](https://github.com/ant-design/ant-design/pull/30879) - Typography - ๐Ÿž Fix the problem that Typography.Paragraph `copyable` will treat `React.Fragment` as an array. [#30869](https://github.com/ant-design/ant-design/pull/30869) [@crazyair](https://github.com/crazyair) - ๐Ÿž Fix Typography incorrect ellipsis width when customize `font-size`. [#30840](https://github.com/ant-design/ant-design/pull/30840) - ๐Ÿž Fix Progress `type="circle"` throws error `Rendered more hooks than during the previous render` sometimes. [#30855](https://github.com/ant-design/ant-design/pull/30855) - ๐Ÿ’„ Optimize Tooltip content width. [#30822](https://github.com/ant-design/ant-design/pull/30822) [@donysukardi](https://github.com/donysukardi) - Table - ๐Ÿ›  Optimize state display logic of select all checkbox in Table. [#30811](https://github.com/ant-design/ant-design/pull/30811) [@kerm1it](https://github.com/kerm1it) - ๐Ÿž Fix Table column which contains filters or sorters cannot work with `onClick` and `ellipsis` property. [#30799](https://github.com/ant-design/ant-design/pull/30799) - ๐Ÿ’„ Fix Dropdown Item with link color style and click icon can also trigger link effect now. [#30802](https://github.com/ant-design/ant-design/pull/30802) - ๐Ÿ’„ Remove duplicated css reset styles for render performance. [#30660](https://github.com/ant-design/ant-design/pull/30660) [@renzhao1113](https://github.com/renzhao1113) - TypeScript - ๐Ÿค– Adjust Form, Input, Locale, PageHeader component definition. [#30776](https://github.com/ant-design/ant-design/pull/30776) [@qqabcv520](https://github.com/qqabcv520) ## 4.16.1 `2021-05-30` - Menu - ๐Ÿž Fix overflow not work as expect. [#30672](https://github.com/ant-design/ant-design/pull/30672) - ๐Ÿž Fix warning of `Can't perform a React state update on an unmounted component` when unmounted. [#30678](https://github.com/ant-design/ant-design/pull/30678) - ๐Ÿž Fix `inline` mode not correct handle ellipsis when `icon` not provided. [#30682](https://github.com/ant-design/ant-design/pull/30682) - Typography - ๐Ÿž Fix Typography.Text trigger ResizeObserver when css ellipsis is validate. [#30664](https://github.com/ant-design/ant-design/pull/30664) - ๐Ÿž Fix `ellipsis` not work when HMR take effect in dev env. [#30754](https://github.com/ant-design/ant-design/pull/30754) - Table - ๐Ÿž Fix Table.Summary missing border style when `sticky` and `bordered` enabled. [#30666](https://github.com/ant-design/ant-design/pull/30666) - ๐Ÿž Fix column align with sorter and filter. [#30744](https://github.com/ant-design/ant-design/pull/30744) - ๐Ÿž Fix Collapse expandIconPosition="right" not working. [#30680](https://github.com/ant-design/ant-design/pull/30680) [@hongdeyuan](https://github.com/hongdeyuan) - TypeScript - ๐Ÿค– Export TableColumnsType type.[#30747](https://github.com/ant-design/ant-design/pull/30747) [@alwaysloseall](https://github.com/alwaysloseall) - ๐Ÿค– Export TreeDataNode type. [#30745](https://github.com/ant-design/ant-design/pull/30745) [@alwaysloseall](https://github.com/alwaysloseall) ## 4.16.0 `2021-05-24` - ๐Ÿ”ฅ Refactor Menu to support keyboard access and enhance accessibility experience. [#30382](https://github.com/ant-design/ant-design/pull/30382) - ๐Ÿ’„ Redesign Table filter and sorter buttons to clarify current column. [#30651](https://github.com/ant-design/ant-design/pull/30651) - Table - ๐Ÿ†• Table.Summary supports `sticky` mode. [#30631](https://github.com/ant-design/ant-design/pull/30631) - ๐Ÿž Fix nested Table margin inside Table with fixed columns. [#30587](https://github.com/ant-design/ant-design/pull/30587) - ๐Ÿ†• Table add the `expandable.fixed` property to set the expansion icon to be fixed. [#29959](https://github.com/ant-design/ant-design/pull/29959) - Upload - ๐Ÿ†• Upload `itemRender` add `actions` param. [#30236](https://github.com/ant-design/ant-design/pull/30236) - ๐Ÿ†• Upload: Remove `stopPropagation` from drag events and add `onDrop` prop. [#30319](https://github.com/ant-design/ant-design/pull/30319) [@ebonow](https://github.com/ebonow) - Typography - ๐Ÿ†• Typography support for italics. [#30458](https://github.com/ant-design/ant-design/pull/30458) [@alwaysloseall](https://github.com/alwaysloseall) - ๐Ÿž Fix Typography flush issue when use `ellipsis={{ suffix: 'xxx' }}`. [#30582](https://github.com/ant-design/ant-design/pull/30582) - Collapse - ๐Ÿ’„ Fix Collapse arrow style bug when no `header`. [#30586](https://github.com/ant-design/ant-design/pull/30586) - ๐Ÿž Fix Collapse content disappears when set `activeKey` while it is hidden. [#30555](https://github.com/ant-design/ant-design/pull/30555) [@zjffun](https://github.com/zjffun) - ๐Ÿž Fix Menu.SubMenu icon margin issue when using third party icon libraries. [@#30642](https://github.com/ant-design/ant-design/pull/30642) - ๐Ÿž Fix Descriptions wrong styling import. [@#30602](https://github.com/ant-design/ant-design/pull/30602) [@lisenenkov](https://github.com/lisenenkov) - ๐Ÿ†• Radio.Group supports `data-*` and `aria-*` props. [#30507](https://github.com/ant-design/ant-design/pull/30507) - ๐Ÿ†• Statistic.CountDown support `onChange` event. [#30265](https://github.com/ant-design/ant-design/pull/30265) [@appleshell](https://github.com/appleshell) - ๐Ÿ†• PageHeader `breadcrumb` allows to set as a reactnode. [#30019](https://github.com/ant-design/ant-design/pull/30019) [@gepd](https://github.com/gepd) - ๐Ÿ†• ConfigProvider supports dynamic `prefixCls`. [#30625](https://github.com/ant-design/ant-design/pull/30625) - ๐Ÿž Fix Anchor cannot trigger `onChange` when have `getCurrentAnchor` prop. [#30601](https://github.com/ant-design/ant-design/pull/30601) - ๐Ÿž Fix Notification custom styles don't apply to correct div by `className` when using `useNotification`. [#30588](https://github.com/ant-design/ant-design/pull/30588) - ๐Ÿž Fix Tabs `tabBarGutter` not working. [#30545](https://github.com/ant-design/ant-design/pull/30545) - ๐Ÿ’„ Rewrite Space to use `flexGap` instead of `margin` style to deal with layout issues under certain border situations. [#30023](https://github.com/ant-design/ant-design/pull/30023) - ๐Ÿž Fix Form error style of Input.Group and Cascader. [#30640](https://github.com/ant-design/ant-design/pull/30640) - ๐ŸŒ Internationalization - ๐Ÿ‡ท๐Ÿ‡ด Added Romanian internationalization. [#30419](https://github.com/ant-design/ant-design/pull/30419) [@stefy](https://github.com/stefy) - ๐ŸŒ Added Dutch (Netherland ๐Ÿ‡ณ๐Ÿ‡ฑ) and Dutch (Belgium ๐Ÿ‡ง๐Ÿ‡ช) internationalization. [#30389](https://github.com/ant-design/ant-design/pull/30389) [@lewis-fidlers](https://github.com/lewis-fidlers) - TypeScript - ๐Ÿค– Space TypeScript definition supports HTMLAttribute props. [#30590](https://github.com/ant-design/ant-design/pull/30590) ## 4.15.6 `2021-05-18` - ๐Ÿž Upload will ignore `accept` if it's invalidate MIME type to follow native behavior. [#30549](https://github.com/ant-design/ant-design/pull/30549) - ๐Ÿ’„ Remove reset style of `th` `text-align`. [#30399](https://github.com/ant-design/ant-design/pull/30399) [@lbwa](https://github.com/lbwa) - ๐ŸŒ Locale - ๐Ÿ‡ฎ๐Ÿ‡ณ Improve hi_IN locale. [#30541](https://github.com/ant-design/ant-design/pull/30541) [@jaideepghosh](https://github.com/jaideepghosh) - ๐Ÿ‡ง๐Ÿ‡ท Improve pt-BR locale. [#30532](https://github.com/ant-design/ant-design/pull/30532) [@buzs](https://github.com/buzs) ## 4.15.5 `2021-05-10` - ๐Ÿž Fix Upload crashes if `beforeUpload` returns `false` in IE. [#30391](https://github.com/ant-design/ant-design/pull/30391) [@OleksandrAntonenko1](https://github.com/OleksandrAntonenko1) - Calendar - ๐Ÿž Fix Calendar broken style inside Form.Item. [#30442](https://github.com/ant-design/ant-design/pull/30442) - ๐Ÿž Fix Calendar throws error when set `value` to `null` or `undefined`. [#30442](https://github.com/ant-design/ant-design/pull/30442) - Table - ๐Ÿž Fix Table call `confirm({ closeDropdown: true })` in `filterDropdown` should not trigger `onFilterDropdownVisibleChange`. [#30457](https://github.com/ant-design/ant-design/pull/30457) - ๐Ÿž Fix Table broken expand icon style in Windows Firefox. [#30410](https://github.com/ant-design/ant-design/pull/30410) - ๐Ÿž Fix Dropdown.Button don't support `mouseEnterDelay` and `mouseLeaveDelay`. [#30452](https://github.com/ant-design/ant-design/pull/30452) - ๐Ÿ’„ Optimize Rate focus behavior from `:focus` to `:focus-visible`. [#30451](https://github.com/ant-design/ant-design/pull/30451) - ๐Ÿž Fix Steps with progress get cut at the bottom. [#30373](https://github.com/ant-design/ant-design/pull/30373) [@fachreza73](https://github.com/fachreza73) - ๐Ÿž Fix the problem that setting `locale` in DatePicker cannot override ConfigProvider `locale`. [#30380](https://github.com/ant-design/ant-design/pull/30380) [@Map1en](https://github.com/Map1en) - Locale - ๐Ÿ‡ซ๐Ÿ‡ฎ Update DatePicker Finnish locale. [#30433](https://github.com/ant-design/ant-design/pull/30433) [@hiiri](https://github.com/hiiri) - ๐Ÿ‡ซ๐Ÿ‡ท Update French locale with missing messages. [#30436](https://github.com/ant-design/ant-design/pull/30436) [@LoicUV](https://github.com/LoicUV) - ๐Ÿ‡ท๐Ÿ‡ธ Update Serbian locale. [#30401](https://github.com/ant-design/ant-design/pull/30401) [@vmedar](https://github.com/vmedar) - TypeScript - ๐Ÿค– Export Tooltip `zIndex` prop typescript definition. [#30432](https://github.com/ant-design/ant-design/pull/30432) ## 4.15.4 `2021-04-30` - ๐Ÿž Fix Menu.Item width issue when `collapsedWidth` is set. [#30357](https://github.com/ant-design/ant-design/pull/30357) [@Map1en](https://github.com/Map1en) - ๐Ÿž Fix Radio check spin style sometime height too long. [#30367](https://github.com/ant-design/ant-design/pull/30367) - ๐Ÿž Fix Typography.Link open link when trigger `editable`. [#30354](https://github.com/ant-design/ant-design/pull/30354) [@John60676](https://github.com/John60676) - ๐Ÿž InputNumber clean up input will trigger `onChange(null)` now. [#30337](https://github.com/ant-design/ant-design/pull/30337) - ๐Ÿž Fix Dropdown.Button broken style when inside Modal `footer`. [#30328](https://github.com/ant-design/ant-design/pull/30328) [@Map1en](https://github.com/Map1en) - ๐Ÿ’„ Replace Anchor default background from `#FFFFFF` to `transparent`. [#30336](https://github.com/ant-design/ant-design/pull/30336) - ๐ŸŒ Add `ko_KR` and `ja_JP` TimePicker.RangePicker placeholder. [#30285](https://github.com/ant-design/ant-design/pull/30285) [@ChalkPE](https://github.com/ChalkPE) - TypeScript - ๐Ÿค– Fix Upload type definition of `beforeUpload` and `UploadFile`. [#30351](https://github.com/ant-design/ant-design/pull/30351) [#30343](https://github.com/ant-design/ant-design/pull/30343) [@kerm1it](https://github.com/kerm1it) ## 4.15.3 `2021-04-25` - Table - ๐Ÿž Fix Table selection column width when bordered is true. [#30304](https://github.com/ant-design/ant-design/pull/30304) - ๐Ÿšจ Add warning when Table `current` is negative number. [#30242](https://github.com/ant-design/ant-design/pull/30242) [@wadezhan](https://github.com/wadezhan) - ๐Ÿž Fix Button `type="link"` should not redirect when it is `disabled`. [#30209](https://github.com/ant-design/ant-design/pull/30209) - ๐Ÿž Fix Upload appear errors when url of file is `null`. [#30215](https://github.com/ant-design/ant-design/pull/30215) - ๐Ÿž Fix padding on a SubMenu inside an ItemGroup. [#30218](https://github.com/ant-design/ant-design/pull/30218) [@sebakerckhof](https://github.com/sebakerckhof) - ๐Ÿž Fix Checkbox & Radio align issue in flex box. [#30260](https://github.com/ant-design/ant-design/pull/30260) - ๐Ÿž Fix Badge broken animation on spin icon. [#30275](https://github.com/ant-design/ant-design/pull/30275) - ๐Ÿž Fix Input `disabled` hover style in Form. [#30302](https://github.com/ant-design/ant-design/pull/30302) [@Fog3211](https://github.com/Fog3211) - TypeScript - ๐Ÿค– Fix Upload type definition of `beforeUpload`. [#30213](https://github.com/ant-design/ant-design/pull/30213) [@hello-chinese](https://github.com/hello-chinese) ## 4.15.2 `2021-04-19` - ๐Ÿž Fix Tabs `centered` doesn't work. [#30106](https://github.com/ant-design/ant-design/pull/30106) [@kerm1it](https://github.com/kerm1it) - ๐Ÿ’„ Fix Button `type="link"` disabled cursor style missing. [#30197](https://github.com/ant-design/ant-design/pull/30197) - ๐Ÿž Fix TextArea `onChange` event return `target` object is not a HTMLTextArea object. [#30124](https://github.com/ant-design/ant-design/pull/30124) - ๐Ÿž Files in Upload `fileList` will always have uid. [#30087](https://github.com/ant-design/ant-design/pull/30087) [@jameslahm](https://github.com/jameslahm) - ๐Ÿ’„ Fix Badge toggle style when `status` is `warning`. [#30090](https://github.com/ant-design/ant-design/pull/30090) [@jameslahm](https://github.com/jameslahm) - ๐ŸŒ Add Image component `preview` text in zh_HK and zh_TW. [#30100](https://github.com/ant-design/ant-design/pull/30100) [@jameslahm](https://github.com/jameslahm) - ๐ŸŒ add da_DK locale TimePicker.RangePicker. [#30128](https://github.com/ant-design/ant-design/pull/30128) [@themitvp](https://github.com/themitvp) - TypeScript - ๐Ÿค– Modify LIST_IGNORE field is of string type. [#30188](https://github.com/ant-design/ant-design/pull/30188) [@hello-chinese](https://github.com/hello-chinese) ## 4.15.1 `2021-04-10` - ๐Ÿž Fix Descriptions `labelStyle` `contentStyle` unsuccessful when `layout="vertical"` and `bordered={true}`. [#29942](https://github.com/ant-design/ant-design/pull/29942) - ๐Ÿž Upload won't crash when `fileList` is a frozen object now. [#29944](https://github.com/ant-design/ant-design/pull/29944) - ๐Ÿž Fix Tabs cannot scroll when vertical mode in Safari 13.1. [#29983](https://github.com/ant-design/ant-design/pull/29983) - ๐Ÿž Fix Button throws `Cannot read property 'removeChild' of null` in some situation. [#29961](https://github.com/ant-design/ant-design/pull/29961) [@JohnDeved](https://github.com/JohnDeved) - ๐Ÿž Fix Transfer button's box-shadow getting cut. [#30030](https://github.com/ant-design/ant-design/pull/30030) [@jinchaofs](https://github.com/jinchaofs) - ๐Ÿž Fix CheckBox.Group cannot work with Form of `@ant-design/compatible`. [#30039](https://github.com/ant-design/ant-design/pull/30039) [@jameslahm](https://github.com/jameslahm) - ๐Ÿž Fix PageHeader `` padding missing. [#29819](https://github.com/ant-design/ant-design/pull/29819) - Table - ๐Ÿ’„ Optimize Table pagination style when narrow width. [#30065](https://github.com/ant-design/ant-design/pull/30065) - ๐Ÿž Fix Table `@table-border-radius-base` not being applied to `.ant-table` node. [#29966](https://github.com/ant-design/ant-design/pull/29966) [@VoliBearCat](https://github.com/VoliBearCat) - ๐Ÿž Fix Input.TextArea `maxLength` does not work in control mode. [#30070](https://github.com/ant-design/ant-design/pull/30070) - TypeScript - ๐Ÿค– Fix Select can not contain `undefined` type. [#30068](https://github.com/ant-design/ant-design/pull/30068) [@Gamote](https://github.com/Gamote) - ๐Ÿค– Fix Popconfirm `okButtonProps` and `cancelButtonProps` types. [#29928](https://github.com/ant-design/ant-design/pull/29928) [@IggsGrey](https://github.com/IggsGrey) - Locale - ๐Ÿ‡ช๐Ÿ‡ธ Add es_ES locale for `Table.SELECTION_NONE`. [#29962](https://github.com/ant-design/ant-design/pull/29962) [@liquorxm](https://github.com/liquorxm) ## 4.15.0 `2021-03-29` - ๐Ÿ†• Table now supports `rowSelection.defaultSelectedRowKeys`. [#29879](https://github.com/ant-design/ant-design/pull/29879) [@keelii](https://github.com/keelii) - ๐Ÿž Fix TextArea display value will be cut by `maxLength` when in controlled. Fix `onCompositionEnd` not trigger when input exceed `maxLength`. Fix emoji count not align with `maxLength` & `showCount`. [#29867](https://github.com/ant-design/ant-design/pull/29867) - ๐Ÿž Fix Button click effect style not working in shadow root. [#29897](https://github.com/ant-design/ant-design/pull/29897) [@JohnDeved](https://github.com/JohnDeved) - Pagination - ๐Ÿ’„ Fix Pagination focus style stay after interaction. [#29891](https://github.com/ant-design/ant-design/pull/29891) - ๐Ÿž Fix Pagination jump input height not correct when config `modifyVars`. [#29886](https://github.com/ant-design/ant-design/pull/29886) [@SyMind](https://github.com/SyMind) - ๐Ÿž Fix Steps progress item getting cut at edge. [#29893](https://github.com/ant-design/ant-design/pull/29893) - ๐Ÿ›  Prevent Upload drop event bubbling to handle nest case. [#29832](https://github.com/ant-design/ant-design/pull/29832) [@jojonarte](https://github.com/jojonarte) - ๐Ÿž Apply ConfigProvider `componentSize` on Tabs component. [#29844](https://github.com/ant-design/ant-design/pull/29844) [@bn3t](https://github.com/bn3t) - ๐Ÿ’„ Remove Tag hover style since it do not have click interactive. [#29874](https://github.com/ant-design/ant-design/pull/29874) - ๐Ÿ‡ซ๐Ÿ‡ท Add missing `fr_FR` translations. [#29839](https://github.com/ant-design/ant-design/pull/29839) [@bn3t](https://github.com/bn3t) - ๐Ÿ‡ธ๐Ÿ‡ช Add missing `sv_SE` translations. [#29896](https://github.com/ant-design/ant-design/pull/29896) [@isakol](https://github.com/isakol) ## 4.14.1 `2021-03-22` - ๐Ÿž Fix Tabs position shift when active item changed. [#29781](https://github.com/ant-design/ant-design/issues/29781) - ๐Ÿž Fix `placeholder` not being hidden when Image is loaded from cache. [#29829](https://github.com/ant-design/ant-design/pull/29829) - ๐Ÿ’„ Improve Checkbox/Radio label text layout. [#29788](https://github.com/ant-design/ant-design/pull/29788) - TypeScript - ๐Ÿค– Fix Upload type declaration of `beforeUpload`. [#29766](https://github.com/ant-design/ant-design/pull/29766) ## 4.14.0 `2021-03-14` - Upload - ๐Ÿ†• Upload `onChange` to change back to the original behavior (before Upload false returns the original file, and the rest of the scene returns the encapsulated object). Now you can always get the original file via `onChange.info.originFileObj`. For future upgrades, please use this method to access the original text first. [#29737](https://github.com/ant-design/ant-design/pull/29737) - ๐Ÿž Fix Upload `onChange` params `file` can not `cloneDeep` by lodash. [#29718](https://github.com/ant-design/ant-design/pull/29718) - ๐Ÿž Fix Upload crash when `fileList` is `null`. [#29702](https://github.com/ant-design/ant-design/pull/29702) - ๐Ÿ’„ Upload motion add 2s deadline to avoid developer manually remove motion makes hanging. [#29686](https://github.com/ant-design/ant-design/pull/29686) - ๐Ÿž Fix the bug that Modal footer buttons not spaced properly when using href in button. [#29681](https://github.com/ant-design/ant-design/pull/29681) [@n0ruSh](https://github.com/n0ruSh) - ๐Ÿ†• Add parent class for different Notification types. [#29634](https://github.com/ant-design/ant-design/pull/29634) [@n0ruSh](https://github.com/n0ruSh) - ๐Ÿ†• Typography editable supports `onCancel` and `onEnd`. [#29615](https://github.com/ant-design/ant-design/pull/29615) [@jueinin](https://github.com/jueinin) - Tabs - ๐Ÿž Fix Tabs `centered` prop is not actually center. [#29495](https://github.com/ant-design/ant-design/pull/29495) [@jinchaofs](https://github.com/jinchaofs) - ๐Ÿ†• Tabs support `moreIcon`. [#29744](https://github.com/ant-design/ant-design/pull/29744) [@tianyuan233](https://github.com/tianyuan233) - ๐Ÿž Button with `htmlType='reset'` will reset all form fileds. [#29752](https://github.com/ant-design/ant-design/pull/29752) [@jueinin](https://github.com/jueinin) - ๐Ÿž Fix AutoComplete custom input `className` missing. [#29725](https://github.com/ant-design/ant-design/pull/29725) - ๐Ÿ’„ Fix console warning when setting `margin` style on Row. [#29688](https://github.com/ant-design/ant-design/pull/29688) - ๐Ÿ’„ Fix the error style where the `disabled` Input has affix elements. [#29670](https://github.com/ant-design/ant-design/pull/29670) - ๐Ÿ’„ Optimize the cursor style of Form.Item tooltip info. [#29650](https://github.com/ant-design/ant-design/pull/29650) - ๐Ÿ‡จ๐Ÿ‡ฟ Fix typo in cs_CZ locale. [#29675](https://github.com/ant-design/ant-design/pull/29675) [@jvaclavik](https://github.com/jvaclavik) - ๐Ÿ‡จ๐Ÿ‡ฆ Add fr_CA locale. [#29748](https://github.com/ant-design/ant-design/pull/29748) [@liufenghua808](https://github.com/liufenghua808) ## 4.13.1 `2021-03-06` - ๐Ÿž Fix `message.config` with `prefixCls` missing animation style. [#29574](https://github.com/ant-design/ant-design/pull/29574) - ๐Ÿž Fix Tooltip is not interactive when `visible` is `true` under some situation. [#29555](https://github.com/ant-design/ant-design/pull/29555) - ๐Ÿž Fix ConfigProvider within multiple page switch will lose locale issue. [#29570](https://github.com/ant-design/ant-design/pull/29570) - ๐Ÿž Fix Modal with hooks cannot call `update` or `destroy` before render. [#29584](https://github.com/ant-design/ant-design/pull/29584) - ๐Ÿž Fix Grid throw error when client support flexGap but ssr not support. [#29586](https://github.com/ant-design/ant-design/pull/29586) - ๐Ÿž Fix Select caret position when `mode="tags"` and `size="small"`. [#29561](https://github.com/ant-design/ant-design/pull/29561) - ๐Ÿž Fix Carousel `dotPosition` makes `pauseOnHover` not working. [#29587](https://github.com/ant-design/ant-design/pull/29587) [@zgoby](https://github.com/zgoby) - ๐Ÿž Fix Steps `responsive` prop warning. [#29599](https://github.com/ant-design/ant-design/pull/29599) - ๐Ÿž Fix Upload `onChange` param of `file.originFileObj` return nest Proxy object. [#29614](https://github.com/ant-design/ant-design/pull/29614) - ๐Ÿž Fix Descriptions under Table will not have 100% width. [#29630](https://github.com/ant-design/ant-design/pull/29630) - TypeScript - ๐Ÿค– Fix Drawer type declaration of `contentWrapperStyle`. [#29571](https://github.com/ant-design/ant-design/pull/29571) ## 4.13.0 `2021-02-28` - ๐Ÿ”ฅ InputNumber support `stringMode` for high precision `step`. `value` in control out of range shows warning style instead of changing it. Dynamic update `min` & `max` will not trigger `onChange` anymore. [#29373](https://github.com/ant-design/ant-design/pull/29373) - ๐Ÿ†• Upload support `beforeUpload` return `Upload.LIST_IGNORE` to skip item added in UploadList. [#29474](https://github.com/ant-design/ant-design/pull/29474) - ๐Ÿ†• Image support config motion name. [#29394](https://github.com/ant-design/ant-design/pull/29394) [@crazyair](https://github.com/crazyair) - ConfigProvider - ๐Ÿ†• ConfigProvider support global statistic config to support some statistic function call. [#29285](https://github.com/ant-design/ant-design/pull/29285) [@crazyair](https://github.com/crazyair) - ๐Ÿ†• Motion related css `className` prepend `ant-` prefix to avoid naming conflict. [#29268](https://github.com/ant-design/ant-design/pull/29268) [@crazyair](https://github.com/crazyair) - ๐Ÿ†• Form.List nest multiple level Form.Item support `preserve` prop. [#29267](https://github.com/ant-design/ant-design/pull/29267) - ๐Ÿ†• Drawer support `contentWrapperStyle`. [#29219](https://github.com/ant-design/ant-design/pull/29219) [@kerm1it](https://github.com/kerm1it) - ๐Ÿ†• Layout.Sider added ref support. [#29169](https://github.com/ant-design/ant-design/pull/29169) [@qramilq](https://github.com/qramilq) - ๐Ÿž Fix Table `pagination.current` display error when result of filter is empty. [#29386](https://github.com/ant-design/ant-design/pull/29386) [@jinchaofs](https://github.com/jinchaofs) - ๐Ÿž Fix Anchor throws error when `target` don't return a html element. [#29523](https://github.com/ant-design/ant-design/pull/29523) [@bcd337](https://github.com/bcd337) - ๐Ÿž Fix Steps with small size that icon shift up `1px`. [#29484](https://github.com/ant-design/ant-design/pull/29484) - Select - ๐Ÿž Fix Select `mode="tags"` large size (41px => 40px). [#29437](https://github.com/ant-design/ant-design/pull/29437) - ๐Ÿ“– Update Select debounce demo to create DebounceSelect component for easy usage. [#29414](https://github.com/ant-design/ant-design/pull/29414) - Dropdown - ๐Ÿž Fix Dropdown menu item lost disable style with icon. [#29433](https://github.com/ant-design/ant-design/pull/29433) - ๐Ÿž Fix Dropdown menu not support `expandIcon`. [#29338](https://github.com/ant-design/ant-design/pull/29338) - ๐Ÿž Fix tree-shaking warning on development builds. [#29378](https://github.com/ant-design/ant-design/pull/29378) - ๐Ÿ‡ฐ๐Ÿ‡ท Fix TimePicker Korean locale. [#29540](https://github.com/ant-design/ant-design/pull/29540) - TypeScript - ๐Ÿค– Fix Form.Item generic definition issue. [#29397](https://github.com/ant-design/ant-design/pull/29397) [@mumiao](https://github.com/mumiao) - ๐Ÿค– Optimize Table `filter` definition. [#29385](https://github.com/ant-design/ant-design/pull/29385) [@mumiao](https://github.com/mumiao) ## 4.12.3 `2021-02-10` - ๐Ÿ›  Refactor Drawer with React hooks. [#29229](https://github.com/ant-design/ant-design/pull/29229) - ๐Ÿž Fix Table pagination not disappear when `pagination.position` is `['none', 'none']`. [#29256](https://github.com/ant-design/ant-design/pull/29256) [@mumiao](https://github.com/mumiao) - ๐Ÿž Fix TextArea `showCount` should not be interactive. [#29245](https://github.com/ant-design/ant-design/pull/29245) - ๐Ÿž Fix abnormal background color for `multiple` and `disabled` Select in dark. [#29242](https://github.com/ant-design/ant-design/pull/29242) - โšก๏ธ Optimize Slider align performance of tooltip. [#29308](https://github.com/ant-design/ant-design/pull/29308) [@kerm1it](https://github.com/kerm1it) - โšก๏ธ Upgrade `@ant-design/colors` to 6.x to reduce gzipped bundle size `1KB`. [#29307](https://github.com/ant-design/ant-design/pull/29307) [@07akioni](https://github.com/07akioni) - ๐Ÿ‡ท๐Ÿ‡บ Add `ru_RU` locale text for Image. [#29271](https://github.com/ant-design/ant-design/pull/29271) [@mumiao](https://github.com/mumiao) - ๐Ÿ‡ฎ๐Ÿ‡ท Add `fa_IR` locale text for DatePicker, Form, Table, TimePicker and Transfer. [#29232](https://github.com/ant-design/ant-design/pull/29232) [@amiralitaheri](https://github.com/amiralitaheri) - TypeScript - ๐Ÿค– Fix type definition for Table FilterDropdownProps `confirm` parameter. [#29241](https://github.com/ant-design/ant-design/pull/29241) [@mumiao](https://github.com/mumiao) ## 4.12.2 `2021-02-04` - ๐Ÿ’„ Make Table expand icon and checkbox same size and aligned. [#29214](https://github.com/ant-design/ant-design/pull/29214) - ๐Ÿž Fix List with `gutter` makes column break line. [#29211](https://github.com/ant-design/ant-design/pull/29211) ## 4.12.1 `2021-02-03` - ๐Ÿž Fix antd crash when load before page ready. [#29202](https://github.com/ant-design/ant-design/pull/29202) - ๐Ÿž Fix Table pagination `current` change logic when `pageSize` changes. [#29184](https://github.com/ant-design/ant-design/pull/29184) ## 4.12.0 `2021-02-03` - ๐Ÿ†• Image.PreviewGroup add `current` prop. [#29153](https://github.com/ant-design/ant-design/pull/29153) - InputNumber - ๐Ÿ†• InputNumber support `bordered` prop. [#29105](https://github.com/ant-design/ant-design/pull/29105) - ๐Ÿ†• InputNumber add `keyboard` prop which could disable keyboard behavior. [#29110](https://github.com/ant-design/ant-design/pull/29110) [@kerm1it](https://github.com/kerm1it) - ๐Ÿ’„ Darken Tag text color to enhance readability. [#29144](https://github.com/ant-design/ant-design/pull/29144) - ๐Ÿ’„ Fix Row with vertical `gutter` provides additional `margin-bottom` style. [#29059](https://github.com/ant-design/ant-design/pull/29059) - ๐Ÿž Fix Collapse header disappers with delay. [#29158](https://github.com/ant-design/ant-design/pull/29158) - ๐Ÿž Fix the problem that `showCount` display data is incorrect when TextArea input emoji. [#29057](https://github.com/ant-design/ant-design/pull/29057) [@HomyeeKing](https://github.com/HomyeeKing) - ๐Ÿ“ฆ Optimize ConfigProvider to avoid import all icons when tree shaking is not enabled. [#29045](https://github.com/ant-design/ant-design/pull/29045) - ๐ŸŒ Add en-GB missing translations for table. [#29131](https://github.com/ant-design/ant-design/pull/29131) [@eberjoe](https://github.com/eberjoe) - Table - ๐Ÿ†• Table `showSorterTooltip` now could be a object for more configuration. [#29002](https://github.com/ant-design/ant-design/pull/29002) [@harrisoff](https://github.com/harrisoff) - โšก๏ธ Optimize calling sequence of `onChange` and `onSelectAll` in `rowSelection` of Table. [#29079](https://github.com/ant-design/ant-design/pull/29079) [@kerm1it](https://github.com/kerm1it) - Badge - ๐Ÿ’„ Fix Badge change `count` content to hide miss style. [#29089](https://github.com/ant-design/ant-design/pull/29089) - ๐Ÿž Fix Badge digital animation problem. [#29100](https://github.com/ant-design/ant-design/pull/29100) - TypeScript - ๐Ÿค– Table TS definition update `dataSource` to `readonly`. [#29084](https://github.com/ant-design/ant-design/pull/29084) - Less - ๐Ÿ’„ Add less variable `@progress-info-text-color`. [#28981](https://github.com/ant-design/ant-design/pull/28981) [@yuxuan](https://github.com/yuxuan) ## 4.11.3 `2021-02-03` Wrong release is the same as `4.12.0`, if you need to lock the version, you need to lock it to `4.11.2`. ## 4.11.2 `2021-01-26` - ๐Ÿž Fix rc-trigger BuildInPlacements TypeScript compile error. [#29029](https://github.com/ant-design/ant-design/pull/29029) [@waiwaiku](https://github.com/waiwaiku) ## 4.11.1 `2021-01-24` - ๐Ÿ’„ Layout inline sub menu now has grey background. [#28842](https://github.com/ant-design/ant-design/pull/28842) - ๐Ÿ†• PageHeader supports `breadcrumbRender`. [#28999](https://github.com/ant-design/ant-design/pull/28999) - ๐Ÿ†• Typography `ellipsis` support `tooltip` to customize tooltip when ellipsis. [#28821](https://github.com/ant-design/ant-design/pull/28821) - Image - ๐Ÿ†• Image supports `preview.maskClassName`. [#28681](https://github.com/ant-design/ant-design/pull/28681) - ๐Ÿž Fix preview image will move after click it. [react-component/image#61](https://github.com/react-component/image/pull/61) [@simonwong](https://github.com/simonwong) - ๐Ÿž Fix Image `placeholder` disappear issue. [#28953](https://github.com/ant-design/ant-design/issues/28953) - ๐Ÿž Fix multiple Image.PreviewGroup contain same image. [#28881](https://github.com/ant-design/ant-design/issues/28881) - ConfigProvider - ๐Ÿ†• ConfigProvider supports `iconPrefixCls`. [#28924](https://github.com/ant-design/ant-design/pull/28924) - โšก๏ธ Optimize ConfigProvider props updating perfermance. [#28792](https://github.com/ant-design/ant-design/pull/28792) [@zxc0328](https://github.com/zxc0328) - ๐Ÿ’„ Tweak TreeSelect filter highlight color. [#28984](https://github.com/ant-design/ant-design/pull/28984) - ๐Ÿ’„ Fix Select item align style with custom `tagRender`. [#28962](https://github.com/ant-design/ant-design/pull/28962) - Form - ๐Ÿž Fix Form.Item can not clear nested `noStyle` error message. [#28918](https://github.com/ant-design/ant-design/pull/28918) - ๐Ÿž Form.Item with `preserve=false` will reset value to `initialValues` when removed. [#28908](https://github.com/ant-design/ant-design/pull/28908) - ๐Ÿž Fix Button click effect style not working in shadow root. [#28995](https://github.com/ant-design/ant-design/pull/28995) [@rinick](https://github.com/rinick) - ๐Ÿž Fix Table custom filter menu cannot close bug. [#28688](https://github.com/ant-design/ant-design/pull/28688) [@alekye](https://github.com/alekye) - Less - ๐Ÿ’„ Add `@menu-inline-submenu-bg` less variable and rename `@menu-dark-submenu-bg` to `@menu-dark-inline-submenu-bg`. [#28842](https://github.com/ant-design/ant-design/pull/28842) - ๐Ÿ’„ Add less variable `@drawer-footer-padding-horizontal`. [#28975](https://github.com/ant-design/ant-design/pull/28975) [@yuxuan](https://github.com/yuxuan) - RTL - ๐Ÿ’„ Fix Card actions divider style in RTL. [#28915](https://github.com/ant-design/ant-design/pull/28915) [@Aghosey](https://github.com/Aghosey) - TypeScript - ๐Ÿค– Expose interfaces and types from default entry of antd. [#28963](https://github.com/ant-design/ant-design/pull/28963) - ๐Ÿค– Improve Input/Skeleton `style` definition. [#28966](https://github.com/ant-design/ant-design/pull/28966) [@yingpengsha](https://github.com/yingpengsha) ## 4.11.0 `2021-01-24` It is a wrong release which same as `4.10.3`, don't use it. ## 4.10.3 `2021-01-18` - ๐Ÿž Fix Button not adapting to the `@btn-border-width` when loading. [#28886](https://github.com/ant-design/ant-design/pull/28886) [@jjanssen](https://github.com/jjanssen) - Table - ๐Ÿ’„ Add `@table-border-color` less variable. [#28903](https://github.com/ant-design/ant-design/pull/28903) - ๐Ÿž Fix that invalid params passed to `onChange` event if define custom filterDropdown and nested filters. [#28850](https://github.com/ant-design/ant-design/pull/28850) [@Meowu](https://github.com/Meowu) - ๐Ÿ’„ Tweak Table selection column width to `32px`. [#28073](https://github.com/ant-design/ant-design/pull/28073) - Transfer - ๐Ÿ›  Refactor Transfer Search with React hooks. [#28895](https://github.com/ant-design/ant-design/pull/28895) [@susiwen8](https://github.com/susiwen8) - ๐ŸŒ Added German translations for the Transfer component. [#28826](https://github.com/ant-design/ant-design/pull/28826) [@aequi42](https://github.com/aequi42) - Upload - ๐Ÿž Support for capturing Error message for the Upload error tooltip. [#28716](https://github.com/ant-design/ant-design/pull/28716) [@wangcch](https://github.com/wangcch) - ๐Ÿ†• Upload auto fills `uid` of `fileList` when not provided. [#28832](https://github.com/ant-design/ant-design/pull/28832) - ๐Ÿž Fix Slider `getPopupContainer` prop has no default value `document.body`. [#28865](https://github.com/ant-design/ant-design/pull/28865) [@rinick](https://github.com/rinick) - ๐Ÿž Fix Empty description validateDOMNesting warning. [#28862](https://github.com/ant-design/ant-design/pull/28862) - ๐Ÿ’„ Fix Tree `filterTreeNode` missing style. [#28866](https://github.com/ant-design/ant-design/pull/28866) - ๐Ÿ’„ fix Badge `dot` width issue when `size="small"`. [#28854](https://github.com/ant-design/ant-design/pull/28854) ## 4.10.2 `2021-01-11` - ๐Ÿž Fix import error when use antd in commonjs. [#28715](https://github.com/ant-design/ant-design/issues/28804) ## 4.10.1 `2021-01-10` - ๐Ÿ›  Optimize Select search performance. [#28715](https://github.com/ant-design/ant-design/pull/28715) [@kerm1it](https://github.com/kerm1it) - ๐Ÿž Fix Slider throw `forcePopupAlign` error when unmounted. [#28699](https://github.com/ant-design/ant-design/pull/28699) [@Kerumen](https://github.com/Kerumen) - ๐Ÿž Fix Transfer throws `Cannot add property key, object is not extensible` when `dataSource` is immutable. [#28675](https://github.com/ant-design/ant-design/pull/28675) - ๐Ÿž Fix Notification box closing height issue generated by `useNotification`. [#28660](https://github.com/ant-design/ant-design/pull/28660) - ๐Ÿž Fix Drawer and Modal disabled scrollbar after closing. [#28749](https://github.com/ant-design/ant-design/pull/28749) - ๐Ÿ›  Reduce gzipped bundle size `2kB`. [#28678](https://github.com/ant-design/ant-design/pull/28678) - TypeScript - ๐Ÿค– InputNumber `onChange` support `null` as `value`. [#28769](https://github.com/ant-design/ant-design/pull/28769) [@lengfangbing](https://github.com/lengfangbing) ## 4.10.0 `2021-01-04` ๐ŸŽ‰ Happy New Year! - ๐Ÿž Fix the compatibility issue of less 4.0.0. - ๐Ÿž Fix the problem of cursor jumping when Typography is editable. [#28545](https://github.com/ant-design/ant-design/pull/28545) - ๐Ÿž Fix the problem that repeatedly clicking on expanded nodes when Tree dynamically loads data will lead to wrong status.[#28349](https://github.com/ant-design/ant-design/issues/28349) [@liuchao233](https://github.com/react-component/tree/pull/401) - ๐Ÿž Fix TreeSelect and Select cannot open the dropdown menu when it's `searchValue` has value. [#28574](https://github.com/ant-design/ant-design/pull/28574) - ๐Ÿž Fix Dropdown disabled menu item link style. [#28578](https://github.com/ant-design/ant-design/pull/28578) - ๐Ÿž Fix Progress `steps` display accuracy issue. [#28530](https://github.com/ant-design/ant-design/pull/28530) [@gaoryrt](https://github.com/gaoryrt) - ๐Ÿž Fix Radio align issue in Chrome. [#28616](https://github.com/ant-design/ant-design/pull/28616) - ๐Ÿž Fix Collapse arrow position not aligned when change @collapse-header-padding variable. [#28507](https://github.com/ant-design/ant-design/pull/28507) - ๐Ÿ’„ Optimize the white border style of Card images. [#28624](https://github.com/ant-design/ant-design/pull/28624) - Input - ๐Ÿž Fix TextArea value get cut when input chinese words. [#28456](https://github.com/ant-design/ant-design/pull/28456) - ๐Ÿ†• The `showCount` property of Input.TextArea now supports passing in a method to customize the display format of the number. [#28145](https://github.com/ant-design/ant-design/pull/28145) [@MrHeer](https://github.com/MrHeer) - ๐Ÿ†• Input `focus` supports configuring the cursor position when getting focus. [#28602](https://github.com/ant-design/ant-design/pull/28602) - Modal - ๐Ÿ†• Modal.method adds an `afterClose` callback that will be triggered after the Modal is completely closed. [#28053](https://github.com/ant-design/ant-design/pull/28053) [@liuchao233](https://github.com/liuchao233) - ๐Ÿž Fix the problem that Modal can be dragged outside the viewport. [#28438](https://github.com/ant-design/ant-design/pull/28527) [@mumiao](https://github.com/mumiao) - Table - ๐Ÿž Fix the problem that Table childrenColumnName and checkStrictly={false} cannot be used together. [#28568](https://github.com/ant-design/ant-design/pull/28568) - ๐Ÿž Fix Table selection abnormal behavior when inside Checkbox.Group. [#28576](https://github.com/ant-design/ant-design/pull/28576) - ๐Ÿž Fix the problem that the sticky header style is messy when there is no data. [#28323](https://github.com/ant-design/ant-design/issues/28323) - ๐Ÿž Fix the problem that `onChange` listener always receives empty list as `filters` parameter if use a custom `filterDropdown`. [#28627](https://github.com/ant-design/ant-design/pull/28627) [@Meowu](https://github.com/Meowu) - ๐Ÿ†• Adds `expandable.columnWidth` to customize the width of the expanded column. [#28249](https://github.com/ant-design/ant-design/pull/28249) - ๐Ÿ†• Adds clear all option from selection. [#28580](https://github.com/ant-design/ant-design/pull/28580) [@n0ruSh](https://github.com/ant-design/ant-design/pull/285) - Image - ๐Ÿž Fix the misalignment issue of Image component.[#28439](https://github.com/ant-design/ant-design/pull/28439) [@MoeCasts](https://github.com/MoeCasts) - ๐Ÿ’„ Adds preview style. [#28235](https://github.com/ant-design/ant-design/pull/28235) - ๐Ÿ†• Adds functionality for zoom in\out by sliding the wheel. [#react-component/image/52](https://github.com/react-component/image/pull/52) [@OmriGM](https://github.com/OmriGM) - ๐Ÿ†• Support separate settings url for preview images. [#react-component/image/56](https://github.com/react-component/image/pull/56) [@wangcch](https://github.com/wangcch) - Upload - ๐Ÿž Fix a warning even when not using `transformFile`. [#28455](https://github.com/ant-design/ant-design/pull/28455) [@YanYuanFE](https://github.com/YanYuanFE) - ๐Ÿž Fix Upload `fileList` cannot work with data that is produced by immer. [#28636](https://github.com/ant-design/ant-design/pull/28636) [@mumiao](https://github.com/mumiao) - ๐Ÿ†• Upload adds a new `maxCount` property to limit the number of files. [#28367](https://github.com/ant-design/ant-design/pull/28367) - DatePicker - ๐Ÿš€ Optimize the logic of `disabledDate`. [#react-component/picker/191](https://github.com/react-component/picker/pull/191) - ๐Ÿ†• Adds `onKeyDown` callback. [#react-component/picker/138](https://github.com/react-component/picker/pull/138) [@conquera99](https://github.com/react-component/picker/pull/138) - Select - ๐Ÿž Fix issue where `options` update does not trigger the selection box content update. [#react-component/select/580](https://github.com/react-component/select/pull/580) [@jameslahm](https://github.com/jameslahm) - ๐Ÿž Fix the problem that the dropdown box cannot be opened after clicking the option with `tagRender`. [react-component/select/582](https://github.com/react-component/select/pull/582) [@mumiao](https://github.com/mumiao) - ๐Ÿž Fix the problem that `tokenSeparators` can not recognize the separator correctly under Chinese input method. [#28564](https://github.com/ant-design/ant-design/issues/28564) - ๐Ÿ†• Adds `scrollTo` to the `ref`. [#react-component/select/565](https://github.com/react-component/select/pull/565) - ๐Ÿ†• `maxTagCount` supports `responsive` in `multiple` mode. [#28520](https://github.com/ant-design/ant-design/pull/28520) - ๐Ÿ†• Slider add a new `range.draggableTrack` prop. [#28592](https://github.com/ant-design/ant-design/pull/28592) - ๐Ÿ†• Descriptions support setting `labelStyle` & `contentStyle` directly. [#28613](https://github.com/ant-design/ant-design/pull/28613) - ๐Ÿ†• message added a new `onClick` callback that will be triggered when the message is clicked. [#28148](https://github.com/ant-design/ant-design/pull/28148) [@ZeroTo0ne](https://github.com/ant-design/ant-design/pull/28148) - ๐Ÿ†• The `scrollToFirstError` property of the Form adds support for setting the position for scrolling. [#28272](https://github.com/ant-design/ant-design/pull/28272) [@vouis](https://github.com/vouis) - ๐Ÿ†• Steps support reponsive which allows to turn off reponsive change. [#28459](https://github.com/ant-design/ant-design/pull/28459) - ๐ŸŒ Localization - ๐Ÿ‡ญ๐Ÿ‡ท Improved Croatian language support. [#28458](https://github.com/ant-design/ant-design/pull/28458) - TypeScript - โš’๏ธ Fix `title` type of PageHeader. [#28374](https://github.com/ant-design/ant-design/pull/28374) [@zhukovvandrei](https://github.com/zhukovvandrei) ## 4.9.4 `2020-12-16` - ๐Ÿž Fix Menu delayed hover color transition in Chrome. [#28372](https://github.com/ant-design/ant-design/pull/28372) - ๐Ÿž Fix Tree node connection line position problem. [#28354](https://github.com/ant-design/ant-design/pull/28354) [@maksnester](https://github.com/maksnester) - ๐Ÿ’„ Fix Table fixed column `z-index` which makes Dropdown not showing on top. [#28346](https://github.com/ant-design/ant-design/pull/28346) - TypeScript - ๐Ÿค– Fix `message.loading()` return type. [#28362](https://github.com/ant-design/ant-design/pull/28362) ## 4.9.3 `2020-12-14` - ๐Ÿ’„ Fix Badge standalone motion blink when show/hide. [#28240](https://github.com/ant-design/ant-design/pull/28240) - ๐Ÿž Fix Table `filters` not support number and boolean type. [#28220](https://github.com/ant-design/ant-design/pull/28220) [@Meowu](https://github.com/Meowu) - ๐Ÿ’„ Remove Tree hover background color when `selectable={false}`. [#28269](https://github.com/ant-design/ant-design/pull/28269) - ๐Ÿ’„ Fix Statistics decimal font size. [#28223](https://github.com/ant-design/ant-design/pull/28223) - TypeScript - ๐Ÿค– Fix Tree `draggable` TS definition. [#28262](https://github.com/ant-design/ant-design/pull/28262) [@DavidSichau](https://github.com/DavidSichau) - ๐Ÿค– Fix Image.PreviewGroup TS definition. [#28263](https://github.com/ant-design/ant-design/pull/28263) [@liuchao233](https://github.com/liuchao233) - ๐Ÿค– Improve `message().then` TS definition. [#28304](https://github.com/ant-design/ant-design/pull/28304) - ๐Ÿค– Fix TransferProps `titles` to ReactNode. [#28326](https://github.com/ant-design/ant-design/pull/28326) [@jacklee814](https://github.com/jacklee814) ## 4.9.2 `2020-12-06` - Table - ๐Ÿž Fix Table selecting crash sometimes. [#28193](https://github.com/ant-design/ant-design/pull/28193) [@yanguoyu](https://github.com/yanguoyu) - ๐Ÿ’„ Fix Table selection column header align issue. [#28173](https://github.com/ant-design/ant-design/pull/28173) - Dropdown - ๐Ÿ’„ Fix Dropdown subMenu arrow style. [#28181](https://github.com/ant-design/ant-design/pull/28181) - ๐Ÿž Fix Dropdown click area not matched. [#28180](https://github.com/ant-design/ant-design/pull/28180) - ๐Ÿž Fix `overlayInnerStyle` not work in Tooltip. [#27682](https://github.com/ant-design/ant-design/pull/27682) [@jasepellerin](https://github.com/jasepellerin) - ๐Ÿ’„ Fix Layout overflow style for Table `sticky`. [#28176](https://github.com/ant-design/ant-design/pull/28176) - ๐Ÿ’„ Fix Steps `progressDot` broken style of first step. [#28126](https://github.com/ant-design/ant-design/pull/28126) [@ZeroTo0ne](https://github.com/ZeroTo0ne) - ๐Ÿ’„ Optimize Modal `useModal` performance by isolating elements render to avoid the component to rerender. [#28122](https://github.com/ant-design/ant-design/pull/28122) [@TotooriaHyperion](https://github.com/TotooriaHyperion) - ๐Ÿ’„ Fix TextArea showCount style while using with Form. [#28130](https://github.com/ant-design/ant-design/pull/28130) [@AlanCutFlim](https://github.com/AlanCutFlim) - ๐Ÿ’„ Fix Tag cursor style in Tree node. [#28219](https://github.com/ant-design/ant-design/pull/28219) - ๐Ÿ›  Remove `@ant-design/css-animation` for better bundle size. [#28201](https://github.com/ant-design/ant-design/pull/28201) - RTL - ๐Ÿ’„ Fix the style of Alert. [#28108](https://github.com/ant-design/ant-design/pull/28108) [@jesse3mh9a](https://github.com/jesse3mh9a) - ๐Ÿž Fix Tree `dropIndicator` style of default `ltr` direction. [#28150](https://github.com/ant-design/ant-design/pull/28150) [@kagawagao](https://github.com/kagawagao) - TypeScript - ๐Ÿค– Fix Table `selectedRows` in `SelectionSelectFn` return generic type. [#28206](https://github.com/ant-design/ant-design/pull/28206) [@weiyuc](https://github.com/weiyuc) - ๐Ÿค– Add `className` in `BreadcrumbItemProps`. [#28182](https://github.com/ant-design/ant-design/pull/28182) [@ccloveak](https://github.com/ccloveak) - ๐Ÿค– Form.List `initialValue` types are supported. [#28153](https://github.com/ant-design/ant-design/pull/28153) [@Debiancc](https://github.com/Debiancc) - ๐Ÿค– Fix `dontAnimate` optional in Carousel. [#28090](https://github.com/ant-design/ant-design/pull/28090) [@jarretmoses](https://github.com/jarretmoses) ## 4.9.1 `2020-12-01` - TypeScript - ๐Ÿค– Fix Collapse.Panel `collapsible` property to optional. [#28092](https://github.com/ant-design/ant-design/pull/28092) [@sammarks](https://github.com/sammarks) ## 4.9.0 `2020-11-30` - Modal - ๐Ÿ†• Modal support `focusTriggerAfterClose` to disable auto focus back. [#27985](https://github.com/ant-design/ant-design/pull/27985) [@molokovev](https://github.com/molokovev) - ๐Ÿž Fix Modal hooks not trigger `onCancel`. [#28063](https://github.com/ant-design/ant-design/pull/28063) [@JuniorTour](https://github.com/JuniorTour) - ๐Ÿž Fix Modal sometime not popup from the click position. [#28037](https://github.com/ant-design/ant-design/pull/28037) - ๐Ÿ†• Support `closable` and `closeIcon` api for Modal.method. [#27909](https://github.com/ant-design/ant-design/pull/27909) [@MrHeer](https://github.com/MrHeer) - ๐Ÿ’„ Reduce Table selection column width to `32px`. [#28073](https://github.com/ant-design/ant-design/pull/28073) - Image - ๐Ÿ”ฅ Image add PreviewGroup component to support multiple images preview. [#28069](https://github.com/ant-design/ant-design/pull/28069) - ๐Ÿž Fix Image style prop not acting on img element. [#27446](https://github.com/ant-design/ant-design/pull/27446) - Collapse - ๐Ÿ”ฅ Collapse support `collapsible` to customize trigger region and deprecated Panel `disabled` prop. [#27790](https://github.com/ant-design/ant-design/pull/27790) - ๐Ÿž Fix Collapse cannot contains ``. [#28039](https://github.com/ant-design/ant-design/pull/28039) - ๐Ÿž Fix Cascader bug that empty data can be selected. [#28062](https://github.com/ant-design/ant-design/pull/28062) [@n0ruSh](https://github.com/n0ruSh) - ๐Ÿ†• Alert support `action` prop. [#25892](https://github.com/ant-design/ant-design/pull/25892) [@jesse3mh9a](https://github.com/jesse3mh9a) - ๐Ÿ”ฅ Tree refactor drag behavior. Add `dropIndicatorRender` and `allowDrop` prop. [#26462](https://github.com/ant-design/ant-design/pull/26462) [@07akioni](https://github.com/07akioni) - ๐Ÿ†• Space support `wrap` for auto break line. [#27910](https://github.com/ant-design/ant-design/pull/27910) - ๐Ÿ†• Descriptions.Item support `labelStyle` & `contentStyle` props. [#27897](https://github.com/ant-design/ant-design/pull/27897) - ๐Ÿ†• Form.List support `initialValue`. [#27872](https://github.com/ant-design/ant-design/pull/27872) - ๐Ÿ†• Menu supports `expandIcon`, and optimize default expand icon style. [#27565](https://github.com/ant-design/ant-design/pull/27565) - ๐Ÿ†• Input and TextArea add `setSelectionRange` of `ref`. [#27584](https://github.com/ant-design/ant-design/pull/27584) [@appleshell](https://github.com/appleshell) - ๐Ÿ†• Select support `filterSort` to order the filtered options. [#27523](https://github.com/ant-design/ant-design/pull/27523) [@n0ruSh](https://github.com/n0ruSh) - ๐Ÿ‡ฐ๐Ÿ‡ฟ Add Kazakh locale. [#27589](https://github.com/ant-design/ant-design/pull/27589) [@nodkz](https://github.com/nodkz) ## 4.8.6 `2020-11-27` - ๐Ÿž Fix Badge style blink when mounted. [#28003](https://github.com/ant-design/ant-design/pull/28003) - ๐Ÿ’„ Reduce Modal style size. [#27998](https://github.com/ant-design/ant-design/pull/27998) - ๐Ÿž Fix Layout.Sider can not collapse when `width='0'`. [#28000](https://github.com/ant-design/ant-design/pull/28000) - ๐Ÿž Fix Menu style when using none Ant Design icons. [#27983](https://github.com/ant-design/ant-design/pull/27983) - Input - ๐Ÿž Fix Input.Search button height when customize less variables. [#27986](https://github.com/ant-design/ant-design/pull/27986) - ๐Ÿž Fix Input.Search `addonBefore` abnormal style. [#27960](https://github.com/ant-design/ant-design/pull/27960) - ๐Ÿž Fix Typography.Link clicking copy button will redirect. [#27982](https://github.com/ant-design/ant-design/pull/27982) - ๐Ÿž Fix Carousel throws error `Unable to preventDefault inside passive event listener`. [#27957](https://github.com/ant-design/ant-design/pull/27957) - ๐ŸŒ Improve data picker locale for `en_GB` and `zh_TW`. [#28016](https://github.com/ant-design/ant-design/pull/28016) [@abz53378](https://github.com/abz53378) - RTL - ๐Ÿ’„ Optimize the border style of Descriptions in RTL model. [#28010](https://github.com/ant-design/ant-design/pull/28010) - ๐Ÿ’„ Fix the vertical style of Steps in RTL mode. [#27996](https://github.com/ant-design/ant-design/pull/27996) - TypeScript - ๐Ÿค– Fix Upload `beforeUpload` definition. [#27946](https://github.com/ant-design/ant-design/pull/27946) [@bingling0084](https://github.com/bingling0084) - ๐Ÿค– Provided a separate type definition for Carousel reference. [#27935](https://github.com/ant-design/ant-design/pull/27935) [@ocassio](https://github.com/ocassio) ## 4.8.5 `2020-11-22` - ๐Ÿž Fix that Spin can't render children `0`. [#27839](https://github.com/ant-design/ant-design/pull/27839) [@liuchao233](https://github.com/liuchao233) - ๐Ÿ’„ Fix the RangePicker panel interaction style. [#27894](https://github.com/ant-design/ant-design/pull/27894) - ๐Ÿ’„ Fix Switch `loading` style. [#27860](https://github.com/ant-design/ant-design/pull/27860) - ๐Ÿ’„ Optimize Skeleton color to fit dark background. [#27836](https://github.com/ant-design/ant-design/pull/27836) - ๐Ÿ’„ Adjust Statistic `deciaml` font size. [#27884](https://github.com/ant-design/ant-design/pull/27884) - ๐Ÿ›  Refactor Checkboxใ€Layout.Sider and TextArea with React hooks. [#27739](https://github.com/ant-design/ant-design/pull/27739) [#27719](https://github.com/ant-design/ant-design/pull/27719) [#27693](https://github.com/ant-design/ant-design/pull/27693) - ๐Ÿ›  Refactor BackTopใ€Badgeใ€UploadList with `rc-motion` instead of `rc-animate`. [#27840](https://github.com/ant-design/ant-design/pull/27840) [#27848](https://github.com/ant-design/ant-design/pull/27848) [#27923](https://github.com/ant-design/ant-design/pull/27923) - RTL - ๐Ÿ’„ Fix the style of the Tree switch icon in RTL mode. [#27876](https://github.com/ant-design/ant-design/pull/27876) - TypeScript - ๐Ÿค– Fix AutoComplete `DataSourceItemType` type definition. [#27892](https://github.com/ant-design/ant-design/pull/27892) - ๐Ÿค– Export Image `ImageProps` interface. [#27846](https://github.com/ant-design/ant-design/pull/27846) [@wangcch](https://github.com/wangcch) ## 4.8.4 `2020-11-16` - ๐Ÿ’„ Fix Button and Form loading style. [#27794](https://github.com/ant-design/ant-design/pull/27794) - ๐Ÿž Fix Modal.confirm locale missing after close it. [#27797](https://github.com/ant-design/ant-design/pull/27797) - ๐Ÿž Fix Button/Anchor throws `findDOMNode is deprecated` in React 17. [#27755](https://github.com/ant-design/ant-design/pull/27755) [@hosseinmd](https://github.com/hosseinmd) ## 4.8.3 `2020-11-14` - ๐Ÿ›  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) - ๐Ÿž Fixed the problem that form behaves abnormally when namepath is an array. [#27664](https://github.com/ant-design/ant-design/pull/27664) - ๐Ÿ’„ Fix RangePicker 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) ## 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 `