Commits on Source 3
-
Chad Lavimoniere authored
This fixes an accessibility problem that can occur in GitLab where a link is rendered for a breadcrumb item that has no text. The text and href are being removed from that breadcrumb item so that it won't show, but the element is still visible to screen readers. Insead, we should make the item hidden if it has no text.
-
Mark Florian authored
feat(GlBreadcrumbItem): Don't render if there is no text See merge request !4957 Merged-by:
Mark Florian <mflorian@gitlab.com> Approved-by:
Lukas Eipert <leipert@gitlab.com> Approved-by:
Mark Florian <mflorian@gitlab.com> Reviewed-by:
Lukas Eipert <leipert@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com> Co-authored-by:
Chad Lavimoniere <clavimoniere@gitlab.com>
-
semantic-release-bot authored
## [108.4.1](v108.4.0...v108.4.1) (2025-02-21) ### Bug Fixes * **GlBreadcrumb:** Hide breadcrumb item if it has no text ([d9badd56](d9badd56))