Skip to content

Releases: felix-berlin/astro-breadcrumbs

v3.3.1

11 Dec 13:10
Compare
Choose a tag to compare

3.3.1 (2024-12-11)

Bug Fixes

  • docs state customizeLinks instead of customizeListElements (a427479)

v3.3.0

04 Dec 20:17
Compare
Choose a tag to compare

3.3.0 (2024-12-04)

Features

  • support: add astro v5 support (746c256)

v3.2.2

29 Nov 15:45
Compare
Choose a tag to compare

3.2.2 (2024-11-29)

Bug Fixes

v3.2.1

29 Nov 15:34
Compare
Choose a tag to compare

3.2.1 (2024-11-29)

Bug Fixes

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

v3.2.0

19 Sep 17:41
Compare
Choose a tag to compare

3.2.0 (2024-09-19)

Features

v3.1.0

13 Sep 14:22
Compare
Choose a tag to compare

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)

v3.0.2-beta.2

23 Aug 14:07
Compare
Choose a tag to compare
v3.0.2-beta.2 Pre-release
Pre-release

3.0.2-beta.2 (2024-08-23)

Bug Fixes

v3.0.2-beta.1

23 Aug 13:51
Compare
Choose a tag to compare
v3.0.2-beta.1 Pre-release
Pre-release

3.0.2-beta.1 (2024-08-23)

Bug Fixes

  • add missing type exports (2f9eb90)

v3.0.1

15 Aug 19:40
Compare
Choose a tag to compare

3.0.1 (2024-08-15)

Bug Fixes

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

v3.0.0

14 Aug 14:15
Compare
Choose a tag to compare

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.