UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

565 lines (465 loc) โ€ข 187 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. --- ## 3.20.2 `2019-07-13` - ๐Ÿ“– Add version description for every features. [#17373](https://github.com/ant-design/ant-design/pull/17373) [@muzea](https://github.com/muzea) - ๐Ÿž Fix Button transition style when loading. [#17596](https://github.com/ant-design/ant-design/pull/17596) [@LilyWakana](https://github.com/LilyWakana) - Cascader - ๐Ÿž Fix not display `notFoundContent` when options.length is 0. [#17538](https://github.com/ant-design/ant-design/pull/17538) - ๐Ÿž Fix option's loading not aligned when `isLeaf` is true. [#17550](https://github.com/ant-design/ant-design/pull/17550) - ๐Ÿž Fix over-length text covered by arrow. [#17583](https://github.com/ant-design/ant-design/pull/17583) - ๐Ÿž Fix Input style when suffix and clear icon exist both. [#17508](https://github.com/ant-design/ant-design/pull/17508) [@LilyWakana](https://github.com/LilyWakana) - TypeScript - ๐Ÿ’„ Improve type definition of Cascader's option. [#17581](https://github.com/ant-design/ant-design/pull/17581) [@MrHeer](https://github.com/MrHeer) - ๐Ÿž Fix type definition of Descriptions.title. [#17412](https://github.com/ant-design/ant-design/pull/17412) - ๐Ÿž Fix type definition of Collapse.activeKey, Collapse.defaultActiveKey and CollapsePanel.key. [#17557](https://github.com/ant-design/ant-design/pull/17557) [@thylsky](https://github.com/thylsky) ## 3.20.1 - ๐Ÿ’„ Optimize TimePicker focus style. [#17447](https://github.com/ant-design/ant-design/pull/17447) - ๐Ÿ’„ Optimize DatePicker arrow style for resolve messy when not use utf-8. [#17480](https://github.com/ant-design/ant-design/pull/17480) - ๐Ÿž Remove useless props which Drawer pass to rc-drawer for avoid error. [#17390](https://github.com/ant-design/ant-design/pull/17390) - ๐Ÿž Fix Tabs disabled tab and next icon style. [#17500](https://github.com/ant-design/ant-design/pull/17500) - ๐Ÿž Fix Result's problem that the `className` is empty and the class name is wrong. [#17389](https://github.com/ant-design/ant-design/pull/17389) - ๐Ÿž Fix DatePicker's input box is obscured on safari. [#17421](https://github.com/ant-design/ant-design/pull/17421) - ๐Ÿž Fix typo icon name `colum-height` to `column-height`. [#17458](https://github.com/ant-design/ant-design/pull/17458) - TypeScript - ๐Ÿž Fix Form `onSubmit` type. [#17412](https://github.com/ant-design/ant-design/pull/17412) - ๐Ÿž Fix omit AutoComplete `loading` type. [#17433](https://github.com/ant-design/ant-design/pull/17433) - ๐Ÿž Fix Switch `onClick` type. [#17502](https://github.com/ant-design/ant-design/pull/17502) [@DiamondYuan](https://github.com/DiamondYuan) ## 3.20.0 - ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ Add [Result](https://ant.design/components/result) Used to feed back the results of a series of operational tasks. - ๐Ÿ”ฅ Descriptions support vertical layout. [#17330](https://github.com/ant-design/ant-design/pull/17330) [@hengkx](https://github.com/hengkx) - ๐Ÿ”ฅ Progress.Circle support gradient line color. [#17315](https://github.com/ant-design/ant-design/pull/17315) [@hengkx](https://github.com/hengkx) <img class="markdown-inline-image" src="https://gw.alipayobjects.com/zos/antfincdn/WogwW6kA4O/method-draw-image.svg" alt="Progress"> - ๐Ÿ”ฅ Optimize PageHeader className naming. [#17321](https://github.com/ant-design/ant-design/pull/17321) - ๐Ÿž Drawer fixes `maskCloseble` to false, keyboard ESC closes invalid. [#17316](https://github.com/ant-design/ant-design/pull/17316) - ๐Ÿž Fixed an issue where Drawer closes not calling `afterVisibleChange` in Edge. [#17311](https://github.com/ant-design/ant-design/pull/17311) - ๐ŸŒŸ Drawer adds `keyboard` to allow opening and closing of responses to keyboard events. [#17316](https://github.com/ant-design/ant-design/pull/17316) - ๐ŸŒŸ Popconfirm adds the `disabled` props to control whether the click child element pops up. [#16985](https://github.com/ant-design/ant-design/pull/16985) [@lhyt](https://github.com/lhyt) - โŒจ๏ธ Improve TimePicker accessibility. [#17099](https://github.com/ant-design/ant-design/pull/17099) - ๐Ÿ’„ Fix Tooltip arrow shadow style. [#17264](https://github.com/ant-design/ant-design/pull/17264) - ๐Ÿž Fix Descriptions.Item not support `className`. [#17280](https://github.com/ant-design/ant-design/pull/17280) - ๐Ÿž Fixing Descriptions.Item does not set a label and will also display the `:` question. [#17337](https://github.com/ant-design/ant-design/pull/17337) - ๐Ÿž Fixed the incorrect color of the `placeholder` of the Mentions. [#17317](https://github.com/ant-design/ant-design/pull/17317) - ๐Ÿž Fixed incorrect line-height for Mentions. [#17347](https://github.com/ant-design/ant-design/pull/17347) - ๐Ÿ’„ Fixed small Table header background to white according to design spec. [#17351](https://github.com/ant-design/ant-design/pull/17351) - ๐ŸŒŸ The CheckboxGroup`onChange` value keeps the order of the options. [#17342](https://github.com/ant-design/ant-design/pull/17342) [@yoyo837](https://github.com/yoyo837) - ๐Ÿž Fix Tooltip not work correctly on disabled Switch. [#17372](https://github.com/ant-design/ant-design/pull/17372) - ๐Ÿ’„ Add variables [#16843](https://github.com/ant-design/ant-design/pull/16843) [#17031](https://github.com/ant-design/ant-design/pull/17031) [#16996](https://github.com/ant-design/ant-design/pull/16996) [@alxkosov](https://github.com/alxkosov): - `@dropdown-line-height` - `@dropdown-font-size` - `@dropdown-vertical-padding` - `@collapse-panel-border-radius` - `@table-body-selected-sort-bg` - `@table-selected-row-hover-bg` - TypeScript - ๐ŸŒŸ Improve the type definition of the Switch. [#17331](https://github.com/ant-design/ant-design/pull/17331) - ๐Ÿž Skeleton AvatarProps `size` supports number. [#17331](https://github.com/ant-design/ant-design/pull/17331) - ๐Ÿ“ Updated several documents. [#17336](https://github.com/ant-design/ant-design/pull/17336) [#17345](https://github.com/ant-design/ant-design/pull/17345) [#17355](https://github.com/ant-design/ant-design/pull/17355) ## 3.19.8 `2019-06-24` - ๐Ÿž Revert `unknown` to `any` for now to avoid introducing tones of errors in one time. [#17249](https://github.com/ant-design/ant-design/issues/17249) ## 3.19.7 `2019-06-21` - ๐Ÿž Fix Descriptions throw error when contains falsy child. [#17207](https://github.com/ant-design/ant-design/pull/17207) [@superandrew213](http://github.com/superandrew213) - ๐Ÿž Fix a scrollbar style problem of empty Table in IE. [#17223](https://github.com/ant-design/ant-design/pull/17223) - ๐Ÿž Fix single Breadcrumb not showing on PageHeader. [#17209](https://github.com/ant-design/ant-design/pull/17209) - ๐Ÿž Fix Modal that 24px botton area cannot trigger mask click event. [#17229](https://github.com/ant-design/ant-design/pull/17229) - ๐Ÿž Fix Layout Siderโ€˜s zero-width trigger `z-index` bug. [#17228](https://github.com/ant-design/ant-design/pull/17228) - TypeScript - โšก๏ธ Use the `unknown` type in typescript 3.0 to improve defintions. [#14044](https://github.com/ant-design/ant-design/issues/14044) [@Zzzen](http://github.com/Zzzen) - ๐Ÿž Fix Calendar `headerRender` should be optional. [#17063](https://github.com/ant-design/ant-design/pull/17063) [@wonderjar](http://github.com/wonderjar) ## 3.19.6 `2019-06-19` - ๐Ÿž Fix nest Card `extra` position not correct. [#17140](https://github.com/ant-design/ant-design/pull/17140) - ๐Ÿž Fix Table crash while `filter` dynamic change. [#17141](https://github.com/ant-design/ant-design/pull/17141) - ๐Ÿž Fix TextArea & DatePicker separator position too low and align issue. [#17165](https://github.com/ant-design/ant-design/pull/17165) ## 3.19.5 `2019-06-17` - ๐Ÿž Fix RangerPicker input style not align. [#17126](https://github.com/ant-design/ant-design/issues/17126) - ๐Ÿž Fix `getPopupContainer` of ConfigProvider not works on Modal. [#17132](https://github.com/ant-design/ant-design/issues/17132) - TypeScript - ๐Ÿž Fix Descriptions.Item definition. [#17049](https://github.com/ant-design/ant-design/pull/17049) ## 3.19.4 `2019-06-16` - PageHeader - ๐Ÿž Fix abnormal margin issue of PageHeader `extra`. [#17025](https://github.com/ant-design/ant-design/issues/17025) - ๐Ÿž Fix the `onBack` button displays a pointer that is not always clickable. [#17114](https://github.com/ant-design/ant-design/pull/17114) - ๐Ÿž Fix Table with sort not back to first page. [#16978](https://github.com/ant-design/ant-design/issues/16978) - ๐Ÿž Fix Menu.SubMenu with selected item should have active style. [#17039](https://github.com/ant-design/ant-design/pull/17039) - ๐Ÿž Fix Tree with showLine animation shake. [#17055](https://github.com/ant-design/ant-design/pull/17055) - ๐Ÿž Fix Collapse's redundant scrollbar. [#17009](https://github.com/ant-design/ant-design/pull/17009) [#mtadams007](https://github.com/mtadams007) - ๐Ÿž Fixing date formats for Arabic-Egypt locale. [#17092](https://github.com/ant-design/ant-design/pull/17092) [#3b3ziz](https://github.com/3b3ziz) - ๐Ÿž Fix Input not align with other components in Chrome. [#17082](https://github.com/ant-design/ant-design/issues/17082) - ๐Ÿ’„ Adjust bordered table header scrollbar style. [#17065](https://github.com/ant-design/ant-design/pull/17065) - ๐ŸŒŸ Make Divider style customization easier. [#17113](https://github.com/ant-design/ant-design/pull/17113) - ๐Ÿ‡ท๐Ÿ‡บ Add missing Russian translations. [#17108](https://github.com/ant-design/ant-design/pull/17108) [#Enfield1](https://github.com/Enfield1) - ๐ŸŒŸ Add new less variables [#17041](https://github.com/ant-design/ant-design/pull/17041) [#SamKirkland](https://github.com/SamKirkland)๏ผš - `@comment-font-size-base` - `@comment-font-size-sm` ## 3.19.3 `2019-06-06` - ๐Ÿ“ Add FAQ for DatePicker/RangePicker with `mode` cannot be selected. [#16984](https://github.com/ant-design/ant-design/pull/16984) - ๐Ÿž Fix Breadcrumb validateDOMNesting warning. [#16929](https://github.com/ant-design/ant-design/pull/16929) - ๐Ÿž Fix Breadcrumb path error when `children` is selected. [#16885](https://github.com/ant-design/ant-design/pull/16885) [@haianweifeng](https://github.com/haianweifeng) - ๐Ÿž Fix InputNumber with `number` type display native spinner. [#16926](https://github.com/ant-design/ant-design/pull/16926) - ๐Ÿž Fix Transfer render Empty when customize without data. [#16925](https://github.com/ant-design/ant-design/pull/16925) - ๐Ÿž **Fix Table header extra vertical scrollbar problem.** [#16950](https://github.com/ant-design/ant-design/pull/16950) - ๐Ÿž Fix Table miss `border-radius` in Firefox. [#16957](https://github.com/ant-design/ant-design/pull/16957) - ๐Ÿž Fix Table error when `rowSelection.getCheckboxProps()` has no return value. [#15224](https://github.com/ant-design/ant-design/pull/15224) - ๐Ÿž Fix Table abnormal scrollbar in Chrome when using `title` and `rowSelection`. [#16934](https://github.com/ant-design/ant-design/pull/16934) - ๐Ÿž Fix Divider `orientation="center"` style. [#16988](https://github.com/ant-design/ant-design/pull/16988) - ๐Ÿž Fix Cascader error when type space. [#16918](https://github.com/ant-design/ant-design/pull/16918) [@Durisvk](https://github.com/Durisvk) - ๐Ÿž Fix missing spanish translations. [#17002](https://github.com/ant-design/ant-design/pull/17002) [@morellan](https://github.com/morellan) - TypeScript - ๐Ÿž Fix Upload `RcFile` definition. [#16851](https://github.com/ant-design/ant-design/pull/16851) - โšก๏ธ Export `TextProps` type in Typography. [#17003](https://github.com/ant-design/ant-design/pull/17003) [@Jarvis1010](https://github.com/Jarvis1010) ## 3.19.2 `2019-06-01` - ๐Ÿž Fix Tabs vertical card mode not scrollable. [#16825](https://github.com/ant-design/ant-design/pull/16825) - ๐Ÿž Fix Transfer warn `setStart` on an unmounted component. [#16822](https://github.com/ant-design/ant-design/pull/16822) [@shiningjason](https://github.com/shiningjason) - ๐Ÿ’„ Using less variables `@error-color`, `@warning-color` instead of `@text-color-danger`, `@text-color-warning`. [#16890](https://github.com/ant-design/ant-design/pull/16890) [@MrHeer](https://github.com/MrHeer) - ๐Ÿ’„ Add warning if Menu use `inlineCollapsed` under Sider. [#16826](https://github.com/ant-design/ant-design/pull/16826) - TypeScript - โšก๏ธ Add `forceSubmenuRender` into MenuProps. [#16827](https://github.com/ant-design/ant-design/pull/16827) - โšก๏ธ Export `TypographyProps` type. [#16835](https://github.com/ant-design/ant-design/pull/16835) - โšก๏ธ Add `onChange` prop type definition to Steps. [#16845](https://github.com/ant-design/ant-design/pull/16845) [@JonathanLee-LX](https://github.com/JonathanLee-LX) - โšก๏ธ Add `webkitRelativePath` prop type definition to Upload. [#16850](https://github.com/ant-design/ant-design/pull/16850) [@DiamondYuan](https://github.com/DiamondYuan) ## 3.19.1 `2019-05-27` - ๐Ÿž Fix Tooltip not hidden when Menu collapsed in control mode. [#16812](https://github.com/ant-design/ant-design/pull/16812) - ๐Ÿž Fix Description warning with column count not correct. [#16819](https://github.com/ant-design/ant-design/pull/16819) - ๐Ÿž Correct typo icon names `canlendar` / `interation` to `calendar` / `interaction`. [#16818](https://github.com/ant-design/ant-design/pull/16818) - TypeScript - โšก๏ธ Fix Mentions definition. [#16814](https://github.com/ant-design/ant-design/pull/16814) - โšก๏ธ Update Select `onSelect` & `onDeselect` prop definition. [#16817](https://github.com/ant-design/ant-design/pull/16817) ## 3.19.0 `2019-05-26` - New Components: - ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ [Mentions](https://ant.design/components/mentions-cn/) Provides Mentions component and origin Mention marked as deprecated. - ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ [Descriptions](https://ant.design/components/descriptions-cn/) Display multiple read-only fields in groups. - ๐Ÿ‡ฑ๐Ÿ‡ป Add Latvian localization support. [#16780](https://github.com/ant-design/ant-design/pull/16780) [@kirbo](https://github.com/kirbo) - ๐ŸŒŸ Drawer support close by press `ESC`. [#16694](https://github.com/ant-design/ant-design/pull/16694) - ๐ŸŒŸ Steps support click to switch. [#16773](https://github.com/ant-design/ant-design/pull/16773) - ๐ŸŒŸ Calendar support `headerRender` to customize headerใ€‚[#16535](https://github.com/ant-design/ant-design/pull/16535) [@abgaryanharutyun](https://github.com/abgaryanharutyun) - ๐ŸŒŸ Slider support `tooltipPlacement` to set tooltip position. [#16641](https://github.com/ant-design/ant-design/pull/16641) [@cmaster11](https://github.com/cmaster11) - ๐ŸŒŸ Slider support `getTooltipPopupContainer` to customize tooltip container. [#16717](https://github.com/ant-design/ant-design/pull/16717) - ๐Ÿž Fix PageHeader horizontal divider style. [#16684](https://github.com/ant-design/ant-design/pull/16684) - ๐Ÿž Fix Carousel `initialSlide` not work when `children` count change. [#16756](https://github.com/ant-design/ant-design/pull/16756) - ๐Ÿž Fix Cascader `displayRender` not interactive. [#16782](https://github.com/ant-design/ant-design/pull/16782) - ๐Ÿž Fix Upload list still can be removed when `disabled`. [#16786](https://github.com/ant-design/ant-design/pull/16786) - ๐Ÿ’„ Update Upload `disabled` cursor style. [#16799](https://github.com/ant-design/ant-design/pull/16799) [@attacking](https://github.com/attacking) - ๐Ÿ’„ Correct Statistic font color. [#16801](https://github.com/ant-design/ant-design/pull/16801) - TypeScript - โšก๏ธ Update Upload `action` prop definition. [#16716](https://github.com/ant-design/ant-design/pull/16716) [@christophehurpeau](https://github.com/christophehurpeau) - โšก๏ธ Update Upload `onRemove` prop definition. [#16570](https://github.com/ant-design/ant-design/pull/16570) [@christophehurpeau](https://github.com/christophehurpeau) - โšก๏ธ Update Select `getPopupContainer` prop definition. [#16778](https://github.com/ant-design/ant-design/pull/16778) [@chj-damon](https://github.com/chj-damon) - โšก๏ธ Update InputNumber `parse` prop definition. [#16797](https://github.com/ant-design/ant-design/pull/16797) - โšก๏ธ Remove useless props definition. [#16705](https://github.com/ant-design/ant-design/pull/16705) [@sirlantis](https://github.com/sirlantis) ## 3.18.2 `2019-05-20` - ๐Ÿž Fix space missing for Button with mixed content. [#15342](https://github.com/ant-design/ant-design/issues/15342) - ๐Ÿž Fix active status missing for Carousel when `children` is changed. [#16583](https://github.com/ant-design/ant-design/issues/16583) - ๐Ÿž Fix panel not close when DatePicker is `blur` by upgrading `rc-calendar` requirement to version `9.13.3`. [#16588](https://github.com/ant-design/ant-design/issues/16588) - ๐Ÿž Fix style disorder for Form.Item with `help` prop and `margin-bottom` is negative. [#16584](https://github.com/ant-design/ant-design/pull/16584) [@sbusch](https://github.com/sbusch) - ๐Ÿž Fix Spin not align when set `font-size` style. [#15206](https://github.com/ant-design/ant-design/issues/15206) - ๐Ÿž Fix `selectedRows` missing when there is `childrenColumnName` in Table. [#16614](https://github.com/ant-design/ant-design/issues/16614) - TypeScript - โšก๏ธ Improve the definition of `children` prop for Breadcrumb. [#16550](https://github.com/ant-design/ant-design/pull/16550) [@Gin-X](https://github.com/Gin-X) - โšก๏ธ Improve the definition of `onFieldsChange` params for Form. [#16577](https://github.com/ant-design/ant-design/pull/16577) [@SylvanasGone](https://github.com/SylvanasGone) - โšก๏ธ Improve the definition of `dataSource` and `renderItem` for List. [#16587](https://github.com/ant-design/ant-design/issues/16587) - โšก๏ธ Improve the definition of `onDragEnter` params for Tree. [#16638](https://github.com/ant-design/ant-design/pull/16638) [@eruca](https://github.com/eruca) - โšก๏ธ Improve the definition of `event` for Treeใ€‚[#16624](https://github.com/ant-design/ant-design/pull/16624) [@ztplz](https://github.com/ztplz) ## 3.18.1 `2019-05-13` - ๐Ÿž Remove useless `module.export` of package. [#antd-tools](https://github.com/ant-design/antd-tools/commit/b9e230c91551af5b4555f672130b14304ff58357) ## 3.18.0 `2019-05-12` - ๐ŸŒŸ Transfer support `children` prop to customize render list. [#16026](https://github.com/ant-design/ant-design/pull/16026) - ๐ŸŒŸ Pagination support `disabled` prop. [#16493](https://github.com/ant-design/ant-design/pull/16493) - ๐ŸŒŸ Upgrade `@ant-design/icons` and `@ant-design/icons-react` to 2.0 for fix lots of missing icons. [#15874](https://github.com/ant-design/ant-design/pull/15874) - ๐Ÿž Fix Form `hasFeedback` overlap issue with Input.Password. [#16445](https://github.com/ant-design/ant-design/pull/16445) - ๐Ÿž Fix Select selected and disabled item wrong hover color. [#16477](https://github.com/ant-design/ant-design/pull/16477) - ๐Ÿž Fix disabled Upload being triggered by label. [#16483](https://github.com/ant-design/ant-design/pull/16483) - ๐Ÿž Fix `hoist-non-react-statics` compilation error. [#16397](https://github.com/ant-design/ant-design/pull/16397) [@ztplz](https://github.com/ztplz) - ๐Ÿž Fix customize icon style in Notification size not correct. [#16507](https://github.com/ant-design/ant-design/pull/16507) - ๐Ÿž Fix PageHeader should not render blank dom when `title` is undefined. [#16510](https://github.com/ant-design/ant-design/pull/16510) [@yociduo](https://github.com/yociduo) - โšก๏ธ Print reject error when Modal's `onOk` callback return an promise rejects. [#16437](https://github.com/ant-design/ant-design/pull/16437) [@jas0ncn](https://github.com/jas0ncn) - TypeScript - โšก๏ธ Improve Table column.filterDropdown type. [#16446](https://github.com/ant-design/ant-design/pull/16446) - โšก๏ธ Add Select missing type definition `maxTagTextLength`. [#16504](https://github.com/ant-design/ant-design/pull/16504) [@SylvanasGone](https://github.com/SylvanasGone) - โšก๏ธ Improve return type of `getFieldError` in Form. [#16524](https://github.com/ant-design/ant-design/pull/16524) [@vicrep](https://github.com/vicrep) - ๐Ÿž Fix List missing style prop definition. [#16485](https://github.com/ant-design/ant-design/pull/16485) ## 3.17.0 `2019-05-05` - ๐ŸŽ‰ Breadcrumb.Item supports `overlay` props to define drop-down menus. [#16315](https://github.com/ant-design/ant-design/pull/16315) - ๐ŸŽ‰ Button added a new type `link`. [#16289](https://github.com/ant-design/ant-design/pull/16289) - โŒจ๏ธ Wrap List.Item under `ul` to enhance accessibility.[#15890](https://github.com/ant-design/ant-design/pull/15890) - ๐ŸŒŸ TreeSelect support `showSearch` in multiple mode. [#15933](https://github.com/ant-design/ant-design/pull/15933) - ๐ŸŒŸ Provides `previewFile` to customize preview logic. [#15984](https://github.com/ant-design/ant-design/pull/15984) - ๐ŸŒŸ Added the `@table-selected-row-color` variable to customize the color selected by the table. [#15971](https://github.com/ant-design/ant-design/pull/15971) [@hextion](https://github.com/hextion) - ๐ŸŒŸ Added `@form-warning-input-bg` and `@form-error-input-bg` variables to customize the background color when the form is in error state. [#15954](https://github.com/ant-design/ant-design/pull/15954) [@hextion](https://github.com/hextion) - ๐ŸŒŸ Dropdown.Button supports `icon` props to customize icons. [#15996](https://github.com/ant-design/ant-design/pull/15996) [@DiamondYuan](https://github.com/DiamondYuan) - ๐ŸŒŸ Support SkeletonAvatarProps `size` accept number. [#16128](https://github.com/ant-design/ant-design/pull/16128) [@MrHeer](https://github.com/MrHeer) - ๐ŸŒŸ Notification.config now supports `getContainer` for custom dom rendering locations. [#16123](https://github.com/ant-design/ant-design/pull/16123) [@Nouzbe](https://github.com/Nouzbe) - ๐ŸŒŸ Drawer supports `afterVisibleChange` props, which fires when the drawer animation is complete. [#16228](https://github.com/ant-design/ant-design/pull/16228) - ๐ŸŒŸ Form.Item supports `htmlFor` props. [#16278](https://github.com/ant-design/ant-design/pull/16278) - ๐ŸŒŸ Collapse supports `expandIconPosition` props. [#16365](https://github.com/ant-design/ant-design/pull/16365) - ๐ŸŒŸ Carousel supports the location of custom panel indicator points. [#16225](https://github.com/ant-design/ant-design/pull/16225) [@yociduo](https://github.com/yociduo) - ๐ŸŒŸ TreeNode supports the properties of `checkable`. [#16369](https://github.com/ant-design/ant-design/pull/16369) - ๐ŸŒŸ ๐Ÿ‡ญ๐Ÿ‡ท Added Croatian language pack. [#15641](https://github.com/ant-design/ant-design/pull/15641) [@fpintaric](https://github.com/fpintaric) - ๐Ÿž Fix Drawer wrong animation direction. [#16358](https://github.com/ant-design/ant-design/pull/16358) - ๐Ÿž Fix Slider mark text style will break line. [#15128](https://github.com/ant-design/ant-design/pull/15128) - ๐Ÿž Fix Checkbox.Group `onChange` pass removed value. [#16392](https://github.com/ant-design/ant-design/pull/16392) - ๐Ÿž Fixed multiple Typescript type errors. [#16043](https://github.com/ant-design/ant-design/pull/16043) [#16341](https://github.com/ant-design/ant-design/pull/16341) [#16343](https://github.com/ant-design/ant-design/pull/16343) [#16360](https://github.com/ant-design/ant-design/pull/16360) [#16344](https://github.com/ant-design/ant-design/pull/16344) ## 3.16.6 `2019-04-26` - โŒจ๏ธ Improve PageHeader `backIcon` keyboard accessibility. [#16038](https://github.com/ant-design/ant-design/issues/16038) - ๐Ÿ‡ฎ๐Ÿ‡น Optimize Italian localization. [#16093](https://github.com/ant-design/ant-design/pull/16093) [@yp](https://github.com/yp) [#16172](https://github.com/ant-design/ant-design/pull/16172) [@afelicioni](https://github.com/afelicioni) - ๐Ÿž Fix Select with `showSearch` not trigger `onSearch` when blur it. [#16235](https://github.com/ant-design/ant-design/pull/16235) - ๐Ÿž Fix Select active item's hover background color. [#16238](https://github.com/ant-design/ant-design/pull/16238) [@yociduo](https://github.com/yociduo) - ๐Ÿž Fix unexpected pressed style of disabled Switch. [#16251](https://github.com/ant-design/ant-design/pull/16251) [@atomoo](https://github.com/atomoo) - ๐Ÿž Fix small size Table header background. [#16266](https://github.com/ant-design/ant-design/pull/16266) - ๐Ÿž Fix Tabs missing border when `tabPosition="bottom"`. [#16130](https://github.com/ant-design/ant-design/pull/16130) [@rinick](https://github.com/rinick) - ๐Ÿž Fix Typography.Title not support `type`. [#16275](https://github.com/ant-design/ant-design/pull/16275) - ๐Ÿž Fix Typography editable mode not support `className`. [#16307](https://github.com/ant-design/ant-design/pull/16307) - ๐Ÿž Fix List `actions` misplaced. [#16239](https://github.com/ant-design/ant-design/pull/16239) - ๐Ÿž Fix long word Modal title display problem. [#16267](https://github.com/ant-design/ant-design/pull/16267) [@yoyo837](https://github.com/yoyo837) - ๐Ÿž Fix Pagination active item background color. [#16306](https://github.com/ant-design/ant-design/pull/16306) - ๐Ÿž Fix a `core-js@<2.6.5 is no longer maintained` install warning. [#16325](https://github.com/ant-design/ant-design/issues/16325) - Typescript - ๐Ÿž Fix `Form.create()` don't work. [#16242](https://github.com/ant-design/ant-design/pull/16242) - ๐Ÿž Fix Tooltip `className` definition. [#16195](https://github.com/ant-design/ant-design/pull/16195) [@swillis12](https://github.com/swillis12) ## 3.16.5 `2019-04-22` - ๐Ÿž Fix Table in Firefox miss bottom line when sorter enabled. [#16174](https://github.com/ant-design/ant-design/pull/16174) - ๐Ÿž Fix List crash when `pagination` is `null`. [#16231](https://github.com/ant-design/ant-design/pull/16231) - TypeScript - ๐Ÿž Fix typescript `hoist-non-react-statics` has no default export warning with `allowSyntheticDefaultImports: false`. [#16224](https://github.com/ant-design/ant-design/pull/16224) ## 3.16.4 `2019-04-21` - ๐Ÿž Fix circle button responding mouse event when loading. [#16063](https://github.com/ant-design/ant-design/pull/16063) [@gxvv](https://github.com/gxvv) - ๐Ÿž Fix issue that Form.Item's `labelAlign` does not work. [#16067](https://github.com/ant-design/ant-design/issues/16067) - ๐Ÿž Fix issue that tailing debounce call raising error when Spin unmount. [#16081](https://github.com/ant-design/ant-design/pull/16081) [@raybooysen](https://github.com/raybooysen) - ๐Ÿž Fix issue that List's `defaultPageSize` does not work. [#16100](https://github.com/ant-design/ant-design/issues/16100) - ๐Ÿž Fix error moment call in DatePicker. [#16109](https://github.com/ant-design/ant-design/issues/16109) - ๐Ÿž Fix Radio does not in center on Firefox. [#16039](https://github.com/ant-design/ant-design/issues/16039) - ๐Ÿž Fix issue that Affix's `target` does not work after it's value changing. [#16146](https://github.com/ant-design/ant-design/pull/16146) - ๐Ÿž Fix the Modal's animation issue Modal on first rendering. [#15795](https://github.com/ant-design/ant-design/issues/15795) - ๐Ÿž Fix issue that Table's `rowSelection.columnWidth` does not work. [#16163](https://github.com/ant-design/ant-design/issues/16163) - ๐Ÿž Fix type definition of Form.create. [#16095](https://github.com/ant-design/ant-design/issues/16095) - ๐Ÿž Fix type definition of Icon's `aria-hidden`. [#16202](https://github.com/ant-design/ant-design/pull/16202) - ๐Ÿž Fix type definition of PageHeader's `tags`. [#16092](https://github.com/ant-design/ant-design/issues/16092) - ๐ŸŒŸ Add new less variable `@text-selection-bg;`. [#16155](https://github.com/ant-design/ant-design/pull/16155) ## 3.16.3 `2019-04-12` - ๐Ÿž **Fix Button TypeScript definition.** [#15938](https://github.com/ant-design/ant-design/pull/15938) - โš ๏ธ Add DatePicker warning when time invalidate. [#15920](https://github.com/ant-design/ant-design/pull/15920) - ๐Ÿž Fix Menu arrow not display in old version of IE. [#15932](https://github.com/ant-design/ant-design/pull/15932) - ๐Ÿž Fix Progress success UI when `status` is `undefined`. [#15951](https://github.com/ant-design/ant-design/pull/15951) - ๐Ÿž Fix Tooltips not work when Menu collapsed. [#15948](https://github.com/ant-design/ant-design/pull/15948) - ๐Ÿž Fix Switch can't be trigger by click of form label. [#15923](https://github.com/ant-design/ant-design/pull/15923) - ๐Ÿž Fix Directory `onSelect` info not correct. [#15967](https://github.com/ant-design/ant-design/pull/15967) - ๐Ÿž Fix Menu `defaultOpenKeys` not work as expect. [#15970](https://github.com/ant-design/ant-design/pull/15970) - ๐Ÿž Fix Nested Table with `middle` `size` style not correct. [#16008](https://github.com/ant-design/ant-design/pull/16008) - ๐Ÿž Fix nest Tabs ink bar style issue. [#16013](https://github.com/ant-design/ant-design/pull/16013) - ๐Ÿž Fix Empty in IE not fully render. [#16016](https://github.com/ant-design/ant-design/pull/16016) - ๐Ÿž Fix Switcher loading icon and checkbox should be vertical align when `@tree-title-height` is modified. [#15962](https://github.com/ant-design/ant-design/pull/15962) - ๐Ÿ’„ Default selection column width can be overridden in css. [#15990](https://github.com/ant-design/ant-design/pull/15990) - TypeScript - ๐Ÿž Fix Pagination `showLessItems` TS definition. [#15952](https://github.com/ant-design/ant-design/pull/15952) ## 3.16.2 `2019-04-07` - ๐Ÿž Fix Menu shaking and collapse behavior. [#15868](https://github.com/ant-design/ant-design/pull/15868) - ๐Ÿž Fix List pagination pageSize changer not work. [#15871](https://github.com/ant-design/ant-design/pull/15871) - ๐Ÿž Fix RangePicker end time input not editable. [#15866](https://github.com/ant-design/ant-design/pull/15866) - ๐Ÿ“ Site [Icon](https://ant.design/components/icon/) supports search. [#15867](https://github.com/ant-design/ant-design/pull/15867) [@DiamondYuan](https://github.com/DiamondYuan) - ๐Ÿž Fix TimePicker `locale` doesn't work. [#15837](https://github.com/ant-design/ant-design/pull/15837) - ๐Ÿž Fix Steps style broken when using `progressDot` and `size="small"`. [#15856](https://github.com/ant-design/ant-design/pull/15856) - ๐Ÿž Fix Affix position not update when content height changed. [#15899](https://github.com/ant-design/ant-design/pull/15899) - Table - ๐Ÿž Fix Table `align: right` not work on title when sorting is enabled. [#15895](https://github.com/ant-design/ant-design/pull/15895) - ๐Ÿž Fix Table filter display issue when use non-string type. [#15817](https://github.com/ant-design/ant-design/pull/15817) - ๐Ÿž Fix Badge display negative count incorrect. [#15810](https://github.com/ant-design/ant-design/pull/15810) - ๐Ÿ’„ Optimize Empty default UI of `Empty.PRESENTED_IMAGE_SIMPLE`. [#15841](https://github.com/ant-design/ant-design/pull/15841) - ๐ŸŒŸ Added a new less variable `@html-selector` to enable override of html selector to support theme prefix. [#15613](https://github.com/ant-design/ant-design/pull/15613) [@krokofant](https://github.com/krokofant) - TypeScript - ๐Ÿž Fix Table columnGroup definition. [fc45d](https://github.com/ant-design/ant-design/commit/fc45d7003efab225298bbc7ac740df40d34872d1) ## 3.16.1 `2019-04-01` - ๐Ÿž Fix `antd.less` file missing. [#15790](https://github.com/ant-design/ant-design/issues/15790) ## 3.16.0 `2019-04-01` - ๐ŸŒŸ Badge support customize color. [#15764](https://github.com/ant-design/ant-design/pull/15764) - ๐ŸŒŸ Checkbox.Group support `name` prop. [#15760](https://github.com/ant-design/ant-design/pull/15760) [@bencallaway](https://github.com/bencallaway) - ๐ŸŒŸ Modal support `confirm({ icon: null })` to hide Icon. [#15319](https://github.com/ant-design/ant-design/pull/15319) [@Adamwu1992](https://github.com/Adamwu1992) - Empty - ๐ŸŒŸ Support `imageStyle` prop. [#15487](https://github.com/ant-design/ant-design/pull/15487) - ๐ŸŒŸ Support `Empty.PRESENTED_IMAGE_DEFAULT` and `Empty.PRESENTED_IMAGE_SIMPLE` for default image. [#15487](https://github.com/ant-design/ant-design/pull/15487) - ๐ŸŒŸ Progress.Line support gradient line color. [#15524](https://github.com/ant-design/ant-design/pull/15524) [@zy410419243](https://github.com/zy410419243) - DatePicker - ๐ŸŒŸ Update `rc-calendar` to support default value can be null. [#520](https://github.com/react-component/calendar/pull/520) - ๐Ÿž Fix disabled and selected date cell style of DatePicker. [#15608](https://github.com/ant-design/ant-design/pull/15608) - ๐Ÿž Fix RangePicker can not select same month. [#15427](https://github.com/ant-design/ant-design/pull/15427) - โšก๏ธ Refactor Form move `ant-form-item-no-colon` selector position in Form.Item. [#15592](https://github.com/ant-design/ant-design/pull/15592) [@HsuanXyz](https://github.com/HsuanXyz) - Menu - ๐Ÿž Fix Menu unexpected shaking when collapsed. [#15625](https://github.com/ant-design/ant-design/pull/15625) [@zy410419243](https://github.com/zy410419243) - ๐Ÿž Fix MenuItem rendered unexpected Tooltip when `inlineCollapsed` is `false`. [#15705](https://github.com/ant-design/ant-design/pull/15705) [@zy410419243](https://github.com/zy410419243) - ๐Ÿž Fix Upload border jumping issue in Chrome. [#15636](https://github.com/ant-design/ant-design/pull/15636) - ๐Ÿž Fix clear icon style in Input and Input.Search. [#15672](https://github.com/ant-design/ant-design/pull/15672) - ๐Ÿž PageHeader support level 2 breadcrumb. [#15689](https://github.com/ant-design/ant-design/pull/15689) - Tag - ๐Ÿž Revert Tag wrap style to fix display in table. [#15690](https://github.com/ant-design/ant-design/pull/15690) - ๐Ÿ’„ Remove Tag animation. [#15233](https://github.com/ant-design/ant-design/pull/15233) - ๐Ÿž Fix Spin style when `indicator` is Icon. [#15712](https://github.com/ant-design/ant-design/pull/15712) - ๐Ÿž Fix collapsible Layout.Sider throw error when use svg icon. [#15720](https://github.com/ant-design/ant-design/pull/15720) [@wx1322](https://github.com/wx1322) - ๐Ÿ’„ Remove underlines from focused links. [#15759](https://github.com/ant-design/ant-design/pull/15759) [@Nouzbe](https://github.com/Nouzbe) - Table - ๐Ÿ’„ Move Table sort button after title closely. [#15758](https://github.com/ant-design/ant-design/pull/15758) - ๐Ÿ’„ Fix components covered by Table fixed columns. [#15782](https://github.com/ant-design/ant-design/pull/15782) - ๐Ÿž Fix col element missing relative style. [#15766](https://github.com/ant-design/ant-design/pull/15766) - ๐Ÿ’„ Adjust Card and PageHeader padding from `32px` to `24px`. [#15755](https://github.com/ant-design/ant-design/pull/15755) - ๐ŸŒŸ Add less variables - ๐ŸŒŸ Button add `@btn-border-width` and `@btn-border-style`. [#15397](https://github.com/ant-design/ant-design/pull/15397) [@searleb](https://github.com/searleb) - ๐ŸŒŸ Modal add `@modal-body-padding` and `@modal-footer-bg`. [#15476](https://github.com/ant-design/ant-design/pull/15476) [#15469](https://github.com/ant-design/ant-design/pull/15469) [@shumkovdenis](https://github.com/shumkovdenis) - ๐ŸŒŸ Radio add `@radio-button-checked-bg`. [#15541](https://github.com/ant-design/ant-design/pull/15541) [@willc001](https://github.com/willc001) - ๐ŸŒŸ Adjust multiple TypeScript types - ๐Ÿž **Fix for changes in `@types/react` for Button.** [#15702](https://github.com/ant-design/ant-design/pull/15702) [@ferdikoomen](https://github.com/ferdikoomen) - ๐ŸŒŸ Menu add `overflowedIndicator` type. [#15355](https://github.com/ant-design/ant-design/pull/15459) [@Yangzhedi](https://github.com/Yangzhedi) - ๐Ÿž Fix Input `action` definition. [#15598](https://github.com/ant-design/ant-design/pull/15598) [@Yangzhedi](https://github.com/Yangzhedi) - ๐Ÿž Fix Tree `onLoad` typo. [#15718](https://github.com/ant-design/ant-design/pull/15718) [@babycannotsay](https://github.com/babycannotsay) - ๐ŸŒŸ CheckBox.Group add `name` type. [#15753](https://github.com/ant-design/ant-design/pull/15753) - ๐ŸŒŸ RangePicker add `separator` type. [#15765](https://github.com/ant-design/ant-design/pull/15765) ## 3.15.2 `2019-03-23` - ๐Ÿ“– New English translation for [Data Display](https://ant.design/docs/spec/data-display) and [Feedback](https://ant.design/docs/spec/feedback). [#15454](https://github.com/ant-design/ant-design/pull/15454) [@klouskingsley](https://github.com/klouskingsley) [#15460](https://github.com/ant-design/ant-design/pull/15460) [@klouskingsley](https://github.com/klouskingsley) - ๐ŸŒŸ Add two less variables `@font-feature-settings` and `@select-item-selected-font-weight`. [#15506](https://github.com/ant-design/ant-design/pull/15506) [@dancerphil](https://github.com/dancerphil) [#15515](https://github.com/ant-design/ant-design/pull/15515) [@willc001](https://github.com/willc001) - ๐Ÿž Fix the scale calculate logic when Avatar is remounted. [#15503](https://github.com/ant-design/ant-design/pull/15503) - ๐Ÿž Fix inefficient custom `width` for DatePicker. [#15547](https://github.com/ant-design/ant-design/pull/15547) [@DiamondYuan](https://github.com/DiamondYuan) - ๐Ÿž Fix the incorrect priority of icon style for Notification. [#15530](https://github.com/ant-design/ant-design/pull/15530) - ๐Ÿž Fix that `notFound` content is not aligned for Select. [#15570](https://github.com/ant-design/ant-design/pull/15570) - ๐Ÿž Fix empty missing when `loading` property is true for Table. [#15583](https://github.com/ant-design/ant-design/pull/15583) - ๐Ÿž Fix the incorrect `white-space` style for Tag. [#15526](https://github.com/ant-design/ant-design/pull/15526) [@Kapiroska](https://github.com/Kapiroska) - ๐Ÿž Fix the incorrect judgement on image type for Upload. [#15354](https://github.com/ant-design/ant-design/pull/15354) ## 3.15.1 `2019-03-17` - ๐ŸŒŸ Add four less variables `@pagination-item-bg-active`, `@icon-color`. [#15302](https://github.com/ant-design/ant-design/pull/15302) [#15343](https://github.com/ant-design/ant-design/issues/15343) - ๐Ÿž Fix tree-shaking not working for importing PageHeader. [#15354](https://github.com/ant-design/ant-design/pull/15354) - List - ๐Ÿž Fix some List Item styling issues. [#15328](https://github.com/ant-design/ant-design/pull/15328) - ๐Ÿž Keep same content color of List like previous version. [#15301](https://github.com/ant-design/ant-design/pull/15301) - ๐Ÿž Fix Calendar can't switch type. [#15338](https://github.com/ant-design/ant-design/pull/15338) [@zy410419243](https://github.com/zy410419243) - Badge - ๐Ÿž Fix the issue that customized color is not supported in Badge. [#15356](https://github.com/ant-design/ant-design/pull/15356) [@DiamondYuan](https://github.com/DiamondYuan) - ๐Ÿž Fix height problem of Badge with dot. [#15395](https://github.com/ant-design/ant-design/pull/15395) - ๐Ÿž Fix tabbar style of Tabs in card mode when browser is zoomed out. [#15299](https://github.com/ant-design/ant-design/pull/15299) [@rinick](https://github.com/rinick) - ๐Ÿž Fix Avatar component cannot calculate the offset when `display: none` is set. [#15351](https://github.com/ant-design/ant-design/pull/15351) [@ppbl](https://github.com/ppbl) - ๐Ÿž Correct suffix icon in Input.Password. [#15381](https://github.com/ant-design/ant-design/pull/15381) [@melchior-voidwolf](https://github.com/melchior-voidwolf) - ๐Ÿž Fix Layout has classname `ant-layout-has-sider` even if `hasFixer` is set to `false`. [#15396](https://github.com/ant-design/ant-design/pull/15396) [@SoraYama](https://github.com/SoraYama) - ๐Ÿž Fix Divider alignment issue in PageHeader. [#15400](https://github.com/ant-design/ant-design/pull/15400) - ๐Ÿž Fix a style issue of Skeleton. [#15421](https://github.com/ant-design/ant-design/pull/15421) [@Maktel](https://github.com/Maktel) - ๐ŸŒŸ Adjust multiple TypeScript types - ๐ŸŒŸ FormComponentProps added a generic type of form values. [#15355](https://github.com/ant-design/ant-design/pull/15355) - ๐ŸŒŸ Export ConfigProviderProps interface. [#15446](https://github.com/ant-design/ant-design/pull/15446) [@DiamondYuan](https://github.com/DiamondYuan) - ๐Ÿž Add `onClick` prop for Breadcrumb.Item. [#15331](https://github.com/ant-design/ant-design/pull/15331) [@tgxpuisb](https://github.com/tgxpuisb) - ๐Ÿž Add `style` prop for Steps.Step component. [#15393](https://github.com/ant-design/ant-design/pull/15393) [@pavolgolias](https://github.com/pavolgolias) - ๐Ÿž Fix `itemRender` definition of Pagination. [#15428](https://github.com/ant-design/ant-design/pull/15428) [@DiamondYuan](https://github.com/DiamondYuan) ## 3.15.0 `2019-03-08` - ๐ŸŒŸ Tree supports new prop `blockNode`. [#14858](https://github.com/ant-design/ant-design/pull/14858) [@kimochg](https://github.com/kimochg) - Form - ๐ŸŒŸ Supports `colon` prop in Form. [#15276](https://github.com/ant-design/ant-design/pull/15276) [@DiamondYuan](https://github.com/DiamondYuan) - ๐ŸŒŸ Add new prop `labelAlign`. [#15252](https://github.com/ant-design/ant-design/pull/15252) [@yoyo837](https://github.com/yoyo837) - ๐Ÿž Fix two colons will appear in FormItem label. [15285](https://github.com/ant-design/ant-design/pull/15285) [@jinxin0112](https://github.com/jinxin0112) - ๐Ÿž Fix Typography dom structure. [#15210](https://github.com/ant-design/ant-design/pull/15210) - ๐Ÿž Fix Affix position update logic. [#15150](https://github.com/ant-design/ant-design/pull/15150) - Input - ๐Ÿž Fix Password lost focus when change `visibilityToggle`. [#15184](https://github.com/ant-design/ant-design/pull/15184) - ๐Ÿž Fix `allowClear` do not focus after clear content. [#15184](https://github.com/ant-design/ant-design/pull/15184) - ๐Ÿž Fix Search style with `allowClear` or `suffix`/`prefix`. [#15242](https://github.com/ant-design/ant-design/pull/15242) - ๐Ÿž Fix Input warning logic for focus lose. [#15251](https://github.com/ant-design/ant-design/pull/15251) - ๐Ÿž Fix DatePicker and TimePicker cursor style. [#15218](https://github.com/ant-design/ant-design/pull/15218) - ๐Ÿž Fix Steps label text not align center. [#15256](https://github.com/ant-design/ant-design/pull/15256) [@yoyo837](https://github.com/yoyo837) - TypeScript - โšก๏ธ Refactor and simplify List Item dom structure, and fix spaces lost inside List Item. [#15197](https://github.com/ant-design/ant-design/pull/15197) - ๐Ÿž Fix Layout `tagName` definition. [#15181](https://github.com/ant-design/ant-design/pull/15181) [@ngolin](https://github.com/ngolin) - ๐Ÿž Fix Text `ellipsis` definition. [#15209](https://github.com/ant-design/ant-design/pull/15209) [@xiaohuoni](https://github.com/xiaohuoni) - ๐Ÿž Fix Badge `text` types. [#15264](https://github.com/ant-design/ant-design/pull/15264) - ๐Ÿ‡น๐Ÿ‡ท Turkish translations of new components. [#15238](https://github.com/ant-design/ant-design/pull/15238) [@codesignist](https://github.com/codesignist) ## 3.14.1 `2019-03-04` - ๐ŸŒŸ PageHeader support `className` prop. [#15159](https://github.com/ant-design/ant-design/pull/15159) - ๐Ÿž Fix Form warning with unique key & additional attributes. [#15160](https://github.com/ant-design/ant-design/pull/15160) - ๐Ÿž Fix `getPopupContainer` of ConfigProvider not work with DatePicker. [#15156](https://github.com/ant-design/ant-design/pull/15156) - ๐Ÿž Fix Collapse `extra` node style missing. [#15176](https://github.com/ant-design/ant-design/pull/15176) ## 3.14.0 `2019-03-02` - Two new components added this month: - ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ[Typography](https://ant.design/components/typography/) provides basic formatting and common operations for text. - ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ[PageHeader](https://ant.design/components/page-header/) can be used to declare the page theme, display important information about the page that the user is interested in, and host the relevant page. Action item. - ๐ŸŒŸ TimePicker provides `clearIcon` prop for customizing clear icon. [#14556](https://github.com/ant-design/ant-design/pull/14556) - ๐ŸŒŸ Statistic.Countdown supports `onFinish` prop. [#14791](https://github.com/ant-design/ant-design/pull/14791) - ๐ŸŒŸ Collapse.Panel support `extra` prop. [62e65d](https://github.com/ant-design/ant-design/commit/62e65d955065b1862240f9f30d84de44349a0cf9) - DatePicker - ๐Ÿž Fix not support name prop. [#15029](https://github.com/ant-design/ant-design/pull/15029) - ๐ŸŒŸ Supports `separator` prop. [#15055](https://github.com/ant-design/ant-design/pull/15055) - ๐ŸŒŸ The Form supports `labelCol` & `wrapperCol` prop. [#15038](https://github.com/ant-design/ant-design/pull/15038) - ๐ŸŒŸ Add type `more` for Icon. [#15047](https://github.com/ant-design/ant-design/pull/15047) - ๐Ÿž Fix Table filter can not support other type of value. [#15046](https://github.com/ant-design/ant-design/pull/15046) - ๐Ÿž Fix Spin `wrapperClassName` setting `padding` icon is not centered. [#15056](https://github.com/ant-design/ant-design/pull/15056) - ๐Ÿž Fix Calendar won't trigger `onPanelChange` correctly in some cases. [#15063](https://github.com/ant-design/ant-design/pull/15063) - ๐ŸŒŸ Select supports `showArrow` in multi-select mode. [#15091](https://github.com/ant-design/ant-design/pull/15091) - ๐Ÿž Fix closable Drawer hiding without transition. [#15147](https://github.com/ant-design/ant-design/pull/15147) - ๐ŸŒŸ Two less variables `@drawer-header-padding` and `@drawer-body-padding` have been added to control Drawer padding. [#15120](https://github.com/ant-design/ant-design/pull/15120) - ๐Ÿž Fix Cascader should tab twice to exist. [#15117](https://github.com/ant-design/ant-design/pull/15117) - ๐Ÿž The `onChange` of InputNumber will return `null` instead of `undefined` to fix the problem that the value of the control cannot be properly collected and emptied. [#14960](https://github.com/ant-design/ant-design/pull/14960) - ๐ŸŒŸ Adjusted multiple TypeScript types - ๐Ÿž Fixed a problem with the `onPanelChange` TypeScript declaration missing. [#15043](https://github.com/ant-design/ant-design/pull/15043) - ๐Ÿž Fix the TypeScript type problem for Table `Column Filter`. [#15056](https://github.com/ant-design/ant-design/pull/15056) - ๐ŸŒŸ Support goto button in Pagination. [#14819](https://github.com/ant-design/ant-design/pull/14819) - ๐Ÿž Fix the problem that Carousel response prop TypeScript declaration is missing. [#15071](https://github.com/ant-design/ant-design/pull/15071) ## 3.13.6 `2019-02-23` - Form - ๐Ÿž Use new method to repair align issue of Form.Item with validate message. [#14946](https://github.com/ant-design/ant-design/issues/14946) - ๐Ÿž Improved warning message logic of generating Form.Item `help` and `validateStatus`. [#14911](https://github.com/ant-design/ant-design/issues/14911) - ๐Ÿž Fixed extra space at the bottom of Table header in chrome. [#14926](https://github.com/ant-design/ant-design/issues/14926) - ๐Ÿž Fixed that Select check icon is not aligned center. [#15016](https://github.com/ant-design/ant-design/issues/15016) - ๐Ÿž Fixed Input.Search `addonBefore` or `addonAfter` style issue. [#14959](https://github.com/ant-design/ant-design/issues/14959) - ๐Ÿž Fixed growing space of Tree nodes. [#14958](https://github.com/ant-design/ant-design/issues/14958) [@Yangzhedi](https://github.com/Yangzhedi) - ๐Ÿž Improved accessibility of Icon when `type` is falsy. [#14970](https://github.com/ant-design/ant-design/issues/14970) - ๐Ÿž Fixed Dropdown subMenu disabled cursor style. [#14952](https://github.com/ant-design/ant-design/issues/14952) - ๐Ÿ‡ฎ๐Ÿ‡ฉ Updated locale to be more natural for Indonesian. [#15013](https://github.com/ant-design/ant-design/issues/15013) [@kamalmahmudi](https://github.com/kamalmahmudi) ## 3.13.5 `2019-02-19` - ๐Ÿž Revert FormItem with additional place holder. [#14937](https://github.com/ant-design/ant-design/pull/14937) - ๐Ÿž Adjust Input style to support `text-align: inherit`. [#14912](https://github.com/ant-design/ant-design/pull/14912) - ๐Ÿž Fix incorrect collapse icon position when Sider in the right. [#14446](https://github.com/ant-design/ant-design/pull/14446) - ๐Ÿž Fix Table miss top border in some case. [#14922](https://github.com/ant-design/ant-design/pull/14922) - ๐Ÿž Fix some TypeScript definitions. [#14857](https://github.com/ant-design/ant-design/pull/14857) [#14903](https://github.com/ant-design/ant-design/pull/14903) ## 3.13.4 `2019-02-18` - ๐Ÿž Fix Table ajax load display no data. [#14898](https://github.com/ant-design/ant-design/pull/14898) - ๐Ÿž Fix FormItem margin style not correct. [#14886](https://github.com/ant-design/ant-design/pull/14886) ## 3.13.3 `2019-02-16` - ๐Ÿ“– New English translation - [Motion](https://ant.design/docs/spec/motion) [@balloonio](https://github.com/balloonio) - [Data Entry](https://ant.design/docs/spec/data-entry) [@balloonio](https://github.com/balloonio) - ๐Ÿž Fix mouse cursor style when Switch is disabled. [#14764](https://github.com/ant-design/ant-design/issues/14764) - ๐Ÿž Fix Progress shows a wrong successful status. [#14769](https://github.com/ant-design/ant-design/pull/14769) [@imhele](https://github.com/imhele) - ๐Ÿž Fix the issue that the upload status has always been `uploading` after hiding the upload button in the Upload. [#14779](https://github.com/ant-design/ant-design/issues/14779) - ๐Ÿž Fix the issue where the custom icons for vertical Steps were not centered. [#14677](https://github.com/ant-design/ant-design/issues/14677) - ๐Ÿž Fix the issue with Input.Search does not support `addonAfter`. [#14785](https://github.com/ant-design/ant-design/issues/14785) - ๐Ÿž Fix layout issues with FormItem when there is an error. [#14772](https://github.com/ant-design/ant-design/issues/14772) - ๐Ÿž Fix the issue that the operation button will be blocked when the Card is `loading`. [#14832](https://github.com/ant-design/ant-design/issues/14832) - ๐Ÿž Fix the issue that describes overflow in List. [#14765](https://github.com/ant-design/ant-design/pull/14765) [@Shub1427](https://github.com/ant-design/ant-design/pull/14765) - ๐Ÿž Fix the style issue of TimePicker's clear button, when using the `small` size. [#14861](https://github.com/ant-design/ant-design/pull/14861) [@Yangzhedi](https://github.com/Yangzhedi) - Table - ๐Ÿž Fix the issue that the floating element misalignment. [#14822](https://github.com/ant-design/ant-design/pull/14822) [@chiaweilee](https://github.com/ant-design/ant-design/pull/14822) - ๐Ÿž Fix the issue where the className was not synchronized when the `rowSelection` property was removed. [#14759](https://github.com/ant-design/ant-design/issues/14759) - ๐Ÿž Fix border display issue when there is no data. [#14834](https://github.com/ant-design/ant-design/issues/14834) - ๐Ÿž Fix the issue where `pagination` was