Conversation
367cd50 to
80b95ae
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8769 +/- ##
=======================================
Coverage 99.08% 99.08%
=======================================
Files 139 139
Lines 4043 4043
=======================================
Hits 4006 4006
Misses 37 37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a036943 to
48dfd8a
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR updates the upgrading guide to document important changes for users upgrading from earlier 4.x beta versions to 4.0.0.beta16, specifically addressing breaking changes related to UI components and layout modifications.
- Adds a new section documenting the removal of the
tabscomponent and changes to layout templates - Provides clear migration instructions for users who have customized affected templates
- Includes specific code examples showing the required class changes for header and layout containers
48dfd8a to
0d249d9
Compare
|
@javierjulio can we merge this? |
|
@tagliala no, not as is. No need to mention Tabs component here since it's already included in the Breaking Changes section. I'll update that section separately to include a code example like we do for the Columns component. I'll post a review with the suggested changes. Thank you. |
Co-authored-by: Javier Julio <[email protected]>
Ref: #8727