Skip to content
- ConfigProvider
- 🆕 Support ConfigProvider global configuration of
maskClosable for Modal and Drawer. #56739 @luozz1994
- 🆕 Support ConfigProvider
suffixIcon global configuration for DatePicker and TimePicker. #56709 @guoyunhe
- 🆕 Support ConfigProvider
expandIcon and loadingIcon global configuration for Cascader. #56482 @guoyunhe
- 🆕 Support ConfigProvider
scroll global configuration for Table. #56628 @Clayton
- 🆕 Support ConfigProvider
className and style configuration for App, and arrow prop for ColorPicker. #56573 @zombieJ
- 🆕 Support ConfigProvider
loadingIcon global configuration for Button. #56439 @guoyunhe
- 🆕 Support ConfigProvider
rangePicker.separator global configuration. #56499 @guoyunhe
- 🆕 Support ConfigProvider
tooltipIcon and tooltipProps global configuration for Form. #56372 @guoyunhe
- Upload
- 🆕 Add Upload
classNames.trigger and styles.trigger props. #56578 @QdabuliuQ
- 🆕 Support Upload.Dragger
onDoubleClick event. #56579 @ug-hero
- 🐞 Fix Upload missing default height for
picture-card / picture-circle parent nodes. #56864 @wanpan11
- 🆕 Add Grid
xxxl (1920px) breakpoint to adapt to FHD screens. #56825 @guoyunhe
- 🆕 Support Switch
indicator customization for semantic structure. #56710 @zombieJ
- Button
- 🐞 Fix Button reversed
hover and active colors for color in dark theme. #56872 @zombieJ
- 🐞 Fix Button border size not following Design Token
lineWidth. #56683 @zombieJ
- Select
- 💄 Remove Select redundant
-content-value div DOM in single mode to optimize semantic structure, allowing override via classNames and styles. #56811 @zombieJ
- 🐞 Fix Select
notFoundContent not taking effect. #56756 @QdabuliuQ
- Radio
- 🐞 Fix Radio.Group extra right margin for radio items when vertically aligned. #56909 @jany55555
- 💄 Remove Radio
-inner DOM node of icon sub-element for better semantic structure adaptation. #56783 @zombieJ
- 💄 Disable Modal & Drawer mask blur effect by default. #56781 @aojunhao123
- 🐞 Fix Tooltip & Popover popup animation starting position being shifted to the left. #56887 @zombieJ
- 🐞 Fix List color-related tokens not working for deprecated component config. #56913 @zombieJ
- 🛠 Refactor Spin DOM structure to align across different scenarios and support full Semantic Structure. #56852 @zombieJ
- ⌨️ ♿ Add Icon accessibility names to the search icon SVG to improve screen reader support. #56521 @huangkevin-apr
- 🐞 Fix Cascader filter list resetting immediately when closing on selection in search mode, affecting UX. #56764 @zombieJ
- ⌨️ ♿ Improve Tree accessibility support. #56716 @aojunhao123
- 🐞 Support ColorPicker semantic structure for selection block, and fix
root semantic being incorrectly applied to popup elements. #56607 @zombieJ
- 💄 Change Avatar default value of
size from default to medium for consistency. #56440 @guoyunhe
- 💄 Remove Checkbox
-inner DOM node of icon sub-element for better semantic structure adaptation. #56783 @zombieJ
- MISC
- 🐞 MISC: Fix React Compiler compatibility in UMD version, now disabled by default. #56830 @zombieJ
- 🛠 Streamline
styles and classNames type definitions for better standardization. #56758 @crazyair