Skip to content
- 🛠 Fix build failures in Vite, Yarn PnP, Node 25 and other strict ESM environments caused by deep path imports of rc-component packages. #58115 @li-jia-nan @QDyanbing
- 🛠 Fix multiple components rendering empty wrapper DOM nodes when ReactNode content is an empty string. #58160 @QDyanbing
- Descriptions
- Radio
- 🐞 Fix Radio.Group button style border radius and adjacent border display issue in vertical layout. #58317 @QDyanbing
- 🐞 Fix Radio checked state not updating on click in uncontrolled mode. #57917 @QDyanbing
- Table
- 🐞 Fix Table incorrect semantic DOM structure in
virtual mode. #58134 @meet-student
- ⌨️ Improve Table filter dropdown accessibility by marking the wrapper container as presentational. #58164 @ug-hero
- Tour
- Transfer
- ⌨️ Fix Transfer not forwarding root HTML attributes which affects accessibility. #58166 @ZQDesigned
- ⚡️ Improve Transfer iteration performance when collecting enabled item keys. #58168 @ug-hero
- 🐞 Fix Menu icon animation jumping when collapsed. #58271 @murisans
- 🐞 Fix Modal footer buttons vertical misalignment when
confirmLoading is true. #58120 @xxiaoxiong
- 🐞 Fix Notification close button overlapping description content when title is not provided. #58096 @QDyanbing
- 🐞 Fix Popover and Popconfirm not rendering when
title or content is the number 0. #58296 @afc163
- 🐞 Fix Slider surrounding text being unexpectedly selected when dragging the handle in Safari. #58024 @yogeshwaran-c
- 🐞 Fix Tabs more dropdown animation direction when popup placement flips upward. #58202 @QDyanbing
- 🐞 Fix Tree.DirectoryTree
defaultExpandParent not working. #58068 @EmilyyyLiu
- 🐞 Fix Upload progress bar becoming abnormally thick when
progress is not configured. #58126 @QDyanbing
- 🐞 Fix Icon spin animation stopping when multiple
iconPrefixCls coexist. #58253 @18062706139fcz
- 💄 Fix AutoComplete disabled custom input background color being darker than other disabled controls. #58114 @QDyanbing
- 💄 Fix Checkbox hover style remaining after tap on mobile devices. #58085 @unknowntocka
- 💄 Fix Empty SVG colors not using design tokens to support dark mode. #58152 @wanpan11
- 💄 Fix Result and Popconfirm icon colors being overridden by global icon reset styles. #58157 @QDyanbing
- 💄 Fix Select selected option active state background color not following theme color. #58069 @QDyanbing
- 💄 Fix Tooltip and Popover arrow shadow being darker than container. #57988 @EmilyyyLiu
- 💄 Deepen
boxShadowTertiary for better visibility on light backgrounds, affecting Card, Tour and Segmented. #58205 @afc163
- ⌨️ Improve ColorPicker clear button semantic attributes for better accessibility. #58040 @ug-hero
- ⌨️ Improve DatePicker and TimePicker clear button accessibility. #58132 @Pareder
- ⌨️ Improve Splitter split bar semantic attributes for better accessibility. #58060 @ug-hero
- ⌨️ Improve Tag.CheckableTag semantic attributes for better accessibility. #58067 @ug-hero
- 🛠 Fix Dropdown triggering React 19 element.ref deprecation warning when the trigger node has a ref. #58056 @QDyanbing
- 🛠 Fix multiple components rendering empty wrapper DOM nodes when ReactNode content is false. #58088 @QDyanbing
- 🌐 Localization
- 🇬🇧 Improve QRCode and ColorPicker British English en_GB locale to align with American English en_US. #58224 @JordanWeatherby
- 🇧🇷 Add missing Brazilian Portuguese pt_BR locale text for QRCode and ColorPicker. #58188 @yogeshwaran-c
- TypeScript
- 🤖 Fix AutoComplete
showSearch type leaking unsupported Select props. #58104 @sri443
- 🤖 Improve Descriptions type definition to support native HTML attributes. #58190 @yogeshwaran-c