- 🐞 Fix Tag.CheckableTag don't support
onClick
. #24743 - 🐞 Fix Drawer support set
getPopupContainer
andgetPrefixCls
by ConfigProvider. #24727 - 🐞 Fix Button
loading.delay
repeat trigger when parent compoent re-render. #24713 - 🐞 Fix Dropdown menu link color when has
icon
. #24707 #24702 - Select
- 🐞 Fix Select virtual scroll display abnormally in compact mode. #24706
- ⚡️ Optimize Select multiple mode performence. #24785 @Kermit-Xuan
- 🐞 Fix Calendar trigger
onPanelChange
even when in the same panel. #24695 - 🐞 Fix Input component height issue in IE11. #24673 @xiaosongxiaosong
- 🐞 Fix Radio typescript error typo. #24693 @hengkx
- 🐞 Fix Statistic don't work with Tooltip. #24782
- 🐞 Fix TimePicker.RangePicker
bordered={false}
not working when hasclassName
. #24781 - 🐞 Fix List cannot trigger
onChange
in pagination. #24514 - 🌐 Localization
- 🇮🇱 Add Hebrew localisations for Form. #24716 @israelKusayev
- 🇰🇷 Add ko_KR localizations for Form. #24783 @Jaewoook
- 💄 Add less variable
@table-font-size
,@table-font-size-md
and@table-font-size-sm
to customize the size of Table text. #24714 @morenyang - RTL
- 🐞 修复 Tag.CheckableTag 不支持
onClick
和stopPropagation
的问题。#24743 - 🐞 修复 Drawer 支持通过 ConfigProvider 来全局设置
getPrefixCls
和getPopupContainer
。#24727 - 🐞 修复 Button 在父组件重新渲染时
loading.delay
会重复触发的问题。#24713 - 🐞 修复 Dropdown 带图标
icon
菜单项的链接色彩。#24707 #24702 - Select
- 🐞 修复 Select 在紧凑模式下表现不正常。#24706
- ⚡️ 优化 Select 多选模式的性能。#24785 @Kermit-Xuan
- 🐞 修复 Calendar 在同一个面板下选择日期也会触发
onPanelChange
的问题。#24695 - 🐞 修复 Input 组件在 IE11 中高度异常问题。#24673 @xiaosongxiaosong
- 🐞 修复 Radio 的 TypeScript 定义错误。#24693 @hengkx
- 🐞 修复 Statistic 不能包裹 Tooltip 的问题。#24782
- 🐞 修复 TimePicker.RangePicker 指定
className
后无边框样式失效的问题。#24781 - 🐞 修复 List 翻页时
onChange
不触发的问题。#24514 - 🌐 国际化
- 🇮🇱 Form 校验文案增加希伯来语(以色列)。#24716 @israelKusayev
- 🇰🇷 Form 校验文案增加韩文。#24783 @Jaewoook
- 💄 新增 less 变量
@table-font-size
,@table-font-size-md
和@table-font-size-sm
,用于自定义 Table 文字大小。#24714 @morenyang - RTL