Skip to content

Latest commit

 

History

History
201 lines (89 loc) · 7.95 KB

CHANGELOG.md

File metadata and controls

201 lines (89 loc) · 7.95 KB

Changelog

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

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)