Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Important
Breaking Change: DropdownMenu 下拉菜单组件
1.【特性】【DropdownMenu 下拉菜单】
trigger属性新增hover支持2.【特性】【SuggestionPills 建议按钮组】新增属性
overflowMode,控制多余项的展示方式:expand为展开显示,scroll为横向滚动显示;新增属性autoScrollOnHover,鼠标悬停时是否自动滚动到可见区域3.【优化】【DropdownMenu 下拉菜单】默认插槽变更为
trigger插槽;下拉菜单最小宽度不再通过 props 设置,可以通过样式类、内联样式或者 css 变量--tr-dropdown-menu-min-width控制