- 🐞 Fix Space.Compact throwing
Should not use more than one & in a selector
warning. #52489 - 💄 Fix the Layout switching sidebar button style was lost. #52477
- 💄 Fix the scroll bar height is not 0 when the first row of the virtual scroll Table is collapsed. #52447 @LeeSSHH
- 💄 Fix the last item in Descriptions did not correctly fill the remaining space. #52410 @anyuxuan
- 💄 Fix extra margin for the last item in Radio. #52433
- 💄 Fix the Input/Mentions clear button padding was incorrect. #52407 @ustcfury
- 💄 Fix rounded corners of
addonAfter
in Input compact mode. #52490 @DDDDD12138 - 💄 Fix Menu.Item links were still clickable and lacked disabled styles when in disabled state. #52402 @aojunhao123
- TypeScript
- 🤖 MISC: Optimize PurePanel to use React.ComponentType type. #52480
- 🤖 Fix missing token type for Skeleton and Rate. #52406 @coding-ice
- 🐞 修复 Space.Compact 抛出
Should not use more than one & in a selector
警告信息的问题。#52489 - 💄 修复 Layout 切换侧边栏按钮样式丢失的问题。#52477
- 💄 修复 Table 收起虚拟滚动表格第一行时滚动条高度不为 0 的问题。#52447 @LeeSSHH
- 💄 修复 Descriptions 最后一项未正确填充满剩余空间的问题。#52410 @anyuxuan
- 💄 修复 Radio.Group 最后一项多余 margin 的问题。#52433
- 💄 修复 Input/Mentions 清除按钮 padding 不正确的问题。#52407 @ustcfury
- 💄 修复 Input 紧凑模式中
addonAfter
的圆角问题。#52490 @DDDDD12138 - 💄 修复 Menu.Item 在禁用状态下链接仍可点击且缺少禁用样式的问题。#52402 @aojunhao123
- TypeScript
- 🤖 MISC: 优化 PurePanel 使用 React.ComponentType 类型。#52480
- 🤖 修复 Skeleton 和 Rate 缺失的 token 类型。#52406 @coding-ice