- 🐞 Fix Form.Item validation failure caused by a timing issue when using dynamic
rulesanddependenciestogether. #57147 @zombieJ - 🐞 Fix InputNumber height in
borderlessvariant when using with Input or Select. #57162 @QDyanbing - 🐞 Fix Radio.Group radio button width when options text has different length or breaks. #57171 @QDyanbing
- 🐞 Fix Skeleton.Avatar, Skeleton.Button, Skeleton.Input, Rate and Spin cannot take effect when
componentSizeis set globally. #57093 #57106 @QDyanbing - 🐞 Fix Splitter may calculate wrong
sizeif some panel in controlled mode. #57142 @js0753 - 🐞 Fix Tree and TreeSelect line alignment problem when customizing
titleHeightproperty. #56785 @QDyanbing - 💄 Fix Checkbox.Group checkbox width when options text has different length or breaks. #57144 @QDyanbing
- 💄 Fix ConfigProvider
cspnot taking effect on all the dynamic style. #57159 @zombieJ - Select
- 💄 Fix Select text jumping problem in Firefox browser. #57030 @pierreeurope
- 💄 Fix Select cannot set
visibility: hiddenviastyleproperty. #56720 @claytonlin1110
- Upload
- 💄 Fix Upload has invalid blank area in
picture-cardmode with empty data. #57157 @QDyanbing - ⌨️ Improve Upload to always show item action area on non-hover or coarse-pointer devices. #57156 @Arktomson
- 💄 Fix Upload has invalid blank area in
- 🌐 Add
es_USlocale preset. #57137 @yuriidumych-max - 🛠 Unify
sizeenumeration, replacedefaultwithmediumfor Badge, Card, Progress, Steps, Switch and Spin, replacemiddleanddefaultwithmediumandlargefor Descriptions, replacemiddlewithmediumfor Table and Divider. #57127 #57106 @QDyanbing - 🛠 Unify
sizeclassName for all components DOM. #57106 @QDyanbing - TypeScript
- 🤖 Add Upload.Dragger generic type definition support. #57103 @fnoopv
- 🤖 Fix Modal
KeyboardEventtype definition for the arguments ofonCancelevent handler. #57048 @eureka928
- 🐞 修复 Form.Item 使用动态
rules与dependencies配合使用时,时序问题导致的校验失败的问题。#57147 @zombieJ - 🐞 修复 InputNumber 在
borderless形态下与 Input 或 Select 并排时高度异常的问题。#57162 @QDyanbing - 🐞 修复 Radio.Group 在选项文案长短不一或换行时,勾选框宽度不一致的问题。#57171 @QDyanbing
- 🐞 修复 Skeleton.Avatar,Skeleton.Button,Skeleton.Input,Rate 及 Spin 无法响应全局
componentSize设置的问题。#57093 #57106 @QDyanbing - 🐞 修复 Splitter 存在
size受控面板时其他面板尺寸可能计算错误的问题。#57142 @js0753 - 🐞 修复 Tree 及 TreeSelect 在自定义
titleHeight时会连线错位的问题。#56785 @QDyanbing - 💄 修复 Checkbox.Group 在选项文案长短不一或换行时,勾选框宽度不一致的问题。#57144 @QDyanbing
- 💄 修复 ConfigProvider 的
csp配置没有对所有的动态 style 生效的问题。#57159 @zombieJ - Select
- 💄 修复 Select 在 Firefox 浏览器下可能出现文字跳动的问题。#57030 @pierreeurope
- 💄 修复 Select 无法通过
style设置visibility: hidden的问题。#56720 @claytonlin1110
- Upload
- 💄 修复 Upload 在
picture-card模式下无数据时仍然存在无效空白区域的问题。#57157 @QDyanbing - ⌨️ 优化 Upload 在不支持悬停或粗指针的设备上默认显示列表操作按钮。#57156 @Arktomson
- 💄 修复 Upload 在
- 🌐 新增
es_US国际化配置。#57137 @yuriidumych-max - 🛠 统一
size枚举值定义,针对 Badge、Card、Progress、Steps、Switch 及 Spin 使用medium替代default,针对 Descriptions 使用medium和large替代middle和default,针对 Table 和 Divider 使用medium替代middle。#57127 #57106 @QDyanbing - 🛠 统一
sizeclassName 在所有组件元素上的设置值。#57106 @QDyanbing - TypeScript
- 🤖 新增 Upload.Dragger 的泛型支持。#57103 @fnoopv
- 🤖 修复 Modal
onCancel入参不支持KeyboardEvent类型的问题。#57048 @eureka928