-
Notifications
You must be signed in to change notification settings - Fork 358
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(List): support scroll API #3286
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uyarn
requested review from
chaishi,
xiaosansiji,
maoyiluo,
liweijie0812 and
LoopZhou
as code owners
August 28, 2024 11:45
uyarn
force-pushed
the
feat/list-virtual
branch
from
August 28, 2024 12:21
9c345ae
to
07b081d
Compare
uyarn
added a commit
that referenced
this pull request
Aug 29, 2024
* feat(list): support virtual scroll * feat(list): support virtual scroll * chore: fix docs and demo * chore: fix lint * chore: fix lint * chore: fix test * chore: fix test * chore: fix test
uyarn
added a commit
that referenced
this pull request
Aug 29, 2024
* fix(select): fix keyboard up down behaviour when using group config(#3278) * fix(select): 修复 flattenOptions 方法分组扁平化问题及上下键切换功能 >> >> - 修复了 flattenOptions 函数未正确扁平化分组的问题,导致在分组间切换时上下键无法正确切换。 >> - 修复了上下键切换时,激活项未能滚动到下拉面板视口内的问题。 * fix(select): 修复新增的setHoverIntoView方法下常量没给定类型导致lint校验失败 * fix(ColorPicker): selectInputProps API can't work (#3279) * fix(color-picker):修复ColorPicker透传SelectInputProps无效问题 * fix(color-picker): 修复color-picker组件的selectInputProps属性失效问题 --------- Co-authored-by: taninsist <[email protected]> * fix(TimePicker): fixed only support hh:mm format (#3280) * fix(TimePicker): fix disableTime position value always being `start` (#3281) * fix(TimePicker): fixed only support hh:mm format * fix(TimePicker): disabled position only is start * perf: use getPickerCols (#3283) * feat(form): formErrorMessage add whitespace (#3284) * feat(List): support scroll API (#3286) * feat(list): support virtual scroll * feat(list): support virtual scroll * chore: fix docs and demo * chore: fix lint * chore: fix lint * chore: fix test * chore: fix test * chore: fix test * feat(config-provider): support colonText rateText checkIcon (#3288) * docs(Input): value type remove Number * feat(config-provider): support colonText rateText checkIcon * chore: fix lint * chore: fix lint * chore: update snapshot * chore: fix doc --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * feat(empty): add new component Empty (#3287) * feat(empty): new Empty component * fix(empty): fix render svg * perf(empty): optimization code * chore(settings): revert vscode settings file * chore(empty): rm overage file * chore: fix demo * chore: fix docs * chore: fix demo * chore: update snapshot * chore: fix test --------- Co-authored-by: Uyarn <[email protected]> * fix(badge): fix content api (#3289) * fix(cascader): cascader panel support option slot (#3290) * chore: release 1.10.0 (#3291) * chore: release 1.10.0 * chore: update CHANGELOG * chore: release 1.10.0-naruto --------- Co-authored-by: dhwebs <[email protected]> Co-authored-by: taninsist <[email protected]> Co-authored-by: taninsist <[email protected]> Co-authored-by: myron <[email protected]> Co-authored-by: liweijie0812 <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Haixing <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 这个 PR 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
📝 更新日志
feat(List): 新增
scroll
API,支持开启虚拟滚动适用于大数据量的场景,具体使用方式参考示例代码本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单