feat(components): implement segment specific breadcrumbs - #8459
Open
alionazherdetska wants to merge 26 commits into
Open
Conversation
alionazherdetska
requested review from
oliverschuerch
and removed request for
a team
September 10, 2026 06:21
🦋 Changeset detectedLatest commit: 3700120 The changes in this PR will be included in the next version bump. This PR includes changesets to release 14 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 |
alionazherdetska
marked this pull request as draft
September 10, 2026 06:21
Contributor
…pplication' into segment-specific-breadcrumbs
…pplication' into segment-specific-breadcrumbs
alionazherdetska
marked this pull request as ready for review
September 10, 2026 17:11
3 tasks
|
myrtasakellariou
self-requested a review
September 11, 2026 13:11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



📄 Description
This PR adds a
show-home-textprop to<post-breadcrumbs>. When true, it showstext-homeas visible text instead of the home icon, so the root segment can link to a segment's own home page instead of the generic site root (e.g. "Private customers").Degrade behavior
Home and the last (selected) segment never truncate. As per design, when space runs out:
This PR also adds a
text-expand-homeprop. It's required only once home actually collapses into its own menu, and it's used as the accessible label for its trigger.Docs
This PR improves the breadcrumbs docs to make them more user friendly and easier to find. It introduces a layout with tabs for the examples section (similar concept that is used in the Self managed header page).
Tests
There were no e2e tests for post-breadcrumbs before this PR. Since the concatenation logic was recently improved, I also added test coverage for it to make sure no one breaks it later on, alongside tests for the new segment specific breadcrumbs behavior.
🚀 Demo
🔮 Design review
🧪 Visual regression tests
📝 Checklist