Skip to content
- 🐞 Fix InputNumber disabled handlers showing hover styles. #57592 @QDyanbing
- 🐞 Fix Space.Addon wrapping CJK content in compact layouts. #57622 @QDyanbing
- 🐞 Fix Cascader menu item ellipsis styles for long option labels. #57540 @QDyanbing
- 🐞 Fix Image preview focus not being locked when opened via keyboard, and restore focus to trigger element after preview closes. #57613 #57614 @aojunhao123
- 🐞 Fix Input disabled border color to use
colorBorderDisabled token. #57518 @Gdhanush-13
- 🐞 MISC: Fix some expand animation crash issues. #57636 @momesana
- 🐞 Fix Notification close button overlapping description when title is empty. #57590 @EndlessLucky
- 🐞 Fix Radio hover color display issue in disabled state. #57562 @yfy3939
- Table
- ⚡️ Improve Table filter performance by caching flattened filter keys. #57546 @Jiyur
- ⚡️ Improve Table filter search performance by reusing normalized search input. #57651 @li-jia-nan
- 🐞 Fix Table
rowSelection to use selectionColumnWidth from Design Token as default columnWidth. #57621 @EmilyyyLiu
- 🐞 Fix Design Token shadow tokens not adapting to dark theme. #57511 @QDyanbing
- 🐞 Fix Transfer remove button still changing color on hover when the list item is disabled. #57579 @Jiyur
- 🐞 Fix Tree checkbox, switcher and content alignment when parent nodes have multiple lines of content. #57471 @jiangrong-devops