Astro Breadcrumbs Versions Save

Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.

v2.3.0

1 month ago

2.3.0 (2024-04-12)

Features

  • Breadcrumbs: add new prop excludeCurrentPage prop (b08d9fa)

v2.2.0

2 months ago

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)

v2.1.0

2 months ago

2.1.0 (2024-03-06)

Features

  • add new prop linkTextFormat (52fb2a1)

v2.0.2

3 months ago

2.0.2 (2024-02-02)

Bug Fixes

  • truncated-button: missing styles (80ed6cc)

v2.0.1

3 months ago

2.0.1 (2024-02-02)

Bug Fixes

  • truncated-button: missing color (b8e18c8)

v2.0.0

3 months ago

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.

v1.10.0

3 months ago

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)

v1.9.0

3 months ago

1.9.0 (2024-01-28)

Bug Fixes

  • baseUrl: fallback to relative urls (eab9c73)

Features

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

v1.8.1

5 months ago

1.8.1 (2023-12-06)

Bug Fixes

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

v1.8.0

8 months ago

1.8.0 (2023-09-03)

Bug Fixes

Features

  • baseUrl: add new property (066820e)