-
Notifications
You must be signed in to change notification settings - Fork 129
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
Remove profile menu #2906
Remove profile menu #2906
Conversation
🦋 Changeset detectedLatest commit: 2b4fdbc The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2906 +/- ##
==========================================
- Coverage 88.16% 88.04% -0.12%
==========================================
Files 228 227 -1
Lines 13167 13094 -73
Branches 1812 1796 -16
==========================================
- Hits 11609 11529 -80
- Misses 1504 1511 +7
Partials 54 54
|
Size Change: -1.17 kB (-0.17%) Total Size: 673 kB
ℹ️ View Unchanged
|
65890ea
to
2b4fdbc
Compare
Addresses DSYS-909
Purpose
The
profileMenu
prop was deprecated in v8.6 in favour of passing custom components to thelinks
prop of the TopNavigation.Approach and changes
Definition of done