Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
website.tar.gz | 2025-07-29 | 37.3 MB | |
5.26.7 source code.tar.gz | 2025-07-29 | 4.5 MB | |
5.26.7 source code.zip | 2025-07-29 | 6.4 MB | |
README.md | 2025-07-29 | 2.1 kB | |
Totals: 4 Items | 48.2 MB | 1 |
- 🐞 Fixed Card
tabBarExtraContent
typing to support bothReact.ReactNode
and{ left?: React.ReactNode; right?: React.ReactNode }
usingTabBarExtraContent
fromrc-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
类型,包括 <inline_block>3</inline_block>。#54470 @pueding - 🐞 修复了 TextArea 在 Firefox 浏览器下粘贴文本后光标位置错误的问题。#72 @QdabuliuQ
- ⚡️ 优化了 Result 组件的图标的体积。#54455 @765477020
- ⚡️ 优化了 Dropdown、Tooltip、Tour 等弹层类组件的内部方法的计算性能。#54443 Meet-student
- TypeScript
- 🤖 修正了 Tabs 的
TabPaneProps
类型以兼容废弃 api。#54482 @leshalv