Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
105 commits
Select commit Hold shift + click to select a range
3abe49d
feat: add DBBreadcrumb component with documentation and examples for …
sarahbrng Nov 7, 2025
7027bea
feat: enhance DBBreadcrumb with vertical centering and className sup…
sarahbrng Nov 7, 2025
d2a2684
feat: add separator prop to DBBreadcrumb component with support for c…
sarahbrng Nov 7, 2025
346b8c1
style(breadcrumb): apply stylelint --fix to breadcrumb.scss
sarahbrng Nov 7, 2025
eef67c0
fix: correct import path for Breadcrumb component in navigation-items.ts
sarahbrng Nov 7, 2025
a1fa7a5
fix: update import path for breadcrumb styles in HTML documentation
sarahbrng Nov 7, 2025
6ea38b3
fix: update import statement for breadcrumb styles in HTML documentation
sarahbrng Nov 7, 2025
95622a2
auto update snapshots (#5426)
github-actions[bot] Nov 7, 2025
7434f6a
Merge branch 'main' into 1309-umsetzung-der-komponente-im-code-anhand…
mfranzke Nov 17, 2025
27840dc
refactor: added item to navigation components
mfranzke Nov 17, 2025
8b7ceb5
feat: implement collapsible breadcrumb component with ellipsis support
sarahbrng Nov 19, 2025
27a25c7
feat: add breadcrumb and breadcrumb-item components with icon support
sarahbrng Nov 21, 2025
5b4142b
feat: allow link as last element and always set aria-current for last…
michaelmkraus Nov 24, 2025
21946d5
feat: allow link as last element also for collapsed breadcrumb
michaelmkraus Nov 24, 2025
da09e67
feat: removed redundant role attribute for breadcrumb list
michaelmkraus Nov 24, 2025
fa03fa6
feat: add type for AriaCurrent
michaelmkraus Nov 24, 2025
4abd5ee
feat: use helper fur rendering breadcrumb entries as link or span
michaelmkraus Nov 24, 2025
2797b10
feat: add aria-expanded property, tooltip and aria-controls for ellip…
michaelmkraus Nov 25, 2025
2567f33
feat: make id of breadcrumb list inline to work with mitosis
michaelmkraus Nov 25, 2025
925b991
feat: move logic of helper-function back into if-else-branches to fix…
michaelmkraus Nov 25, 2025
3ec884e
feat: make aria-label configurable via props
michaelmkraus Nov 25, 2025
0bfc85e
feat: adapt vue component to match new aria attributes
michaelmkraus Nov 25, 2025
c5bff48
feat: adapt angular component to match new aria attributes
michaelmkraus Nov 25, 2025
25385ec
feat: use configurable aria/label in angular breadcrumb
michaelmkraus Nov 25, 2025
bfc11a7
feat: add menu for collapsed breadcrumb
michaelmkraus Nov 25, 2025
bec829c
feat: use unique ids for for aria-controls
michaelmkraus Nov 26, 2025
66a2c7f
feat: pass id to component
michaelmkraus Nov 26, 2025
e73fbe1
feat: update package versions and adjust import paths for local devel…
sarahbrng Nov 27, 2025
03427d2
Revert "feat: update package versions and adjust import paths for loc…
sarahbrng Nov 28, 2025
480e819
Add breadcrumb component files before merge
sarahbrng Nov 28, 2025
8d2c548
Merge branch 1309-implementation-breadcrumb-component-all-frameworks
sarahbrng Nov 28, 2025
4c7f74b
feat: implement MVP breadcrumb component across frameworks
sarahbrng Nov 28, 2025
d162a77
feat: enhance DBBreadcrumb tests with collapse/expand functionality a…
sarahbrng Nov 28, 2025
2a0fbc5
Merge branch '1493-erstellung-einer-mvp-breadcrumb-komponente' of htt…
sarahbrng Nov 28, 2025
323abf2
feat: update breadcrumb styles for improved accessibility and consist…
sarahbrng Nov 28, 2025
59b01fd
auto update snapshots (#5541)
github-actions[bot] Nov 28, 2025
7cb1e96
feat: improve accessibility tests and update breadcrumb item selectors
sarahbrng Dec 1, 2025
ce561bc
Merge branch '1493-erstellung-einer-mvp-breadcrumb-komponente' of htt…
sarahbrng Dec 1, 2025
fcc4ce9
Merge branch 'main' into 1493-erstellung-einer-mvp-breadcrumb-komponente
sarahbrng Dec 1, 2025
ec5c0e1
auto update snapshots (#5546)
github-actions[bot] Dec 1, 2025
6696cec
feat: add BreadcrumbComponent to navigation item mapping
sarahbrng Dec 1, 2025
024251e
feat: update breadcrumb model types and improve documentation
sarahbrng Dec 1, 2025
f6e1d50
Merge branch '1493-erstellung-einer-mvp-breadcrumb-komponente' of htt…
sarahbrng Dec 1, 2025
fddb826
feat: remove hover effect for icons in breadcrumb items
sarahbrng Dec 1, 2025
b5edc61
feat: update breadcrumb tests and add aria labels for accessibility
sarahbrng Dec 1, 2025
f76526f
feat: adjust font sizes and line heights for breadcrumb component
sarahbrng Dec 1, 2025
2ccf704
auto update snapshots (#5547)
github-actions[bot] Dec 1, 2025
29f5024
feat: comment out failing overview test for breadcrumb component
sarahbrng Dec 2, 2025
a79e608
Merge branch '1493-erstellung-einer-mvp-breadcrumb-komponente' of htt…
sarahbrng Dec 2, 2025
7d81c5a
auto update snapshots (#5559)
github-actions[bot] Dec 2, 2025
8cbb4ff
feat: enhance breadcrumb component with medium size support and icon …
sarahbrng Dec 2, 2025
33d6a7c
Merge branch '1493-erstellung-einer-mvp-breadcrumb-komponente' of htt…
sarahbrng Dec 2, 2025
89ee8e2
fix(tests): disable failing patternhub visibility tests
sarahbrng Dec 2, 2025
5a0b442
auto update snapshots (#5560)
github-actions[bot] Dec 2, 2025
121b8c2
feat(breadcrumb): update icon font weight and size for small and medi…
sarahbrng Dec 3, 2025
ebac631
Merge branch '1493-erstellung-einer-mvp-breadcrumb-komponente' of htt…
sarahbrng Dec 3, 2025
a71fcf8
fix(breadcrumb): remove unused ellipsisAriaLabel from collapsed navig…
sarahbrng Dec 3, 2025
2a2d850
auto update snapshots (#5563)
github-actions[bot] Dec 3, 2025
e4c01f3
fix(breadcrumb): rename 'children' prop to 'items' for consistency ac…
sarahbrng Dec 3, 2025
cc2a3f9
Merge branch '1493-erstellung-einer-mvp-breadcrumb-komponente' of htt…
sarahbrng Dec 3, 2025
9dd7c0e
fix(breadcrumb): scope link and text styling to list items for better…
sarahbrng Dec 3, 2025
8bac333
feat(breadcrumb): add ellipsisAriaLabel prop for accessibility and up…
sarahbrng Dec 3, 2025
e3f73f9
auto update snapshots (#5564)
github-actions[bot] Dec 3, 2025
71e4be0
feat(breadcrumb): update icon examples with size-specific aria labels
sarahbrng Dec 3, 2025
03e492c
Merge branch '1493-erstellung-einer-mvp-breadcrumb-komponente' of htt…
sarahbrng Dec 3, 2025
82a3837
auto update snapshots (#5565)
github-actions[bot] Dec 3, 2025
03ddf39
feat(breadcrumb): enhance ARIA transparency by wrapping render output…
sarahbrng Dec 3, 2025
66ea9c5
Merge branch '1493-erstellung-einer-mvp-breadcrumb-komponente' of htt…
sarahbrng Dec 3, 2025
8bdc01a
auto update snapshots (#5566)
github-actions[bot] Dec 3, 2025
79af85f
feat(breadcrumb): update medium size gap for improved spacing
sarahbrng Dec 3, 2025
524696d
fix(popover): change inline-size from fit-content to max-content for …
sarahbrng Dec 3, 2025
d7ffa48
auto update snapshots (#5567)
github-actions[bot] Dec 3, 2025
81a8fde
Update default.spec.ts
mfranzke Dec 3, 2025
4699c5d
Update default.spec.ts
mfranzke Dec 4, 2025
c01c681
feat(breadcrumb): update ARIA snapshots to include additional navigat…
sarahbrng Dec 4, 2025
2e4feec
fix(breadcrumb): ensure consistent ARIA snapshots across all browsers…
sarahbrng Dec 4, 2025
74a0f58
Merge branch '1493-erstellung-einer-mvp-breadcrumb-komponente' of htt…
sarahbrng Dec 4, 2025
227989c
fix(breadcrumb): adjust spacing and padding for small size elements
sarahbrng Dec 4, 2025
e962054
auto update snapshots (#5577)
github-actions[bot] Dec 4, 2025
7b95882
fix(breadcrumb): refine type for useRef to HTMLElement
sarahbrng Dec 5, 2025
7b68424
fix(breadcrumb): allow null in useRef type for Vue compatibility
sarahbrng Dec 5, 2025
77733aa
fix(breadcrumb): update useRef type to allow any for broader compatib…
sarahbrng Dec 5, 2025
b46a13e
chore: force clean pipeline rebuild for breadcrumb fix
sarahbrng Dec 5, 2025
e062500
fix(breadcrumb): remove unused useRef hook to clean up code
sarahbrng Dec 5, 2025
5050153
fix(breadcrumb): disable attributePassing in Stencil config to preven…
sarahbrng Dec 5, 2025
9195667
fix(breadcrumb): disable attributePassing globally for Stencil to pre…
sarahbrng Dec 5, 2025
8b0d0b4
fix(breadcrumb): restore useRef to enable proper Stencil attributePas…
sarahbrng Dec 5, 2025
43bf39b
fix(breadcrumb): enable attributePassing and set customRef for Stencil
sarahbrng Dec 5, 2025
46a9353
fix(breadcrumb): update aria-label to use provided prop value
sarahbrng Dec 5, 2025
c00d94b
fix(breadcrumb): add onMount to strip host role for nested navigation…
sarahbrng Dec 5, 2025
5d2ef24
fix(breadcrumb): scope ariaSnapshot to DBBreadcrumb section for impro…
sarahbrng Dec 5, 2025
12b1759
fix(breadcrumb): enhance ariaSnapshot to prioritize named breadcrumb …
sarahbrng Dec 6, 2025
bdfb8fc
auto update snapshots (#5588)
github-actions[bot] Dec 6, 2025
fdbbe6f
fix(screenshot): adjust maxDiffPixelRatio for mobile projects to acco…
sarahbrng Dec 6, 2025
a259945
auto update snapshots (#5590)
github-actions[bot] Dec 6, 2025
5a94999
fix(breadcrumb): target DBBreadcrumb section for screenshot tests to …
sarahbrng Dec 6, 2025
dea346d
Merge branch '1493-erstellung-einer-mvp-breadcrumb-komponente' of htt…
sarahbrng Dec 6, 2025
264473e
fix(screenshot): improve handling of DBBreadcrumb section visibility …
sarahbrng Dec 7, 2025
28365ca
auto update snapshots (#5591)
github-actions[bot] Dec 7, 2025
fecdb9a
e2e(stencil): scope screenshot to db-breadcrumb or labeled nav; fix e…
sarahbrng Dec 7, 2025
10805b7
Merge branch '1493-erstellung-einer-mvp-breadcrumb-komponente' of htt…
sarahbrng Dec 7, 2025
dc9cb01
lint: fix prevent-abbreviations and prettier in e2e default.ts
sarahbrng Dec 8, 2025
537ed70
e2e(stencil): avoid strict mode violation by narrowing locator to sec…
sarahbrng Dec 8, 2025
e1d96ac
e2e(stencil): align visual snapshots with full-page baseline; wait fo…
sarahbrng Dec 8, 2025
4da949e
auto update snapshots (#5593)
github-actions[bot] Dec 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
- navigation "Breadcrumb - Small Size":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem:
- link "Current Page"
- navigation "Breadcrumb - Medium Size":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem: Current Page
- navigation "Breadcrumb - Chevron Separator":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem: Current Page
- navigation "Breadcrumb - Slash Separator":
- list:
- listitem:
- link "Home"
- listitem:
- text: /
- link "Category"
- listitem: / Current Page
- navigation "Breadcrumb - Collapsed Navigation":
- list:
- listitem:
- link "Root"
- listitem:
- button "Expand to show all breadcrumb items":
- listitem:
- link "Path 3"
- listitem:
- link "Current Page"
- navigation "Breadcrumb - With Icons Small Size":
- list:
- listitem:
- link "Root"
- listitem:
- link "Settings"
- listitem:
- link "Profile"
- listitem:
- link "Notifications"
- navigation "Breadcrumb - With Icons Medium Size":
- list:
- listitem:
- link "Root"
- listitem:
- link "Settings"
- listitem:
- link "Profile"
- listitem:
- link "Notifications"
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
- navigation "Breadcrumb - Small Size":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem:
- link "Current Page"
- navigation "Breadcrumb - Medium Size":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem: Current Page
- navigation "Breadcrumb - Chevron Separator":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem: Current Page
- navigation "Breadcrumb - Slash Separator":
- list:
- listitem:
- link "Home"
- listitem:
- text: /
- link "Category"
- listitem: / Current Page
- navigation "Breadcrumb - Collapsed Navigation":
- list:
- listitem:
- link "Root"
- listitem:
- button "Expand to show all breadcrumb items":
- listitem:
- link "Path 3"
- listitem:
- link "Current Page"
- navigation "Breadcrumb - With Icons Small Size":
- list:
- listitem:
- link "Root"
- listitem:
- link "Settings"
- listitem:
- link "Profile"
- listitem:
- link "Notifications"
- navigation "Breadcrumb - With Icons Medium Size":
- list:
- listitem:
- link "Root"
- listitem:
- link "Settings"
- listitem:
- link "Profile"
- listitem:
- link "Notifications"
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
- navigation "Breadcrumb - Small Size":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem:
- link "Current Page"
- navigation "Breadcrumb - Medium Size":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem: Current Page
- navigation "Breadcrumb - Chevron Separator":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem: Current Page
- navigation "Breadcrumb - Slash Separator":
- list:
- listitem:
- link "Home"
- listitem:
- text: /
- link "Category"
- listitem: / Current Page
- navigation "Breadcrumb - Collapsed Navigation":
- list:
- listitem:
- link "Root"
- listitem:
- button "Expand to show all breadcrumb items":
- listitem:
- link "Path 3"
- listitem:
- link "Current Page"
- navigation "Breadcrumb - With Icons Small Size":
- list:
- listitem:
- link "Root"
- listitem:
- link "Settings"
- listitem:
- link "Profile"
- listitem:
- link "Notifications"
- navigation "Breadcrumb - With Icons Medium Size":
- list:
- listitem:
- link "Root"
- listitem:
- link "Settings"
- listitem:
- link "Profile"
- listitem:
- link "Notifications"
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
- navigation "Breadcrumb - Small Size":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem:
- link "Current Page"
- navigation "Breadcrumb - Medium Size":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem: Current Page
- navigation "Breadcrumb - Chevron Separator":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem: Current Page
- navigation "Breadcrumb - Slash Separator":
- list:
- listitem:
- link "Home"
- listitem:
- text: /
- link "Category"
- listitem: / Current Page
- navigation "Breadcrumb - Collapsed Navigation":
- list:
- listitem:
- link "Root"
- listitem:
- button "Expand to show all breadcrumb items":
- listitem:
- link "Path 3"
- listitem:
- link "Current Page"
- navigation "Breadcrumb - With Icons Small Size":
- list:
- listitem:
- link "Root"
- listitem:
- link "Settings"
- listitem:
- link "Profile"
- listitem:
- link "Notifications"
- navigation "Breadcrumb - With Icons Medium Size":
- list:
- listitem:
- link "Root"
- listitem:
- link "Settings"
- listitem:
- link "Profile"
- listitem:
- link "Notifications"
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
- navigation "Breadcrumb - Small Size":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem:
- link "Current Page"
- navigation "Breadcrumb - Medium Size":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem: Current Page
- navigation "Breadcrumb - Chevron Separator":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem: Current Page
- navigation "Breadcrumb - Slash Separator":
- list:
- listitem:
- link "Home"
- listitem:
- text: /
- link "Category"
- listitem: / Current Page
- navigation "Breadcrumb - Collapsed Navigation":
- list:
- listitem:
- link "Root"
- listitem:
- button "Expand to show all breadcrumb items":
- listitem:
- link "Path 3"
- listitem:
- link "Current Page"
- navigation "Breadcrumb - With Icons Small Size":
- list:
- listitem:
- link "Root"
- listitem:
- link "Settings"
- listitem:
- link "Profile"
- listitem:
- link "Notifications"
- navigation "Breadcrumb - With Icons Medium Size":
- list:
- listitem:
- link "Root"
- listitem:
- link "Settings"
- listitem:
- link "Profile"
- listitem:
- link "Notifications"
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
- navigation "Breadcrumb - Small Size":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem:
- link "Current Page"
- navigation "Breadcrumb - Medium Size":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem: Current Page
- navigation "Breadcrumb - Chevron Separator":
- list:
- listitem:
- link "Home"
- listitem:
- link "Category"
- listitem: Current Page
- navigation "Breadcrumb - Slash Separator":
- list:
- listitem:
- link "Home"
- listitem:
- text: /
- link "Category"
- listitem: / Current Page
- navigation "Breadcrumb - Collapsed Navigation":
- list:
- listitem:
- link "Root"
- listitem:
- button "Expand to show all breadcrumb items":
- listitem:
- link "Path 3"
- listitem:
- link "Current Page"
- navigation "Breadcrumb - With Icons Small Size":
- list:
- listitem:
- link "Root"
- listitem:
- link "Settings"
- listitem:
- link "Profile"
- listitem:
- link "Notifications"
- navigation "Breadcrumb - With Icons Medium Size":
- list:
- listitem:
- link "Root"
- listitem:
- link "Settings"
- listitem:
- link "Profile"
- listitem:
- link "Notifications"
Loading
Loading