-
-
Notifications
You must be signed in to change notification settings - Fork 618
chore: sync antd-5.x to master #1336
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
cad1f52
fix: cherry pick of fixing sticky issue (#1232)
zombieJ 542000c
7.50.3
zombieJ 1e2ec33
fix: virtual scroll logic (#1240)
zombieJ a056eaa
7.50.4
zombieJ 42c37bd
fix: 7.x header blank when using sticky or scroll.y (#1268)
linxianxi 17fa387
7.50.5
afc163 bd18ca4
feat: Table support expandedRowOffset by V5 (#1283)
crazyair 8e6e892
7.51.0
zombieJ ffa3cea
chore: defensive program (#1294)
zombieJ 6c7dee3
7.51.1
zombieJ 1b655a7
fix: Adjust the top height of the proxy to solve the sliding issue (#…
Wxh16144 48c8976
Fix fixed property not being inherited by children columns (#1303)
ryantang247 3e9410a
fix: expand column not visible when expandable.fixed is true (#1314)
inottn 3916bd3
7.52.0
afc163 e97f0df
refactor: simplify scroll state update logic in stickyScrollBar.tsx …
afc163 8fd0790
chore: rename vitest config file to mts extension (#1319)
afc163 ce95747
refactor: remove maxContentScroll prop and related logic from FixedHo…
afc163 d22b38c
Revert "refactor: remove maxContentScroll prop and related logic from…
afc163 1b75be2
fix: fix sticky header column width with empty data (#1323)
afc163 9fd05ef
7.52.1
afc163 b6de81c
7.52.2
afc163 8a7dac0
fix: Table header layout when data is empty (#1330)
afc163 39c323a
fix: insert header content into body measure rows for column width ca…
afc163 5531b2a
7.52.3
afc163 46a165d
fix: column header not align before column width being calculated (#1…
afc163 024e63e
7.52.4
afc163 29685c2
fix: handle empty or falsy column widths in FixedHolder (#1333)
afc163 5246767
7.52.5
afc163 54f9f28
feat: sync v5
crazyair b0a7ff0
feat: sync v5
crazyair File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
shamefully-hoist=true | ||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
请确认团队确实使用 pnpm;
shamefully-hoist
为 pnpm 专属配置。若项目并未统一使用 pnpm,此项在 npm/yarn 下无效,且可能让新同学误解。若确需启用,建议补充注释或以更细粒度的
public-hoist-pattern
限定,以避免无差别提升带来的体积增大与掩盖 peerDependencies 问题。可运行下列脚本核实仓库是否以 pnpm 为标准(检查 lockfile、packageManager 字段与 CI 使用情况):
如需仅保留说明,可采纳以下微调,以增加可维护性:
🏁 Script executed:
Length of output: 579
确认并纠正 .npmrc 中的 pnpm 专属配置
当前仓库未检测到 pnpm-lock.yaml、packageManager 字段或 CI 工作流中的 pnpm 相关引用,说明并未使用 pnpm。
shamefully-hoist=true
;public-hoist-pattern
以限定依赖提升范围,避免体积膨胀和 peerDependencies 被隐藏。🤖 Prompt for AI Agents