- Tooltip support nested Fragment child nodes to display bubbles. #37045 @HQ-Lin
- Dropdown.Button support
danger
props. #36810 @nuintun - Input.TextArea add
value
parameter toshowCount.formatter
. #36793 @JarvisArt - Table support
expandable.columnTitle
now. #36794 @losgif - Deprecate
visible
in all components and change toopen
.- Dropdown changes
visible
toopen
. #37232 @yykoypj - Modal changes
visible
toopen
. #37084 @yykoypj - Drawer changes
visible
toopen
. #37047 @yykoypj - Table changes
filterDropdownVisible
tofilterDropdownOpen
. #37026 @yykoypj - Slider add
tooltip
prop for all props related with Tooltip. #37000 @yykoypj - Tooltip Popover and Popconfirm change
visible
toopen
. #37241 @yykoypj - Remove
visible
prop of Tag. #36934 @yykoypj
- Dropdown changes
- Deprecate
dropdownClassName
prop of all components and change topopupClassName
. #36880 @heiyu4585 - Tabs support
items
props and origin jsx usage will be depreacted. #36889 - Fix that some css variables are not consistent with less variables.
- Fix Menu disabled item focus style. #37332
-
@border-radius-sm
should not follow@border-radius-base
by default. #37309 - add
@slider-handle-margin-left
to custom type. #37001 @alanhaledc - Replace Tabs with fade switch motion to import switch experience. #36943
- ⌨️ Improve Form validation accessibility experience. #36762 @VladimirOtroshchenko
- Add missing translations for filterCheckall in ru_RU. #37311 @HelLuv
- Add missing translations in
cs_CZ
. #37388 @ZdenekKrcal
- Tooltip 支持 Fragment 子节点展示气泡。#37045 @HQ-Lin
- Dropdown.Button 支持
danger
样式。#36810 @nuintun - Input.TextArea 组件
showCount.formatter
API 添加value
参数。#36793 @JarvisArt - Table 新增
expandable.columnTitle
属性以支持自定义展开列表头。#36794 @losgif - 废弃所有弹窗组件的
visible
属性,统一为open
。- Dropdown 的
visible
改为open
。#37232 @yykoypj - Modal 组件的
visible
改为open
。#37084 @yykoypj - Drawer 的
visible
改为open
。#37047 @yykoypj - Table 组件
columns
中的filterDropdownVisible
改为filterDropdownOpen
。#37026 @yykoypj - Tooltip, Popover 和 Popconfirm 中的
visible
改为open
。#37241 @yykoypj - Slider 的
tooltip
相关属性合并到tooltip
属性中。#37000 @yykoypj - 移除 Tag 组件的
visible
属性。#36934 @yykoypj
- Dropdown 的
- 废弃所有组件的
dropdownClassName
,统一为popupClassName
。#36880 @heiyu4585 - Tabs 支持
items
属性,并且废弃原 jsx 语法糖用法。#36889 - 修复 css 变量与 less 变量不一致的问题。
- 修复 Menu 禁用项依然有 focus 样式的问题。#37332
-
@border-radius-sm
变量默认值不与@border-radius-base
关联,以修复 Checkbox 等组件圆角样式异常。#37309 - 支持使用
@slider-handle-margin-left
定制样式。#37001 @alanhaledc - 替换 Tabs 切换样式为渐隐过渡,以提升在切换时的体验。#36943
- ⌨️ 改进 Form 校验无障碍体验。#36762 @VladimirOtroshchenko
- 补全
ru_RU
中filterCheckall
的翻译。#37311 @HelLuv - 补全
cs_CZ
的翻译。#37388 @ZdenekKrcal