UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

584 lines (486 loc) โ€ข 191 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.14.0 `2021-03-14` - Upload - ๐Ÿ†• Upload `onChange` to change back to the original behavior (before Upload false returns the original file, and the rest of the scene returns the encapsulated object). Now you can always get the original file via `onChange.info.originFileObj`. For future upgrades, please use this method to access the original text first. [#29737](https://github.com/ant-design/ant-design/pull/29737) - ๐Ÿž Fix Upload `onChange` params `file` can not `cloneDeep` by lodash. [#29718](https://github.com/ant-design/ant-design/pull/29718) - ๐Ÿž Fix Upload crash when `fileList` is `null`. [#29702](https://github.com/ant-design/ant-design/pull/29702) - ๐Ÿ’„ Upload motion add 2s deadline to avoid developer manually remove motion makes hanging. [#29686](https://github.com/ant-design/ant-design/pull/29686) - ๐Ÿž Fix the bug that Modal footer buttons not spaced properly when using href in button. [#29681](https://github.com/ant-design/ant-design/pull/29681) [@n0ruSh](https://github.com/n0ruSh) - ๐Ÿ†• Add parent class for different Notification types. [#29634](https://github.com/ant-design/ant-design/pull/29634) [@n0ruSh](https://github.com/n0ruSh) - ๐Ÿ†• Typography editable supports `onCancel` and `onEnd`. [#29615](https://github.com/ant-design/ant-design/pull/29615) [@jueinin](https://github.com/jueinin) - Tabs - ๐Ÿž Fix Tabs `centered` prop is not actually center. [#29495](https://github.com/ant-design/ant-design/pull/29495) [@jinchaofs](https://github.com/jinchaofs) - ๐Ÿ†• Tabs support `moreIcon`. [#29744](https://github.com/ant-design/ant-design/pull/29744) [@tianyuan233](https://github.com/tianyuan233) - ๐Ÿž Button with `htmlType='reset'` will reset all form fileds. [#29752](https://github.com/ant-design/ant-design/pull/29752) [@jueinin](https://github.com/jueinin) - ๐Ÿž Fix AutoComplete custom input `className` missing. [#29725](https://github.com/ant-design/ant-design/pull/29725) - ๐Ÿ’„ Fix console warning when setting `margin` style on Row. [#29688](https://github.com/ant-design/ant-design/pull/29688) - ๐Ÿ’„ Fix the error style where the `disabled` Input has affix elements. [#29670](https://github.com/ant-design/ant-design/pull/29670) - ๐Ÿ’„ Optimize the cursor style of Form.Item tooltip info. [#29650](https://github.com/ant-design/ant-design/pull/29650) - ๐Ÿ‡จ๐Ÿ‡ฟ Fix typo in cs_CZ locale. [#29675](https://github.com/ant-design/ant-design/pull/29675) [@jvaclavik](https://github.com/jvaclavik) - ๐Ÿ‡จ๐Ÿ‡ฆ Add fr_CA locale. [#29748](https://github.com/ant-design/ant-design/pull/29748) [@liufenghua808](https://github.com/liufenghua808) ## 4.13.1 `2021-03-06` - ๐Ÿž Fix `message.config` with `prefixCls` missing animation style. [#29574](https://github.com/ant-design/ant-design/pull/29574) - ๐Ÿž Fix Tooltip is not interactive when `visible` is `true` under some situation. [#29555](https://github.com/ant-design/ant-design/pull/29555) - ๐Ÿž Fix ConfigProvider within multiple page switch will lose locale issue. [#29570](https://github.com/ant-design/ant-design/pull/29570) - ๐Ÿž Fix Modal with hooks cannot call `update` or `destroy` before render. [#29584](https://github.com/ant-design/ant-design/pull/29584) - ๐Ÿž Fix Grid throw error when client support flexGap but ssr not support. [#29586](https://github.com/ant-design/ant-design/pull/29586) - ๐Ÿž Fix Select caret position when `mode="tags"` and `size="small"`. [#29561](https://github.com/ant-design/ant-design/pull/29561) - ๐Ÿž Fix Carousel `dotPosition` makes `pauseOnHover` not working. [#29587](https://github.com/ant-design/ant-design/pull/29587) [@zgoby](https://github.com/zgoby) - ๐Ÿž Fix Steps `responsive` prop warning. [#29599](https://github.com/ant-design/ant-design/pull/29599) - ๐Ÿž Fix Upload `onChange` param of `file.originFileObj` return nest Proxy object. [#29614](https://github.com/ant-design/ant-design/pull/29614) - ๐Ÿž Fix Descriptions under Table will not have 100% width. [#29630](https://github.com/ant-design/ant-design/pull/29630) - TypeScript - ๐Ÿค– Fix Drawer type declaration of `contentWrapperStyle`. [#29571](https://github.com/ant-design/ant-design/pull/29571) ## 4.13.0 `2021-02-28` - ๐Ÿ”ฅ InputNumber support `stringMode` for high precision `step`. `value` in control out of range shows warning style instead of changing it. Dynamic update `min` & `max` will not trigger `onChange` anymore. [#29373](https://github.com/ant-design/ant-design/pull/29373) - ๐Ÿ†• Upload support `beforeUpload` return `Upload.LIST_IGNORE` to skip item added in UploadList. [#29474](https://github.com/ant-design/ant-design/pull/29474) - ๐Ÿ†• Image support config motion name. [#29394](https://github.com/ant-design/ant-design/pull/29394) [@crazyair](https://github.com/crazyair) - ConfigProvider - ๐Ÿ†• ConfigProvider support global statistic config to support some statistic function call. [#29285](https://github.com/ant-design/ant-design/pull/29285) [@crazyair](https://github.com/crazyair) - ๐Ÿ†• Motion related css `className` prepend `ant-` prefix to avoid naming conflict. [#29268](https://github.com/ant-design/ant-design/pull/29268) [@crazyair](https://github.com/crazyair) - ๐Ÿ†• Form.List nest multiple level Form.Item support `preserve` prop. [#29267](https://github.com/ant-design/ant-design/pull/29267) - ๐Ÿ†• Drawer support `contentWrapperStyle`. [#29219](https://github.com/ant-design/ant-design/pull/29219) [@kerm1it](https://github.com/kerm1it) - ๐Ÿ†• Layout.Sider added ref support. [#29169](https://github.com/ant-design/ant-design/pull/29169) [@qramilq](https://github.com/qramilq) - ๐Ÿž Fix Table `pagination.current` display error when result of filter is empty. [#29386](https://github.com/ant-design/ant-design/pull/29386) [@jinchaofs](https://github.com/jinchaofs) - ๐Ÿž Fix Anchor throws error when `target` don't return a html element. [#29523](https://github.com/ant-design/ant-design/pull/29523) [@bcd337](https://github.com/bcd337) - ๐Ÿž Fix Steps with small size that icon shift up `1px`. [#29484](https://github.com/ant-design/ant-design/pull/29484) - Select - ๐Ÿž Fix Select `mode="tags"` large size (41px => 40px). [#29437](https://github.com/ant-design/ant-design/pull/29437) - ๐Ÿ“– Update Select debounce demo to create DebounceSelect component for easy usage. [#29414](https://github.com/ant-design/ant-design/pull/29414) - Dropdown - ๐Ÿž Fix Dropdown menu item lost disable style with icon. [#29433](https://github.com/ant-design/ant-design/pull/29433) - ๐Ÿž Fix Dropdown menu not support `expandIcon`. [#29338](https://github.com/ant-design/ant-design/pull/29338) - ๐Ÿž Fix tree-shaking warning on development builds. [#29378](https://github.com/ant-design/ant-design/pull/29378) - ๐Ÿ‡ฐ๐Ÿ‡ท Fix TimePicker Korean locale. [#29540](https://github.com/ant-design/ant-design/pull/29540) - TypeScript - ๐Ÿค– Fix Form.Item generic definition issue. [#29397](https://github.com/ant-design/ant-design/pull/29397) [@mumiao](https://github.com/mumiao) - ๐Ÿค– Optimize Table `filter` definition. [#29385](https://github.com/ant-design/ant-design/pull/29385) [@mumiao](https://github.com/mumiao) ## 4.12.3 `2021-02-10` - ๐Ÿ›  Refactor Drawer with React hooks. [#29229](https://github.com/ant-design/ant-design/pull/29229) - ๐Ÿž Fix Table pagination not disappear when `pagination.position` is `['none', 'none']`. [#29256](https://github.com/ant-design/ant-design/pull/29256) [@mumiao](https://github.com/mumiao) - ๐Ÿž Fix TextArea `showCount` should not be interactive. [#29245](https://github.com/ant-design/ant-design/pull/29245) - ๐Ÿž Fix abnormal background color for `multiple` and `disabled` Select in dark. [#29242](https://github.com/ant-design/ant-design/pull/29242) - โšก๏ธ Optimize Slider align performance of tooltip. [#29308](https://github.com/ant-design/ant-design/pull/29308) [@kerm1it](https://github.com/kerm1it) - โšก๏ธ Upgrade `@ant-design/colors` to 6.x to reduce gzipped bundle size `1KB`. [#29307](https://github.com/ant-design/ant-design/pull/29307) [@07akioni](https://github.com/07akioni) - ๐Ÿ‡ท๐Ÿ‡บ Add `ru_RU` locale text for Image. [#29271](https://github.com/ant-design/ant-design/pull/29271) [@mumiao](https://github.com/mumiao) - ๐Ÿ‡ฎ๐Ÿ‡ท Add `fa_IR` locale text for DatePicker, Form, Table, TimePicker and Transfer. [#29232](https://github.com/ant-design/ant-design/pull/29232) [@amiralitaheri](https://github.com/amiralitaheri) - TypeScript - ๐Ÿค– Fix type definition for Table FilterDropdownProps `confirm` parameter. [#29241](https://github.com/ant-design/ant-design/pull/29241) [@mumiao](https://github.com/mumiao) ## 4.12.2 `2021-02-04` - ๐Ÿ’„ Make Table expand icon and checkbox same size and aligned. [#29214](https://github.com/ant-design/ant-design/pull/29214) - ๐Ÿž Fix List with `gutter` makes column break line. [#29211](https://github.com/ant-design/ant-design/pull/29211) ## 4.12.1 `2021-02-03` - ๐Ÿž Fix antd crash when load before page ready. [#29202](https://github.com/ant-design/ant-design/pull/29202) - ๐Ÿž Fix Table pagination `current` change logic when `pageSize` changes. [#29184](https://github.com/ant-design/ant-design/pull/29184) ## 4.12.0 `2021-02-03` - ๐Ÿ†• Image.PreviewGroup add `current` prop. [#29153](https://github.com/ant-design/ant-design/pull/29153) - InputNumber - ๐Ÿ†• InputNumber support `bordered` prop. [#29105](https://github.com/ant-design/ant-design/pull/29105) - ๐Ÿ†• InputNumber add `keyboard` prop which could disable keyboard behavior. [#29110](https://github.com/ant-design/ant-design/pull/29110) [@kerm1it](https://github.com/kerm1it) - ๐Ÿ’„ Darken Tag text color to enhance readability. [#29144](https://github.com/ant-design/ant-design/pull/29144) - ๐Ÿ’„ Fix Row with vertical `gutter` provides additional `margin-bottom` style. [#29059](https://github.com/ant-design/ant-design/pull/29059) - ๐Ÿž Fix Collapse header disappers with delay. [#29158](https://github.com/ant-design/ant-design/pull/29158) - ๐Ÿž Fix the problem that `showCount` display data is incorrect when TextArea input emoji. [#29057](https://github.com/ant-design/ant-design/pull/29057) [@HomyeeKing](https://github.com/HomyeeKing) - ๐Ÿ“ฆ Optimize ConfigProvider to avoid import all icons when tree shaking is not enabled. [#29045](https://github.com/ant-design/ant-design/pull/29045) - ๐ŸŒ Add en-GB missing translations for table. [#29131](https://github.com/ant-design/ant-design/pull/29131) [@eberjoe](https://github.com/eberjoe) - Table - ๐Ÿ†• Table `showSorterTooltip` now could be a object for more configuration. [#29002](https://github.com/ant-design/ant-design/pull/29002) [@harrisoff](https://github.com/harrisoff) - โšก๏ธ Optimize calling sequence of `onChange` and `onSelectAll` in `rowSelection` of Table. [#29079](https://github.com/ant-design/ant-design/pull/29079) [@kerm1it](https://github.com/kerm1it) - Badge - ๐Ÿ’„ Fix Badge change `count` content to hide miss style. [#29089](https://github.com/ant-design/ant-design/pull/29089) - ๐Ÿž Fix Badge digital animation problem. [#29100](https://github.com/ant-design/ant-design/pull/29100) - TypeScript - ๐Ÿค– Table TS definition update `dataSource` to `readonly`. [#29084](https://github.com/ant-design/ant-design/pull/29084) - Less - ๐Ÿ’„ Add less variable `@progress-info-text-color`. [#28981](https://github.com/ant-design/ant-design/pull/28981) [@yuxuan](https://github.com/yuxuan) ## 4.11.3 `2021-02-03` Wrong release is the same as `4.12.0`, if you need to lock the version, you need to lock it to `4.11.2`. ## 4.11.2 `2021-01-26` - ๐Ÿž Fix rc-trigger BuildInPlacements TypeScript compile error. [#29029](https://github.com/ant-design/ant-design/pull/29029) [@waiwaiku](https://github.com/waiwaiku) ## 4.11.1 `2021-01-24` - ๐Ÿ’„ Layout inline sub menu now has grey background. [#28842](https://github.com/ant-design/ant-design/pull/28842) - ๐Ÿ†• PageHeader supports `breadcrumbRender`. [#28999](https://github.com/ant-design/ant-design/pull/28999) - ๐Ÿ†• Typography `ellipsis` support `tooltip` to customize tooltip when ellipsis. [#28821](https://github.com/ant-design/ant-design/pull/28821) - Image - ๐Ÿ†• Image supports `preview.maskClassName`. [#28681](https://github.com/ant-design/ant-design/pull/28681) - ๐Ÿž Fix preview image will move after click it. [react-component/image#61](https://github.com/react-component/image/pull/61) [@simonwong](https://github.com/simonwong) - ๐Ÿž Fix Image `placeholder` disappear issue. [#28953](https://github.com/ant-design/ant-design/issues/28953) - ๐Ÿž Fix multiple Image.PreviewGroup contain same image. [#28881](https://github.com/ant-design/ant-design/issues/28881) - ConfigProvider - ๐Ÿ†• ConfigProvider supports `iconPrefixCls`. [#28924](https://github.com/ant-design/ant-design/pull/28924) - โšก๏ธ Optimize ConfigProvider props updating perfermance. [#28792](https://github.com/ant-design/ant-design/pull/28792) [@zxc0328](https://github.com/zxc0328) - ๐Ÿ’„ Tweak TreeSelect filter highlight color. [#28984](https://github.com/ant-design/ant-design/pull/28984) - ๐Ÿ’„ Fix Select item align style with custom `tagRender`. [#28962](https://github.com/ant-design/ant-design/pull/28962) - Form - ๐Ÿž Fix Form.Item can not clear nested `noStyle` error message. [#28918](https://github.com/ant-design/ant-design/pull/28918) - ๐Ÿž Form.Item with `preserve=false` will reset value to `initialValues` when removed. [#28908](https://github.com/ant-design/ant-design/pull/28908) - ๐Ÿž Fix Button click effect style not working in shadow root. [#28995](https://github.com/ant-design/ant-design/pull/28995) [@rinick](https://github.com/rinick) - ๐Ÿž Fix Table custom filter menu cannot close bug. [#28688](https://github.com/ant-design/ant-design/pull/28688) [@alekye](https://github.com/alekye) - Less - ๐Ÿ’„ Add `@menu-inline-submenu-bg` less variable and rename `@menu-dark-submenu-bg` to `@menu-dark-inline-submenu-bg`. [#28842](https://github.com/ant-design/ant-design/pull/28842) - ๐Ÿ’„ Add less variable `@drawer-footer-padding-horizontal`. [#28975](https://github.com/ant-design/ant-design/pull/28975) [@yuxuan](https://github.com/yuxuan) - RTL - ๐Ÿ’„ Fix Card actions divider style in RTL. [#28915](https://github.com/ant-design/ant-design/pull/28915) [@Aghosey](https://github.com/Aghosey) - TypeScript - ๐Ÿค– Expose interfaces and types from default entry of antd. [#28963](https://github.com/ant-design/ant-design/pull/28963) - ๐Ÿค– Improve Input/Skeleton `style` definition. [#28966](https://github.com/ant-design/ant-design/pull/28966) [@yingpengsha](https://github.com/yingpengsha) ## 4.11.0 `2021-01-24` It is a wrong release which same as `4.10.3`, don't use it. ## 4.10.3 `2021-01-18` - ๐Ÿž Fix Button not adapting to the `@btn-border-width` when loading. [#28886](https://github.com/ant-design/ant-design/pull/28886) [@jjanssen](https://github.com/jjanssen) - Table - ๐Ÿ’„ Add `@table-border-color` less variable. [#28903](https://github.com/ant-design/ant-design/pull/28903) - ๐Ÿž Fix that invalid params passed to `onChange` event if define custom filterDropdown and nested filters. [#28850](https://github.com/ant-design/ant-design/pull/28850) [@Meowu](https://github.com/Meowu) - ๐Ÿ’„ Tweak Table selection column width to `32px`. [#28073](https://github.com/ant-design/ant-design/pull/28073) - Transfer - ๐Ÿ›  Refactor Transfer Search with React hooks. [#28895](https://github.com/ant-design/ant-design/pull/28895) [@susiwen8](https://github.com/susiwen8) - ๐ŸŒ Added German translations for the Transfer component. [#28826](https://github.com/ant-design/ant-design/pull/28826) [@aequi42](https://github.com/aequi42) - Upload - ๐Ÿž Support for capturing Error message for the Upload error tooltip. [#28716](https://github.com/ant-design/ant-design/pull/28716) [@wangcch](https://github.com/wangcch) - ๐Ÿ†• Upload auto fills `uid` of `fileList` when not provided. [#28832](https://github.com/ant-design/ant-design/pull/28832) - ๐Ÿž Fix Slider `getPopupContainer` prop has no default value `document.body`. [#28865](https://github.com/ant-design/ant-design/pull/28865) [@rinick](https://github.com/rinick) - ๐Ÿž Fix Empty description validateDOMNesting warning. [#28862](https://github.com/ant-design/ant-design/pull/28862) - ๐Ÿ’„ Fix Tree `filterTreeNode` missing style. [#28866](https://github.com/ant-design/ant-design/pull/28866) - ๐Ÿ’„ fix Badge `dot` width issue when `size="small"`. [#28854](https://github.com/ant-design/ant-design/pull/28854) ## 4.10.2 `2021-01-11` - ๐Ÿž Fix import error when use antd in commonjs. [#28715](https://github.com/ant-design/ant-design/issues/28804) ## 4.10.1 `2021-01-10` - ๐Ÿ›  Optimize Select search performance. [#28715](https://github.com/ant-design/ant-design/pull/28715) [@kerm1it](https://github.com/kerm1it) - ๐Ÿž Fix Slider throw `forcePopupAlign` error when unmounted. [#28699](https://github.com/ant-design/ant-design/pull/28699) [@Kerumen](https://github.com/Kerumen) - ๐Ÿž Fix Transfer throws `Cannot add property key, object is not extensible` when `dataSource` is immutable. [#28675](https://github.com/ant-design/ant-design/pull/28675) - ๐Ÿž Fix Notification box closing height issue generated by `useNotification`. [#28660](https://github.com/ant-design/ant-design/pull/28660) - ๐Ÿž Fix Drawer and Modal disabled scrollbar after closing. [#28749](https://github.com/ant-design/ant-design/pull/28749) - ๐Ÿ›  Reduce gzipped bundle size `2kB`. [#28678](https://github.com/ant-design/ant-design/pull/28678) - TypeScript - ๐Ÿค– InputNumber `onChange` support `null` as `value`. [#28769](https://github.com/ant-design/ant-design/pull/28769) [@lengfangbing](https://github.com/lengfangbing) ## 4.10.0 `2021-01-04` ๐ŸŽ‰ Happy New Year! - ๐Ÿž Fix the compatibility issue of less 4.0.0. - ๐Ÿž Fix the problem of cursor jumping when Typography is editable. [#28545](https://github.com/ant-design/ant-design/pull/28545) - ๐Ÿž Fix the problem that repeatedly clicking on expanded nodes when Tree dynamically loads data will lead to wrong status.[#28349](https://github.com/ant-design/ant-design/issues/28349) [@liuchao233](https://github.com/react-component/tree/pull/401) - ๐Ÿž Fix the problem that TreeSelect & Select cannot open the dropdown menu when it's `searchValue` has value. [#28574](https://github.com/ant-design/ant-design/pull/28574) - ๐Ÿž Fix Dropdown disabled menu item link style. [#28578](https://github.com/ant-design/ant-design/pull/28578) - ๐Ÿž Fix Progress `steps` display accuracy issue. [#28530](https://github.com/ant-design/ant-design/pull/28530) [@gaoryrt](https://github.com/gaoryrt) - ๐Ÿž Fix Radio align issue in Chrome. [#28616](https://github.com/ant-design/ant-design/pull/28616) - ๐Ÿž Fix Collapse arrow position not aligned when change @collapse-header-padding variable. [#28507](https://github.com/ant-design/ant-design/pull/28507) - ๐Ÿ’„ Optimize the white border style of Card images. [#28624](https://github.com/ant-design/ant-design/pull/28624) - Input - ๐Ÿž Fix TextArea value get cut when input chinese words. [#28456](https://github.com/ant-design/ant-design/pull/28456) - ๐Ÿ†• The `showCount` property of Input.TextArea now supports passing in a method to customize the display format of the number. [#28145](https://github.com/ant-design/ant-design/pull/28145) [@MrHeer](https://github.com/MrHeer) - ๐Ÿ†• Input `focus` supports configuring the cursor position when getting focus. [#28602](https://github.com/ant-design/ant-design/pull/28602) - Modal - ๐Ÿ†• Modal.method adds an `afterClose` callback that will be triggered after the Modal is completely closed. [#28053](https://github.com/ant-design/ant-design/pull/28053) [@liuchao233](https://github.com/liuchao233) - ๐Ÿž Fix the problem that Modal can be dragged outside the viewport. [#28438](https://github.com/ant-design/ant-design/pull/28527) [@mumiao](https://github.com/mumiao) - Table - ๐Ÿž Fix the problem that Table childrenColumnName and checkStrictly={false} cannot be used together. [#28568](https://github.com/ant-design/ant-design/pull/28568) - ๐Ÿž Fix Table selection abnormal behavior when inside Checkbox.Group. [#28576](https://github.com/ant-design/ant-design/pull/28576) - ๐Ÿž Fix the problem that the sticky header style is messy when there is no data. [#28323](https://github.com/ant-design/ant-design/issues/28323) - ๐Ÿž Fix the problem that `onChange` listener always receives empty list as `filters` parameter if use a custom `filterDropdown`. [#28627](https://github.com/ant-design/ant-design/pull/28627) [@Meowu](https://github.com/Meowu) - ๐Ÿ†• Adds `expandable.columnWidth` to customize the width of the expanded column. [#28249](https://github.com/ant-design/ant-design/pull/28249) - ๐Ÿ†• Adds clear all option from selection. [#28580](https://github.com/ant-design/ant-design/pull/28580) [@n0ruSh](https://github.com/ant-design/ant-design/pull/285) - Image - ๐Ÿž Fix the misalignment issue of Image component.[#28439](https://github.com/ant-design/ant-design/pull/28439) [@MoeCasts](https://github.com/MoeCasts) - ๐Ÿ’„ Adds preview style. [#28235](https://github.com/ant-design/ant-design/pull/28235) - ๐Ÿ†• Adds functionality for zoom in\out by sliding the wheel. [#react-component/image/52](https://github.com/react-component/image/pull/52) [@OmriGM](https://github.com/OmriGM) - ๐Ÿ†• Support separate settings url for preview images. [#react-component/image/56](https://github.com/react-component/image/pull/56) [@wangcch](https://github.com/wangcch) - Upload - ๐Ÿž Fix a warning even when not using `transformFile`. [#28455](https://github.com/ant-design/ant-design/pull/28455) [@YanYuanFE](https://github.com/YanYuanFE) - ๐Ÿž Fix Upload `fileList` cannot work with data that is produced by immer. [#28636](https://github.com/ant-design/ant-design/pull/28636) [@mumiao](https://github.com/mumiao) - ๐Ÿ†• Upload adds a new `maxCount` property to limit the number of files. [#28367](https://github.com/ant-design/ant-design/pull/28367) - DatePicker - ๐Ÿš€ Optimize the logic of `disabledDate`. [#react-component/picker/191](https://github.com/react-component/picker/pull/191) - ๐Ÿ†• Adds `onKeyDown` callback. [#react-component/picker/138](https://github.com/react-component/picker/pull/138) [@conquera99](https://github.com/react-component/picker/pull/138) - Select - ๐Ÿž Fix issue where `options` update does not trigger the selection box content update. [#react-component/select/580](https://github.com/react-component/select/pull/580) [@jameslahm](https://github.com/jameslahm) - ๐Ÿž Fix the problem that the dropdown box cannot be opened after clicking the option with `tagRender`. [react-component/select/582](https://github.com/react-component/select/pull/582) [@mumiao](https://github.com/mumiao) - ๐Ÿž Fix the problem that `tokenSeparators` can not recognize the separator correctly under Chinese input method. [#28564](https://github.com/ant-design/ant-design/issues/28564) - ๐Ÿ†• Adds `scrollTo` to the `ref`. [#react-component/select/565](https://github.com/react-component/select/pull/565) - ๐Ÿ†• `maxTagCount` supports `responsive` in `multiple` mode. [#28520](https://github.com/ant-design/ant-design/pull/28520) - ๐Ÿ†• Slider add a new `range.draggableTrack` prop. [#28592](https://github.com/ant-design/ant-design/pull/28592) - ๐Ÿ†• Descriptions support setting `labelStyle` & `contentStyle` directly. [#28613](https://github.com/ant-design/ant-design/pull/28613) - ๐Ÿ†• message added a new `onClick` callback that will be triggered when the message is clicked. [#28148](https://github.com/ant-design/ant-design/pull/28148) [@ZeroTo0ne](https://github.com/ant-design/ant-design/pull/28148) - ๐Ÿ†• The `scrollToFirstError` property of the Form adds support for setting the position for scrolling. [#28272](https://github.com/ant-design/ant-design/pull/28272) [@vouis](https://github.com/vouis) - ๐Ÿ†• Steps support reponsive which allows to turn off reponsive change. [#28459](https://github.com/ant-design/ant-design/pull/28459) - ๐ŸŒ Localization - ๐Ÿ‡ญ๐Ÿ‡ท Improved Croatian language support. [#28458](https://github.com/ant-design/ant-design/pull/28458) - TypeScript - โš’๏ธ Fix `title` type of PageHeader. [#28374](https://github.com/ant-design/ant-design/pull/28374) [@zhukovvandrei](https://github.com/zhukovvandrei) ## 4.9.4 `2020-12-16` - ๐Ÿž Fix Menu delayed hover color transition in Chrome. [#28372](https://github.com/ant-design/ant-design/pull/28372) - ๐Ÿž Fix Tree node connection line position problem. [#28354](https://github.com/ant-design/ant-design/pull/28354) [@maksnester](https://github.com/maksnester) - ๐Ÿ’„ Fix Table fixed column `z-index` which makes Dropdown not showing on top. [#28346](https://github.com/ant-design/ant-design/pull/28346) - TypeScript - ๐Ÿค– Fix `message.loading()` return type. [#28362](https://github.com/ant-design/ant-design/pull/28362) ## 4.9.3 `2020-12-14` - ๐Ÿ’„ Fix Badge standalone motion blink when show/hide. [#28240](https://github.com/ant-design/ant-design/pull/28240) - ๐Ÿž Fix Table `filters` not support number and boolean type. [#28220](https://github.com/ant-design/ant-design/pull/28220) [@Meowu](https://github.com/Meowu) - ๐Ÿ’„ Remove Tree hover background color when `selectable={false}`. [#28269](https://github.com/ant-design/ant-design/pull/28269) - ๐Ÿ’„ Fix Statistics decimal font size. [#28223](https://github.com/ant-design/ant-design/pull/28223) - TypeScript - ๐Ÿค– Fix Tree `draggable` TS definition. [#28262](https://github.com/ant-design/ant-design/pull/28262) [@DavidSichau](https://github.com/DavidSichau) - ๐Ÿค– Fix Image.PreviewGroup TS definition. [#28263](https://github.com/ant-design/ant-design/pull/28263) [@liuchao233](https://github.com/liuchao233) - ๐Ÿค– Improve `message().then` TS definition. [#28304](https://github.com/ant-design/ant-design/pull/28304) - ๐Ÿค– Fix TransferProps `titles` to ReactNode. [#28326](https://github.com/ant-design/ant-design/pull/28326) [@jacklee814](https://github.com/jacklee814) ## 4.9.2 `2020-12-06` - Table - ๐Ÿž Fix Table selecting crash sometimes. [#28193](https://github.com/ant-design/ant-design/pull/28193) [@yanguoyu](https://github.com/yanguoyu) - ๐Ÿ’„ Fix Table selection column header align issue. [#28173](https://github.com/ant-design/ant-design/pull/28173) - Dropdown - ๐Ÿ’„ Fix Dropdown subMenu arrow style. [#28181](https://github.com/ant-design/ant-design/pull/28181) - ๐Ÿž Fix Dropdown click area not matched. [#28180](https://github.com/ant-design/ant-design/pull/28180) - ๐Ÿž Fix `overlayInnerStyle` not work in Tooltip. [#27682](https://github.com/ant-design/ant-design/pull/27682) [@jasepellerin](https://github.com/jasepellerin) - ๐Ÿ’„ Fix Layout overflow style for Table `sticky`. [#28176](https://github.com/ant-design/ant-design/pull/28176) - ๐Ÿ’„ Fix Steps `progressDot` broken style of first step. [#28126](https://github.com/ant-design/ant-design/pull/28126) [@ZeroTo0ne](https://github.com/ZeroTo0ne) - ๐Ÿ’„ Optimize Modal `useModal` performance by isolating elements render to avoid the component to rerender. [#28122](https://github.com/ant-design/ant-design/pull/28122) [@TotooriaHyperion](https://github.com/TotooriaHyperion) - ๐Ÿ’„ Fix TextArea showCount style while using with Form. [#28130](https://github.com/ant-design/ant-design/pull/28130) [@AlanCutFlim](https://github.com/AlanCutFlim) - ๐Ÿ’„ Fix Tag cursor style in Tree node. [#28219](https://github.com/ant-design/ant-design/pull/28219) - ๐Ÿ›  Remove `@ant-design/css-animation` for better bundle size. [#28201](https://github.com/ant-design/ant-design/pull/28201) - RTL - ๐Ÿ’„ Fix the style of Alert. [#28108](https://github.com/ant-design/ant-design/pull/28108) [@jesse3mh9a](https://github.com/jesse3mh9a) - ๐Ÿž Fix Tree `dropIndicator` style of default `ltr` direction. [#28150](https://github.com/ant-design/ant-design/pull/28150) [@kagawagao](https://github.com/kagawagao) - TypeScript - ๐Ÿค– Fix Table `selectedRows` in `SelectionSelectFn` return generic type. [#28206](https://github.com/ant-design/ant-design/pull/28206) [@weiyuc](https://github.com/weiyuc) - ๐Ÿค– Add `className` in `BreadcrumbItemProps`. [#28182](https://github.com/ant-design/ant-design/pull/28182) [@ccloveak](https://github.com/ccloveak) - ๐Ÿค– Form.List `initialValue` types are supported. [#28153](https://github.com/ant-design/ant-design/pull/28153) [@Debiancc](https://github.com/Debiancc) - ๐Ÿค– Fix `dontAnimate` optional in Carousel. [#28090](https://github.com/ant-design/ant-design/pull/28090) [@jarretmoses](https://github.com/jarretmoses) ## 4.9.1 `2020-12-01` - TypeScript - ๐Ÿค– Fix Collapse.Panel `collapsible` property to optional. [#28092](https://github.com/ant-design/ant-design/pull/28092) [@sammarks](https://github.com/sammarks) ## 4.9.0 `2020-11-30` - Modal - ๐Ÿ†• Modal support `focusTriggerAfterClose` to disable auto focus back. [#27985](https://github.com/ant-design/ant-design/pull/27985) [@molokovev](https://github.com/molokovev) - ๐Ÿž Fix Modal hooks not trigger `onCancel`. [#28063](https://github.com/ant-design/ant-design/pull/28063) [@JuniorTour](https://github.com/JuniorTour) - ๐Ÿž Fix Modal sometime not popup from the click position. [#28037](https://github.com/ant-design/ant-design/pull/28037) - ๐Ÿ†• Support `closable` and `closeIcon` api for Modal.method. [#27909](https://github.com/ant-design/ant-design/pull/27909) [@MrHeer](https://github.com/MrHeer) - ๐Ÿ’„ Reduce Table selection column width to `32px`. [#28073](https://github.com/ant-design/ant-design/pull/28073) - Image - ๐Ÿ”ฅ Image add PreviewGroup component to support multiple images preview. [#28069](https://github.com/ant-design/ant-design/pull/28069) - ๐Ÿž Fix Image style prop not acting on img element. [#27446](https://github.com/ant-design/ant-design/pull/27446) - Collapse - ๐Ÿ”ฅ Collapse support `collapsible` to customize trigger region and deprecated Panel `disabled` prop. [#27790](https://github.com/ant-design/ant-design/pull/27790) - ๐Ÿž Fix Collapse cannot contains `<Table sticky />`. [#28039](https://github.com/ant-design/ant-design/pull/28039) - ๐Ÿž Fix Cascader bug that empty data can be selected. [#28062](https://github.com/ant-design/ant-design/pull/28062) [@n0ruSh](https://github.com/n0ruSh) - ๐Ÿ†• Alert support `action` prop. [#25892](https://github.com/ant-design/ant-design/pull/25892) [@jesse3mh9a](https://github.com/jesse3mh9a) - ๐Ÿ”ฅ Tree refactor drag behavior. Add `dropIndicatorRender` and `allowDrop` prop. [#26462](https://github.com/ant-design/ant-design/pull/26462) [@07akioni](https://github.com/07akioni) - ๐Ÿ†• Space support `wrap` for auto break line. [#27910](https://github.com/ant-design/ant-design/pull/27910) - ๐Ÿ†• Descriptions.Item support `labelStyle` & `contentStyle` props. [#27897](https://github.com/ant-design/ant-design/pull/27897) - ๐Ÿ†• Form.List support `initialValue`. [#27872](https://github.com/ant-design/ant-design/pull/27872) - ๐Ÿ†• Menu supports `expandIcon`, and optimize default expand icon style. [#27565](https://github.com/ant-design/ant-design/pull/27565) - ๐Ÿ†• Input and TextArea add `setSelectionRange` of `ref`. [#27584](https://github.com/ant-design/ant-design/pull/27584) [@appleshell](https://github.com/appleshell) - ๐Ÿ†• Select support `filterSort` to order the filtered options. [#27523](https://github.com/ant-design/ant-design/pull/27523) [@n0ruSh](https://github.com/n0ruSh) - ๐Ÿ‡ฐ๐Ÿ‡ฟ Add Kazakh locale. [#27589](https://github.com/ant-design/ant-design/pull/27589) [@nodkz](https://github.com/nodkz) ## 4.8.6 `2020-11-27` - ๐Ÿž Fix Badge style blink when mounted. [#28003](https://github.com/ant-design/ant-design/pull/28003) - ๐Ÿ’„ Reduce Modal style size. [#27998](https://github.com/ant-design/ant-design/pull/27998) - ๐Ÿž Fix Layout.Sider can not collapse when `width='0'`. [#28000](https://github.com/ant-design/ant-design/pull/28000) - ๐Ÿž Fix Menu style when using none Ant Design icons. [#27983](https://github.com/ant-design/ant-design/pull/27983) - Input - ๐Ÿž Fix Input.Search button height when customize less variables. [#27986](https://github.com/ant-design/ant-design/pull/27986) - ๐Ÿž Fix Input.Search `addonBefore` abnormal style. [#27960](https://github.com/ant-design/ant-design/pull/27960) - ๐Ÿž Fix Typography.Link clicking copy button will redirect. [#27982](https://github.com/ant-design/ant-design/pull/27982) - ๐Ÿž Fix Carousel throws error `Unable to preventDefault inside passive event listener`. [#27957](https://github.com/ant-design/ant-design/pull/27957) - ๐ŸŒ Improve data picker locale for `en_GB` and `zh_TW`. [#28016](https://github.com/ant-design/ant-design/pull/28016) [@abz53378](https://github.com/abz53378) - RTL - ๐Ÿ’„ Optimize the border style of Descriptions in RTL model. [#28010](https://github.com/ant-design/ant-design/pull/28010) - ๐Ÿ’„ Fix the vertical style of Steps in RTL mode. [#27996](https://github.com/ant-design/ant-design/pull/27996) - TypeScript - ๐Ÿค– Fix Upload `beforeUpload` definition. [#27946](https://github.com/ant-design/ant-design/pull/27946) [@bingling0084](https://github.com/bingling0084) - ๐Ÿค– Provided a separate type definition for Carousel reference. [#27935](https://github.com/ant-design/ant-design/pull/27935) [@ocassio](https://github.com/ocassio) ## 4.8.5 `2020-11-22` - ๐Ÿž Fix that Spin can't render children `0`. [#27839](https://github.com/ant-design/ant-design/pull/27839) [@liuchao233](https://github.com/liuchao233) - ๐Ÿ’„ Fix the RangePicker panel interaction style. [#27894](https://github.com/ant-design/ant-design/pull/27894) - ๐Ÿ’„ Fix Switch `loading` style. [#27860](https://github.com/ant-design/ant-design/pull/27860) - ๐Ÿ’„ Optimize Skeleton color to fit dark background. [#27836](https://github.com/ant-design/ant-design/pull/27836) - ๐Ÿ’„ Adjust Statistic `deciaml` font size. [#27884](https://github.com/ant-design/ant-design/pull/27884) - ๐Ÿ›  Refactor Checkboxใ€Layout.Sider and TextArea with React hooks. [#27739](https://github.com/ant-design/ant-design/pull/27739) [#27719](https://github.com/ant-design/ant-design/pull/27719) [#27693](https://github.com/ant-design/ant-design/pull/27693) - ๐Ÿ›  Refactor BackTopใ€Badgeใ€UploadList with `rc-motion` instead of `rc-animate`. [#27840](https://github.com/ant-design/ant-design/pull/27840) [#27848](https://github.com/ant-design/ant-design/pull/27848) [#27923](https://github.com/ant-design/ant-design/pull/27923) - RTL - ๐Ÿ’„ Fix the style of the Tree switch icon in RTL mode. [#27876](https://github.com/ant-design/ant-design/pull/27876) - TypeScript - ๐Ÿค– Fix AutoComplete `DataSourceItemType` type definition. [#27892](https://github.com/ant-design/ant-design/pull/27892) - ๐Ÿค– Export Image `ImageProps` interface. [#27846](https://github.com/ant-design/ant-design/pull/27846) [@wangcch](https://github.com/wangcch) ## 4.8.4 `2020-11-16` - ๐Ÿ’„ Fix Button and Form loading style. [#27794](https://github.com/ant-design/ant-design/pull/27794) - ๐Ÿž Fix Modal.confirm locale missing after close it. [#27797](https://github.com/ant-design/ant-design/pull/27797) - ๐Ÿž Fix Button/Anchor throws `findDOMNode is deprecated` in React 17. [#27755](https://github.com/ant-design/ant-design/pull/27755) [@hosseinmd](https://github.com/hosseinmd) ## 4.8.3 `2020-11-14` - ๐Ÿ›  Refactor Carousel with React hooks. [#27694](https://github.com/ant-design/ant-design/pull/27694) - ๐Ÿ›  Refactor `<Typography editable />` with React hooks. [#27655](https://github.com/ant-design/ant-design/pull/27655) - ๐Ÿž Fixed the problem that form behaves abnormally when namepath is an array.. [#27664](https://github.com/ant-design/ant-design/pull/27664) - ๐Ÿ’„ Fix DateRangePicker hover effect position when hover over start or end cell of in range row. [#27731](https://github.com/ant-design/ant-design/pull/27731) [@AlanCutFlim](https://github.com/AlanCutFlim) - ๐Ÿž Fix Select `mode=tags` cannot input whitespace normally. [#27726](https://github.com/ant-design/ant-design/pull/27726) [@baxtergu](https://github.com/baxtergu) - ๐Ÿ’„ Fix the mouse style when Typography.Link is `disabled`. [#27734](https://github.com/ant-design/ant-design/pull/27734) - ๐Ÿž Fix Menu dropdown animation start twice when appear. [#27663](https://github.com/ant-design/ant-design/pull/27663) - ๐Ÿ’„ Fix Avatar style when `src` is Image component. [#27691](https://github.com/ant-design/ant-design/pull/27691) - ๐Ÿ’„ Fix Select multiple cursor position. [#27689](https://github.com/ant-design/ant-design/pull/27689) - ๐Ÿž Fix TextArea emoji been cut when enable `maxLength`. [#27679](https://github.com/ant-design/ant-design/pull/27679) [@372623460jh](https://github.com/372623460jh) - ๐Ÿž Fix small size RangePicker active bar align issue. [#27673](https://github.com/ant-design/ant-design/pull/27673) [@Ifeinstein](https://github.com/Ifeinstein) - ๐Ÿ’„ Add `@radio-border-width`. [#27703](https://github.com/ant-design/ant-design/pull/27703) ## 4.8.2 `2020-11-09` - ๐Ÿž Fix Pagination lost jumper margin style. [#27650](https://github.com/ant-design/ant-design/pull/27650) - ๐Ÿž Fix Steps `type="navigation"` last item broken style. [#27654](https://github.com/ant-design/ant-design/pull/27654) ## 4.8.1 `2020-11-08` - ๐Ÿ›  Refactor TreeSelect with React hooks. [#27593](https://github.com/ant-design/ant-design/pull/27593) - ๐Ÿ›  Refactor Layout with React hooks. [#27595](https://github.com/ant-design/ant-design/pull/27595) - ๐Ÿž Fix Select abnormal outline style in Form validation. [#27607](https://github.com/ant-design/ant-design/pull/27607) - ๐Ÿž Fix Pagination extra `margin-right` when enable size changer. [#27610](https://github.com/ant-design/ant-design/pull/27610) - ๐Ÿž Fix Input.Search `enterButton={null}` throw error. [#27591](https://github.com/ant-design/ant-design/pull/27591) [@davidebianchi](https://github.com/davidebianchi) - ๐Ÿž fix Avatar.Group `size` not working. [#27531](https://github.com/ant-design/ant-design/pull/27531) - ๐Ÿž Fix vertical Tabs long title cause tab width changes. [#27569](https://github.com/ant-design/ant-design/pull/27569) - ๐Ÿž Fix Table filters didn't display in `column.children`. [#27435](https://github.com/ant-design/ant-design/pull/27435) [@JhonXY](https://github.com/JhonXY) - ๐Ÿ’„ Fix Steps style that inside another Steps. [#27514](https://github.com/ant-design/ant-design/pull/27514) - TypeScript - ๐Ÿค– Fix Select `ref` TS error. [#27482](https://github.com/ant-design/ant-design/pull/27482) - ๐Ÿค– Fix Avatar `src` type. [#27524](https://github.com/ant-design/ant-design/pull/27524) [@n0ruSh](https://github.com/n0ruSh) - RTL - ๐Ÿ’„ Fix Progress.Line `strokeColor` direction error in RTL mode. [#27515](https://github.com/ant-design/ant-design/pull/27515) ## 4.8.0 `2020-11-02` - Image - ๐Ÿ”ฅ Image support `preview.getContainer` property. [#26713](https://github.com/ant-design/ant-design/pull/26713) [@rfreling](https://github.com/rfreling) - ๐Ÿž Fix Image `style` prop not acting on img element. [#27446](https://github.com/ant-design/ant-design/pull/27446) - ๐Ÿ†• ConfigProvider support `form.requiredMark`. [#27322](https://github.com/ant-design/ant-design/pull/27322) - ๐Ÿ†• Statistic support `loading` prop. [#26811](https://github.com/ant-design/ant-design/pull/26811) [@appleshell](https://github.com/appleshell) - Avatar - ๐Ÿ”ฅ Support Image element as prop for Avatar component. [#27448](https://github.com/ant-design/ant-design/pull/27448) [@n0ruSh](https://github.com/n0ruSh) - ๐Ÿ†• Avatar.Group support `size` props. [#27348](https://github.com/ant-design/ant-design/pull/27348) - ๐Ÿ†• Row support `noWrap` to make Col in line. [#27469](https://github.com/ant-design/ant-design/pull/27469) - Tree - ๐Ÿž Fix Tree text selecting when double click switcher icon. [#27476](https://github.com/ant-design/ant-design/pull/27476) - ๐Ÿž Fix Tree with `showLine` not connect line when `title` break line. [#27386](https://github.com/ant-design/ant-design/pull/27386) - Modal - ๐Ÿ†• `modal.update()` supports functional updating. [#27163](https://github.com/ant-design/ant-design/pull/27163) [@Mongkii](https://github.com/Mongkii) - ๐Ÿ†• Modal method support `bodyStyle` props. [#27292](https://github.com/ant-design/ant-design/pull/27292) - ๐Ÿž Fix Modal missing `modalRender` prop. [#27272](https://github.com/ant-design/ant-design/pull/27272) [@jieny](https://github.com/jieny) - ๐Ÿž `rootPrefixCls` set in `Modal.config` can be effective for the antd components used in `title` and `content`. [#27376](https://github.com/ant-design/ant-design/pull/27376) [@Chersquwn](https://github.com/Chersquwn) - Input - ๐Ÿ†• Input.Textarea support `size` props. [#27110](https://github.com/ant-design/ant-design/pull/27110) - ๐Ÿž Fix Input missing `className` when `allowClear` is true. [#27462](https://github.com/ant-design/ant-design/pull/27462) - Table - ๐Ÿ†• Table.Summary.Cell support `align` prop. [#27365](https://github.com/ant-design/ant-design/pull/27365) - ๐Ÿž Fix Table `onShowSizeChange` trigger twice. [#27417](https://github.com/ant-design/ant-design/pull/27417) - ๐Ÿž Fix Table `pagination` cache previous config issue. [#27412](https://github.com/ant-design/ant-design/pull/27412) - Typography - ๐Ÿž Fix Typography Invalid regular expression issue with particular content. [#27383](https://github.com/ant-design/ant-design/pull/27383) [@ttys026](https://github.com/ttys026) - ๐Ÿ’„ Fix disabled Typography.Link hover or active color. [@27487](https://github.com/ant-design/ant-design/pull/27487) [@Liu-Ya](https://github.com/Liu-Ya) - Steps - ๐Ÿž Fix title is not centered when enabling `progressDot`. [#27406](https://github.com/ant-design/ant-design/pull/27406) - ๐Ÿž Fix style in small screen. [#27499](https://github.com/ant-design/ant-design/pull/27499) - ๐Ÿž Fix PageHeader that empty dom will be displayed when `title` is empty. [#27485](https://github.com/ant-design/ant-design/pull/27485) - ๐Ÿž Fix Slider keep tooltip align with handle when dragging. [#27489](https://github.com/ant-design/ant-design/pull/27489) - ๐Ÿž Fix RangePicker selected range border style. [#27438](https://github.com/ant-design/ant-design/pull/27438) - ๐Ÿ’„ Adjust Collapse arrow position align with first line. [#27363](https://github.com/ant-design/ant-design/pull/27363) - ๐Ÿ’„ Fix Descriptions style when `label` use block element. [#27375](https://github.com/ant-design/ant-design/pull/27375) - ๐Ÿ’„ Fix Select abnormal border style in Form validation. [#27378](https://github.com/ant-design/ant-design/pull/27378) ## 4.7.3 `2020-10-24` - Form - ๐Ÿž Fix Form warning for non-boolean attribute `virtual` when use ConfigProvider. [#27343](https://github.com/ant-design/ant-design/pull/27343) - ๐Ÿ›  Adjust Form.Item `initialValue` sync status align with Form level `initialValues`. [#27319](https://github.com/ant-design/ant-design/pull/27319) - Typography - ๐Ÿ›  Improve Typography `ellipsis` title display. [#27328](https://github.com/ant-design/ant-design/pull/27328) - ๐Ÿ’„ Fix Editable Typography in Card title style problems. [#27221](https://github.com/ant-design/ant-design/pull/27221) - Input - ๐Ÿž Fix Input.Search duplicated `className` when `allowClear` is `true`. [#27261](https://github.com/ant-design/ant-design/pull/27261) - ๐Ÿž Fix Input.Search border style when enable `allowClear`. [#27261](https://github.com/ant-design/ant-design/pull/27325) - ๐Ÿž Fix Upload.List preview image fit size issue. [#27312](https://github.com/ant-design/ant-design/pull/27312) [@JuniorTour](https://github.com/JuniorTour) - ๐Ÿž Fix Notification no wrap with long text. [#27285](https://github.com/ant-design/ant-design/pull/27285) [@littleee](https://github.com/littleee) - ๐Ÿž Fix Menu inside flexable container will not shrink properly. [#27253](https://github.com/ant-design/ant-design/pull/27253) - ๐ŸŒ Fix en_US, en_GB and ga_IE gramma. [#27259](https://github.com/ant-design/ant-design/pull/27259) [@yasikovsky](https://github.com/yasikovsky) - ๐Ÿž Fix Tag with customize `closeIcon` breaks line issue. [#27226](https://github.com/ant-design/ant-design/pull/27226) [@handycode](https://github.com/handycode) ## 4.7.2 `2020-10-19` - ๐Ÿ’„ Fix Layout.Sider `light` theme lost styles. [#27227](https://github.com/ant-design/ant-design/pull/27227) [@lingjieee](https://github.com/lingjieee) - ๐Ÿ’„ Fix TextArea wrapped with additional div when `showCount` is `false`, and pass `className` and `style` to outer wrapper when `showCount` is `true`. [#27216](https://github.com/ant-design/ant-design/pull/27216) - ๐Ÿž Fix Checkbox.Group TS2559 error. [#27231](https://github.com/ant-design/ant-design/pull/27231) ## 4.7.1 `2020-10-18` - DatePicker - ๐Ÿž Fix DatePicker don't work correctly when `showTime` is `true` and `format` is function. [#27156](https://github.com/ant-design/ant-design/pull/27156) - ๐Ÿ’„ Fix DatePicker wrong animation direction when auto overflow. [#27101](https://github.com/ant-design/ant-design/pull/27101) - Typography - ๐Ÿ’„ Fix Typography miss `pre` and `blockquote` style. [#27150](https://github.com/ant-design/ant-design/pull/27150) - ๐Ÿž Fix Typography.Link hover color. [#27119](https://github.com/ant-design/ant-design/pull/27119) - ๐Ÿž Fix Typography.Link hover color when type is danger. [#27104](https://github.com/ant-design/ant-design/pull/27104) - ๐Ÿ’„ Fix Descriptions `ant-descriptions-item-content` and add style `word-break:break-word;`. [#27195](https://github.com/ant-design/ant-design/pull/27195) [@WLyKan](https://github.com/WLyKan) - ๐Ÿž Fix clear Password value attribute in controlled mode. [#27191](https://github.com/ant-design/ant-design/pull/27191) - ๐Ÿž Optimize Notification width in small screen. [#27189](https://github.com/ant-design/ant-design/pull/27189) - ๐Ÿž Fix Cascader className duplicate. [#27187](https://github.com/ant-design/ant-design/pull/27187) [@huntdream](https://github.com/huntdream) - ๐Ÿž Fix the issue that the Drawer will trigger form submit. [#27175](https://github.com/ant-design/ant-design/pull/27175) - ๐Ÿž Fix Dropdown icon missing margin. [#27165](https://github.com/ant-design/ant-design/pull/27165) - ๐Ÿ’„ Fix Layout.Sider `collapsedWidth` cannot work without modifying `@menu-collapsed-width`. [#27154](https://github.com/ant-design/ant-design/pull/27154) - ๐Ÿž Fix Tabs `animated={true}` not working for panels. [#27145](https://github.com/ant-design/ant-design/pull/27145) - ๐Ÿž Fix Divider color when contains text. [#27134](https://github.com/ant-design/ant-design/pull/27134) - ๐Ÿ’„ Fix the cursor style when the Radio option is selected and disabled. [#27125](https://github.com/ant-design/ant-design/pull/27125) - ๐Ÿ‡ช๐Ÿ‡ธ Add missing translations in es_ES. [#27079](https://github.com/ant-design/ant-design/pull/27079) [@gersongams](https://github.com/gersongams) - RTL - ๐Ÿ’„ Optimize the style of Input.TextArea character count in RTL mode. [#27098](https://github.com/ant-design/ant-design/pull/27098) - TypeScript - ๐Ÿค– Button shape remove undeclared doc type. [#27159](https://github.com/ant-design/ant-design/pull/27159) - ๐Ÿค– Add optional `rules` property into `FormListProps`. [#27164](https://github.com/ant-design/ant-design/pull/27164) [@huntdream](https://github.com/huntdream) ## 4.7.0 `2020-10-10` - ๐Ÿ”ฅ Input.TextArea support word count. [#26952](https://github.com/ant-design/ant-design/pull/26952) [@zhangchen915](https://github.com/zhangchen915) - DatePicker - ๐Ÿ”ฅ DatePicker support custom `format` by passing a function. [#26845](https://github.com/ant-design/ant-design/pull/26845) - ๐Ÿž Fix RangePicker initial date of end panel cannot selected. [#23167](https://github.com/ant-design/ant-design/issues/23167) - Form - ๐Ÿ”ฅ Form.Item support `tooltip` to customize tooltip. [#26780](https://github.com/ant-design/ant-design/pull/26780) - ๐Ÿ†• Form.List support `rules` validation and add Form.ErrorList to show the errors. [#26676](https://github.com/ant-design/ant-design/pull/26676) - ๐Ÿ†• Form.Item support `messageVariables` prop. [#26597](https://github.com/ant-design/ant-design/pull/26597) - ๐Ÿž Fix Form `onValuesChange` second param return fully `store` values instead of validate fields. [#26808](https://github.com/ant-design/ant-design/pull/26808) - Upload - ๐Ÿ”ฅ Upload can custom the item of file list by `itemRender` now. [#26333](https://github.com/ant-design/ant-design/pull/26333) - ๐Ÿ†• Upload custom action icons now supports callback functions. [#26684](https://github.com/ant-design/ant-design/pull/26684) [@mwaddell](https://github.com/mwaddell) - Table - ๐Ÿ†• Table `sticky` now support `getContainer`. [#26973](https://github.com/ant-design/ant-design/pull/26973) - ๐Ÿž Fix Table should not render dropdown filter icon when filterDropdown is `undefined`. [#27002](https://github.com/ant-design/ant-design/pull/27002) [@shangyilim](https://github.com/shangyilim) - Modal - ๐Ÿ›  Refactor Modal animation code so that it will remove all dom element by `destroyOnClose` when closed. [#26940](https://github.com/ant-design/ant-design/pull/26940) - ๐Ÿ†• Modal add `modalRender` prop which can be used for draggable dialog. [#26507](https://github.com/ant-design/ant-design/pull/26507) [@jhoneybee](https://github.com/jhoneybee) - ๐Ÿ†• Space add `split` prop. [#26948](https://github.com/ant-design/ant-design/pull/26948) - ๐Ÿ†• Image `preview` prop now support `visible` and `onVisibleChange`. [#26915](https://github.com/ant-design/ant-design/pull/26915) - ๐Ÿ†• InputNumber will trigger `onStep` prop when click up/down buttons. [#27075](https://github.com/ant-design/ant-design/pull/27075) - ๐Ÿ†• Avatar `size` support responsive config. [#26244](https://github.com/ant-design/ant-design/pull/26244) [@willamesoares](https://github.com/willamesoares) - ๐Ÿž Fix Radio.Button children cannot apply Tooltip. [#27050](https://github.com/ant-design/ant-design/pull/27050) - RTL - โฌ…๏ธ Fix List action button position in RTL mode. [#26964](https://github.com/ant-design/ant-design/pull/26964) - โฌ…๏ธ Fix Transfer pagination style in RTL mode. [#26960](https://github.com/ant-design/ant-design/pull/26960) - โฌ…๏ธ Fix Upload style in RTL mode. [#26961](htt