Skip to content

Releases: kentico-ericd/xperience-core-breadcrumbs

v3.0.1- Bugfix for ShowContainers property

23 May 23:10
Compare
Choose a tag to compare

Pages which are not coupled pages but have a live site URL (e.g. Dancing Goat's /Articles page) were not appearing in the breadcrumbs if ShowContainers was false. After this fix, pages with live site URLs always appear in breadcrumbs, and container pages (e.g. Dancing Goat's /Articles-under-workflow page) can be shown or hidden using the ShowContainers property.

v3.0.0- Item mapping customization point

23 May 22:34
Compare
Choose a tag to compare
  • BreadcrumbItem generation can now be customized by implementing IBreadcrumbItemMapper.

Breaking changes

  • Default implementations of services (e.g. DefaultBreadcrumbItemMapper) are now marked internal.