All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.3.1 (2024-12-11)
- docs state customizeLinks instead of customizeListElements (a427479)
3.3.0 (2024-12-04)
- support: add astro v5 support (746c256)
3.2.2 (2024-11-29)
- typo in slot name (ade10b1)
3.2.1 (2024-11-29)
- generateCrumbs: fix extra separator with excludeCurrentPage prop (abfd508)
- make sure excludeCurrentPage is used (0d3f27f)
3.2.0 (2024-09-19)
- add new prop id (0821c42)
3.1.0 (2024-09-13)
- excludeCurrentPage: exclusion was carried out twice (d866c98)
- customizeListElements: add special key "remove" to remove specific crumb (7fe2e4a)
3.0.1 (2024-08-15)
- broken breadcrumb text on non latin languages (2a975c7)
3.0.0 (2024-08-14)
- feat(customizeLinks)!: add new prop customizeLinks (2cb7ac7)
- customElements: define only if not allready defined (5df3c7f)
- parts were overwritten directly (dec7f13)
- spacing: replace margin with margin-inline (76da2aa)
- type errors (f57f4fa)
- "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)
- 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.
3.0.0-beta.10 (2024-08-14)
- spacing: replace margin with margin-inline (76da2aa)
3.0.0-beta.9 (2024-08-14)
- customElements: define only if not allready defined (5df3c7f)
3.0.0-beta.8 (2024-07-21)
- separator: add prop to control aria-hidden; missing css main class (ff2f4ee)
3.0.0-beta.7 (2024-07-21)
- add props customizeList and customizeNav for attr customization (e1bf0b3)
3.0.0-beta.6 (2024-06-22)
- customizeListElements: customize list elements attributes (3afb70e)
3.0.0-beta.5 (2024-06-21)
- type errors (f57f4fa)
3.0.0-beta.4 (2024-06-21)
- parts were overwritten directly (dec7f13)
3.0.0-beta.3 (2024-06-21)
- customizeLinks: set index in object to modify spezific parts (006b8be)
3.0.0-beta.2 (2024-06-21)
- "is-last" special key for customizeLinks (18955d8)
3.0.0-beta.1 (2024-06-21)
- feat(customizeLinks)!: add new prop customizeLinks (2cb7ac7)
- 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.
2.3.1 (2024-06-02)
2.3.0 (2024-04-12)
- Breadcrumbs: add new prop excludeCurrentPage prop (b08d9fa)
2.2.0 (2024-03-07)
- add new prop customBaseUrl (73ab93e)
- customBaseUrl: show warning if invalid customBaseUrl is set (b24909a)
2.1.0 (2024-03-06)
- add new prop linkTextFormat (52fb2a1)
2.0.2 (2024-02-02)
- truncated-button: missing styles (80ed6cc)
2.0.1 (2024-02-02)
- truncated-button: missing color (b8e18c8)
2.0.0 (2024-02-02)
- crumb generation (158df4d)
- baseUrl and trailingSlash properties are now deprecated. Both values are now obtained directly from Astro Config.
1.10.0 (2024-02-01)
- if to long on mobile activate truncated area (ebc1917)
- make truncated styles optional (7020927)
- truncated: better overflow calc (5664bc6)
1.9.0 (2024-01-28)
- baseUrl: fallback to relative urls (eab9c73)
- trailing slash: add new prop trailingSlash (61912c3)
1.8.1 (2023-12-06)
1.8.0 (2023-09-03)
- leading slash missing (729c3a5)
- baseUrl: add new property (066820e)
1.7.0 (2023-08-30)
- makes sure astro breadcrumbs is still compatible with astro v3 (6b69c9d)
1.6.1 (2023-07-15)
- zero config: strip out any file extensions (6ee9531)
1.6.0 (2023-02-21)
- add error handling for $overflow-behavior (de34c36)
1.5.1 (2023-02-19)
- missing scss & css export (7573f78)
1.5.0 (2023-02-19)
- add scss style api (a847c05)
1.4.2 (2023-02-17)
- wrong export path (1babc98)
1.4.1 (2023-02-17)
- missing peer dependencies (16ee9c3)
1.4.0 (2023-02-17)
- add schema.org JSON script tag generaton (6bc8529)
1.3.1 (2023-02-11)
- remove console.log (197c9fc)
1.3.0 (2023-02-11)
- Add new prop crumbs - Create breadcrumbs by your own (aa2d111)
1.2.0 (2023-02-11)
- aria-current: attribute is now created correctly (a18acf1)
- aria-label: is now a optional prop (60b3463)
1.1.0 (2022-11-26)
- optional slot (index) that replaces the first element when needed (936d58c)
- breadcrumbs: add astro component (6cbce5d)