Skip to content
- 🐞 Fixed Card
tabBarExtraContent typing to support both React.ReactNode and { left?: React.ReactNode; right?: React.ReactNode } using TabBarExtraContent from rc-tabs. #54470 @pueding
- 🐞 Fixed the issue where the cursor position was incorrect after pasting text into TextArea. #72 @QdabuliuQ
- ⚡️ Optimized the size of the Result component icon. #54455 @765477020
- ⚡️ Optimized the calculation performance of internal methods of Dropdown, Tooltip, Tour. #54443 Meet-student
- TypeScript
- 🤖 Fixed Tabs
TabPaneProps type to be compatible with deprecated APIs. #54482 @leshalv
- 🐞 修复 Card 的
tabBarExtraContent 类型定义,仅支持 React.ReactNode 的问题。现在支持完整的 rc-tabs 类型,包括 { left?: React.ReactNode; right?: React.ReactNode }。#54470 @pueding
- 🐞 修复了 TextArea 在 Firefox 浏览器下粘贴文本后光标位置错误的问题。#72 @QdabuliuQ
- ⚡️ 优化了 Result 组件的图标的体积。#54455 @765477020
- ⚡️ 优化了 Dropdown、Tooltip、Tour 等弹层类组件的内部方法的计算性能。#54443 Meet-student
- TypeScript