-
-
Notifications
You must be signed in to change notification settings - Fork 53.5k
feat: [v6] Retire deprecated api for form #52235
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 #52235 Failed ❌
Important There are 1 diffs found in this PR: 🔄
|
WalkthroughThis pull request focuses on retiring deprecated APIs related to forms in the Ant Design library. The changes involve removing deprecated properties and methods, such as Changes
|
if (contextForm && contextForm.requiredMark !== undefined) { | ||
return contextForm.requiredMark; | ||
} | ||
|
||
return true; | ||
}, [hideRequiredMark, requiredMark, contextForm]); | ||
}, [requiredMark, contextForm]); |
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.
Ensure that removing hideRequiredMark
does not affect any existing functionality that relies on this property. Double-check if any external dependencies or documentation still reference this property.
size-limit report 📦
|
More templates
commit: |
Deploying ant-design with
|
Latest commit: |
cd5215d
|
Status: | ✅ Deploy successful! |
Preview URL: | https://c1699e72.ant-design.pages.dev |
Branch Preview URL: | https://v6-kiner-retire-deprecated-a-ctwu.ant-design.pages.dev |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #52235 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 763 760 -3
Lines 13734 13695 -39
Branches 3585 3580 -5
=========================================
- Hits 13734 13695 -39 ☔ View full report in Codecov by Sentry. |
Bundle ReportChanges will decrease total bundle size by 2.76kB (-0.08%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
📝 Change Log