-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Table
组件 onScroll
事件新增 top 参数
#658
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 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
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 (
|
🐞 BugFix - 修复 `Carousel` 组件点击箭头切换后,鼠标悬停时没有禁用切换的现象 (#674) - 修复 `Rate` 组件在 Safari 浏览器下对齐样式异常的问题(#670) - 修复 `TableRef` 的 `scrollToIndex` 的回调方法不生效问题 (#651) - 修复 `Tabs` 组件的 Tabs.Panel 是异常动态长度时,需要 resize 页面才会出现左右的滚动箭头 (#668) - 修复 `TreeSelect` 组件 `filterDelay` 属性失效的问题 (#672) - 修复 `Modal` 组件使用方法调用方式时,点击确定或取消按钮没有关闭动画 (#675) - 修复 `Modal` 组件下存在多个 Form 组件时,Modal.Submit 提交无效的问题 (#625) 🆕 Feature - 新增 `Link` 组件 - 新增 `Badge` 组件 - `Datepicker` 新增 `needConfirm` 属性: 是否开启手动确认按钮,开启后只有点击确认按钮才会提交选择的值 (#650) - `Datepicker` 新增 `clearToUndefined`,点击清除后返回 undefined (#644) - `Dropdown` 组件新增 `zIndex` 属性 (#660) - `Menu` 组件新增父节点激活状态下的文字颜色 token (#659) - `Select` 组件支持动态虚拟列表行高(#646) - `Select` 组件新增 `onLoadMore` 属性,支持滚动加载 (#610) - `Select` 组件新增 `threshold` 属性,支持设置滚动加载阈值 (#610) - `Select` 组件新增 `trigger` 属性,支持更改展开下拉面板的触发方式 (#610) - `Table` 组件新增属性 `showTopScrollbar`,开启顶部滚动条 (#671) - `Table` 组件 `onScroll` 事件新增 top 参数 (#658) - `Table` 组件 `Ref` 支持 `getRenderIndexByData` 方法,用于获取指定数据在渲染列表中的索引 - `Textarea` 组件 `info` 属性新增配置模式,支持配置定位 (#676) - `Tree` 组件新增 `setActive` 属性,与active组成高亮的受控功能 (#665) 💎 Enhancement - 优化 `Select` 组件在同时使用 `emptyText` 和 `renderOptionList` 时的渲染顺序 (#627) - 优化 `Table` 初始化加载性能 (#673) --------- Co-authored-by: 翟胜佳 <[email protected]> Co-authored-by: 颜宇浩 <[email protected]> Co-authored-by: saint <[email protected]> Co-authored-by: 利浩 <[email protected]>
Types of changes
Changelog
Table
组件onScroll
事件新增 top 参数Other information