Skip to content

Releases: felix-berlin/astro-breadcrumbs

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.

v3.0.0-beta.9

14 Aug 12:40
Compare
Choose a tag to compare
v3.0.0-beta.9 Pre-release
Pre-release

3.0.0-beta.9 (2024-08-14)

Bug Fixes

  • customElements: define only if not allready defined (5df3c7f)

v3.0.0-beta.10

14 Aug 14:07
Compare
Choose a tag to compare
v3.0.0-beta.10 Pre-release
Pre-release

3.0.0-beta.10 (2024-08-14)

Bug Fixes

  • spacing: replace margin with margin-inline (76da2aa)

v3.0.0-beta.8

21 Jul 17:05
Compare
Choose a tag to compare
v3.0.0-beta.8 Pre-release
Pre-release

3.0.0-beta.8 (2024-07-21)

Features

  • separator: add prop to control aria-hidden; missing css main class (ff2f4ee)

v3.0.0-beta.7

21 Jul 12:00
Compare
Choose a tag to compare
v3.0.0-beta.7 Pre-release
Pre-release

3.0.0-beta.7 (2024-07-21)

Features

  • add props customizeList and customizeNav for attr customization (e1bf0b3)