- Tooltip support
arrow.pointAtCenter
and deprecate arrow.arrowPointAtCenter
. #40989 @MadCcc
- Progress support custom
size
. #40903 @kiner-tang
- Tour support custom
zIndex
. #40982 @kiner-tang
- Table
onHeaderCell
support customize colSpan
and rowSpan
. #40885
- Image.Group support
onChange
callback. #40857 @kiner-tang
- App
- ConfigProvider support
useConfig
hook to get size
and disabled
in context. #40215 @xliez
- Breadcrumb support
items
prop. #40543 @heiyu4585
- Breadcrumb separators are unified into
li
elements. #40887 @heiyu4585
- Tooltip support auto arrow position & adjust position if possible.
destroyTooltipOnHide.keepParent
is deprecated since it will be always auto destroy unnecessary container now. #40632
- Rename preset colors in token, .e.g
blue-1
to blue1
, and deprecate tokens before. #41071
- Message use
colorText
in style. #41047 @Yuiai01
- Fix Select, TreeSelect, Cascader popup align position not correct when parent has
transform: scale
style. #41013
- Optimize
rowScope
style for Table. #40304 @Yuiai01
- Provide new AliasToken
lineWidthFocus
for outline-width
of focused component. #40840 @MadCcc
- WeekPicker support hover style. #40772
- Adjust Select, TreeSelect, Cascader always show the
arrow
by default when multiple. #41028
- Fix Form
Form.Item.useStatus
problem with sever-side-rendering. #40977 @AndyBoat
- Fix arrow shape in some components. #40971 @MadCcc
- Fix Layout throw
React does not recognize the
suffixCls prop on a DOM element
warning. #40969
- Fix Watermark that text will be displayed when the picture loads abnormally. #40770 @OriginRing
- Image support flip function in preview mode. Fix Image
fallback
when used in ssr. #40660
- Fix Typography component is not centered in the Select component. #40422 @Yuiai01
- Update locale
vi_VN
adding Vietnamese translation for Form component validation. #40992 @lamvananh
- RTL
- TypeScript