Skip to content
- 🐞 Fix Form.Item validation failure caused by a timing issue when using dynamic
rules and dependencies together. #57147 @zombieJ
- 🐞 Fix InputNumber height in
borderless variant 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
componentSize is set globally. #57093 #57106 @QDyanbing
- 🐞 Fix Splitter may calculate wrong
size if some panel in controlled mode. #57142 @js0753
- 🐞 Fix Tree and TreeSelect line alignment problem when customizing
titleHeight property. #56785 @QDyanbing
- 💄 Fix Checkbox.Group checkbox width when options text has different length or breaks. #57144 @QDyanbing
- 💄 Fix ConfigProvider
csp not taking effect on all the dynamic style. #57159 @zombieJ
- Select
- Upload
- 💄 Fix Upload has invalid blank area in
picture-card mode with empty data. #57157 @QDyanbing
- ⌨️ Improve Upload to always show item action area on non-hover or coarse-pointer devices. #57156 @Arktomson
- 🌐 Add
es_US locale preset. #57137 @yuriidumych-max
- 🛠 Unify
size enumeration, replace default with medium for Badge, Card, Progress, Steps, Switch and Spin, replace middle and default with medium and large for Descriptions, replace middle with medium for Table and Divider. #57127 #57106 @QDyanbing
- 🛠 Unify
size className for all components DOM. #57106 @QDyanbing
- TypeScript
- 🤖 Add Upload.Dragger generic type definition support. #57103 @fnoopv
- 🤖 Fix Modal
KeyboardEvent type definition for the arguments of onCancel event handler. #57048 @eureka928