astro-breadcrumbs

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

GPL-3.0 License

Downloads
6.2K
Stars
42
Committers
7

Bot releases are hidden (Show)

astro-breadcrumbs - v2.3.0 Latest Release

Published by felix-berlin 6 months ago

2.3.0 (2024-04-12)

Features

  • Breadcrumbs: add new prop excludeCurrentPage prop (b08d9fa)
astro-breadcrumbs - v2.2.0

Published by felix-berlin 7 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)
astro-breadcrumbs - v2.1.0

Published by felix-berlin 7 months ago

2.1.0 (2024-03-06)

Features

  • add new prop linkTextFormat (52fb2a1)
astro-breadcrumbs - v2.0.2

Published by felix-berlin 9 months ago

2.0.2 (2024-02-02)

Bug Fixes

  • truncated-button: missing styles (80ed6cc)
astro-breadcrumbs - v2.0.1

Published by felix-berlin 9 months ago

2.0.1 (2024-02-02)

Bug Fixes

  • truncated-button: missing color (b8e18c8)
astro-breadcrumbs - v2.0.0

Published by felix-berlin 9 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.
astro-breadcrumbs - v1.10.0

Published by felix-berlin 9 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)
astro-breadcrumbs - v1.9.0

Published by felix-berlin 9 months ago

1.9.0 (2024-01-28)

Bug Fixes

  • baseUrl: fallback to relative urls (eab9c73)

Features

  • trailing slash: add new prop trailingSlash (61912c3)
astro-breadcrumbs - v1.8.1

Published by felix-berlin 11 months ago

1.8.1 (2023-12-06)

Bug Fixes

  • make sure astro breadcrumb works with astro 4 (11c820a)
  • outdated lockfile (f5dcac1)
astro-breadcrumbs - v1.8.0

Published by felix-berlin about 1 year ago

1.8.0 (2023-09-03)

Bug Fixes

Features

  • baseUrl: add new property (066820e)
astro-breadcrumbs - v1.7.0

Published by felix-berlin about 1 year ago

1.7.0 (2023-08-30)

Features

  • makes sure astro breadcrumbs is still compatible with astro v3 (6b69c9d)
astro-breadcrumbs - v1.6.1

Published by felix-berlin over 1 year ago

1.6.1 (2023-07-15)

Bug Fixes

  • zero config: strip out any file extensions (6ee9531)
astro-breadcrumbs - v1.6.0

Published by felix-berlin over 1 year ago

1.6.0 (2023-02-21)

Features

  • add error handling for $overflow-behavior (de34c36)
astro-breadcrumbs - v1.5.1

Published by felix-berlin over 1 year ago

1.5.1 (2023-02-19)

Bug Fixes

  • missing scss & css export (7573f78)
astro-breadcrumbs - v1.5.0

Published by felix-berlin over 1 year ago

1.5.0 (2023-02-19)

Features

astro-breadcrumbs - v1.4.2

Published by felix-berlin over 1 year ago

1.4.2 (2023-02-17)

Bug Fixes

astro-breadcrumbs - v1.4.1

Published by felix-berlin over 1 year ago

1.4.1 (2023-02-17)

Bug Fixes

  • missing peer dependencies (16ee9c3)
astro-breadcrumbs - v1.4.0

Published by felix-berlin over 1 year ago

1.4.0 (2023-02-17)

Features

  • add schema.org JSON script tag generaton (6bc8529)
astro-breadcrumbs - v1.3.1

Published by felix-berlin over 1 year ago

1.3.1 (2023-02-11)

Bug Fixes

astro-breadcrumbs - v1.3.0

Published by felix-berlin over 1 year ago

1.3.0 (2023-02-11)

Features

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