Skip to content
- 🐞 Fix Tag.CheckableTag don't support
onClick. #24743
- 🐞 Fix Drawer support set
getPopupContainer and getPrefixCls 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 has className. #24781
- 🐞 Fix List cannot trigger
onChange in pagination. #24514
- 🌐 Localization
- 💄 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
- 💄 Optimize Tabs dropdown style in RTL. #24715
- 💄 Add
Modal.method() RTL supports only use hooks. #24682
- 💄 Fix Badge offset in RTL. #24724
- 🐞 修复 Tag.CheckableTag 不支持
onClick 和 stopPropagation 的问题。#24743
- 🐞 修复 Drawer 支持通过 ConfigProvider 来全局设置
getPrefixCls 和 getPopupContainer。#24727
- 🐞 修复 Button 在父组件重新渲染时
loading.delay 会重复触发的问题。#24713
- 🐞 修复 Dropdown 带图标
icon 菜单项的链接色彩。#24707 #24702
- Select
- 🐞 修复 Calendar 在同一个面板下选择日期也会触发
onPanelChange 的问题。#24695
- 🐞 修复 Input 组件在 IE11 中高度异常问题。#24673 @xiaosongxiaosong
- 🐞 修复 Radio 的 TypeScript 定义错误。#24693 @hengkx
- 🐞 修复 Statistic 不能包裹 Tooltip 的问题。#24782
- 🐞 修复 TimePicker.RangePicker 指定
className 后无边框样式失效的问题。#24781
- 🐞 修复 List 翻页时
onChange 不触发的问题。#24514
- 🌐 国际化
- 💄 新增 less 变量
@table-font-size,@table-font-size-md 和 @table-font-size-sm,用于自定义 Table 文字大小。#24714 @morenyang
- RTL
- 💄 优化 Tabs 标签下拉框在 RTL 模式下样式。#24715
- 💄 增加
Modal.method() RTL 模式支持,仅限 hooks 用法。#24682
- 💄 修复 Badge RTL 模式位置偏移量设置。#24724