UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

534 lines (479 loc) โ€ข 97.7 kB
--- 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.3.4 `2020-06-14` - Form - ๐Ÿž Fix `validateTrigger` not works on Form. [#24979](https://github.com/ant-design/ant-design/pull/24979) - ๐Ÿž Fix Form.Item still replace component `id` when `id` configured. [#24929](https://github.com/ant-design/ant-design/pull/24929) - ๐Ÿž Fix Form.List error message display not correct when nested with `noStyle`. [#24867](https://github.com/ant-design/ant-design/pull/24867) - Table - ๐Ÿž Fix Table `shouldCellUpdate` missing `prevRecord` param. [#24963](https://github.com/ant-design/ant-design/pull/24963) - ๐Ÿž Fix Table's filter dropdown's display value doesn't sync with controlled `filteredValue`. [#24952](https://github.com/ant-design/ant-design/pull/24952) - ๐Ÿž Fix Table `onChange` get wrong state with multiple sorter operation. [#24852](https://github.com/ant-design/ant-design/pull/24852) - ๐Ÿž Fix Modal `confirm()` has no default icon. [#24956](https://github.com/ant-design/ant-design/pull/24956) - ๐Ÿž Fix List `grid` not working in React.Fragment or wrapped List.Item. [#24955](https://github.com/ant-design/ant-design/pull/24955) - ๐Ÿž Fix Avatar fallback to children when loading image with error. [#24944](https://github.com/ant-design/ant-design/pull/24944) [@sosohime](https://github.com/sosohime) - ๐Ÿž Fix Drawer doesn't omit prop `getTargetContainer`. [#24938](https://github.com/ant-design/ant-design/pull/24938) - ๐Ÿž Fix Tabs dropdown clip text when tab title too long. [#24928](https://github.com/ant-design/ant-design/pull/24928) - ๐Ÿž Fix Carousel under Tabs shaking when tab switch. [#24873](https://github.com/ant-design/ant-design/pull/24873) - ๐Ÿž Fix Transfer package size will increase if tree shaking is disabled. [#24847](https://github.com/ant-design/ant-design/pull/24847) [@DavidSichau](https://github.com/DavidSichau) - ๐Ÿ’„ Add `@rate-star-hover-scale` to control Rate scale when cursor hover. [#24917](https://github.com/ant-design/ant-design/pull/24917) - ๐Ÿ’„ Add `@divider-orientation-margin` less variable to control Divider's left margin when `orientation` is set. [#24877](https://github.com/ant-design/ant-design/pull/24877) - ๐ŸŒ Localization - ๐Ÿ‡ซ๐Ÿ‡ท Improve fr_FR i18n. [#24962](https://github.com/ant-design/ant-design/pull/24962) [@sharkyze](https://github.com/sharkyze) - TypeScript - ๐Ÿ›  Export Select `OptionProps` interface. [#24870](https://github.com/ant-design/ant-design/pull/24870) [@nitinknolder](https://github.com/nitinknolder) - ๐Ÿ›  Export Card `CardInterface` interface. [#24866](https://github.com/ant-design/ant-design/pull/24866) [@THPubs](https://github.com/THPubs) - ๐Ÿ›  Remove `emptyText` from Table `TableProps`. [#24948](https://github.com/ant-design/ant-design/pull/24948) [@hehex9](https://github.com/hehex9) - ๐Ÿ›  Add `patch` type on Upload `method` prop. [#24936](https://github.com/ant-design/ant-design/pull/24936) [@miclle](https://github.com/miclle) ## 4.3.3 `2020-06-07` - ๐Ÿž Fix Drawer cannot open. [#24802](https://github.com/ant-design/ant-design/pull/24802) - ๐Ÿž Fix Menu.SubMenu cannot scroll. [#24806](https://github.com/ant-design/ant-design/pull/24806) ## 4.3.2 `2020-06-06` - ๐Ÿž Fix Tag.CheckableTag don't support `onClick`. [#24743](https://github.com/ant-design/ant-design/pull/24743) - ๐Ÿž Fix Drawer support set `getPopupContainer` and `getPrefixCls` by ConfigProvider. [#24727](https://github.com/ant-design/ant-design/pull/24727) - ๐Ÿž Fix Button `loading.delay` repeat trigger when parent compoent re-render. [#24713](https://github.com/ant-design/ant-design/pull/24713) - ๐Ÿž Fix Dropdown menu link color when has `icon`. [#24707](https://github.com/ant-design/ant-design/pull/24707) [#24702](https://github.com/ant-design/ant-design/pull/24702) - Select - ๐Ÿž Fix Select virtual scroll display abnormally in compact mode. [#24706](https://github.com/ant-design/ant-design/pull/24706) - โšก๏ธ Optimize Select multiple mode performance. [#24785](https://github.com/ant-design/ant-design/pull/24785) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿž Fix Calendar trigger `onPanelChange` even when in the same panel. [#24695](https://github.com/ant-design/ant-design/pull/24695) - ๐Ÿž Fix Input component height issue in IE11. [#24673](https://github.com/ant-design/ant-design/pull/24673) [@xiaosongxiaosong](https://github.com/xiaosongxiaosong) - ๐Ÿž Fix Radio typescript error typo. [#24693](https://github.com/ant-design/ant-design/pull/24693) [@hengkx](https://github.com/hengkx) - ๐Ÿž Fix Statistic don't work with Tooltip. [#24782](https://github.com/ant-design/ant-design/pull/24782) - ๐Ÿž Fix TimePicker.RangePicker `bordered={false}` not working when has `className`. [#24781](https://github.com/ant-design/ant-design/pull/24781) - ๐Ÿž Fix List cannot trigger `onChange` in pagination. [#24514](https://github.com/ant-design/ant-design/pull/24514) - ๐ŸŒ Localization - ๐Ÿ‡ฎ๐Ÿ‡ฑ Add Hebrew localisations for Form. [#24716](https://github.com/ant-design/ant-design/pull/24716) [@israelKusayev](https://github.com/israelKusayev) - ๐Ÿ‡ฐ๐Ÿ‡ท Add ko_KR localizations for Form. [#24783](https://github.com/ant-design/ant-design/pull/24783) [@Jaewoook](https://github.com/Jaewoook) - ๐Ÿ’„ Add less variable `@table-font-size`, `@table-font-size-md` and `@table-font-size-sm` to customize the size of Table text. [#24714](https://github.com/ant-design/ant-design/pull/24714) [@morenyang](https://github.com/morenyang) - RTL - ๐Ÿ’„ Optimize Tabs dropdown style in RTL. [#24715](https://github.com/ant-design/ant-design/pull/24715) - ๐Ÿ’„ Add `Modal.method()` RTL supports only use hooks. [#24682](https://github.com/ant-design/ant-design/pull/24682) - ๐Ÿ’„ Fix Badge offset in RTL. [#24724](https://github.com/ant-design/ant-design/pull/24724) ## 4.3.1 `2020-06-02` - Tabs - ๐Ÿž Fix Tabs `hideAdd` not working. [#24621](https://github.com/ant-design/ant-design/pull/24621) - ๐Ÿž Fix Tabs dropdown has extra horizontal scrollbar in Firefox. [#24677](https://github.com/ant-design/ant-design/pull/24677) - ๐Ÿž Fix Tabs inkbar border lost when use with `react-sticky`. [#24643](https://github.com/ant-design/ant-design/pull/24643) - ๐Ÿ’„ Adjust Tabs `tabBarStyle` style display. [#24620](https://github.com/ant-design/ant-design/pull/24620) - Button - ๐Ÿž Fix Button quick set `loading` from `delay` to `false` will still change to the loading status. [#24678](https://github.com/ant-design/ant-design/pull/24678) - ๐Ÿž Fix the inconsistent style of Text Button in `danger`. [#24622](https://github.com/ant-design/ant-design/pull/24622) [@morenyang](https://github.com/morenyang) - ๐Ÿž Fix Table no showing scrollbar inside Row. [#24661](https://github.com/ant-design/ant-design/pull/24661) [@zt123123](https://github.com/zt123123) - ๐Ÿž Fix Drawer get `dropdownMatchSelectWidth` as dom prop warning. [#24651](https://github.com/ant-design/ant-design/pull/24651) - ๐Ÿž Adjust Steps to support React.Fragment with `children`. [#24644](https://github.com/ant-design/ant-design/pull/24644) - ๐Ÿž Fix Upload delete icon cannot be navigate via keyboard. [#24615](https://github.com/ant-design/ant-design/pull/24615) [@morenyang](https://github.com/morenyang) - ๐Ÿž Fix multiple Select search input cursor missing issue. [#24631](https://github.com/ant-design/ant-design/pull/24631) - ๐Ÿž Fix Radio.Group using `options` get `Element type is invalid` error. [#24631](https://github.com/ant-design/ant-design/pull/24631) - RTL - ๐Ÿ’„ Adjust Notification default placement to `topLeft` in RTL. [#24632](https://github.com/ant-design/ant-design/pull/24632) - TypeScript - ๐Ÿ›  Export Tabs `TabPaneProps` definition. [#24648](https://github.com/ant-design/ant-design/pull/24648) ## 4.3.0 `2020-05-31` - ๐Ÿ”ฅ Rewrite Tabs for better user experience. [#24552](https://github.com/ant-design/ant-design/pull/24552) - ๐Ÿ“– Add components [overview page](https://ant.design/components/overview). [#24491](https://github.com/ant-design/ant-design/pull/24491) [@arvinxx](https://github.com/arvinxx) - ๐Ÿ›  Optimize dependencies to reduce overall package size. [#24584](https://github.com/ant-design/ant-design/pull/24584) - Button - ๐Ÿ†• New `type="text"` Button. [#22552](https://github.com/ant-design/ant-design/pull/22552) - ๐Ÿ’„ Improve button background variable usage. [#24372](https://github.com/ant-design/ant-design/pull/24372) [@morenyang](https://github.com/morenyang) - Upload - ๐Ÿ†• `data` could return `Promise` now. [#24546](https://github.com/ant-design/ant-design/pull/24546) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• Support `progress` to customize progress bar. [#24319](https://github.com/ant-design/ant-design/pull/24319) [@morenyang](https://github.com/morenyang) - ๐Ÿž Fix progress bar override by accident. [#24339](https://github.com/ant-design/ant-design/pull/24339) [@morenyang](https://github.com/morenyang) - Table - ๐Ÿ†• Table support `rowSelection.hideSelectAll` to hide selectAll checkbox. [#24592](https://github.com/ant-design/ant-design/pull/24592) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• `ellipsis` support `showTitle` to config `title` show. [#24056](https://github.com/ant-design/ant-design/pull/24056) [@lijinke666](https://github.com/lijinke666) - ๐Ÿ†• Table `columns` support `shouldCellUpdate`. [#23872](https://github.com/ant-design/ant-design/pull/23872) - Input - ๐Ÿ†• Input.Passowrd support custom icon. [#23792](https://github.com/ant-design/ant-design/pull/23792) - ๐Ÿž Fix Input.Password still show `value` attribute in DOM after blur it. [#24535](https://github.com/ant-design/ant-design/pull/24535) - ๐Ÿ’„ Add less variable `@input-disabled-color`. [#23775](https://github.com/ant-design/ant-design/pull/23775) [@alwaysloseall](https://github.com/alwaysloseall) - Form - ๐Ÿž Fix Form.Item inline `label` collapsed when in narrow space. [#24531](https://github.com/ant-design/ant-design/pull/24531) - ๐Ÿž Fix Form.List field status sync logic and add a nest fields demo. [#24009](https://github.com/ant-design/ant-design/pull/24009) - ๐Ÿ†• Form support `validateTrigger` to config children fields validate trigger. [#23972](https://github.com/ant-design/ant-design/pull/23972) - Menu - ๐Ÿ†• Adjust text shows the first character when Menu is collapsed in `inline` mode. [#24330](https://github.com/ant-design/ant-design/pull/24330) - ๐Ÿ†• Menu.Item support `danger` prop. [#23785](https://github.com/ant-design/ant-design/pull/23785) - Avatar - ๐Ÿ†• Avatar support `gap` to set the unit distance between left and right sides. [#24357](https://github.com/ant-design/ant-design/pull/24357) - ๐Ÿž Fix Avatar `onError` trigger twice. [#24506](https://github.com/ant-design/ant-design/pull/24506) [@sanonz](https://github.com/sanonz) - Typography - ๐Ÿ†• Support Typography.Paragraph custom expand style. [#24385](https://github.com/ant-design/ant-design/pull/24385) [@fireairforce](https://github.com/fireairforce) - ๐Ÿ†• Typography.Text support `keyboard` style. [#24195](https://github.com/ant-design/ant-design/pull/24195) - ๐Ÿ†• Add Link component. [#24019](https://github.com/ant-design/ant-design/pull/24019) - ๐Ÿž Fix Typography `title` prop support. [#24440](https://github.com/ant-design/ant-design/pull/24440) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• Tooltip support `color` to config background color. [#23155](https://github.com/ant-design/ant-design/pull/23155) - ๐Ÿ†• Popconfirm can be closed by pressing `ESC` now. [#24420](https://github.com/ant-design/ant-design/pull/24420) - ๐Ÿ†• Tooltip `destroyTooltipOnHide` support `keepParent` config. [#24362](https://github.com/ant-design/ant-design/pull/24362) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• Notification support to config `prefixCls`. [#24295](https://github.com/ant-design/ant-design/pull/24295) [@tdida](https://github.com/tdida) - ๐Ÿ†• RangePicker `dateRender` support additional argument to detect is `start` or `end` field. [#24278](https://github.com/ant-design/ant-design/pull/24278) - ๐Ÿ†• Skeleton add `round` prop to enable paragraph and title show radius. [#24137](https://github.com/ant-design/ant-design/pull/24137) [@xilihuasi](https://github.com/xilihuasi) - ๐Ÿ†• Transfer support `oneWay` and `pagination`. [#24041](https://github.com/ant-design/ant-design/pull/24041) - ๐Ÿ†• Message support customize `className` and `style`. [#24024](https://github.com/ant-design/ant-design/pull/24024) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿ†• ConfigProvider support `virtual` and `dropdownMatchSelectWidth`. [#23841](https://github.com/ant-design/ant-design/pull/23841) [@hengkx](https://github.com/hengkx) - ๐Ÿž Fix Breadcrumb icon margin missing when using links. [#24490](https://github.com/ant-design/ant-design/pull/24490) [@EscapeB](https://github.com/EscapeB) - ๐Ÿž Fix Cascader expand icon color when disabled. [#24521](https://github.com/ant-design/ant-design/pull/24521) - ๐Ÿž Fix List warning about `React does not recognize colStyle prop`. [#24568](https://github.com/ant-design/ant-design/pull/24568) - ๐Ÿž Fix Progress with `steps` don't update `percent` expectedly. [#24534](https://github.com/ant-design/ant-design/pull/24534) [@ChuckJonas](https://github.com/ChuckJonas) - ๐Ÿž Fix Steps `subtitle` transition style. [#24593](https://github.com/ant-design/ant-design/pull/24593) - ๐Ÿž Fix Alert close icon `padding` style. [#24471](https://github.com/ant-design/ant-design/pull/24471) - ๐Ÿž Fix Tree `@tree-directory-selected-bg` don't work. [#24468](https://github.com/ant-design/ant-design/pull/24468) [@morenyang](https://github.com/morenyang) - ๐Ÿž Fix `@ant-prefix` don't work on some styles. [#24459](https://github.com/ant-design/ant-design/pull/24459) [@morenyang](https://github.com/morenyang) - ๐Ÿ’„ Descriptions add less variables `@descriptions-item-trailing-colon` and etc. [#24032](https://github.com/ant-design/ant-design/pull/24032) [@hengkx](https://github.com/hengkx) - ๐ŸŒ Localization - ๐Ÿ‡ฎ๐Ÿ‡ช Add Irish(ga_IE) locale. [#24609](https://github.com/ant-design/ant-design/pull/24609) [@AbhijeetGaware](https://github.com/AbhijeetGaware) - ๐Ÿ‡ซ๐Ÿ‡ฎ Improve Typography `fi_FI` locale. [#24591](https://github.com/ant-design/ant-design/pull/24591) [@sagge](https://github.com/sagge) - ๐Ÿ‡ง๐Ÿ‡ท Improve `pt_BR` locale. [#24518](https://github.com/ant-design/ant-design/pull/24518) [@arturpfb](https://github.com/arturpfb) - ๐Ÿ‡ฌ๐Ÿ‡ง Improve Form `en_GB` locale. [#24404](https://github.com/ant-design/ant-design/pull/24404) [@morenyang](https://github.com/morenyang) - RTL - ๐Ÿ’„ Optimize Tree checkbox style in RTL. [#24563](https://github.com/ant-design/ant-design/pull/24563) - ๐Ÿ’„ Optimize Calendar notice content text style in RTL. [#24528](https://github.com/ant-design/ant-design/pull/24528) - ๐Ÿ’„ Optimize Table filter dropdown style in RTL. [#24529](https://github.com/ant-design/ant-design/pull/24529) - ๐Ÿ’„ Fix Cascader dropdown style in RTL. [#24520](https://github.com/ant-design/ant-design/pull/24520) - TypeScript - ๐Ÿ›  Form export `RuleObject` and `RuleRender` types. [#24541](https://github.com/ant-design/ant-design/pull/24541) [@sorteam](https://github.com/sorteam) ## 4.2.5 `2020-05-25` - ๐Ÿž Fix Table selection arrow out of column when `size` is `small/middle`. [#24394](https://github.com/ant-design/ant-design/pull/24394) - ๐Ÿž Fix Input.TextArea clear icon disappears in Input.Group when hover it. [#24360](https://github.com/ant-design/ant-design/pull/24360) [@Mr-jiangzhiguo](https://github.com/Mr-jiangzhiguo) - ๐Ÿž Fixed an issue where the `RowSelection.onChange` will still be cached when the Table removes entries in `dataSource`. [#24338](https://github.com/ant-design/ant-design/pull/24338) - ๐Ÿž Adjust `useNotification` api instance to be same instance for each render. [#24337](https://github.com/ant-design/ant-design/pull/24337) - ๐Ÿž Fix Button `loading` transition animation missing and Modal `confirmLoading` not being reset. [#24328](https://github.com/ant-design/ant-design/pull/24328) - ๐Ÿž Fix Drawer cover background elements when it is not visible. [#24290](https://github.com/ant-design/ant-design/pull/24290) - ๐Ÿž Fix Cascader/Select/Table/TreeSelect text color when data empty. [#24279](https://github.com/ant-design/ant-design/pull/24279) - ๐Ÿ’„ Fix InputNumber operation button arrow is not centered. [#24266](https://github.com/ant-design/ant-design/pull/24266) - ๐Ÿž Fix Table with empty array `filteredValue` still highlight the filtered icon. [#24263](https://github.com/ant-design/ant-design/pull/24263) - ๐Ÿž Fix Cascader not support `number[]` value. [#24247](https://github.com/ant-design/ant-design/pull/24247) - โŒจ๏ธ Fix Switch `autoFocus` trigger when `disabled` removed. Adjust style to avoid switch shaking. Remove blur logic when `onMouseUp` to improve acessibility. [#24254](https://github.com/ant-design/ant-design/pull/24254) - ๐Ÿ’„ Add Menu default `text-align` style. [#24253](https://github.com/ant-design/ant-design/pull/24253) - ๐Ÿ›  Refactor List code. [#24280](https://github.com/ant-design/ant-design/pull/24280) [@hengkx](https://github.com/hengkx) - ๐Ÿ›  Modify the Alert with hooks to support strict mode. [#24236](https://github.com/ant-design/ant-design/pull/24236) [@hengkx](https://github.com/hengkx) - ๐ŸžFix Card perfermance bug when use with `react-split`. [#24425](https://github.com/ant-design/ant-design/pull/24425) - TypeScript - ๐Ÿ› Cascader ts definition update. [#24393](https://github.com/ant-design/ant-design/pull/24393) [@zhangyu1818](https://github.com/zhangyu1818) - ๐Ÿž Fix TS error of `Could not find a declaration rc-upload`. [#24325](https://github.com/ant-design/ant-design/pull/24325) - ๐Ÿ›  Add children type to BackTop. [#24235](https://github.com/ant-design/ant-design/pull/24235) ## 4.2.4 `2020-05-18` - ๐Ÿž Revert Switch patch to fix handle position style issue with `unCheckedChildren`. [#24242](https://github.com/ant-design/ant-design/pull/24242) - ๐Ÿ’„ Adjust Upload icon default color to red in error status. [#24160](https://github.com/ant-design/ant-design/pull/24160) - ๐Ÿ’„ Adjust Dropdown arrow position a little higher. [#24215](https://github.com/ant-design/ant-design/pull/24215) - ๐ŸŒ Form `defaultValidateMessages` support `ru_RU`. [#24219](https://github.com/ant-design/ant-design/pull/24219) [@aivinog1](https://github.com/aivinog1) ## 4.2.3 `2020-05-16` - ๐Ÿž Refactor `rc-progress` to resolve `h3g is not defined` error in `<script src="antd.min.js" />`. [#24127](https://github.com/ant-design/ant-design/pull/24127) - ๐Ÿ“– Rewrote [Use in create-react-app](https://ant.design/docs/react/use-with-create-react-app). [#24184](https://github.com/ant-design/ant-design/pull/24184) - Drawer - ๐Ÿž Fix Drawer `getContainer={false}` height overflow issue. [#24082](https://github.com/ant-design/ant-design/pull/24082) - ๐Ÿž Fix Drawer `mask={false}` animation not working. [#24082](https://github.com/ant-design/ant-design/pull/24082) - BackTop - ๐Ÿ›  Refactor BackTop with hooks. [#23575](https://github.com/ant-design/ant-design/pull/23575) - ๐Ÿž Fix BackTop not working in iframe of Chrome. [#24194](https://github.com/ant-design/ant-design/pull/24194) - DatePicker - ๐Ÿž Fix DatePicker with `showToday` not working with `disabledDate`. [#24190](https://github.com/ant-design/ant-design/pull/24190) - ๐Ÿž Fix DatePicker `renderExtraFooter` with long content exceed content width. [#24145](https://github.com/ant-design/ant-design/pull/24145) - Button - ๐Ÿž Fix small Button align issue when customize theme. [#24097](https://github.com/ant-design/ant-design/pull/24097) - ๐Ÿž Fix Button children not working with Tooltip. [#24095](https://github.com/ant-design/ant-design/pull/24095) - ๐Ÿ›  Refactor Tooltip with hooks. [#23699](https://github.com/ant-design/ant-design/pull/23699) - ๐Ÿž Avoid `disabled` Upload.Dragger being triggered by clicking Form `label`. [#24202](https://github.com/ant-design/ant-design/pull/24202) - ๐Ÿž Fix Select selected option not interactive (such as `title` not working). [#24170](https://github.com/ant-design/ant-design/pull/24170) - ๐Ÿž Fix Switch shake in Safari and iOS Chrome. [#24122](https://github.com/ant-design/ant-design/pull/24122) [@lexlexa](https://github.com/lexlexa) - ๐Ÿž Carousel upgrade to `react-slick@0.26.1` to resolve some problems. [#24067](https://github.com/ant-design/ant-design/pull/24067) - ๐Ÿž Cascader will display `defaultValue` instead of empty string when no matched options. [#24058](https://github.com/ant-design/ant-design/pull/24058) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐ŸŒŽ Improve `zh_TW` localisations. [#24065](https://github.com/ant-design/ant-design/pull/24065) [@wx1322](https://github.com/wx1322) - ๐Ÿž Fix Table `onChange` pagination type. [#24114](https://github.com/ant-design/ant-design/pull/24114) [@sorteam](https://github.com/sorteam) - ๐Ÿ’„ Add less variable `@card-head-extra-color`. [#24189](https://github.com/ant-design/ant-design/pull/24189) - ๐Ÿ’„ Adjust Pagination simple mode background to transparent. [#24152](https://github.com/ant-design/ant-design/pull/24152) - ๐Ÿ’„ Fix dark Menu link color. [#24110](https://github.com/ant-design/ant-design/pull/24110) - RTL - ๐Ÿ’„ Fix Dropdown.Button default menu placement in RTL. [#24150](https://github.com/ant-design/ant-design/pull/24150) - ๐Ÿ’„ Fix Menu `border` in RTL. [#24101](https://github.com/ant-design/ant-design/pull/24101) - ๐Ÿ’„ Optimize Select multiple tag style in RTL. [#24112](https://github.com/ant-design/ant-design/pull/24112) - ๐Ÿ’„ Optimize Typography `expand` style in RTL. [#24084](https://github.com/ant-design/ant-design/pull/24084) - ๐Ÿ’„ Optimize Pagination slash style in RTL. [#24154](https://github.com/ant-design/ant-design/pull/24154) ## 4.2.2 `2020-05-11` - ๐Ÿž Fix `npm run version` install error. [#24059](https://github.com/ant-design/ant-design/pull/24059) - ๐Ÿž Fix Menu `@menu-item-font-size` not working. [#24052](https://github.com/ant-design/ant-design/pull/24052) - ๐Ÿ’„ Add `@modal-close-color` less variable. [#24053](https://github.com/ant-design/ant-design/pull/24053) ## 4.2.1 `2020-05-11` - Form - ๐Ÿž Fix Form.Item get React warning for `getValueProps`. [#23875](https://github.com/ant-design/ant-design/pull/23875) - ๐Ÿž Fix Form.Item `help` style issue when `validateStatus` is not `error`. [#23945](https://github.com/ant-design/ant-design/pull/23945) - Table - ๐Ÿž Fix selection column width issue when fix header. [#23806](https://github.com/ant-design/ant-design/pull/23806) - ๐Ÿ’„ Adjust selection column css selector priority to enable customize width. [#23914](https://github.com/ant-design/ant-design/pull/23914) - DatePicker - ๐Ÿž Fix miss placeholder when `placeholder` is `undefined`. [#23818](https://github.com/ant-design/ant-design/pull/23818) - ๐Ÿž Fix clear icon color style. [#23811](https://github.com/ant-design/ant-design/pull/23811) - Switch - ๐Ÿž Fix loading style for the dark theme. [#23766](https://github.com/ant-design/ant-design/pull/23766) [@vsn4ik](https://github.com/vsn4ik) - ๐Ÿž Fix `unCheckedChildren` not showing. [#23791](https://github.com/ant-design/ant-design/pull/23791) - ๐Ÿž Fix Upload error message location to scroll in the float layer. [#24001](https://github.com/ant-design/ant-design/pull/24001) [@mraiguo](https://github.com/mraiguo) - ๐Ÿ’„ Tweak Comment render unnecessary div style when `avatar` is empty. [#23994](https://github.com/ant-design/ant-design/pull/23994) [@Xuhao](https://github.com/Xuhao) - ๐Ÿž Fix Select `focus` border style in Input.Group. [#23985](https://github.com/ant-design/ant-design/pull/23985) - ๐Ÿž Fix Steps `subTitle` showing `[object Object]` title. [#23989](https://github.com/ant-design/ant-design/pull/23989) - ๐Ÿ’„ Tweak Select close icon position. [#23963](https://github.com/ant-design/ant-design/pull/23963) - ๐Ÿž Fix Drawer `width="50%"` hidden problem when no mask. [#23925](https://github.com/ant-design/ant-design/pull/23925) - ๐Ÿž Fix Textarea with `allowClear` has error height style. [#23835](https://github.com/ant-design/ant-design/pull/23835) - ๐Ÿ’„ Adjust Modal.xxx function async to avoid block React events. [#23826](https://github.com/ant-design/ant-design/pull/23826) - ๐Ÿž Fix Menu with controlled `openKeys` abnormal behavior when `inlineCollapsed` changed. [#23822](https://github.com/ant-design/ant-design/pull/23822) - ๐Ÿž Fix Button `loading` animation. [#23783](https://github.com/ant-design/ant-design/pull/23783) - ๐Ÿž Fix Slider `marks` selected problem when dragging. [#23773](https://github.com/ant-design/ant-design/pull/23773) - ๐Ÿ›  Timeline refactors with React Hooks. [#23631](https://github.com/ant-design/ant-design/pull/23631) [@hengkx](https://github.com/hengkx) - ๐ŸŒŽ Localization - ๐Ÿ‡ฎ๐Ÿ‡ท Add Farsi `fa_IR` default locale template localisations. [#23926](https://github.com/ant-design/ant-design/pull/23926) [@NarimanMov](https://github.com/NarimanMov) - ๐Ÿ‡บ๐Ÿ‡ธ Add default `en` default locale template localisations for Form. [#23859](https://github.com/ant-design/ant-design/pull/23859) [@mjfwebb](https://github.com/mjfwebb) - ๐Ÿ“ฆ Reduce bundle size - ๐Ÿ—‘ Reduce bundle size via removing `react-lifecycles-compat`. [#23969](https://github.com/ant-design/ant-design/pull/23969) - ๐Ÿ›  Reduce bundle size via excluding `package.json` from source code. [#23957](https://github.com/ant-design/ant-design/pull/23957) - ๐Ÿ›  Upgrade `rc-animate` to 3.x to reduce bundle size. [#23937](https://github.com/ant-design/ant-design/pull/23937) - RTL - ๐Ÿž Fix Input clear icon style in RTL. [#23999](https://github.com/ant-design/ant-design/pull/23999) - ๐Ÿž Fix DatePicker panel style in RTL. [#24028](https://github.com/ant-design/ant-design/pull/24028) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿ’„ Optimize DatePicker active bar style in `RTL`. [#23981](https://github.com/ant-design/ant-design/pull/23981) - ๐Ÿž Fix Transfer search padding style in `RTL`. [#23962](https://github.com/ant-design/ant-design/pull/23962) - ๐Ÿ’„ Optimize Layout style of RTL. [#23921](https://github.com/ant-design/ant-design/pull/23921) - ๐Ÿ’„ Optimize Button `loading` style in RT. [#23776](https://github.com/ant-design/ant-design/pull/23776) - ๐Ÿ’„ Optimize Input.Search style in RTL. [#23797](https://github.com/ant-design/ant-design/pull/23797) - TypeScript - ๐Ÿž Fix InputNumber `onChange` type. [#23871](https://github.com/ant-design/ant-design/pull/23871) [@jjhbw](https://github.com/jjhbw) ## 4.2.0 `2020-04-29` - ๐Ÿ†• List `grid` support all column count like 5. [#23630](https://github.com/ant-design/ant-design/pull/23630) - ๐Ÿ†• Divider add `plain` prop which allows a non-heading style divider text. [#23405](https://github.com/ant-design/ant-design/pull/23405) - ๐Ÿ†• Typography `ellipsis` support `onEllipsis` event handler. [#23414](https://github.com/ant-design/ant-design/pull/23414) - ๐Ÿ†• Space support `align` prop. [#23306](https://github.com/ant-design/ant-design/pull/23306) - ๐Ÿ†• Upload support `isImageUrl` to force trade file as image. [#23248](https://github.com/ant-design/ant-design/pull/23248) [@onjuju](https://github.com/onjuju) - ๐Ÿ†• Form.Item support `initialValue` and `getValueProps` props. [#22993](https://github.com/ant-design/ant-design/pull/22993) - ConfigProvider - ๐Ÿ†• ConfigProvider support `getTargetContainer` to config Affix `target` props. [#23751](https://github.com/ant-design/ant-design/pull/23751) - ๐Ÿ†• ConfigProvider support `input` prop to config Input `autoComplete`. [#23455](https://github.com/ant-design/ant-design/pull/23455) - ๐Ÿž Fix ConfigProvider `getPopupContainer` not working on DatePicker and Slider. [#23594](https://github.com/ant-design/ant-design/pull/23594) [@hengkx](https://github.com/hengkx) - Table - ๐Ÿ†• Table `summary` support fixed columns. [#23647](https://github.com/ant-design/ant-design/pull/23647) - ๐Ÿ†• Table support responsive columns. [#23298](https://github.com/ant-design/ant-design/pull/23298) [@vbudovski](https://github.com/vbudovski) - ๐Ÿž Fix Table pagination default position in RTL. [#23747](https://github.com/ant-design/ant-design/pull/23747) - ๐Ÿž Fix Table crash when `pageSize` is `undefined`. [#23724](https://github.com/ant-design/ant-design/pull/23724) - ๐Ÿž fix Table nested margin when size is `small` or `middle`. [#23602](https://github.com/ant-design/ant-design/pull/23602) [@hengkx](https://github.com/hengkx) - ๐Ÿž Fix RangePicker `ranges` tag color to primary color. [#23705](https://github.com/ant-design/ant-design/pull/23705) - ๐Ÿž Fix Transfer with custom empty style issue. [#23694](https://github.com/ant-design/ant-design/pull/23694) [@hengkx](https://github.com/hengkx) - Input - ๐Ÿž Fix Password caret position. [#23633](https://github.com/ant-design/ant-design/pull/23633) [@huntdream](https://github.com/huntdream) - ๐Ÿ’„ Adjust Input.Search icon style. [#23406](https://github.com/ant-design/ant-design/pull/23406) - Button - ๐Ÿž Fix Button align problem of icon only. [#23671](https://github.com/ant-design/ant-design/pull/23671) - ๐Ÿž Fix Button of icon only wrong `loading` style. [#23614](https://github.com/ant-design/ant-design/pull/23614) - ๐Ÿž fix Button cannot be directly called by `react-dnd`. [#23571](https://github.com/ant-design/ant-design/pull/23571) [@hengkx](https://github.com/hengkx) - Menu - ๐Ÿ†• Menu Item and SubMenu support `icon` prop. [#23629](https://github.com/ant-design/ant-design/pull/23629) - ๐Ÿž Fix Menu duplicated shadow style. [#23664](https://github.com/ant-design/ant-design/pull/23664) - ๐Ÿž Fix Tag cannot be directly called by `react-dnd`. [#23632](https://github.com/ant-design/ant-design/pull/23632) [@hengkx](https://github.com/hengkx) - Anchor - ๐Ÿž Fix Anchor Link with multiple `#` can not jump correctly. [#23595](https://github.com/ant-design/ant-design/pull/23595) [@wuzekang](https://github.com/wuzekang) - ๐Ÿž Fix Input with `suffix` align problem. [#23606](https://github.com/ant-design/ant-design/pull/23606) - ๐Ÿ’„ Select arrow won't rotate when open. [#23468](https://github.com/ant-design/ant-design/pull/23468) - ๐Ÿ’„ Rate support `direction`. [#23321](https://github.com/ant-design/ant-design/pull/23321) - ๐Ÿ’„ Adjust font-size in compact mode. [#23135](https://github.com/ant-design/ant-design/pull/23135) - RTL - ๐Ÿ’„ Optimize Result button style in RTL. [#23733](https://github.com/ant-design/ant-design/pull/23733) - ๐Ÿ’„ Add Divider RTL support. [#23734](https://github.com/ant-design/ant-design/pull/23734) - ๐Ÿ’„ Fix Alert style in RTL when no-icon. [#23714](https://github.com/ant-design/ant-design/pull/23714) - ๐Ÿ’„ Optimize Table expand animation and pagination style in RTL. [#23706](https://github.com/ant-design/ant-design/pull/23706) - ๐Ÿ’„ Fix Table filter dropdown position in RTL. [#23695](https://github.com/ant-design/ant-design/pull/23695) - ๐Ÿ’„ Fix Table rowSelect icon style in RTL. [#23690](https://github.com/ant-design/ant-design/pull/23690) - ๐Ÿ’„ Optimize List style in RTL. [#23676](https://github.com/ant-design/ant-design/pull/23676) - ๐Ÿ’„ Add Calendar RTL. [#23394](https://github.com/ant-design/ant-design/pull/23394) - ๐Ÿ’„ Optimize Input.Search style in RTL. [#23424](https://github.com/ant-design/ant-design/pull/23424) - ๐Ÿ’„ Add Notification RTL config. [#23185](https://github.com/ant-design/ant-design/pull/23185) - TypeScript - ๐Ÿž Fix PageHeader `tag` definition. [#23712](https://github.com/ant-design/ant-design/pull/23712) [@hengkx](https://github.com/hengkx) - ๐Ÿ—‘ Remove Button deprecated `type="danger"` TypeScript definition and warn it. [#23709](https://github.com/ant-design/ant-design/pull/23709) - ๐Ÿž Fix Table pagination `position` definition. [#23681](https://github.com/ant-design/ant-design/pull/23681) [@hengkx](https://github.com/hengkx) ## 4.1.5 `2020-04-25` - ๐Ÿž Fix Button.Group align style. [#23590](https://github.com/ant-design/ant-design/pull/23590) - ๐Ÿž Fix Select cannot trigger open by clicking arrow icon. [#23448](https://github.com/ant-design/ant-design/pull/23448) - ๐Ÿž Fix Form fields shake when `@form-item-margin-bottom` is customize and switching the validing info. [#23436](https://github.com/ant-design/ant-design/pull/23436) [@yoyo837](https://github.com/yoyo837) - ๐Ÿž Fix the first Divider render differently with others. [#23438](https://github.com/ant-design/ant-design/pull/23438) - ๐Ÿž Fix nest ConfigProvider missing `prefixCls` value. [#23423](https://github.com/ant-design/ant-design/pull/23423) - ๐Ÿž Fix Carousel tabbed Radio/Checkbox to non-active slide. [#23380](https://github.com/ant-design/ant-design/pull/23380) - ๐Ÿž Fix Tree with virtual scroll frozen by quick `loadData`. [#23581](https://github.com/ant-design/ant-design/pull/23581) - ๐Ÿž Fix Steps style in IE11 when direction is vertical. [#23561](https://github.com/ant-design/ant-design/pull/23561) [@AdrianoRuberto](https://github.com/AdrianoRuberto) - ๐Ÿž Fix Input.Search height affected by `suffix` and `react key` warning. [#23527](https://github.com/ant-design/ant-design/pull/23527) - ๐Ÿž Fix Menu behavior when hover on submenu gap. [#23511](https://github.com/ant-design/ant-design/pull/23511) - ๐Ÿž Fix Tree custom icon missing when node is loading data. [#23494](https://github.com/ant-design/ant-design/pull/23494) - RTL - ๐Ÿž Fix Alert RTL style when set both `showIcon` and `closable`. [#23526](https://github.com/ant-design/ant-design/pull/23526) - ๐Ÿž Fix Button RTL style when loading. [#23399](https://github.com/ant-design/ant-design/pull/23399) - ๐Ÿž Fix Collapse that icon position is incorrect in RTL. [#23445](https://github.com/ant-design/ant-design/pull/23445) - ๐Ÿž Fix Select group label style in RTL. [#23404](https://github.com/ant-design/ant-design/pull/23404) - ๐Ÿž Fix Statistic RTL style. [#23397](https://github.com/ant-design/ant-design/pull/23397) - TypeScript - ๐Ÿž Fix type definition of `selections` for Table. [#23462](https://github.com/ant-design/ant-design/pull/23462) [@xiaoxintang](https://github.com/xiaoxintang) ## 4.1.4 `2020-04-18` - ๐Ÿž Fix dark theme and compact theme not working. [#23243](https://github.com/ant-design/ant-design/pull/23243) - ๐Ÿž Fix Modal.info executed only once when has argument. [#23360](https://github.com/ant-design/ant-design/pull/23360) - ๐Ÿž Fix Dropdown submenu background missing. [#23296](https://github.com/ant-design/ant-design/pull/23296) - ๐Ÿ’„ Optimize PageHeader responsive behavior. [#23277](https://github.com/ant-design/ant-design/pull/23277) - ๐Ÿž Fix TreeSelect render blank in compact mode. [#23231](https://github.com/ant-design/ant-design/pull/23231) - ๐Ÿ›Ž Fix Checkbox and Switch console warning typo (validate -> a valid). [#23240](https://github.com/ant-design/ant-design/pull/23240) [@evancharlton](https://github.com/evancharlton) - ๐Ÿž Fix Table `rowSelection` params issue when `childrenColumnName` configured. [#23205](https://github.com/ant-design/ant-design/pull/23205) - Input - ๐Ÿž Fix Input `type="color"` height issue. [#23351](https://github.com/ant-design/ant-design/pull/23351) - ๐Ÿž Fix Input width shaking when trigger clear icon. [#23259](https://github.com/ant-design/ant-design/pull/23259) - ๐Ÿž Fix Input.Search `size` not affected by ConfigProvider `componentSize`. [#23331](https://github.com/ant-design/ant-design/pull/23331) - Select - ๐Ÿž Fix multiple Select show remove icon when `disabled`. [#23295](https://github.com/ant-design/ant-design/pull/23295) - ๐Ÿž Fix Select custom `suffixIcon` cannot be access. [#23274](https://github.com/ant-design/ant-design/pull/23274) - ๐Ÿž Fix Select search input caret missing in Collapse. [#23250](https://github.com/ant-design/ant-design/pull/23250) - Globalization - ๐Ÿ‡จ๐Ÿ‡ณ Form validation messages support internalization and add zh_CN locale. [#23165](https://github.com/ant-design/ant-design/pull/23165) [@hengkx](https://github.com/hengkx) - ๐ŸŒ Add missing translations in he_IL. [#23302](https://github.com/ant-design/ant-design/pull/23302) [@MishaKav](https://github.com/MishaKav) - ๐ŸŒ Add missing translations in ru_RU. [#23303](https://github.com/ant-design/ant-design/pull/23303) [@MishaKav](https://github.com/MishaKav) - TypeScript - ๐Ÿ”ท Form.Item type upgrade. [#22962](https://github.com/ant-design/ant-design/pull/22962) [@fa93hws](https://github.com/fa93hws) - ๐Ÿ”ท Tree type upgrade. [#23348](https://github.com/ant-design/ant-design/pull/23348) [@yoyo837](https://github.com/yoyo837) - ๐Ÿž Pass `popupClassName` prop to `rc-picker`. [#23214](https://github.com/ant-design/ant-design/pull/23214) [@tanmoyopenroot](https://github.com/tanmoyopenroot) - RTL - ๐Ÿ’„ Fix Select RTL style. [#23235](https://github.com/ant-design/ant-design/pull/23235) - ๐Ÿ’„ Fix Menu RTL style. [#23319](https://github.com/ant-design/ant-design/pull/23319) ## 4.1.3 `2020-04-13` - ๐Ÿ’„ Adjust Form.Item `label` height style in vertical layout. [#23192](https://github.com/ant-design/ant-design/pull/23192) - ๐Ÿž Fix `Variable is undefined` when importing dark or compact theme and provide a `getThemeVariables` methold for getting theme variables easily. [#23171](https://github.com/ant-design/ant-design/pull/23171) - ๐Ÿž Fix PageHeader style breaks when `title` is too long and improve it's responsive design. [#23133](https://github.com/ant-design/ant-design/pull/23133) - Tabs - ๐Ÿž Fix Tabs `@tabs-card-height` less variable not working. [#23168](https://github.com/ant-design/ant-design/pull/23168) - ๐Ÿž Fix Tabs cannot be displayed in Safari 13. [#23151](https://github.com/ant-design/ant-design/pull/23151) [@imhxc](https://github.com/imhxc) - Table - ๐Ÿž Fix Table fixed columns cannot pin in Safari 12. [#23161](https://github.com/ant-design/ant-design/pull/23161) - ๐Ÿž Fix Table `summary` padding in small size. [#23140](https://github.com/ant-design/ant-design/pull/23140) [@someyoungideas](https://github.com/someyoungideas) - ๐Ÿž Fix Select align style with different size. [#23160](https://github.com/ant-design/ant-design/pull/23160) - ๐Ÿž Fix RangePicker under Input.Group style issue. [#23149](https://github.com/ant-design/ant-design/pull/23149) - ๐Ÿž Fix Pagination missing TypeScript definition of `showTitle`. [#23144](https://github.com/ant-design/ant-design/pull/23144) [@DongchengWang](https://github.com/DongchengWang) ## 4.1.2 `2020-04-10` - Menu - ๐Ÿž Fix Menu SubMenu background in dark mode. [#22981](https://github.com/ant-design/ant-design/pull/22981) [@AshoneA](https://github.com/AshoneA) - ๐Ÿž Fix long SubMenu title being overlayed by arrow icon. [#23028](https://github.com/ant-design/ant-design/pull/23028) [@wwyx778](https://github.com/wwyx778) - ๐Ÿž Fix dark and compact theme cannot work together. [#22934](https://github.com/ant-design/ant-design/pull/22934) [@AshoneA](https://github.com/AshoneA) - ๐Ÿž Fix Notification invalid `paddig-top` value. [#22941](https://github.com/ant-design/ant-design/pull/22941) - Button - ๐Ÿž Fix Button `loading` animation with icon. [#23102](https://github.com/ant-design/ant-design/pull/23102) - โš ๏ธ Improve Button invalid `type` warning. [#22933](https://github.com/ant-design/ant-design/pull/22933) [@fa93hws](https://github.com/fa93hws) - ๐Ÿž Fix Statistic show `-0` when value is `-`. [@22950](https://github.com/ant-design/ant-design/pull/22950) - ๐Ÿž Fix Modal.confirm `onOk` should not be triggered multiple times. [#22963](https://github.com/ant-design/ant-design/pull/22963) - Input - ๐Ÿž Fix Input.Group Button style not aligned center. [#22975](https://github.com/ant-design/ant-design/pull/22975) - ๐Ÿž Fix Input with `affix` background style in dark theme. [#23115](https://github.com/ant-design/ant-design/pull/23115) - ๐Ÿž Fix Form.Item not correct reset error style when dynamic switch Form.Item. [#23041](https://github.com/ant-design/ant-design/pull/23041) - ๐Ÿ’„ Adjust RangePicker arrow & suffix color style. [#23025](https://github.com/ant-design/ant-design/pull/23025) - Table - ๐Ÿž Fix Table selection row with hover background style. [#23110](https://github.com/ant-design/ant-design/pull/23110) - ๐Ÿ’„ Tweak Table hover background color. [#23113](https://github.com/ant-design/ant-design/pull/23113) - โš ๏ธ Table add warning info when async mode `dataSource` length not match with `pageSize`. [#23118](https://github.com/ant-design/ant-design/pull/23118) - Select - ๐Ÿ’„ Match mulitiple Select cursor position to single Select. [#22978](https://github.com/ant-design/ant-design/pull/22978) - ๐Ÿž Fix borderless Select still show border when Form.Item set `validateStatus`. [#23004](https://github.com/ant-design/ant-design/pull/23004) - ๐Ÿž Fix Select style in IE11. [#23020](https://github.com/ant-design/ant-design/pull/23020) - ๐Ÿž Fix Calendar missing `style` prop support. [#23081](https://github.com/ant-design/ant-design/pull/23081) - ๐Ÿž Fix Tabs bottom card active tab wrong height style. [#23087](https://github.com/ant-design/ant-design/pull/23087) - ๐Ÿž Fix RTL support of Anchor, Select, DatePicker, Grid, Mentions. [@xrkffgg](https://github.com/xrkffgg) - TypeScript - ๐ŸŒŸ Upload `UploadProps` support generic typing. [#22921](https://github.com/ant-design/ant-design/pull/22921) [@dpyzo0o](https://github.com/dpyzo0o) - ๐Ÿž Fix Modal.confirm `okButtonProps` types. [#21165](https://github.com/ant-design/ant-design/pull/21165) [@nicu-chiciuc](https://github.com/nicu-chiciuc) - ๐ŸŒŸ Export Form `Store` interface. [#22755](https://github.com/ant-design/ant-design/pull/22755) [@shaodahong](https://github.com/shaodahong) - ๐ŸŒŸ Improve enum types for Input, Tag, Badge. [#23026](https://github.com/ant-design/ant-design/pull/23026) [#22999](https://github.com/ant-design/ant-design/pull/22999) [#23006](https://github.com/ant-design/ant-design/pull/23006) [@fjc0k](https://github.com/fjc0k) - ๐Ÿž Fix Pagination `position` type. [#23048](https://github.com/ant-design/ant-design/pull/23048) [@Arttse](https://github.com/Arttse) ## 4.1.1 `2020-04-05` - ๐Ÿž Fix Tabs panel focus outline style. [#22752](https://github.com/ant-design/ant-design/pull/22752) [@MrHeer](https://github.com/MrHeer) - ๐Ÿž Fix Input affix with popup element can not get click focus. [#22887](https://github.com/ant-design/ant-design/pull/22887) - Table - ๐Ÿ†• Table row selection dropdown support `getPopupContainer`. [#22787](https://github.com/ant-design/ant-design/pull/22787) [@mikeyshing88](https://github.com/mikeyshing88) - ๐Ÿž Fix Table header size with filter or sorter when `size` is configured. [#22872](https://github.com/ant-design/ant-design/pull/22872) - ๐Ÿ’„ Adjust nest Table style, compact only when just one table element. [#22868](https://github.com/ant-design/ant-design/pull/22868) - ๐Ÿž Fix Table column `align` not working on head when `sorter` configured. [#22858](https://github.com/ant-design/ant-design/pull/22858) - ๐Ÿž Fix Table filter config not work on jsx structure. [#22888](https://github.com/ant-design/ant-design/pull/22888) - ๐Ÿž Adjust Table expanded row not fix width when scroll only. [#22832](https://github.com/ant-design/ant-design/pull/22832) - ๐Ÿž Fix the column can't show when the `column.children` is `undefined`. [#22832](https://github.com/ant-design/ant-design/pull/22832) - ๐Ÿž Fix Table still show filter icon when `filters` is `undefined`. [#22833](https://github.com/ant-design/ant-design/pull/22833) - ๐Ÿž Fix Table unchanged `filters` should not trigger `onChange`. [#22829](https://github.com/ant-design/ant-design/pull/22829) - ๐Ÿž Fix Table loading compatibility. [#22739](https://github.com/ant-design/ant-design/pull/22739) - ๐Ÿž Fix Table scroll shadow style in Safari. [#22794](https://github.com/ant-design/ant-design/pull/22794) - ๐Ÿ’„ Adjust RangePicker arrow style. [#22847](https://github.com/ant-design/ant-design/pull/22847) - ๐Ÿž Fix Text with `ellipsis` align issue. [#22836](https://github.com/ant-design/ant-design/pull/22836) - ๐Ÿ’„ Tweak `@info-color` should be `@primary-color` defaultly. [#22723](https://github.com/ant-design/ant-design/pull/22723) - ๐Ÿž Fix BackTop not working in iframe and improve it's perfermance. [#22788](https://github.com/ant-design/ant-design/pull/22788) - ๐Ÿž Fix Select inconsistent height when `mode="multiple"` and `size="large" />`. [#22904](https://github.com/ant-design/ant-design/pull/22904) - ๐Ÿž Fix Radio less variable. [#22803](https://github.com/ant-design/ant-design/pull/22803) [@yoyo837](https://github.com/yoyo837) - ๐Ÿž Fix Card Tabs do not support small size. [#22666](https://github.com/ant-design/ant-design/pull/22666) [@MrHeer](https://github.com/MrHeer) - ๐Ÿž Fix Affix throws `React warning of state update on unmounted component`. [#22790](https://github.com/ant-design/ant-design/pull/22790) - ๐Ÿž Fix Textarea with `clearIcon` additional `margin` in Form.Item. [#22793](https://github.com/ant-design/ant-design/pull/22793) - ๐Ÿž Fix List `footer` missing border when data is empty. [#22771](https://github.com/ant-design/ant-design/pull/22771) - ๐Ÿž Fix Slider `tooltipPlacement` option API is changed to be correct again. [#22772](https://github.com/ant-design/ant-design/pull/22772) [@phoenixeliot](https://github.com/phoenixeliot) - ๐Ÿ›  Refactor LocaleReceiver with new context api to avoid React strict mode warning. [#22762](https://github.com/ant-design/ant-design/pull/22762) - ๐Ÿž Fix Radio and Checkbox required prop not passing to input. [#22761](https://github.com/ant-design/ant-design/pull/22761) - ๐Ÿž Fix variable `--scroll-bar` is undefined. [#22754](https://github.com/ant-design/ant-design/pull/22754) [@mikeyshing88](https://github.com/mikeyshing88) - ๐Ÿž Fix Menu and Spin style in compact mode. [#22908](https://github.com/ant-design/ant-design/pull/22908) [@AshoneA](https://github.com/AshoneA) - ๐Ÿž Fix Space item duplicate key. [#22745](https://github.com/ant-design/ant-design/pull/22745) - ๐Ÿž Fix Select cursor style. [#22743](https://github.com/ant-design/ant-design/pull/22743) - ๐Ÿ‡ซ๐Ÿ‡ท DatePicker and TimePicker update French locale. [#22769](https://github.com/ant-design/ant-design/pull/22769) [@PaulJln](https://github.com/PaulJln) - RTL - ๐Ÿ’„ Add Message RTL style. [#22513](https://github.com/ant-design/ant-design/pull/22513) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿž Fix Menu RTL style. [#22841](https://github.com/ant-design/ant-design/pull/22841) - ๐Ÿž Fix Radio RTL style. [#22926](https://github.com/ant-design/ant-design/pull/22926) [@AshoneA](https://github.com/AshoneA) - ๐Ÿž Fix label display in Form RTL. [#22621](https://github.com/ant-design/ant-design/pull/22621) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿž Fix Space RTL style. [#22809](https://github.com/ant-design/ant-design/pull/22809) [@xrkffgg](https://github.com/xrkffgg) - TypeScript - ๐Ÿž Fix Table `FilterDropdownProps` TypeScript definition. [#22895](https://github.com/ant-design/ant-design/pull/22895) [@zhangyu1818](https://github.com/zhangyu1818) - ๐Ÿž Fix Form `Store` and `StoreValue` TypeScript definition. [#22755](https://github.com/ant-design/ant-design/pull/22755) [@shaodahong](https://github.com/shaodahong) ## 4.1.0 `2020-03-29` - ๐Ÿ”ฅ Support compact mode theme. [#22126](https://github.com/ant-design/ant-design/pull/22126) [@AshoneA](https://github.com/AshoneA) - ๐Ÿ”ฅ New Space component to resolve inline component margin style. [#22363](https://github.com/ant-design/ant-design/pull/22363) - ๐Ÿ”ฅ DatePicker support quarter picker. [#22468](https://github.com/ant-design/ant-design/pull/22468) - ๐Ÿ†• Tree/TreeSelect/Select support `virtual` prop to disable virtual scroll. [#21955](https://github.com/ant-design/ant-design/pull/21955) - ๐Ÿ†• Improve Pagination switch experience. [#22711](https://github.com/ant-design/ant-design/pull/22711) - Pagination will show size changer when `total > 50`. - Unify Pagination items to fixed length. - Change default size options to `10, 20, 50, 100`. - Table - ๐Ÿ†• Table pagination `position` add more option. [#22647](https://github.com/ant-design/ant-design/pull/22647) [@hengkx](https://github.com/hengkx) - ๐Ÿ†• Table selection column support `renderCell`. [#21711](https://github.com/ant-design/ant-design/pull/21711) - ๐Ÿ†• Table sorter adding hint tooltip and a new prop `showSorterTooltip`. [#21631](https://github.com/ant-design/ant-design/pull/21631) [@AshoneA](https://github.com/AshoneA) - ๐Ÿ†• Tag component support `icon` prop. [#22418](https://github.com/ant-design/ant-design/pull/22418) [@vtsybulin](https://github.com/vtsybulin) - ๐Ÿ†• Grid add `useBreakpoint` hook. [#22226](https://github.com/ant-design/ant-design/pull/22226) - ๐Ÿ†• Card support `tabProps`. [#22207](https://github.com/ant-design/ant-design/pull/22207) - ๐Ÿ†• Pagination add `autoResize` prop. [#21959](https://github.com/ant-design/ant-design/pull/21959) [@wendellhu95](https://github.com/wendellhu95) - ๐Ÿ†• Add render props support for Popover/Popconfirm. [#22034](https://github.com/ant-design/ant-design/pull/22034) [@nossbigg](https://github.com/nossbigg) - ๐Ÿ†• TimePicker.RangePicker support `order` prop. [#21948](https://github.com/ant-design/ant-design/pull/21948) - ๐Ÿ†• Carousel `dots` support object to pass `className`. [#21848](https://github.com/ant-design/ant-design/pull/21848) - ๐Ÿ†• Form `validateMessages` support `${label}` variable. [#21835](https://github.com/ant-design/ant-design/pull/21835) - ๐Ÿ†• Expose all Dropdown props in Breadcrumb.Item. [#20763](https://github.com/ant-design/ant-design/pull/20763) [@paranoidjk](https://github.com/paranoidjk) - โŒจ๏ธ Improve Tabs Accessibility. [#22287](https://github.com/ant-design/ant-design/pull/22287) - Add Tabs `keyboard` prop. - Tabs `extraContent` don't trigger keyboard navigation now. - ๐Ÿ›  Warning Form.Item with `defaultValue` when it's controlled. [#22571](https://github.com/ant-design/ant-design/pull/22571) - ๐Ÿ›  Menu.Item Tooltip could be hidden by falsy `title` prop. [#22202](https://github.com/ant-design/ant-design/pull/22202) - ๐Ÿ›  Typography `onExpand` function suppor