Skip to content
- ♿ Improve localized accessible names for Upload actions and Modal and Notification close buttons. #58953 #58957 @nrps9909
- 🌐 Improve Traditional Chinese terminology across localized components and use Taiwan-preferred week wording in DatePicker. #58947 #58951 @nrps9909
- 🐞 Fix Upload dropping newly added files when async
onRemove resolves. #58814 @afc163
- 🐞 Fix Anchor triggering duplicate
onChange callbacks on scroll when using getCurrentAnchor. #58834 @nikzanda
- Form
- 🐞 Fix Form height fluctuation during rapid validation state changes. #59008 @waterWang
- 🐞 Fix Form vertical layout
labelCol.offset being overridden by label margins. #58981 @nikzanda
- ♿ Improve Form complex-control guidance so labels can be explicitly associated with nested controls. #59001 @nrps9909
- 📝 Correct Form.Item
required documentation to clarify that validation rules infer the required state when unset. #58989 @QDyanbing
- Listy
- 💄 Improve Listy virtual scrollbar track hover feedback. #58964 @QDyanbing
- 📝 Add List-to-Listy migration guidance for deprecated List, covering item rendering, virtual scrolling, and common replacement patterns. #58985 @aojunhao123
- 📝 Add Listy drag-sorting demo. #58962 @li-jia-nan
- Menu
- 🐞 Fix Menu icons jittering when expanding or collapsing an inline menu. #59018 @afc163
- 🐞 Fix Menu tooltip flashing when an inline menu collapses while an item is hovered. #58865 @QdabuliuQ
- Table
- Transfer
- 🐞 Fix Transfer triggering
onSearch twice when clearing the search input. #59016 @QDyanbing
- 🐞 Fix Transfer one-way item actions not respecting
locale.remove. #58955 @nrps9909
- 🇮🇸🇲🇳 Fix invalid placeholders in Form minimum-value validation messages for the Icelandic and Mongolian locales. #58965 @nrps9909
- 🆕 Add Carousel localized accessible names for the default previous and next arrows via ConfigProvider
locale. #59014 @waterWang
- ♿ Improve DatePicker.RangePicker screen-reader experience by hiding its decorative default separator while preserving custom separator accessibility. #58999 @nrps9909
- ♿ Improve Collapse screen-reader experience by hiding redundant labels from decorative default expand icons while preserving accessible names for interactive icon triggers. #59000 @nrps9909
- 🐞 Fix TreeSelect
SHOW_PARENT losing selected disabled child nodes in controlled mode. #58935 react-component/tree-select#681 @zombieJ
- ⌨️ Fix Select clear buttons not clearing values when activated with Enter or Space. #58958 react-component/select#1247 @Pareder
- 🐞 Fix AutoComplete with custom input and
allowClear shifting its content on hover. #58932 @lazerg
- 🐞 Fix FloatButton.BackTop progress ring border being overridden before its initial display on some pages. #58982 @ZQDesigned
- 🐞 Fix ColorPicker becoming unable to drag after double-clicking the clear button. #58995 @dogledogle
- 🐞 Fix Radio.Group options not invoking an option's
onChange callback when selected. #59010 @moon6967
- 💄 Improve BorderBeam beam radius synchronization with dynamic container
border-radius changes. #58923 @li-jia-nan
- 📝 Correct Typography editable
onChange documentation to clarify that it fires when editing is completed. #59021 @EmilyyyLiu