- 🔥 Add new component Segmented. #34319
- Table
- 🆕 Support reset to the default value rather than empty, when click reset in Table column filter. #34355 @heiyu4585
- 💄 Fix Table head background and selection column width styling issues when
size="small"
. #34963 - 🇩🇪 Improve German translations for Table. #34836 @pfedan
- Tree
- 🆕 Anchor
getCurrentAnchor
has active link as argument. #34799 - 🆕 Cascader supports
showCheckedStrategy
for value display strategy. #34568 @heiyu4585 - 🆕 Click event object can be accessed in
onCopy
function of Typography. #34655 @yzwxk - 🆕 Grid supports
justify="space-evenly"
. #34606 @gp5251 - 🆕 Support
rootClassName
property for Dialog and Image. #34574 @heiyu4585 - 🐞 Fix error
Nothing was returned from render
when Skeleton use falsyloading
props withoutchildren
. #34872 @AlbertAZ1992 - 🐞 Fix BackTop not working in StrictMode. #34858 @tmkx
- 🐞 Fix Title, Text, Paragraph components cannot get
ref
bug. #34847 @MQuy - Input
- 💄 Fix Form broken layout when set
labelCol={{ sm: 24 }}
andwrapperCol={{ sm: 24 }}
. #34907 - 💄 Fix animation for standalone Badge in RTL mode. #34899 @hmz22
- ⌨️ Fix
aria-checked
attribute for Checkbox, to avoid screen reader getting an incorrect status. #34862 @SpaNb4 - ⌨️ Dropdown support switch options with arrow keys. #34738
- ⌨️ Spin add
aria
attribute to improve accessibility. #34408 @heiyu4585 - ⌨️ Make structure of Breadcrumb be accessible. #34082 @VladimirOtroshchenko
- 🛎 Menu support
items
for perf prepare, andchildren
will be removed in next major version. #34559
- 🔥 新增组件 Segmented。#34319
- Table
- 🆕 Table 列筛选条件重置时,支持重置为默认值而非空值。#34355 @heiyu4585
- 💄 修复 Table
size="small"
时列头背景色和选择列宽度的样式问题。#34963 - 🇩🇪 补全 Table 的德语国际化文案。#34836 @pfedan
- Tree
- 🆕 Anchor
getCurrentAnchor
参数中返回默认高亮项。#34799 - ⌨️ Dropdown 支持方向键切换选项。#34738
- 🆕 Cascader 添加
showCheckedStrategy
用于配置回填方式。#34568 @heiyu4585 - 🆕 Typography 的
onCopy
方法支持获取点击事件对象。#34655 @yzwxk - 🆕 Grid 支持
justify="space-evenly"
。#34606 @gp5251 - 🆕 Dialog 及 Image 支持
rootClassName
属性。#34574 @heiyu4585 - 🐞 修复 Skeleton 在没有
children
并设置loading
为 false 时提示Nothing was returned from render
的问题。#34872 @AlbertAZ1992 - 🐞 修复 BackTop 组件在严格模式下不能正常工作的问题。#34858 @tmkx
- 🐞 修复 Title、Text、Paragraph 组件不支持
ref
的问题。#34847 @MQuy - Input
- 💄 修复 Form
labelCol={{ sm: 24 }}
和wrapperCol={{ sm: 24 }}
时样式错乱的问题。#34907 - 💄 修复 Badge 在 RTL 模式下、独立使用时的动画效果。#34899 @hmz22
- ⌨️ 修复 Checkbox 缺少
aria-checked
属性导致屏幕阅读器识别错误的问题。#34862 @SpaNb4 - ⌨️ Spin 添加
aria
属性以提升可访问性。#34408 @heiyu4585 - ⌨️ 为 Breadcrumb 层次结构增加可访问性支持。#34082 @VladimirOtroshchenko
- 🛎 Menu 添加
items
数据化菜单项支持以为将来性能提升做准备,并且children
将会在下个大版本中废弃。#34559