--- 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. --- ## 3.23.2 `2019-09-06` - ๐Ÿž Fix `round` Button font size too large. [#18701](https://github.com/ant-design/ant-design/pull/18701) - ๐Ÿž Fix Descriptions warning with same key when bordered is true. [#18637](https://github.com/ant-design/ant-design/pull/18637) - ๐Ÿž Fix Drawer animation when `placement` is right and `mask` is false. [#18636](https://github.com/ant-design/ant-design/pull/18636) - ๐Ÿž Fix Icon that `component` and `children` prop should have priority over `type` prop. [#18592](https://github.com/ant-design/ant-design/pull/18592) - ๐Ÿž Fix Layout.Sider boundary values for max-width. [#18553](https://github.com/ant-design/ant-design/pull/18553) [@Nikitenkova](https://github.com/Nikitenkova) - ๐Ÿž Fix PageHeader that back icon can't coexist with breadcrumb. [#18691](https://github.com/ant-design/ant-design/pull/18691) - ๐Ÿ—‘Deprecated Select `inputValue` prop and use `searchValue` instead. [#18629](https://github.com/ant-design/ant-design/pull/18629) - TypeScript - ๐Ÿž Fix type definition of `status` for Result. [#18445](https://github.com/ant-design/ant-design/pull/18445) - ๐Ÿž Fix type definition of `target` for Anchor.Link. [#18646](https://github.com/ant-design/ant-design/pull/18646) - ๐Ÿž Fix type definition of `transformFile` params for Upload. [#18671](https://github.com/ant-design/ant-design/pull/18671) - ๐Ÿž Fix type definition of `title` and `footer` for Table. [#18697](https://github.com/ant-design/ant-design/pull/18697) [@yoyo837](https://github.com/yoyo837) ## 3.23.1 `2019-09-03` - ๐Ÿž Fix Upload can not upload more than one file when `multiple` is `false`. [#18626](https://github.com/ant-design/ant-design/pull/18626) - ๐Ÿž Fix MonthPicker switch handler overflow style. [#18624](https://github.com/ant-design/ant-design/pull/18624) - ๐Ÿ’„ Tree add `@tree-node-hover-bg` and `@tree-node-selected-bg` less variable. [#18593](https://github.com/ant-design/ant-design/pull/18593) [@MrHeer](https://github.com/MrHeer) ## 3.23.0 `2019-09-02` - ๐Ÿ”ฅ Pageheader has been redesigned to accommodate more situations. [#18128](https://github.com/ant-design/ant-design/pull/18128) - ๐ŸŒŸ Card support `tabBarExtraContent` prop. [#18433](https://github.com/ant-design/ant-design/pull/18433) [@lengthmin](https://github.com/lengthmin) - ๐ŸŒŸ Anchor.Link add add new property `target`. [#18335](https://github.com/ant-design/ant-design/pull/18335) [@DiamondYuan](https://github.com/DiamondYuan) - ๐ŸŒŸ Breadcrumb support children use with `React.Fragment`. [#18340](https://github.com/ant-design/ant-design/pull/18340) [@long-zhuge](https://github.com/long-zhuge) - ๐ŸŒŸ Card.Grid add new prop `hoverable` for support disable hover state. [#18457](https://github.com/ant-design/ant-design/pull/18457) [@MrHeer](https://github.com/MrHeer) - ๐Ÿ‡ฆ๐Ÿ‡ฒ Added locales for the Armenian language. [#18586](https://github.com/ant-design/ant-design/pull/18586) [@ashmna](https://github.com/ashmna) - InputNumber - ๐ŸŒŸ Support `onPressEnter` prop. [#18346](https://github.com/ant-design/ant-design/pull/18346) - ๐Ÿž Fix React lifecycle warning. [#18346](https://github.com/ant-design/ant-design/pull/18346) - Less variables - ๐Ÿ’„ Add `@modal-footer-border-color-split`. [#18522](https://github.com/ant-design/ant-design/pull/18522) - ๐Ÿ’„ Add `@input-number-handler-bg` `@input-number-handler-border-color`. [#18533](https://github.com/ant-design/ant-design/pull/18533) - ๐Ÿ’„ Add `@card-background` `@card-skeleton-bg`. [#18531](https://github.com/ant-design/ant-design/pull/18531) - ๐Ÿ’„ Add `@typography-title-font-weight`. [#18456](https://github.com/ant-design/ant-design/pull/18456) [@MrHeer](https://github.com/MrHeer) - ๐Ÿ›Ž Add warning when use `value` of Switch, Checkbox, Upload. [#18497](https://github.com/ant-design/ant-design/pull/18497) - ๐Ÿ›  Refactor styleChecker to arrow function for fix serverless target in next.js. [#18541](https://github.com/ant-design/ant-design/pull/18541) [@ZhengYuTay](https://github.com/ZhengYuTay) - ๐Ÿž Fix circle Button not circle in some situation. [#18516](https://github.com/ant-design/ant-design/pull/18516) - ๐Ÿž Fix icon position in Input. [#18521](https://github.com/ant-design/ant-design/pull/18521) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿž Fix RangePicker selected date style. [#18559](https://github.com/ant-design/ant-design/pull/18559) - Descriptions - ๐Ÿž Fix Descriptions last Item has wrong calculated width issue. [#18568](https://github.com/ant-design/ant-design/pull/18568) - ๐Ÿž Description.Item will reuse `key` in render if user provided. [#18578](https://github.com/ant-design/ant-design/pull/18578) - ๐Ÿž Fix Tab content width not correct in Safari. [#18574](https://github.com/ant-design/ant-design/pull/18574) - ๐Ÿž Fix Mentions popup position not correct when `prefix` is empty string. [#18576](https://github.com/ant-design/ant-design/pull/18576) - ๐Ÿž Fix Upload.Dragger can upload multiple files when `multiple` is false. [#18580](https://github.com/ant-design/ant-design/pull/18580) - ๐Ÿž Fix Card `actions` style when contains link Button. [#18588](https://github.com/ant-design/ant-design/pull/18588) - ๐Ÿž Fix Input not vertical align with Button in Chrome. [#18603](https://github.com/ant-design/ant-design/pull/18603) - ๐Ÿž Fix nested List style in grid layout. [#18589](https://github.com/ant-design/ant-design/pull/18589) - TypeScript - ๐Ÿž Fix Steps.Step component's `subTitle` prop types. [#18525](https://github.com/ant-design/ant-design/pull/18525) [@wtzeng1](https://github.com/wtzeng1) - ๐Ÿž Ensure title or overlay is required in Tooltip props definition. [#18515](https://github.com/ant-design/ant-design/pull/18515) [@laysent](https://github.com/laysent) ## 3.22.2 `2019-08-27` - ๐Ÿž Fix Mentions has additional height in Form. [#18478](https://github.com/ant-design/ant-design/pull/18478) - ๐Ÿž Fix disabled Input should not be allowed to clear. [#18482](https://github.com/ant-design/ant-design/pull/18482) - ๐Ÿž Fix Input.Password crash with `Cannot read property 'input' of null` when unmount. [#18475](https://github.com/ant-design/ant-design/pull/18475) - ๐Ÿž Fix Table `style` should applied to outside wrapper. [#18494](https://github.com/ant-design/ant-design/pull/18494) - ๐Ÿž Fix PageHeader default english text. [#18471](https://github.com/ant-design/ant-design/pull/18471) [@hjiawei](https://github.com/hjiawei) ## 3.22.1 `2019-08-26` - ๐Ÿ”ฅ The official website now supports the search icon through the picture! [#18425](https://github.com/ant-design/ant-design/pull/18425) - ๐Ÿ’„ Tweak Table expand icon style. [c5344bd](https://github.com/ant-design/ant-design/commit/c5344bde529a2f2ec814f46e7ec5d249eac8d608) - ๐Ÿž Fix prop `style` is getting duplicated on Table. [#18330](https://github.com/ant-design/ant-design/pull/18330) [@MrHeer](https://github.com/MrHeer) - ๐Ÿž Fix Input line height style bug in IE11. [#17759](https://github.com/ant-design/ant-design/pull/17759) - ๐Ÿž Fix Steps progressDot broken style. [#18356](https://github.com/ant-design/ant-design/pull/18356) - ๐Ÿž Fix an issue with plain icon button style errors. [#18458](https://github.com/ant-design/ant-design/pull/18458) [@qhanw](https://github.com/qhanw) - ๐Ÿž Fix TextArea with `autosize` in controlled mode that scrollbar blink when typing. [#18401](https://github.com/ant-design/ant-design/pull/18401) - ๐Ÿž Fixed an issue where Input.Password `ref` could not get the input element and had no `focus` and `blur` method. [#18441](https://github.com/ant-design/ant-design/pull/18441) - ๐Ÿž Fix Upload wrong line break. [#18423](https://github.com/ant-design/ant-design/pull/18423) - ๐Ÿ’„ Add less variables `@select-dropdown-bg` `@select-item-selected-bg` `@select-item-active-bg` `@anchor-border-colorr` `@descriptions-bg`. [#18444](https://github.com/ant-design/ant-design/pull/18444) [#18372](https://github.com/ant-design/ant-design/pull/18440) [@MrHeer](https://github.com/MrHeer) ## 3.22.0 `2019-08-17` - ๐Ÿ”ฅ New type `navigation` of Step. [#17994](https://github.com/ant-design/ant-design/pull/17994) - - ๐Ÿ‡ท๐Ÿ‡ด Add Romanian locale. [#18163](https://github.com/ant-design/ant-design/pull/18163) [@stefy](https://github.com/stefy) - Anchor - ๐ŸŒŸ Add `getCurrentAnchor` property to specify current active anchor. [#17823](https://github.com/ant-design/ant-design/pull/17823) [@shaodahong](https://github.com/shaodahong) - ๐ŸŒŸ Add `targetOffset` property to customize scroll position offset. [#17827](https://github.com/ant-design/ant-design/pull/17827) [@shaodahong](https://github.com/shaodahong) - ๐ŸŒŸ Drawer supports popup in custom dom node. [#18167](https://github.com/ant-design/ant-design/pull/18167) - ๐ŸŒŸ Mentions support `getPopupContainer` property. [#18298](https://github.com/ant-design/ant-design/pull/18298) [@vijayst](https://github.com/vijayst) - ๐ŸŒŸ Modal support custom `closeIcon`. [#18309](https://github.com/ant-design/ant-design/pull/18309) - ๐ŸŒŸ Upload support to preview `jfif` format images. [#18322](https://github.com/ant-design/ant-design/pull/18322) - ๐Ÿ’„ Tweak Descriptions.Item padding bottom via size. [#18270](https://github.com/ant-design/ant-design/pull/18270) - Cascader - ๐ŸŒŸ Allow input `autoComplete` to be overrided. [#18279](https://github.com/ant-design/ant-design/pull/18279) [@zomars](https://github.com/zomars) - ๐Ÿž Fix wrong `notFoundContent` width when using `fieldNames`.[#18325](https://github.com/ant-design/ant-design/pull/18325) - ๐Ÿž Fix missing `options` cause crash. [#18190](https://github.com/ant-design/ant-design/pull/18190) [@nnecec](https://github.com/nnecec) - ๐Ÿž Fix Menu.SubMenu `className` applied to popup menu mistakenly. [#18290](https://github.com/ant-design/ant-design/pull/18290) - ๐Ÿž Upgrade react-slick to fix Carousel lifecycle warning. [#18209](https://github.com/ant-design/ant-design/pull/18209) - ๐Ÿž Fix Button `received false for a non-boolean attribute loading` warning. [#18208](https://github.com/ant-design/ant-design/pull/18208) - ๐Ÿž Fix style problem when hovering Table selected row. [#18261](https://github.com/ant-design/ant-design/pull/18261) - ๐Ÿž Fix Checkbox hovering border color when it is `disabled`. [#18168](https://github.com/ant-design/ant-design/pull/18168) - ๐Ÿž Fix Progress missing or messed gradient color. [#18284](https://github.com/ant-design/ant-design/pull/18284) - ๐Ÿž ไฟฎๅค TextArea scrollbar blinking problem when using `autosize` and `maxRows`. [#18289](https://github.com/ant-design/ant-design/pull/18289) - TypeScript - ๐Ÿž Fix some components (Tooltip, Breadcrumb, Badge) importing error. [#18282](https://github.com/ant-design/ant-design/pull/18282) [@lidianhao123](https://github.com/lidianhao123) - ๐Ÿž Fix MonthPicker `monthCellContentRender` property definition. [#18192](https://github.com/ant-design/ant-design/pull/18192) [@JonathanLee-LX](https://github.com/JonathanLee-LX) - ๐Ÿž Fix Upload.Dragger `children` error. [#18196](https://github.com/ant-design/ant-design/pull/18196) - ๐Ÿž Fix Tag.CheckableTag `style` property definition. [#18300](https://github.com/ant-design/ant-design/pull/18300) ## 3.21.4 `2019-08-09` - ๐Ÿž Fix the problem that Dropdown.Button requires `title` props. ## 3.21.3 `2019-08-09` - Timeline - ๐Ÿž Fix the problem that `content` content does not wrap when it is too long. [#18092](https://github.com/ant-design/ant-design/pull/18092) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿž Fixed inconsistency in styles in `alternate` and `right` modes and width overflow of `content`. [#18093](https://github.com/ant-design/ant-design/pull/18093) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿž Fix Tabs content with margin collapse with navigation. [#18112](https://github.com/ant-design/ant-design/pull/18112) - ๐Ÿž Fix Textarea `autosize` shows scrollbar after resize. [#18114](https://github.com/ant-design/ant-design/pull/18114) - ๐Ÿž Fix Tooltip not work correctly on `disabled` Checkbox. [#18138](https://github.com/ant-design/ant-design/pull/18138) - ๐Ÿž Fix a Button line-height align issue. [#18139](https://github.com/ant-design/ant-design/pull/18139) - ๐Ÿž Fix missing `blur` and `focus` methods on Mentions. [#18132](https://github.com/ant-design/ant-design/pull/18132) [@yoyo837](https://github.com/yoyo837) - ๐Ÿž Fix missing `title` on Button. [#18130](https://github.com/ant-design/ant-design/pull/18130) [@yoyo837](https://github.com/yoyo837) - ๐Ÿž Fix Upload throw File not defined in IE9. [#18115](https://github.com/ant-design/ant-design/pull/18115) - ๐Ÿž Fix Input clear icon not align correctly. [#18151](https://github.com/ant-design/ant-design/pull/18151) - ๐Ÿž Fix Card broken style when using Button as `actions`. [#18179](https://github.com/ant-design/ant-design/pull/18179) - ๐Ÿž Fix the problem that Modal.confirm can't set `getContainer`. [#18182](https://github.com/ant-design/ant-design/pull/18182) - โŒจ๏ธ Improve Divider accessibility by adding role="separator". [#18116](https://github.com/ant-design/ant-design/pull/18116) ## 3.21.2 `2019-08-06` - ๐Ÿž Fix `React does not recognize the noStyle prop on a DOM element` warning. [#18088](https://github.com/ant-design/ant-design/pull/18088) - ๐Ÿž Fix Input `prefix` & `suffix` not align with text. [#18097](https://github.com/ant-design/ant-design/pull/18097) - ๐Ÿž Fix ConfigProvider nest in LocaleProvider make `locale` not work. [#18105](https://github.com/ant-design/ant-design/pull/18105) ## 3.21.1 `2019-08-05` - ๐Ÿž Fix ConfigProvider crash with multiple children. [#18075](https://github.com/ant-design/ant-design/pull/18075) ## 3.21.0 `2019-08-04` - ๐ŸŒŸ Breadcrumb adds `Separator` component. [#17873](https://github.com/ant-design/ant-design/pull/17873) [@long-zhuge](https://github.com/long-zhuge) - ๐ŸŒŸ Descriptions adds `colon` props. [#17560](https://github.com/ant-design/ant-design/pull/17560) [@hengkx](https://github.com/hengkx) - ๐ŸŒŸ Rotate zero when Sider triggers in right mode. [#18043](https://github.com/ant-design/ant-design/pull/18043) [@kagawagao](https://github.com/kagawagao) - ๐ŸŒŸ Table add `getPopupContainer` props. [#17806](https://github.com/ant-design/ant-design/pull/17806) - ๐ŸŒŸ Add new color `gray` for Timeline.Item for unfinished or disabled status. [#17731](https://github.com/ant-design/ant-design/pull/17731) - ๐ŸŒŸ Upload adds `transformFile` to support transforming file before file uploading. [#18009](https://github.com/ant-design/ant-design/pull/18009) [@lijinke666](https://github.com/lijinke666) - ๐Ÿž Fix ConfigProvider `getPopupContainer` not working in Table. [#17806](https://github.com/ant-design/ant-design/pull/17806) - ๐Ÿž Fix Statistic font not align with global font. [#18044](https://github.com/ant-design/ant-design/pull/18044) - ๐Ÿž Fix `Form.Item` label replace regexp. [#17985](https://github.com/ant-design/ant-design/pull/17985) [@shaodahong](https://github.com/shaodahong) - ๐Ÿž Fix Select search style. [#17760](https://github.com/ant-design/ant-design/pull/17760) [@chenyizhongx](https://github.com/chenyizhongx) - ๐Ÿž Fix DatePicker style bug when `mode` is decade. [#17887](https://github.com/ant-design/ant-design/pull/17887) [@xrkffgg](https://github.com/xrkffgg) - ๐Ÿž Fix wave effect performance of Button and other related component. [#17945](https://github.com/ant-design/ant-design/pull/17945) - ๐Ÿž Fix Tabs `tabBarExtraContent` align issue. [#17969](https://github.com/ant-design/ant-design/pull/17969) - ๐Ÿž Fix Tabs error when `type` is `editable-card` and child component is false. [#17965](https://github.com/ant-design/ant-design/pull/17965) [@oldturkey](https://github.com/oldturkey) - ๐Ÿž Fix Input align issue of `clearIcon` and `suffix` again. [#17684](https://github.com/ant-design/ant-design/pull/17684) [@LilyWakana](https://github.com/LilyWakana) - ๐Ÿž Remove `a` tag in Alert's close tag. [#17872](https://github.com/ant-design/ant-design/pull/17872) [@geograous](https://github.com/geograous) - ๐Ÿ’„ Unified drawer and modal `mask` opacity. [#17943](https://github.com/ant-design/ant-design/pull/17943) - ๐Ÿ’„ Optimize RangePicker focus style. [#17983](https://github.com/ant-design/ant-design/pull/17983) - ๐Ÿ’„ Tag now will be rendered as a `span`. [#17971](https://github.com/ant-design/ant-design/pull/17971) - ๐Ÿ’„ Enhance accessibility of Table expanded icon. [#17781](https://github.com/ant-design/ant-design/pull/17781) - ๐Ÿ’„ Merge LocaleProvider into ConfigProvider. [#17816](https://github.com/ant-design/ant-design/pull/17816) - ๐Ÿ’„ Add some less variables. [#17976](https://github.com/ant-design/ant-design/pull/17976) [@Yangzhedi](https://github.com/Yangzhedi) [#17613](https://github.com/ant-design/ant-design/pull/17613) [@alxkosov](https://github.com/alxkosov): - `@table-footer-bg` - `@table-footer-color` - `@menu-icon-size` - `@menu-icon-size-lg` - ๐Ÿ‡ฒ๐Ÿ‡พ Add locale Malay. [#17546](https://github.com/ant-design/ant-design/pull/17546) [@austin-krave](https://github.com/austin-krave) - ๐Ÿ‡ธ๐Ÿ‡ช Add Swedish translation for Typography (Text) component. [#17858](https://github.com/ant-design/ant-design/pull/17858) [@Malven](https://github.com/Malven) - ๐Ÿ‡ซ๐Ÿ‡ท Add French translation for Typography (Text) component. [#17418](https://github.com/ant-design/ant-design/pull/17418) [@Clafouti](https://github.com/Clafouti) - ๐Ÿด Add Tamil spanish translations. [#17903](https://github.com/ant-design/ant-design/pull/17903) [@sivaraj-dev](https://github.com/sivaraj-dev) - TypeScript - ๐Ÿž Fix DatePicker `onChange` type definition. [#17955](https://github.com/ant-design/ant-design/pull/17955) [@haimrait](https://github.com/haimrait) ## 3.20.7 `2019-07-26` - ๐Ÿž Fix Upload can not click in Form.Item. [#17897](https://github.com/ant-design/ant-design/pull/17897) ## 3.20.6 `2019-07-24` - ๐Ÿž Fix Col miss the place when its height is 0. [#17748](https://github.com/ant-design/ant-design/pull/17748) [@yoyo837](https://github.com/yoyo837) - ๐Ÿž Fix Cascader was broken when `options`'s `children` is `null`. [#17756](https://github.com/ant-design/ant-design/pull/17756) - ๐Ÿž Fix Checkbox padding where all spans align left. [#17752](https://github.com/ant-design/ant-design/pull/17752) [#17761](https://github.com/ant-design/ant-design/pull/17761) [@inovux](https://github.com/inovux) - ๐Ÿž Fix Input line height style bug in IE. [#17759](https://github.com/ant-design/ant-design/pull/17759) - ๐Ÿž Fix last item of Rate has additional margin. [#17764](https://github.com/ant-design/ant-design/pull/17764) [@inovux](https://github.com/inovux) - ๐Ÿž Fix Radio.Button disabled item border style. [#17775](https://github.com/ant-design/ant-design/pull/17775) - ๐Ÿž Fix DatePicker `@input-hover-border-color` variables not working. [#17784](https://github.com/ant-design/ant-design/pull/17784) - ๐Ÿž Fix Transfer not re-render list when `dataSource` with `lazy`. [#17783](https://github.com/ant-design/ant-design/pull/17783) - ๐Ÿž Fix RangePicker `defaultValue` startTime later than endTime. [#17694](https://github.com/ant-design/ant-design/pull/17694) [@mraiguo](https://github.com/mraiguo) - ๐Ÿ’„ Tweak long `placeholder` truncate style. [#17797](https://github.com/ant-design/ant-design/pull/17797) [@Kapiroska](https://github.com/Kapiroska) - ๐Ÿž Fix Menu circular dependencies. [#17805](https://github.com/ant-design/ant-design/pull/17805) [@phthhieu](https://github.com/phthhieu) - ๐Ÿž Fix Alert `message` style. [#17808](https://github.com/ant-design/ant-design/pull/17808) [@mtadams007](https://github.com/mtadams007) - ๐Ÿž Fix Result `extra` is not centered. [#17786](https://github.com/ant-design/ant-design/pull/17786) [@nnecec](https://github.com/nnecec) - ๐Ÿž Fix Progress with mini `value` not keeps bar radius round. [#17819](https://github.com/ant-design/ant-design/pull/17819) - ๐Ÿž Fix Statistic.Countdown `format` not escaping characters in square brackets. [#17841](https://github.com/ant-design/ant-design/pull/17841) - ๐Ÿž Fix Table custom `filterDropdown` always triggering `onChange` in some situations. [#17846](https://github.com/ant-design/ant-design/pull/17846) - ๐Ÿž Fix TimePicker weird render bug in Safari. [#17857](https://github.com/ant-design/ant-design/pull/17857) ## 3.20.5 `2019-07-19` - ๐Ÿž Fix `