Skip to content

Latest commit

 

History

History
356 lines (159 loc) · 15.2 KB

CHANGELOG.md

File metadata and controls

356 lines (159 loc) · 15.2 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.3.1 (2024-12-11)

Bug Fixes

  • docs state customizeLinks instead of customizeListElements (a427479)

3.3.0 (2024-12-04)

Features

  • support: add astro v5 support (746c256)

3.2.2 (2024-11-29)

Bug Fixes

3.2.1 (2024-11-29)

Bug Fixes

  • generateCrumbs: fix extra separator with excludeCurrentPage prop (abfd508)
  • make sure excludeCurrentPage is used (0d3f27f)

3.2.0 (2024-09-19)

Features

3.1.0 (2024-09-13)

Bug Fixes

  • excludeCurrentPage: exclusion was carried out twice (d866c98)

Features

  • customizeListElements: add special key "remove" to remove specific crumb (7fe2e4a)

3.0.1 (2024-08-15)

Bug Fixes

  • broken breadcrumb text on non latin languages (2a975c7)

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.

3.0.0-beta.10 (2024-08-14)

Bug Fixes

  • spacing: replace margin with margin-inline (76da2aa)

3.0.0-beta.9 (2024-08-14)

Bug Fixes

  • customElements: define only if not allready defined (5df3c7f)

3.0.0-beta.8 (2024-07-21)

Features

  • separator: add prop to control aria-hidden; missing css main class (ff2f4ee)

3.0.0-beta.7 (2024-07-21)

Features

  • add props customizeList and customizeNav for attr customization (e1bf0b3)

3.0.0-beta.6 (2024-06-22)

Features

  • customizeListElements: customize list elements attributes (3afb70e)

3.0.0-beta.5 (2024-06-21)

Bug Fixes

3.0.0-beta.4 (2024-06-21)

Bug Fixes

  • parts were overwritten directly (dec7f13)

3.0.0-beta.3 (2024-06-21)

Features

  • customizeLinks: set index in object to modify spezific parts (006b8be)

3.0.0-beta.2 (2024-06-21)

Features

  • "is-last" special key for customizeLinks (18955d8)

3.0.0-beta.1 (2024-06-21)

  • feat(customizeLinks)!: add new prop customizeLinks (2cb7ac7)

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.

2.3.1 (2024-06-02)

Bug Fixes

  • base url: multipart base url was breaking breadcrumbs (4894a29), closes #262

2.3.0 (2024-04-12)

Features

  • Breadcrumbs: add new prop excludeCurrentPage prop (b08d9fa)

2.2.0 (2024-03-07)

Bug Fixes

  • checkStringStartAndEnd regex (b75eb48)
  • remove customBaseUrl validation (8b465d5)

Features

  • add new prop customBaseUrl (73ab93e)
  • customBaseUrl: show warning if invalid customBaseUrl is set (b24909a)

2.1.0 (2024-03-06)

Features

  • add new prop linkTextFormat (52fb2a1)

2.0.2 (2024-02-02)

Bug Fixes

  • truncated-button: missing styles (80ed6cc)

2.0.1 (2024-02-02)

Bug Fixes

  • truncated-button: missing color (b8e18c8)

2.0.0 (2024-02-02)

Code Refactoring

BREAKING CHANGES

  • baseUrl and trailingSlash properties are now deprecated. Both values are now obtained directly from Astro Config.

1.10.0 (2024-02-01)

Features

  • 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)

Bug Fixes

  • baseUrl: fallback to relative urls (eab9c73)

Features

  • trailing slash: add new prop trailingSlash (61912c3)

1.8.1 (2023-12-06)

Bug Fixes

  • make sure astro breadcrumb works with astro 4 (11c820a)
  • outdated lockfile (f5dcac1)

1.8.0 (2023-09-03)

Bug Fixes

Features

  • baseUrl: add new property (066820e)

1.7.0 (2023-08-30)

Features

  • makes sure astro breadcrumbs is still compatible with astro v3 (6b69c9d)

1.6.1 (2023-07-15)

Bug Fixes

  • zero config: strip out any file extensions (6ee9531)

1.6.0 (2023-02-21)

Features

  • add error handling for $overflow-behavior (de34c36)

1.5.1 (2023-02-19)

Bug Fixes

  • missing scss & css export (7573f78)

1.5.0 (2023-02-19)

Features

1.4.2 (2023-02-17)

Bug Fixes

1.4.1 (2023-02-17)

Bug Fixes

  • missing peer dependencies (16ee9c3)

1.4.0 (2023-02-17)

Features

  • add schema.org JSON script tag generaton (6bc8529)

1.3.1 (2023-02-11)

Bug Fixes

1.3.0 (2023-02-11)

Features

  • Add new prop crumbs - Create breadcrumbs by your own (aa2d111)

1.2.0 (2023-02-11)

Bug Fixes

  • aria-current: attribute is now created correctly (a18acf1)

Features

  • aria-label: is now a optional prop (60b3463)

1.1.0 (2022-11-26)

Features

  • optional slot (index) that replaces the first element when needed (936d58c)

1.0.0 (2022-11-25)

Features

  • breadcrumbs: add astro component (6cbce5d)