-
-
Notifications
You must be signed in to change notification settings - Fork 53.4k
feat: [v6] new component Masonry #52162
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
Conversation
|
👁 Visual Regression Report for PR #52162 Failed ❌
Important There are 3 diffs found in this PR: 🔄
|
WalkthroughThis pull request introduces a new feature by adding a Masonry component to the Ant Design library. The Masonry component is designed to handle content with varying heights, providing a responsive layout that adapts to different screen sizes. It includes features such as customizable columns, gutters, and the ability to maintain aspect ratios. Changes
|
More templates
commit: |
Bundle ReportChanges will decrease total bundle size by 7.79MB (-66.6%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: antd.min-array-pushAssets Changed:
Files in
Files in
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #52162 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 766 772 +6
Lines 13782 13893 +111
Branches 3617 3643 +26
==========================================
+ Hits 13782 13893 +111 ☔ View full report in Codecov by Sentry. |
Co-authored-by: lijianan <574980606@qq.com> Signed-off-by: Oyster Lee <oysterd3@gmail.com>
Co-authored-by: thinkasany <480968828@qq.com> Signed-off-by: 二货爱吃白萝卜 <smith3816@gmail.com>
@@ -0,0 +1,71 @@ | |||
--- | |||
category: Components | |||
subtitle: 瀑布流布局 |
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.
- 瀑布流布局
+ 瀑布流
@@ -0,0 +1,7 @@ | |||
## zh-CN | |||
|
|||
随加载动态调整位置。 |
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.
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
#51659
📝 Change Log