--- 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.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 support event parameter. [#22092](https://github.com/ant-design/ant-design/pull/22092) [@BlazPocrnja](https://github.com/BlazPocrnja) - ๐Ÿ›  Simplify Popconfirm and Popover dom structure. [#22052](https://github.com/ant-design/ant-design/pull/22052) - ๐Ÿž Fix Autocomplete display `null` when `value` is `null`. [#21955](https://github.com/ant-design/ant-design/pull/21955) - ๐Ÿž Adjust Drawer close button without `title` style to avoid overlap with scroll bar. [#22710](https://github.com/ant-design/ant-design/pull/22710) - ๐Ÿž Fix Calendar style details. [#22676](https://github.com/ant-design/ant-design/pull/22676) - Table - ๐Ÿž Fix Table fixed column shadow style in Safari. [#22680](https://github.com/ant-design/ant-design/pull/22680) - ๐Ÿž Fix Table style affect nest table element. [#22643](https://github.com/ant-design/ant-design/pull/22643) - ๐Ÿž Fix Table `emptyText` is not centered and show pagination when empty data. [#22548](https://github.com/ant-design/ant-design/pull/22548) [@hengkx](https://github.com/hengkx) - ๐Ÿž Fix Table `rowSelection` event bubbling with `onRow`. [#22566](https://github.com/ant-design/ant-design/pull/22566) [@hengkx](https://github.com/hengkx) - ๐Ÿž Fix Input with `suffix` only align style issue. [#22603](https://github.com/ant-design/ant-design/pull/22603) - ๐Ÿž Fix Alert cannot work with Tooltip/Popover. [#22594](https://github.com/ant-design/ant-design/pull/22594) - ๐Ÿž Fix nest dynamic Form.Item get react unmounted update warning. [#22575](https://github.com/ant-design/ant-design/pull/22575) - ๐Ÿ’„ Adjust Tag `processing` status color. [#22303](https://github.com/ant-design/ant-design/pull/22303) - ๐Ÿ’„ Remove Select dropdown group title mouse click style. [#22581](https://github.com/ant-design/ant-design/pull/22581) - ๐Ÿ’„ Redesign Table filter menu buttons and fix Dropdown edge `padding` style. [#22072](https://github.com/ant-design/ant-design/pull/22072) - ๐Ÿ’„ Move `@form-item-label-height` from form styles to theme variables. [#22600](https://github.com/ant-design/ant-design/pull/22600) [@slavakam](https://github.com/slavakam) - ๐Ÿ’„ Add less variables `@link-focus-decoration` and `@link-focus-outline`. [#22511](https://github.com/ant-design/ant-design/pull/22511) - ๐Ÿ’„ add separator cursor `disabled` of DatePicker. [#22563](https://github.com/ant-design/ant-design/pull/22563) - RTL - ๐Ÿ’„ Optimize Checkbox `inner` RTL style issue. [#22627](https://github.com/ant-design/ant-design/pull/22627) - ๐Ÿž Optimize Upload `picture-card` RTL style issue. [#22630](https://github.com/ant-design/ant-design/pull/22630) - ๐Ÿž Fix Badge RTL number style issue. [#22665](https://github.com/ant-design/ant-design/pull/22665) - ๐Ÿž Fix Select RTL style issue when select multiple options can be cleared. [#22596](https://github.com/ant-design/ant-design/pull/22596) - ๐Ÿž Fix Progress RTL style issue. [#22558](https://github.com/ant-design/ant-design/pull/22558) - ๐Ÿž Fix Badge RTL style issue. [#22551](https://github.com/ant-design/ant-design/pull/22551) - ๐Ÿž Fix Input RTL style issue. [#22525](https://github.com/ant-design/ant-design/pull/22525) - ๐Ÿž Fix Steps RTL style issue. [#22523](https://github.com/ant-design/ant-design/pull/22523) - ๐Ÿ’„ Optimize Tabs RTL icon style issue. [#22653](https://github.com/ant-design/ant-design/pull/22653) - ๐Ÿ’„ Optimize Input.Group RTL style issue. [#22624](https://github.com/ant-design/ant-design/pull/22624) - ๐Ÿ’„ Optimize Timeline label mode RTL style issue. [#22652](https://github.com/ant-design/ant-design/pull/22652) - ๐Ÿ’„ Optimization Select dropdown group RTL style issue. [#22584](https://github.com/ant-design/ant-design/pull/22584) - ๐Ÿ’„ Optimization Dropdown.Button RTL style issue. [#22519](https://github.com/ant-design/ant-design/pull/22519) - Typescript - ๐Ÿ›  replace deprecated `React.SFC` with `React.FC`. [#22691](https://github.com/ant-design/ant-design/pull/22691) [@Rustin-Liu](https://github.com/Rustin-Liu) - ๐Ÿž Fix Form.Item `children` definition. [#22662](https://github.com/ant-design/ant-design/pull/22662) ## 4.0.4 `2020-03-23` - ๐Ÿž Fix AutoComplete clear icon overlap issue on search icon. [#22310](https://github.com/ant-design/ant-design/pull/22310) - ๐Ÿž Fix Button align issue when is `disabled` and wrapped by Tooltip. [#22461](https://github.com/ant-design/ant-design/pull/22461) - ๐Ÿž Fix Cascader search need to press down arrow twice to select item. [#22216](https://github.com/ant-design/ant-design/pull/22216) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿž Fix Carousel cannot works on Snowpack. [#22507](https://github.com/ant-design/ant-design/pull/22507) - ๐Ÿž Fix ConfigProvider `componentSize` not works on DatePicker.RangePicker. [#22486](https://github.com/ant-design/ant-design/pull/22486) - ๐Ÿž Fix Descriptions cannot fit to small container width. [#22407](https://github.com/ant-design/ant-design/pull/22407) - โšก๏ธ Optimization Form.Item with multiple noStyle children Form.Item message collection performance. [#22410](https://github.com/ant-design/ant-design/pull/22410) - ๐Ÿž Fix Grid broken style using Col without `span`. [#22455](https://github.com/ant-design/ant-design/pull/22455) - ๐Ÿ’„ Add InputNumber RTL style. [#22434](https://github.com/ant-design/ant-design/pull/22434) - Menu - ๐Ÿ›  Menu inherit `line-height` from header. [#16142](https://github.com/ant-design/ant-design/pull/16142) [@sheerun](https://github.com/sheerun) - ๐Ÿž Fix Menu unexpected scrollbar when show and hide. [#22248](https://github.com/ant-design/ant-design/pull/22248) - ๐Ÿž Fix Progress Dashboard won't allow `gapDeg` to be `0`. [#22462](https://github.com/ant-design/ant-design/pull/22462) [@thisrabbit](https://github.com/thisrabbit) - ๐Ÿ›  Adjust Radio.Group logic that `value` is `undefined` should be uncontrolled mode. [#22245](https://github.com/ant-design/ant-design/pull/22245) - โšก๏ธ Reduce Row unnecessary render when `gutter` is array. [#22475](https://github.com/ant-design/ant-design/pull/22475) [@dolfje](https://github.com/dolfje) - ๐Ÿ’„ Tweak RangePicker arrow shadow style. [#22406](https://github.com/ant-design/ant-design/pull/22406) - ๐Ÿž Fix Select dropdown menu vertical padding. [#22251](https://github.com/ant-design/ant-design/pull/22251) - ๐Ÿž Fix Slider tooltip crash when with `nullable` value. [#22482](https://github.com/ant-design/ant-design/pull/22482) - Table - ๐Ÿž Fix Table ColumnGroup with controlled `sorterOrder` not working issue. [#22450](https://github.com/ant-design/ant-design/pull/22450) - ๐Ÿž Fix Table border radius style. [#22413](https://github.com/ant-design/ant-design/pull/22413) [@akshatmittal](https://github.com/akshatmittal) - ๐Ÿž Fix Table fixed column height issue. [#22367](https://github.com/ant-design/ant-design/pull/22367) - ๐ŸžFix Table row expand icon show error in ipad. [#22334](https://github.com/ant-design/ant-design/pull/22334) [@BugHiding](https://github.com/BugHiding) - ๐Ÿ›  Table `column.filter` support `boolean` value. [#22277](https://github.com/ant-design/ant-design/pull/22277) [@xudongdev](https://github.com/xudongdev) - ๐Ÿž Fix Table filter no working when only set `onFilter`. [#22317](https://github.com/ant-design/ant-design/pull/22317) - ๐Ÿž Fix TreeSelect `treeIcon` not working. [#22437](https://github.com/ant-design/ant-design/pull/22437) - ๐Ÿž Refactor DirectoryTree to fix deprecated warning. [#22318](https://github.com/ant-design/ant-design/pull/22318) - ๐Ÿž Fix Typography nest list style issue. [#22284](https://github.com/ant-design/ant-design/pull/22284) - ๐Ÿž Adjust Upload `onChange` return `fileList` is immutable data to avoid render issue. [#22322](https://github.com/ant-design/ant-design/pull/22322) - ๐ŸŒŽ Localization - ๐Ÿ‡ฉ๐Ÿ‡ช Updated German locale. [#22270](https://github.com/ant-design/ant-design/pull/22270) [@iChebbi](https://github.com/iChebbi) - ๐Ÿ‡ซ๐Ÿ‡ท Update French locale. [#22238](https://github.com/ant-design/ant-design/pull/22238) [@abenhamdine](https://github.com/abenhamdine) - Typescript - ๐Ÿž Omit Table `getCheckboxProps` typeof `checked`. [#22391](https://github.com/ant-design/ant-design/pull/22391) [@geekrainy](https://github.com/geekrainy) ## 4.0.3 `2020-03-14` - Menu - ๐Ÿž Fix Menu horizontal Item with nest Icon miss margin style. [#22021](https://github.com/ant-design/ant-design/pull/22021) - ๐Ÿž Fix Menu item wrong `title` when setting `getPopupContainer`. [#22182](https://github.com/ant-design/ant-design/pull/22182) - ๐Ÿ’„ Optimize the style of Icon in Menu. [#22090](https://github.com/ant-design/ant-design/pull/22090) [@x1mrdonut1x](https://github.com/x1mrdonut1x) - ๐Ÿž Fix Avatar in horizontal Menu `margin` issue. [#22038](https://github.com/ant-design/ant-design/pull/22038) [#22033](https://github.com/ant-design/ant-design/pull/22033) - Slider - ๐Ÿž Fix an issue where the position of 'slider handle' is incorrect in the vertical case of Slider. [#22135](https://github.com/ant-design/ant-design/pull/22135) [@wendellhu95](https://github.com/wendellhu95) - ๐Ÿ’„ Fix Slider missing `focus` style. [#22161](https://github.com/ant-design/ant-design/pull/22161) - Table - ๐Ÿž Fix ConfigProvider not work on Table filter dropdown. [#22133](https://github.com/ant-design/ant-design/pull/22133) - ๐Ÿž Fix Table nest tree column expandable style issue with fixed column. [#22131](https://github.com/ant-design/ant-design/pull/22131) - ๐Ÿž Fix an issue where Table filtering throws `cannot read property 'map' of undefined`. [#22096](https://github.com/ant-design/ant-design/pull/22096) [@yoyo837](https://github.com/yoyo837) - ๐Ÿž Fix Table expandable column not fixed when selection column is fixed. [#22087](https://github.com/ant-design/ant-design/pull/22087) - ๐Ÿž Fix Table filter menu reset not working. [#22079](https://github.com/ant-design/ant-design/pull/22079) [@shaodahong](https://github.com/shaodahong) - ๐Ÿž Fix Table filter sub menu max height with many items. [#22230](https://github.com/ant-design/ant-design/pull/22230) - Form - ๐Ÿ’„ Optimize the responsive and box model performance of The Form. [#21907](https://github.com/ant-design/ant-design/pull/21907) [@shaodahong](https://github.com/shaodahong) - ๐Ÿž Fix FormItem hooks render error. [#22053](https://github.com/ant-design/ant-design/pull/22053) [@kagawagao](https://github.com/kagawagao) - ๐Ÿž Fixed the problem of using custom icons to wrap in Input.Group. [#22197](https://github.com/ant-design/ant-design/pull/22197) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿ’„ Adjust Select single padding style to avoid tweak with dropdown. [#22167](https://github.com/ant-design/ant-design/pull/22167) - ๐Ÿ’„ Fix Calendar header select ellipsis bug. [#22148](https://github.com/ant-design/ant-design/pull/22148) - ๐Ÿ’„ Fixed Dropdown content and icons overlapping. [#22098](https://github.com/ant-design/ant-design/pull/22098) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿž Fix Select ellipsis bug in Firefox. [#22101](https://github.com/ant-design/ant-design/pull/22101) - ๐Ÿž Remove PageHeader unnecessary `overflow: hidden` style,Optimize PageHeader extra buttons responsive design. [#22030](https://github.com/ant-design/ant-design/pull/22030) - ๐Ÿž Fix TextArea `autoSize` don't scroll bottom in Firefox. [#22014](https://github.com/ant-design/ant-design/pull/22014) - ๐Ÿ‡ซ๐Ÿ‡ท The full fr_FR internationalized text. [#22122](https://github.com/ant-design/ant-design/pull/22122) [@PaulJln](https://github.com/PaulJln) - RTL - ๐Ÿ’„ Optimize the style of Pagination in RTL mode. [#22155](https://github.com/ant-design/ant-design/pull/22155) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿ’„ Fixed the icon style with Cascader RTL. [#22191](https://github.com/ant-design/ant-design/pull/22191) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿ’„ Optimize the Checkbox.Group style in RTL mode. [#22186](https://github.com/ant-design/ant-design/pull/22186) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿ’„ Optimize Radio.Button style issues in RTL mode. [#22066](https://github.com/ant-design/ant-design/pull/22066) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿž Optimize table-pinned style issues that are listed under RTL. [#21914](https://github.com/ant-design/ant-design/pull/21914) [@saeedrahimi](https://github.com/saeedrahimi) - ๐Ÿ’„ Adjust the direction of the Dropdown icon in RTL mode. [#22104](https://github.com/ant-design/ant-design/pull/22104) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿ’„ Optimize the Breadcrumb style in RTL mode. [#22159](https://github.com/ant-design/ant-design/pull/22159) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿ’„ Optimize the style of the Steps component in RTL mode. [#22175](https://github.com/ant-design/ant-design/pull/22175) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿ’„ Optimize styles in RTL mode with form feedback. [#22222](https://github.com/ant-design/ant-design/pull/22222) - TypeScript - ๐Ÿ”ท Update the `operation` type definition of FormList. [#22058](https://github.com/ant-design/ant-design/pull/22058) [@kagawagao](https://github.com/kagawagao) - ๐Ÿ”ท Update the definition of the `trigger` parameter for components such as Tooltip. [#22043](https://github.com/ant-design/ant-design/pull/22043) [@wendellhu95](https://github.com/wendellhu95) ## 4.0.2 `2020-03-08` - Form - ๐Ÿž Fix nest Form.Item dynamic remove will warning in React. [#21896](https://github.com/ant-design/ant-design/pull/21896) - โšก๏ธ Form `useForm` now return same instance for perfermance. [#21927](https://github.com/ant-design/ant-design/pull/21927) - โšก๏ธ Refactor Form.Item render logic that will only render once when children is a pure component. [#21991](https://github.com/ant-design/ant-design/pull/21991) - โšก๏ธ FormContext use a memoized value to avoid trigger FormItem's unintentional renders. [#21980](https://github.com/ant-design/ant-design/pull/21980) [@qiqiboy](https://github.com/qiqiboy) - Table - ๐Ÿž Fix Table dropdown popup at abnormal direction. [#21905](https://github.com/ant-design/ant-design/pull/21905) - ๐Ÿž Fix Table `expandIconColumnIndex` display order with `rowSelection`. [#21915](https://github.com/ant-design/ant-design/pull/21915) - ๐Ÿž Fix Table `size="small"` header background color is not same as other size. [#21942](https://github.com/ant-design/ant-design/pull/21942) - ๐Ÿž Fix Table `className` and `style` works on wrong node. [#21974](https://github.com/ant-design/ant-design/pull/21974) - Select - ๐Ÿž Fix Select align issue with empty string value. [#21880](https://github.com/ant-design/ant-design/pull/21880) - ๐Ÿž Fix small size Select tag text not align middle. [#21940](https://github.com/ant-design/ant-design/pull/21940) [@xrkffgg](https://github.com/xrkffgg) - Menu - ๐Ÿž Fix Menu bottom margin is missing. [#21867](https://github.com/ant-design/ant-design/pull/21867) - ๐Ÿž Fix horizontal Menu extra margin of Menu.Item with only icon. [#21925](https://github.com/ant-design/ant-design/pull/21925) - ๐Ÿž Fix Menu popup menu overflow issue when contains too many items. [#21930](https://github.com/ant-design/ant-design/pull/21930) - ๐Ÿž Fix Badge animation when switch between 10 and 11. [#21834](https://github.com/ant-design/ant-design/pull/21834) [@wendellhu95](https://github.com/wendellhu95) - ๐Ÿž Fix Radio.Button inside Tooltip throws `Function components cannot be given refs` warning. [#21895](https://github.com/ant-design/ant-design/pull/21895) [@AshoneA](https://github.com/AshoneA) - ๐Ÿž Fix Descriptions miss style when content is falsy. [#21901](https://github.com/ant-design/ant-design/pull/21901) - ๐Ÿž Fix DatePicker cursor style on `seperator`. [#21937](https://github.com/ant-design/ant-design/pull/21937) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿž Fix ConfigProvider `prefixCls` not working on Input.Password. [#21953](https://github.com/ant-design/ant-design/pull/21953) [@tdida](https://github.com/tdida) - ๐Ÿž Fix Carousel `dots` not align center. [#21960](https://github.com/ant-design/ant-design/pull/21960) [@liusiasi](https://github.com/liusiasi) - ๐Ÿž Fix Input.Search border style in `rtl` mode. [#21946](https://github.com/ant-design/ant-design/pull/21946) [@xrkffgg](https://github.com/xrkffgg) - Less - ๐Ÿ†• Add `@outline-fade` variable. [#20227](https://github.com/ant-design/ant-design/pull/20227) [@Satloff](https://github.com/Satloff) - ๐Ÿ†• Add `@form-item-label-height` variable. [#21912](https://github.com/ant-design/ant-design/pull/21912) - TypeScript - ๐ŸŒŸ Improve Form.Item `renderProps` definite. [#21911](https://github.com/ant-design/ant-design/pull/21911) ## 4.0.1 `2020-03-04` - Form - ๐Ÿž Fix Form help control will get `react@16.13` warning. [#21800](https://github.com/ant-design/ant-design/pull/21800) [#21702](https://github.com/ant-design/ant-design/pull/21702) - ๐Ÿž Fix Form.Item exceed Form width when content is too long. [#21682](https://github.com/ant-design/ant-design/pull/21682) - Input - ๐Ÿž Fix TextArea style get warning in `react@16.13`. [#21703](https://github.com/ant-design/ant-design/pull/21703) - ๐Ÿž Fix Input.Search extra border when has `prefix`. [#21753](https://github.com/ant-design/ant-design/pull/21753) - Table - ๐Ÿž Fix Table column with `filtered` not working. [#21825](https://github.com/ant-design/ant-design/pull/21825) - ๐Ÿž Fix Table locale not work. [#21772](https://github.com/ant-design/ant-design/pull/21772) - ๐Ÿž Fix Table.Column `sortOrder` is not working in JSX mode. [#21719](https://github.com/ant-design/ant-design/pull/21719) - ๐Ÿž Fix Table fixed column with sorted status style issue. [#21679](https://github.com/ant-design/ant-design/pull/21679) - ๐Ÿž Fix Dropdown menu arrow position. [#21768](https://github.com/ant-design/ant-design/pull/21768) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿž Fix List `bordered` and `split` props conflict. [#21784](https://github.com/ant-design/ant-design/pull/21784) [@MXWXZ](https://github.com/MXWXZ) - ๐Ÿž Fix Menu.Item `a` tag hidden bug. [#21699](https://github.com/ant-design/ant-design/pull/21699) [@shaodahong](https://github.com/shaodahong) - ๐Ÿž Fix `message.open` crash when `icon` is not passed. [#21747](https://github.com/ant-design/ant-design/pull/21747) [@AshoneA](https://github.com/AshoneA) - ๐Ÿž Fix Result `status` cannot assigned to string or number type. [#21691](https://github.com/ant-design/ant-design/pull/21691) - ๐Ÿž Fix Descriptions warning for duplicate key. [#21688](https://github.com/ant-design/ant-design/pull/21688) - ๐Ÿ’„ Optimize Calendar header style in small screen. [#21813](https://github.com/ant-design/ant-design/pull/21813) - ๐Ÿ’„ Radio.Group not wrapping now. [#21813](https://github.com/ant-design/ant-design/pull/21813) - ๐Ÿ›  Refactor icons import code to reduce webpack disabled tree shaking bundle size. [#21752](https://github.com/ant-design/ant-design/pull/21752) - Typescript - ๐Ÿž Fix Radio.Button type error. [#21807](https://github.com/ant-design/ant-design/pull/21807) [@jhoneybee](https://github.com/jhoneybee) - ๐Ÿž fix `TreeSelect.SHOW_*` type. [#21791](https://github.com/ant-design/ant-design/pull/21791) [@TennyZhuang](https://github.com/TennyZhuang) - ๐Ÿž Fix TreeSelect missing `suffix` define. [#21714](https://github.com/ant-design/ant-design/pull/21714) - ๐Ÿž Fix Drawer `forceRender` TypeScript definite. [#21774](https://github.com/ant-design/ant-design/pull/21774) - ๐Ÿž Fix Tree `treeData` define. [#21756](https://github.com/ant-design/ant-design/pull/21756) - ๐Ÿž Fix Form.Item `renderProps` return type define. [#21716](https://github.com/ant-design/ant-design/pull/21716) ## 4.0.0 `2020-02-28` - ๐Ÿ† Ant Design v4 is out! Check [here](https://github.com/ant-design/ant-design/issues/21656) for more info. - ๐Ÿž Breadcrumb use `path` as default key to fix `name` key conflict. [#21583](https://github.com/ant-design/ant-design/pull/21583) [@douxc](https://github.com/douxc) - ๐ŸŒŸ Timeline.Item support `label`. [#21560](https://github.com/ant-design/ant-design/pull/21560) [@shaodahong](https://github.com/shaodahong) - ๐Ÿž Fix Table filter menu max height style with many items. [#21602](https://github.com/ant-design/ant-design/pull/21602) - ๐Ÿ’„ Add the Calendar component's custom default font color for display content. [#21598](https://github.com/ant-design/ant-design/pull/21598) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿšฎ Remove DatePicker legacy cell className for custom cell style. [#21589](https://github.com/ant-design/ant-design/pull/21589) - ๐Ÿž Fix RangePicker style render bug in IE11. [#21587](https://github.com/ant-design/ant-design/pull/21587) - ๐Ÿ›  Progress `strokeColor` now will ignore incorrect percent. [#21564](https://github.com/ant-design/ant-design/pull/21564) [@AshoneA](https://github.com/AshoneA) - ๐Ÿž Fix Progress `trailColor` not working when `type=line`. [#21552](https://github.com/ant-design/ant-design/pull/21552) [@AshoneA](https://github.com/AshoneA) - ๐Ÿž Fix the background of the components in the pop-up components in the dark theme. [#21299](https://github.com/ant-design/ant-design/pull/21299) - ๐Ÿ’„ Optimization under the dark theme color swatches transparency. - ๐ŸŒŸ new less variable `@popover-customize-border-color`, `@list-customize-card-bg`, `@table-expand-icon-bg`, `@steps-background`, `@pagination-item-input-bg` for theme customization. ## 4.0.0-rc.6 `2020-02-24` - Form - ๐ŸŒŸ support `scrollToFirstError` to simplify submit scroll logic. [#21462](https://github.com/ant-design/ant-design/pull/21462) - ๐Ÿž Fix Form.Item with `help` align style. [#21476](https://github.com/ant-design/ant-design/pull/21476) - ๐Ÿž Fix Form throw error when using BraftEditor. [#21425](https://github.com/ant-design/ant-design/pull/21425) - ๐Ÿž Fix Form fields shake when switching the validing info. [#21302](https://github.com/ant-design/ant-design/pull/21302) [@yoyo837](https://github.com/yoyo837) - Upload - ๐ŸŒŸ Upload added `removeIcon` and `downloadIcon` properties. [#21363](https://github.com/ant-design/ant-design/pull/21363) [@sdhr27](https://github.com/sdhr27) - ๐Ÿž Fix Upload identify types of image logic errors. [#21473](https://github.com/ant-design/ant-design/pull/21473) [@holynewbie](https://github.com/holynewbie) - Input - ๐Ÿž Fix Input with `readOnly` still clearable by `allowClear`. [#21494](https://github.com/ant-design/ant-design/pull/21494) - ๐Ÿž Fix Input click with `prefix` / `suffix` not get focused. [#21413](https://github.com/ant-design/ant-design/pull/21413) - Table - ๐Ÿž Fix Table selection crash when record children is `null`. [#21528](https://github.com/ant-design/ant-design/pull/21528) - ๐Ÿž Fix Table fixed column style with `small` size. [#21431](https://github.com/ant-design/ant-design/pull/21431) - Descriptions - ๐Ÿž Fix `label` does not have the problem of still rendering the label element when not using `bordered`. [#21542](https://github.com/ant-design/ant-design/pull/21542) - ๐Ÿž Fix Non-bordered titles under `vertical` are also a problem for `td`. [#21542](https://github.com/ant-design/ant-design/pull/21542) - ๐Ÿž Fix `vertical` and `bordered` layout issues. [#21542](https://github.com/ant-design/ant-design/pull/21542) - ๐Ÿž Fix the problem of `style` not working on `Item`. [#21542](https://github.com/ant-design/ant-design/pull/21542) - ๐Ÿž Fix `th` will also get the useless `-colon` className problem under `border`. [#21542](https://github.com/ant-design/ant-design/pull/21542) - ๐ŸŒŸ Select added `tagRender` for customized tag rendering. [#21064](https://github.com/ant-design/ant-design/pull/21064) [@fguitton](https://github.com/fguitton) - ๐Ÿ’„ Picker `onPanelChange` will also trigger when panel value changed. [#21455](https://github.com/ant-design/ant-design/pull/21455) - ๐Ÿž Fix Notification first call multiple time can not stack. [#21531](https://github.com/ant-design/ant-design/pull/21531) - ๐Ÿž Fix TreeSelect popup do not update issue. [#21410](https://github.com/ant-design/ant-design/pull/21410) - ๐Ÿ’„ Optimize Upload `showDownloadIcon` default doesn't show. [b4636](https://github.com/ant-design/ant-design/commit/b4636ab2dfdb006c14bdb3d5d7de09e1650c3567) - ๐Ÿ’„ Tweak Divider inner text `padding` and add `@divider-text-padding`. [#21407](https://github.com/ant-design/ant-design/pull/21407) - Typescript - ๐Ÿž Fix Form types. [#21483](https://github.com/ant-design/ant-design/pull/21483) [#21411](https://github.com/ant-design/ant-design/pull/21411) ## 4.0.0-rc.5 `2020-02-16` - ๐Ÿž Fix Form.Item `validateFirst` prevent form submit. [#21329](https://github.com/ant-design/ant-design/pull/21329) - ๐Ÿž Fix InputNumber cursor position issue when deleting consecutive identical numbers. [#21344](https://github.com/ant-design/ant-design/pull/21344) - ๐Ÿ’„ Remove Menu excess background color. [#21365](https://github.com/ant-design/ant-design/pull/21365) - ๐Ÿ’„ Optimize the mouse style for the `disabled` state of the DatePicker component. [#21352](https://github.com/ant-design/ant-design/pull/21352) - ๐Ÿž Fix Affix throws `Cannot read property getBoundingClientRect` in mobile device. [#21350](https://github.com/ant-design/ant-design/pull/21350) - ๐Ÿž Fix the problem that the label width is incorrect when the screen is less than `xs`. [#21222](https://github.com/ant-design/ant-design/pull/21222) - ๐Ÿž Fix Input `size` is `large` height style. [#21338](https://github.com/ant-design/ant-design/pull/21338) - ๐Ÿž Fix Badge `color` not working when contains children. [#21333](https://github.com/ant-design/ant-design/pull/21333) - ๐Ÿž Fix Alert close button extra padding. [#21325](https://github.com/ant-design/ant-design/pull/21325) - ๐Ÿ’„ Tweak Steps 1px align issue. [#21306](https://github.com/ant-design/ant-design/pull/21306) - ๐Ÿ’„ Fix legacy Button.Group `large` size style issue. [#21307](https://github.com/ant-design/ant-design/pull/21307) - ๐Ÿ’„ Fix Input border radius with suffix, style in Firefox, TextArea allowClear style issues. [#21316](https://github.com/ant-design/ant-design/pull/21316) - ๐Ÿž Pagination will pass `disabled` prop to prev/next buttons return by `itemRender`. [#21361](https://github.com/ant-design/ant-design/pull/21361) - ๐Ÿ‡ฆ๐Ÿ‡ฟ Added Azerbaijani translation. [#21387](https://github.com/ant-design/ant-design/pull/21387) [@orkhan-huseyn](https://github.com/orkhan-huseyn) - Typescript - ๐Ÿ”ท Menu export `MenuItemGroupProps`. [#21356](https://github.com/ant-design/ant-design/pull/21356) - ๐Ÿ”ท Table export `ColumnProps`. [#21321](https://github.com/ant-design/ant-design/pull/21321) ## 4.0.0-rc.4 `2020-02-09` - ๐Ÿ“– Add [color palette](https://preview-21101-ant-design.surge.sh/docs/spec/dark-cn#%E5%9F%BA%E7%A1%80%E8%89%B2%E6%9D%BF) and [palette generation tool](https://preview-21101-ant-design.surge.sh/docs/spec/dark-cn#%E8%89%B2%E6%9D%BF%E7%94%9F%E6%88%90%E5%B7%A5%E5%85%B7) for dark theme. [#21101](https://github.com/ant-design/ant-design/pull/21101) - ๐ŸŒŸ Add `style` field for `options` prop of Checkbox.Group and Radio.Group. [#21219](https://github.com/ant-design/ant-design/pull/21219) - ๐ŸŒŸ Add `validateFirst` prop for Form.Item. [#21178](https://github.com/ant-design/ant-design/pull/21178) - ๐ŸŒŸ Add `useModal` hook for Modal to support `context` access. [#20949](https://github.com/ant-design/ant-design/pull/20949) - ๐ŸŒŸ Add `useNotification` hook for Notification to support `context` access. [#21275](https://github.com/ant-design/ant-design/pull/21275) - ๐ŸŒŸ Add `bordered` prop for Selectใ€TreeSelectใ€DatePickerใ€TimePicker and Cascader. [#21242](https://github.com/ant-design/ant-design/pull/21242) - ๐ŸŒŸ Add `selectAllLabels` prop for Transfer. [#21139](https://github.com/ant-design/ant-design/pull/21139) [@morenyang](https://github.com/morenyang) - ๐Ÿ’„ Redesign the style of ink bar for Tabs. [#21256](https://github.com/ant-design/ant-design/pull/21256) - ๐Ÿ’„ Add less variable `@form-item-label-font-size`. [#21216](https://github.com/ant-design/ant-design/pull/21216) - ๐Ÿž Fix Badge style for Badge with Typography. [#21235](https://github.com/ant-design/ant-design/pull/21235) - ๐Ÿž Fix Checkbox not work when Checkbox and Checkbox.Group are separated by other component. [#21146](https://github.com/ant-design/ant-design/pull/21146) [@morenyang](https://github.com/morenyang) - ๐Ÿž Fix Collapse.Panel wrong content width when `extra` prop is set. [#21202](https://github.com/ant-design/ant-design/pull/21202) [@zhiyuc123](https://github.com/zhiyuc123) - Form - ๐Ÿž Fix Form.Item `required` validation not work when name is not set. [#21168](https://github.com/ant-design/ant-design/pull/21168) - ๐Ÿž Fix Form.Item data binding not work when `name` is `0`. [#21186](https://github.com/ant-design/ant-design/pull/21186) [@wanjas](https://github.com/wanjas) - ๐Ÿž Fix Form.Item shaking when `help` prop change from valuable to `undefined`. [#21211](https://github.com/ant-design/ant-design/pull/21211) - Input - ๐Ÿž Fix worng validating style when `prefix` is set. [#21121](https://github.com/ant-design/ant-design/pull/21121) - ๐Ÿž Fix `size` prop not work when `prefix` or `affix` is set. [#21290](https://github.com/ant-design/ant-design/pull/21290) [@yoyo837](https://github.com/yoyo837) - ๐Ÿž Fix Radio.Group style with Badge. [#21215](https://github.com/ant-design/ant-design/pull/21215) - ๐Ÿž Fix Select no margin between lines when mode is `tags` or `multiple`. [#21175](https://github.com/ant-design/ant-design/pull/21175) - ๐Ÿž Fix Slider dots focus style. [#21244](https://github.com/ant-design/ant-design/pull/21244) [@Kermit-Xuan](https://github.com/Kermit-Xuan) - ๐Ÿž Fix Steps icon not align when `size="small"` and `labelPlacement="vertical"`. [#21258](https://github.com/ant-design/ant-design/pull/21258) - Table - ๐Ÿž Fix `expandIcon` prop not work when data item has no `children` field. [#21169](https://github.com/ant-design/ant-design/pull/21169) - ๐Ÿž Fix Column `sorter` prop not work. [#21194](https://github.com/ant-design/ant-design/pull/21194) - ๐Ÿž Fix custom filter's typing not work. [#21218](https://github.com/ant-design/ant-design/pull/21218) - ๐Ÿž Fix TimePicker `defaultOpenValue` prop not work. [#21198](https://github.com/ant-design/ant-design/pull/21198) - Transfer - ๐Ÿž Fix wrong unit for checkbox label of header. [#21136](https://github.com/ant-design/ant-design/pull/21136) [@morenyang](https://github.com/morenyang) - ๐Ÿž Fix icon not align in search input. [#21247](https://github.com/ant-design/ant-design/pull/21247) - ๐Ÿž Fix Typography not focus at the end of textarea when editable is true. [#21268](https://github.com/ant-design/ant-design/pull/21268) ## 4.0.0-rc.3 `2020-01-27` - ๐Ÿ›  Use native Date instead of moment to get timestamp in Countdown component. [#21108](https://github.com/ant-design/ant-design/pull/21108) [@morenyang](https://github.com/morenyang) - ๐Ÿž Fix Input `suffix / prefix` style issue with `addonBefore / addonAfter`. [#21105](https://github.com/ant-design/ant-design/pull/21105) - ๐Ÿ’„ Improved Timeline component style in RTL mode. [#21068](https://github.com/ant-design/ant-design/pull/21068) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿ’„ Update `clearfix` mixin to remove legacy `zoom` descriptor. [#21109](https://github.com/ant-design/ant-design/pull/21109) [@morenyang](https://github.com/morenyang) - ๐Ÿ’„Card component use `@font-size-base` instead of inline `14px`. [#21107](https://github.com/ant-design/ant-design/pull/21107) [@morenyang](https://github.com/morenyang) - ๐Ÿ’„ Adjust Layout component to let `className` get higher priority. [#21074](https://github.com/ant-design/ant-design/pull/21074) [@yoyo837](https://github.com/yoyo837) - Typescript - ๐Ÿž Fix Tree wrong event type of AntTreeNodeMouseEvent. [#21102](https://github.com/ant-design/ant-design/pull/21102) [@Jirka-Lhotka](https://github.com/Jirka-Lhotka) - ๐Ÿž Fix Form.Item return type define. [#21067](https://github.com/ant-design/ant-design/pull/21067) ## 4.0.0-rc.2 `2020-01-21` - ๐Ÿ›  Refactor some demos to React hooks and TypeScript. [#21045](https://github.com/ant-design/ant-design/pull/21045) - ๐Ÿž Fixed Input/Select components align issue. [#20869](https://github.com/ant-design/ant-design/pull/20869) - Dropdown - ๐Ÿ†• Support `buttonsRender` to customize buttons. [#20815](https://github.com/ant-design/ant-design/pull/20815) - ๐Ÿž Tooltip doesn't disappear on `disabled` Dropdown.Button in Chrome. [#20960](https://github.com/ant-design/ant-design/pull/20960) - Input - ๐Ÿž Fixed Input `prefix` and `suffix` overlap with content issue. [#20872](https://github.com/ant-design/ant-design/pull/20872) - ๐Ÿž Fixed Input `placeholder` color in Firefox. [#20850](https://github.com/ant-design/ant-design/issues/20850) - Table - ๐Ÿž Fixed `onChange` return cached fresh sorter & filter state. [#20858](https://github.com/ant-design/ant-design/pull/20858) - ๐Ÿž Fixed problem that all-checkbox is checked when all the checkboxes are disabled. [#20968](https://github.com/ant-design/ant-design/pull/20968) - ๐Ÿž Fixed `locale.emptyText` not working. [#21024](https://github.com/ant-design/ant-design/pull/21024) - Select - ๐Ÿž Fixed `placeholder` wrap and align issue. [#20883](https://github.com/ant-design/ant-design/pull/20883) [#20884](https://github.com/ant-design/ant-design/pull/20884) - ๐Ÿž Fixed multiple Select left padding. [#20861](https://github.com/ant-design/ant-design/pull/20861) - ๐Ÿž Fixed multiple Select clean icon overlap issue. [#20914](https://github.com/ant-design/ant-design/pull/20914) - Form - ๐Ÿ†• Added scroll options as `scrollToField` argument. [#20774](https://github.com/ant-design/ant-design/pull/20774) - ๐Ÿž Fixed Form.Item update `help` makes layout shake. [#20886](https://github.com/ant-design/ant-design/pull/20886) - ๐Ÿž Fixed unexpected extra rerender when Form.Item is not a real Field. [#20963](https://github.com/ant-design/ant-design/pull/20963) - ๐Ÿž Fixed Form.Item ignore `help=""` issue. [#21026](https://github.com/ant-design/ant-design/pull/21026) - ๐Ÿž Fixed Form.Item `label` align bug in small screen. [#20836](https://github.com/ant-design/ant-design/issues/20836) - ๐Ÿž Fixed message cut shadow issue. [#20856](https://github.com/ant-design/ant-design/issues/20856) - ๐Ÿž Fixed Tooltip hidden when `title` is `0`. [#20894](https://github.com/ant-design/ant-design/pull/20894) - ๐Ÿž Fixed List `actions` inconsistent position. [#20897](https://github.com/ant-design/ant-design/pull/20897) - ๐Ÿ†• Add a visual list example for Tree. [#20911](https://github.com/ant-design/ant-design/pull/20911) - ๐Ÿž Fixed AutoComplete example styling issue. [#20946](https://github.com/ant-design/ant-design/pull/20946) - ๐Ÿ—‘ Removed AutoComplete useless `labelInValue`. [#20967](https://github.com/ant-design/ant-design/pull/20967) - ๐Ÿž Fixed Drawer `footerStyle` prop cause react warning. [#20983](https://github.com/ant-design/ant-design/pull/20983) - ๐Ÿž Fixed Breadcrumb style in `rtl` mode. [#21054](https://github.com/ant-design/ant-design/pull/21054) - ๐Ÿ’„ Tweak Layout `className` order to end. [#21041](https://github.com/ant-design/ant-design/pull/21041) - TypeScript - ๐Ÿž Export DatePicker related interface. [#20900](https://github.com/ant-design/ant-design/pull/20900) - Less variables - ๐Ÿ†• Readded `@border-radius-sm`. [#20818](https://github.com/ant-design/ant-design/pull/20818) - ๐Ÿ†• Added `@timeline-item-padding-bottom`. [#21013](https://github.com/ant-design/ant-design/pull/21013) - ๐Ÿ†• Added `@layout-header-color`. [#21033](https://github.com/ant-design/ant-design/pull/21033) ## 4.0.0-rc.1 `2020-01-11` - ๐ŸŒŸ Drawer Added `footer` and `footerStyle` properties. [#20690](https://github.com/ant-design/ant-design/pull/20690) [@DeanVanNiekerk](https://github.com/DeanVanNiekerk) - ๐ŸŒŸ Switch Added `@switch-min-width` and `@switch-sm-min-width` less variables. [#20829](https://github.com/ant-design/ant-design/pull/20829) [@abdih](https://github.com/abdih) - Table - ๐Ÿž Fix expanded icon not work when `expandRowByClick` is set. [#20808](https://github.com/ant-design/ant-design/pull/20808) - ๐Ÿž Fix expanded row width in scaled dom element and border style. [#20805](https://github.com/ant-design/ant-design/pull/20805) - ๐Ÿž Fix background color css priority too high to override user customize style. [#20794](https://github.com/ant-design/ant-design/pull/20794) - ๐Ÿž Fix `rowSelection` of `fixed` not work. [#20735](https://github.com/ant-design/ant-design/pull/20735) - ๐Ÿž Fix fixed columns in Chrome show the vertical scrollbar. [#20705](https://github.com/ant-design/ant-design/pull/20705) - ๐Ÿž Fix crash when columns with empty children. [#20703](https://github.com/ant-design/ant-design/pull/20703) - ๐Ÿ’„ Tweak Calendar basic style month drop-down box width and notice items of word order and card mode, select the size of the box. [#20790](https://github.com/ant-design/ant-design/pull/20790) [@xrkffgg](https://github.com/xrkffgg) - DatePicker - ๐Ÿ’„ Optimize the `border-radius` of the rounded corners connection. [#20736](https://github.com/ant-design/ant-design/pull/20736) - ๐Ÿž Fix selected style overlap. [#20736](https://github.com/ant-design/ant-design/pull/20736) - ๐Ÿž Fix extra dividing line at the bottom. [#20736](https://github.com/ant-design/ant-design/pull/20736) - ๐Ÿž Fix button style for DatePicker's default range. [#20760](https://github.com/ant-design/ant-design/pull/20760) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿž Input not block user input when value is `undefined`. [#20783](https://github.com/ant-design/ant-design/pull/20783) - ๐Ÿž Fix Carousel card carousel orientation in left / right mode. [#20781](https://github.com/ant-design/ant-design/pull/20781) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿž Fix Grid responsive gutter under SSR initial value of `0`. [#20762](https://github.com/ant-design/ant-design/pull/20762) - ๐Ÿž Fix InputNumber, Select and other components icon size. [#20765](https://github.com/ant-design/ant-design/pull/20765) - ๐Ÿž Fix Badge `z-index` higher than Table fixed columns. [#20751](https://github.com/ant-design/ant-design/pull/20751) - ๐Ÿ’„ Tweak font family to be same as tailwindcss. [#20747](https://github.com/ant-design/ant-design/pull/20747) - ๐Ÿž Fix TextArea `autoSize` blink in FireFox. [#20737](https://github.com/ant-design/ant-design/pull/20737) - ๐Ÿž Fix Form.Item not keep error message sync when hit rule changed. [#20725](https://github.com/ant-design/ant-design/pull/20725) - ๐Ÿž Fix Form.Item add additional feedback style when `hasFeedback` is not set. [#20691](https://github.com/ant-design/ant-design/pull/20691) - ๐Ÿž Fix Cascader search bug when `fieldNames` is existed and label/value share same name. [#20720](https://github.com/ant-design/ant-design/pull/20720) - ๐Ÿž Fix Collapse background color with wrong less variable. [#20718](https://github.com/ant-design/ant-design/pull/20718) [@kuitos](https://github.com/kuitos) - ๐Ÿž Fix Slider's Tooltip not follow handle. [#20699](https://github.com/ant-design/ant-design/pull/20699) - ๐Ÿž Fix Card cover image get skretched. [#20701](https://github.com/ant-design/ant-design/pull/20701) - ๐Ÿž Fix Typography automatic overflow with `suffix` property. [#20689](https://github.com/ant-design/ant-design/pull/20689) [@zouxiaomingya](https://github.com/zouxiaomingya) - ๐Ÿž Fix AutoComplete with customize component with wrong style. [#20686](https://github.com/ant-design/ant-design/pull/20686) - ๐Ÿž Fix Input.Group to be partial to a pixel in Form. [#20681](https://github.com/ant-design/ant-design/pull/20681) - TypeScript - ๐Ÿž Export Form interfaces. [3a1c5](https://github.com/ant-design/ant-design/commit/3a1c51010fecfa59f63f5e09027805a141e9ec11) - ๐Ÿž Fix Table types. [#20789](https://github.com/ant-design/ant-design/pull/20789) - ๐Ÿž Fix Table.Column and Table.ColumnGroup definition. [#20695](https://github.com/ant-design/ant-design/pull/20695) ## 4.0.0-rc.0 `2020-01-04` Ant Design 4.0-rc released! Here is the release [document](https://github.com/ant-design/ant-design/issues/20661). โš ๏ธ Migrate from v3 to v4 please ref to [migration document](/docs/react/migration-v4). ### New features and improvements - ๐ŸŒŸ antd package size optimization, js gzipped dropped from 532.75KB to 289.89 KB. [#20356](https://github.com/ant-design/ant-design/pull/20356) - ๐Ÿ’„ New dark theme support. [#20281](https://github.com/ant-design/ant-design/pull/20281) - ๐ŸŒŸ ConfigProvider supports `direction` internationalization setting`rtl`. [#19380](https://github.com/ant-design/ant-design/pull/19380) - ๐ŸŒŸ New Form component. [#17327](https://github.com/ant-design/ant-design/pull/17327) - ๐ŸŒŸ Form comes with data binding function. - ๐ŸŒŸ Field changes only affect the rendering of related field components and not the entire Form. - ๐ŸŒŸ Added `initialValues` to replace the original field initialization. - ๐ŸŒŸ Added `validateMessages` to support modify validation templates. - ๐ŸŒŸ Added `onFinish` and `onFinishFailed` to complete the overall component verification logic. - ๐ŸŒŸ Added `onFieldsChange` and `onValuesChange` for triggering controlled state. - ๐ŸŒŸ Provide hook support for `useForm`. - ๐ŸŒŸ Form.Item adds `name` property for data binding. - ๐ŸŒŸ Form.Item `validateTrigger` will only perform validation trigger and will not collect field values โ€‹โ€‹at the same time. - ๐ŸŒŸ Form.Item adds `rules` property for data validation. - ๐ŸŒŸ Form.Item adds `shouldUpdate` property to support render props. - ๐ŸŒŸ Form.Item adds `dependencies` property to simplify related field update logic. - ๐ŸŒŸ Form.Item adds `noStyle` property and adds unstyled data binding. - ๐ŸŒŸ Added Form.List component to simplify adding, deleting, modifying and checking operations. - ๐ŸŒŸ Added Form.Provider component to support multi-form linkage. - ๐ŸŒŸ New Table component. [#19678](https://github.com/ant-design/ant-design/pull/19678) - ๐ŸŒŸ Added `summary` support for summary lines. - ๐ŸŒŸ Now `fixedColumn`,`expandable`, and `scroll` can be mixed. - ๐ŸŒŸ Support multi-column sort. - ๐ŸŒŸ Support custom `body` and add virtual scrolling example. - ๐ŸŒŸ Expansion-related props moved into the `expandable` attribute and add `rowExpandable` prop. - ๐ŸŽ‰ Use css `sticky` to achieve fixed effects to optimize performance. - ๐Ÿ’„ Optimized `expand` animation effect. - ๐ŸŒŸ New DatePicker, TimePicker and Calendar components. [#20023](https://github.com/ant-design/ant-design/pull/20023) - ๐ŸŒŸ Support custom date library. - ๐ŸŒŸ Added `picker` support for setting selectors (no longer need to simulate selectors via controlled`mode`). - ๐ŸŒŸ Full range selector support: time, date, week, month, year. - ๐ŸŒŸ Range selector can now select start and end times individually. - ๐ŸŒŸ The range selector can be set to `disabled` separately for the start and end time. - ๐ŸŒŸ The range selector allows empty start and end times. - ๐ŸŒŸ Optimized manual input and keyboard interaction support. - ๐ŸŒŸ Added `inputReadOnly` to disable manual input. - ๐ŸŒŸ Remove Icon and use `@ ant-design / icons` instead. [#18217](https://github.com/ant-design/ant-design/pull/18217) - Skeleton - ๐ŸŒŸ Support Skeleton.Avatar placeholder component. [#19898](https://github.com/ant-design/ant-design/pull/19898) [@Rustin-Liu](https://github.com/Rustin-Liu) - ๐ŸŒŸ Support Skeleton.Button placeholder component. [#19699](https://github.com/ant-design/ant-design/pull/19699) [@Rustin-Liu](https://github.com/Rustin-Liu) - ๐ŸŒŸ Support Skeleton.Input placeholder component. [#20264](https://github.com/ant-design/ant-design/pull/20264) [@Rustin-Liu](https://github.com/Rustin-Liu) - ๐ŸŒŸ Tree supports virtual scrolling. [#18172](https://github.com/ant-design/ant-design/pull/18172) - ๐ŸŒŸ Tree Enhanced accessibility support and keyboard interaction. [#18866](https://github.com/ant-design/ant-design/pull/18866) - ๐ŸŒŸ Select uses virtual scrolling and enhanced accessibility support and keyboard interaction. [#18658](https://github.com/ant-design/ant-design/pull/18658) - ๐ŸŒŸ Uncontrolled mode when `value` is `undefined` now. - ๐ŸŒŸ TreeSelect uses virtual scrolling and optimizes keyboard support. [#19040](https://github.com/ant-design/ant-design/pull/19040) - ๐ŸŒŸ Uncontrolled mode when `value` is `undefined` now. - ๐ŸŒŸ Button adds `default` and`link` styles for `danger`. [#19837](https://github.com/ant-design/ant-design/pull/19837) - ๐ŸŒŸ Form and ConfigProvider support `size` setting to include component size. [#20570](https://github.com/ant-design/ant-design/pull/20570) - ๐ŸŒŸ Typography adds `suffix` attribute. [#20224](https://github.com/ant-design/ant-design/pull/20224) - ๐ŸŒŸ Progress adds `steps` subcomponent. [#19613](https://github.com/ant-design/ant-design/pull/19613) - ๐ŸŒŸ TextArea supports `onResize`. [#20408](https://github.com/ant-design/ant-design/pull/20408) - ๐ŸŒŸ Added Alert.ErrorBoundary to provide friendly error interception and prompting. [#19923](https://github.com/ant-design/ant-design/pull/19923) - ๐ŸŒŸ Upload supports iconRender to customize icons. [#20034](https://github.com/ant-design/ant-design/pull/20034) [@qq645381995](https://github.com/qq645381995) - ๐ŸŒŸ Tag component preset status color. [#19399](https://github.com/ant-design/ant-design/pull/19399) - ๐ŸŒŸ Grid uses `flex` layout. [#16635](https://github.com/ant-design/ant-design/pull/16635) - ๐Ÿž Fix the display error of Carousel component `dotposition` as`left | right`. [#20645](https://github.com/ant-design/ant-design/pull/20645) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿž Fix Alert style text overflow. [#20318](https://github.com/ant-design/ant-design/pull/20318) - ๐Ÿ™… Removed warning messages for deprecated APIs. [#17510](https://github.com/ant-design/ant-design/pull/17510) - ๐Ÿ™… Added warning for Avatar, Button, Modal.method and Result components using v3 strings as icons. [#20226](https://github.com/ant-design/ant-design/pull/20226) - ๐Ÿ’„ Add `@border-color-split-popover`ใ€`@input-icon-hover-color`ใ€`@select-clear-background`ใ€`@cascader-menu-border-color-split`ใ€`@modal-header-border-color-split`ใ€`@skeleton-to-color`ใ€`@transfer-item-hover-bg` and other less variables. [#20070](https://github.com/ant-design/ant-design/pull/20070) ## 3.x Visit [GitHub](https://github.com/ant-design/ant-design/blob/3.x-stable/CHANGELOG.en-US.md) to read `3.x` change logs. ## 2.x Visit [GitHub](https://github.com/ant-design/ant-design/blob/2.x-stable/CHANGELOG.en-US.md) to read `2.x` change logs. ## 1.11.4 Visit [GitHub](https://github.com/ant-design/ant-design/blob/1.x-stable/CHANGELOG.md) to read change logs from `0.x` to `1.x`.