fix: improve TabPane accessibility and content handling#52856
fix: improve TabPane accessibility and content handling#52856thinkasany merged 1 commit intoant-design:nextfrom
Conversation
|
|
👁 Visual Regression Report for PR #52856 Passed ✅
🎊 Congrats! No visual-regression diff found.
|
WalkthroughThis pull request addresses a bug fix to improve accessibility in the TabPane component by fixing the focus behavior for empty TabPanes. It updates the dependency version of Changes
🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
| "@rc-component/switch": "~1.0.0", | ||
| "@rc-component/table": "~1.0.2", | ||
| "@rc-component/tabs": "~1.0.0", | ||
| "@rc-component/tabs": "~1.1.0", |
There was a problem hiding this comment.
Ensure that the update to @rc-component/tabs version ~1.1.0 does not introduce any breaking changes or regressions in the application. This update should be tested thoroughly to confirm compatibility with existing functionality.
More templates
commit: |
Bundle ReportChanges will increase total bundle size by 338 bytes (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: antd.min-array-pushAssets Changed:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #52856 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 765 765
Lines 13803 13803
Branches 3620 3620
=========================================
Hits 13803 13803 ☔ View full report in Codecov by Sentry. |


🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
📝 Change Log