- 🔥 React 18 Support
- 🔥 New component Segmented. #34319
- Form
- 🛎 Menu support
items
for perf prepare, andchildren
will be removed in next major version. #34559 - 🆕 Image PreviewGroup Support top progress rendering. #35038 @zpc7
- Upload
- 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
- ⚡️ Optimize Table filter calculation perfromance. #35064 @nieyuyao
- 💄 Improve small and middle size Table selection dropdown margin style. #35173
- Tree
- Breadcrumb
- 🐞 Fix Breadcrumb deprecated warning of Dropdown
placement
. #35162 - 🐞 Fix Breadcrumb show the number when is unexpected. #35123
- ⌨️ Make structure of Breadcrumb be accessible. #34082 @VladimirOtroshchenko
- 🐞 Fix Breadcrumb deprecated warning of Dropdown
- Anchor
- Cascader
- 🆕 Cascader supports
showCheckedStrategy
for value display strategy. #34568 @heiyu4585 - 🐞 Fix Cascader search result do not fill the entrie panel. #35019 @boomler
- 🆕 Cascader supports
- 🆕 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 - 💄 Optimize Switch disabled color to fit colorful background. #35103
- 💄 Remove Tabs
overflow: hidden
style to fix Select and sticky Table display problem inside Tabs. #35195 - 💄 Fix Steps style issues in RTL mode. #35088 @zpc7
- 💄 Fix animation for standalone Badge in RTL mode. #34899 @hmz22
- 🛠 Optimize Modal id generate logic to improve accessibility experience. #35072
- 🐞 Fix Select and AutoComplete scroll abnormal behavior when navigate via keyboard.。#35025
- Spin
- 💄 Fix Spin animation style being abnormally parsed in Parcel. #35005
- ⌨️ Spin add
aria
attribute to improve accessibility. #34408 @heiyu4585
- ⌨️ Dropdown support select option by keyboard. #34738
- 🐞 Fix Title, Text, Paragraph components cannot get
ref
bug. #34847 @MQuy - Input
- ⌨️ Fix
aria-checked
attribute for Checkbox, to avoid screen reader getting an incorrect status. #34862 @SpaNb4 - Less
- TypeScript
- 🤖 Fixed
Upload
componentUploadChangeParam<T>
internalfileList
not using generics. #35158 @rendaoer - 🤖 Update TypeScript definition for
@types/react@18
compatible. #35075 @AliRezaBeigy #35076 @littledian
- 🤖 Fixed
- 🔥 支持 React 18 以及严格模式。
- 🔥 新增 Segmented 分段控制器组件。#34319
- Form
- 🛎 Menu 添加
items
数据化菜单项支持以为将来性能提升做准备,并且children
将会在下个大版本中废弃。#34559 - 🆕 Image PreviewGroup 支持顶部进度渲染。#35038 @zpc7
- Upload
- Table
- Tree
- Breadcrumb
- 🐞 修复 Breadcrumb 抛出
placement
废弃警告的问题。#35162 - 🐞 修复 Breadcrumb 展示非预期的数字符号的样式问题。#35123
- ⌨️ 为 Breadcrumb 层次结构增加可访问性支持。#34082 @VladimirOtroshchenko
- 🐞 修复 Breadcrumb 抛出
- Anchor
- Cascader
- 🆕 Cascader 添加
showCheckedStrategy
用于配置回填方式。#34568 @heiyu4585 - 🐞 修复 Cascader 的搜索结果未占满整个面板的问题。#35019 @boomler
- 🆕 Cascader 添加
- 🆕 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 - 💄 优化 Switch 禁用色以更好适应非白底背景。#35103
- 💄 移除 Tabs
overflow: hidden
样式以修复 Select 和 sticky Table 在 Tabs 中的展现问题。#35195 - 💄 修正 Steps 在 RTL 模式下样式问题。#35088 @zpc7
- 💄 修复 Badge 在 RTL 模式下、独立使用时的动画效果。#34899 @hmz22
- 🛠 优化 Modal id 生成逻辑,以优化无障碍体验。#35072
- 🐞 修复 Select 和 AutoComplete 使用键盘向下滚动时行为异常的问题。#35025
- Spin
- 💄 修复 Spin 动画样式在 Parcel 解析异常的问题。#35005
- ⌨️ Spin 添加
aria
属性以提升可访问性。#34408 @heiyu4585
- ⌨️ Dropdown 支持方向键切换选项。#34738
- 🐞 修复 Title、Text、Paragraph 组件不支持
ref
的问题。#34847 @MQuy - Input
- ⌨️ 修复 Checkbox 缺少
aria-checked
属性导致屏幕阅读器识别错误的问题。#34862 @SpaNb4 - Less
- TypeScript
- 🤖 修正 Upload 组件中
UploadChangeParam<T>
内部fileList
不使用泛型问题。#35158 @rendaoer - 🤖 更新 TypeScript 定义以兼容
@types/react@18
。#35075 @AliRezaBeigy #35076 @littledian
- 🤖 修正 Upload 组件中