All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
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)