Skip to content
- 🆕 ConfigProvider supports configuring the
trigger property for Tooltip, Popover, and Popconfirm. #55932 @aojunhao123
- 🆕 Alert add semantic close button element. #55815 @coding-ice
- Drawer
- Select
- 🆕 Select add multi-field search functionality to
optionFilterProp. #56057 @ug-hero
- 🐞 Fix Select input cursor displayed in non-search mode. #56067 @afc163
- 🐞 Fix the「Select」option was not enabled when Select contained interactive content. #56054 @yoyo837
- 🐞 Fix Table
cellFontSizeSM and cellFontSizeLG tokens not working. #55770 @guoyunhe
- 🐞 Fix Button tokens (primaryColor, dangerColor, defaultHoverBg, defaultActiveBg) not working with specific variants (solid, outlined, dashed). #55934 @tuzixiangs
- 💄 Fix Menu item styles not taking effect. #56041 @Wxh16144
- 🛠 MISC:
@ant-design/react-slick remove classnames. #56080 @yoyo837
- 🛠 MISC: Migrate
rc-overflow to @rc-component/overflow, rc-virtual-list to @rc-component/virtual-list in order to remove rc-util. #56074 @yoyo837
- TypeScript
- 🤖 Alert now exports ErrorBoundaryProps type. #55974 @guoyunhe
- 🤖 ConfigProvider supports passing a function as a Table
rowKey. #56095 @li-jia-nan
- 🤖 The
title attribute of the notification has been changed to be optional. #56027 @afc163
- 🆕 ConfigProvider 新增支持配置 Tooltip、Popover 和 Popconfirm 的
trigger 属性。#55932 @aojunhao123
- 🆕 Alert 新增语义化关闭按钮元素。#55815 @coding-ice
- Drawer
- Select
- 🐞 修复 Table
cellFontSizeSM 和 cellFontSizeLG token 不生效的问题。#55770 @guoyunhe
- 🐞 修复 Button 部分 Token(primaryColor, dangerColor, defaultHoverBg, defaultActiveBg)在特定变体(solid, outlined, dashed)下不生效的问题。#55934 @tuzixiangs
- 💄 修复 Menu 组件 item 中定义的 style 不生效错误。#56041 @Wxh16144
- 🛠 杂项:更新
@ant-design/react-slick 版本以删除 classnames。#56080 @yoyo837
- 🛠 杂项:迁移
rc-overflow 到 @rc-component/overflow、rc-virtual-list 到 @rc-component/virtual-list 以删除 rc-util。#56074 @yoyo837
- TypeScript