- ๐ ConfigProvider support prefixCls. [#13389](https://github.com/ant-design/ant-design/pull/13389)
- Less
- ๐ Add more less variables for support custom colors definitions of some components. [#13425](https://github.com/ant-design/ant-design/pull/13425) [@amedora](https://github.com/amedora)
- ๐ Fixed less typo of palette. [#13941](https://github.com/ant-design/ant-design/pull/13941) [@taoweicn](https://github.com/taoweicn)
- ๐ Fixed font-family been reset in each component. [#13969](https://github.com/ant-design/ant-design/issues/13969)
- ๐ Add `icon` to Modal.confirm/info/warning/error. [5c26635](https://github.com/ant-design/ant-design/commit/5c266355ec84d54d054ba89d35cc9280aef50a6e)
- Card
- ๐ Added `middle` and `small` classes. [#13180](https://github.com/ant-design/ant-design/pull/13180) [@ndbroadbent](https://github.com/ndbroadbent)
- ๐ Fixed less var `card-radius` bug. [#13966](https://github.com/ant-design/ant-design/pull/13966) [@vthinkxie](https://github.com/vthinkxie)
- Form
- ๐ Add `name` option to `Form.create`. [83b449b](https://github.com/ant-design/ant-design/commit/83b449b1ff00afadde57d96dea457e625509786f)
- ๐ FormItem support error message with reactNode. [#13046](https://github.com/ant-design/ant-design/pull/13046)
- ๐ Add `preserve` of Form `getFieldDecorator` option. [f65fb28](https://github.com/ant-design/ant-design/commit/f65fb2867f16dbcec40ba97afb8d3682dde93941)
- ๐ Add `switcherIcon` prop to Tree. [#13592](https://github.com/ant-design/ant-design/pull/13592) [@nick-ChenZe](https://github.com/nick-ChenZe)
- ๐ Dropdown overlay support function callback. [#14003](https://github.com/ant-design/ant-design/pull/14003)
- ๐ Fixed Dropdown `onVisibleChange` type define bug. [#13988](https://github.com/ant-design/ant-design/pull/13988) [@travikk](https://github.com/travikk)
- Button
- ๐ Update color with `.button-variant-other` className. [#13777](https://github.com/ant-design/ant-design/pull/13777) [@JeffreyATW](https://github.com/JeffreyATW)
- ๐ Migrate Button to new lifecycle methods. [#12752](https://github.com/ant-design/ant-design/pull/12752) [@natanielcz](https://github.com/natanielcz)
- ๐ Fixed Button throw error when use a custom type. [#13915](https://github.com/ant-design/ant-design/issues/13915)
- ๐ Fixed plus and minus Icon style in Button on Window. [#13924](https://github.com/ant-design/ant-design/issues/13924)
- ๐ Add prop `sortDirections` for Table and Table.Column. [#13773](https://github.com/ant-design/ant-design/pull/13773) [@elfman](https://github.com/elfman)
- DatePicker
- ๐ Add new `renderFooter` API for DatePicker. [3c007a8](https://github.com/ant-design/ant-design/commit/3c007a85dd8a670f66c7e0aed95d3537e25ef6ea)
- ๐ Fixed dateRender not supported at WeekPicker. [#13957](https://github.com/ant-design/ant-design/issues/13957)
- ๐ Fixed type define of DatePicker prop `disabledDate`. [#14008](https://github.com/ant-design/ant-design/pull/14008) [@vnguyen94](https://github.com/vnguyen94)
- ๐ Calendar support prop `renderExtraFooter` in all mode. [#13813](https://github.com/ant-design/ant-design/pull/13813) [@elfman](https://github.com/elfman)
- ๐ TimePicker support new props `popupStyle` and `onAmPmChange`. [833c181](https://github.com/ant-design/ant-design/commit/833c18192247f265b4004afa11a054846c7ba662)
- ๐ Update `rc-tree-select` to 2.5.0 to support use a ReactNode as `notFoundContent` in TreeSelect. [47b89e5](https://github.com/ant-design/ant-design/commit/47b89e56fbedfa07a4c263ca390a78d58132563f)
- ๐ Rate support `tooltips`. [192e188](https://github.com/ant-design/ant-design/commit/192e188fe87018ad9d004b9c2002e2b0045fa4b4)
- ๐ Fixed Drawer prop `style` not working. [#13850](https://github.com/ant-design/ant-design/issues/13850)
- Upload
- ๐ Add new less var `upload-picture-card-border-style`. [#13919](https://github.com/ant-design/ant-design/pull/13919) [@flexchen](https://github.com/flexchen)
- ๐ Fixed less var `upload-picture-card-size` typo. [#13929](https://github.com/ant-design/ant-design/pull/13929) [@flexchen](https://github.com/flexchen)
- ๐ Fixed recognize `dpg` file type as image in Upload. [#13988]
- ๐ Fixed Radio style bug in Chrome. [#3699](https://github.com/ant-design/ant-design/issues/3699)
- ๐ Fixed arrow of Popover shadow. [#13935](https://github.com/ant-design/ant-design/pull/13935) [@crazyurus](https://github.com/crazyurus)
- Badge
- ๐ Fixed animation jump when count is ReactNode. [#13800](https://github.com/ant-design/ant-design/issues/13800)