Releases: felix-berlin/astro-breadcrumbs
Releases · felix-berlin/astro-breadcrumbs
v3.3.1
v3.3.0
v3.2.2
v3.2.1
v3.2.0
v3.1.0
v3.0.2-beta.2
v3.0.2-beta.1
v3.0.1
v3.0.0
3.0.0 (2024-08-14)
- feat(customizeLinks)!: add new prop customizeLinks (2cb7ac7)
Bug Fixes
- customElements: define only if not allready defined (5df3c7f)
- parts were overwritten directly (dec7f13)
- spacing: replace margin with margin-inline (76da2aa)
- type errors (f57f4fa)
Features
- "is-last" special key for customizeLinks (18955d8)
- add props customizeList and customizeNav for attr customization (e1bf0b3)
- customizeLinks: set index in object to modify spezific parts (006b8be)
- customizeListElements: customize list elements attributes (3afb70e)
- separator: add prop to control aria-hidden; missing css main class (ff2f4ee)
BREAKING CHANGES
- customize every attribute of the breadcrumb link including the text, therefore you can define an array of objects. Each entry will be merged with the original generated crumbs array.