Skip to content
- 🐞 Fix DatePicker RangePicker empty placeholder when locale only defines singular
*Placeholder fields. #58020 @yogeshwaran-c
- 🐞 Fix Result rendering an empty
title element when the title prop is not provided. #58028 @yogeshwaran-c
- 🐞 Fix Select search input font size and line-height rendering issue in Safari. #57990 @QDyanbing
- 🐞 Fix strict ESM build errors caused by deep
@rc-component/util runtime imports in Form, Input, Button and other components. #57993 @li-jia-nan
- 🐞 Fix Transfer
filteredItems not updating when filterOption or direction changes. #58004 @afc163
- ⚡️ Improve Table and Mentions performance by reducing redundant array iterations. #58006 @ug-hero
- Table
- 🛠 Rename Table filter types
FilterRestProps to FilterResetProps, with a deprecated alias kept for compatibility. #57985 @ZQDesigned
- ⚡️ Improve Table row selection performance by using Set-based lookup instead of O(n*m)
.includes() checks. #58004 @afc163