@ -20,7 +20,7 @@ timeline: true
`2019-09-02`
- 🔥 Pageheader has been redesigned to accommodate more situations. [#18128 ](https://github.com/ant-design/ant-design/pull/18128 )
- 🌟 Add `tabBarExtraContent` property to Card component . [#18433 ](https://github.com/ant-design/ant-design/pull/18433 ) [@lengthmin ](https://github.com/lengthmin )
- 🌟 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 )
@ -29,7 +29,7 @@ timeline: true
- 💄 Add variables `@input-number-handler-bg` `@input-number-handler-border-color` . [#18533 ](https://github.com/ant-design/ant-design/pull/18533 )
- 💄 Add variables `@card-backgroun` `@card-skeleton-bg` . [#18531 ](https://github.com/ant-design/ant-design/pull/18531 )
- 💄 Add variables `@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 )
- 🛎 Add warning when use value of Switch, Checkbox, Upload. [# 18497 ](https://github.com/ant-design/ant-design/pull/18497 )
- 🐞 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 )
@ -39,7 +39,9 @@ timeline: true
- 🐞 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 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 )