Skip to content
- 🛠 Button, Masonry, Mentions, Select, Space, Splitter, Steps and other components batch use
genCssVar method to generate more stable CSS variable names. #56562 #56559 #56557 #56555 #56550 #56547 #56546 #56529 @li-jia-nan
- 🆕 QRCode adds
marginSize property for displaying QR code margin area. #56569 @afc163
- 🆕 Tour adds
keyboard property to configure keyboard operations. #56581 @cactuser-Lu
- Tooltip
- 🛠 Steps remove useless styles. #56565 @li-jia-nan
- 🆕 Form supports
tel type validation. #56533 @guoyunhe
- 🐞 Fix Badge
ref not working when using text property. #56532 @zombieJ
- 🆕 Calendar and DatePicker
locale configuration now supports partial content filling. #56376 @QDyanbing
- 🐞 Fix ConfigProvider
theme.cssVar configuration not working for icons. #56504 @seanparmelee
- 🐞 Fix Collapse
items semantic properties not working. #56517 @zombieJ
- Modal
- 🆕 Modal supports
focusable.trap to configure whether to lock focus within the Modal. #56500 @zombieJ
- 🛠 Remove useless DOM structure from Modal and optimize focus capture to prevent accidental focus escape outside the Modal. #56142 @zombieJ
- ConfigProvider
- 🆕 ConfigProvider supports
pagination configuration for totalBoundary and showSizeChanger properties. #56475 @chiaweilee
- 🆕 ConfigProvider supports configuring Alert global icons. #56241 @guoyunhe
- Drawer
- 🆕 Drawer adds
focusable to configure focus behavior after opening, supporting focus locking within the container and focus returning after closing. #56463 @zombieJ
- 🐞 Fix Drawer
size definition not supporting string type. #56358 @ug-hero
- 🐞 Fix Image nested in Modal cannot be closed sequentially with Esc. #56386 @aojunhao123
- 🆕 Pagination supports
size property. #56009 @guoyunhe
- 🆕 Breadcrumb supports
dropdownIcon customization. #56250 @guoyunhe
- 🆕 Checkbox.Group supports
role configuration. #56126 @Pareder
- 💄 Mentions fix invalid style
padding: undefined in different sizes. #56564 @li-jia-nan
- 🐞 Fix Select clear button alignment issue when
size="small". #56525 @QDyanbing